/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Custom Cursor
# Navigations One
# Mobile Nav
# Home Showcase
# Navigations Two
# Navigations Three
# Search Popup
# Main Slider
# Main Slider Two
# Main Slider Three
# Services One
# About One
# Feature Three
# Portfolio One
# Testimonial One
# Team One
# Award One
# Why Choose One
# Counter One
# Contact One
# Blog One
# CTA One
# Brand Two
# Site Footer
# Portfolio Two
# Video One
# Services Two
# Sliding Text
# Why Choose Two
# Counter Two
# Feature One
# Contact Two
# Testimonial Two
# CTA Two
# About Two
# Feature Two
# Services Three
# Portfolio Three
# Awards Two
# Video Two
# Why Choose Three
# Google Map
# Page Header
# Blog Details
## Comments
# Sidebar
# Blog Sidebar
# Portfolio Details
# Smillar Portfolio
# Contact Page
# Google Map Three
# About Three
## Error Page
# Login Page
# FAQ Page
# Pricing Page
# Gallery Page
# Team Details
# Certificates
# Contact Two
# Services Details
# Product
# Product Details
# Product Description
# Review One
# Review Form One
# Cart Page
# Checkout
# Blog Page
# Portfolio Page
# Why Choose Four
# Team Page
# Boxed Version
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	--aspro-font: "Manrope", sans-serif;
	--aspro-font-two: "Space Grotesk", sans-serif;
	--aspro-gray: #858585;
	--aspro-gray-rgb: 133, 133, 133;
	--aspro-white: #ffffff;
	--aspro-white-rgb: 255, 255, 255;
	--aspro-base: #b18921;
	--aspro-base-rgb: 223, 40, 24;
	--aspro-black: #000000;
	--aspro-black-rgb: 0, 0, 0;
	--aspro-primary: #f6f6f6;
	--aspro-primary-rgb: 246, 246, 246;
	--aspro-bdr-color: #d9d9d9;
	--aspro-bdr-color-rgb: 217, 217, 217;
	--aspro-letter-spacing: -0.04em;
}

.row {
	--bs-gutter-x: 30px;
}

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

body {
	font-family: var(--aspro-font);
	color: var(--aspro-gray);
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--aspro-gray);
}

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 {
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	margin: 0;
	letter-spacing: var(--aspro-letter-spacing);
}

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

.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(--aspro-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(--aspro-base);
	-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(--aspro-base);
	opacity: 0.3;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	-webkit-transition:
		width 0.3s,
		height 0.3s,
		opacity 0.3s;
	transition:
		width 0.3s,
		height 0.3s,
		opacity 0.3s;
	z-index: 999991;
}

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

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

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--aspro-base);
	color: var(--aspro-white);
	font-size: 14px;
	font-weight: 500;
	padding: 16px 50px 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	overflow: hidden;
	transition: all 0.5s linear;
	z-index: 1;
}

.thm-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--aspro-white);
	transform: scalex(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: left center;
	z-index: -1;
}

.thm-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--aspro-black);
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: right center;
	z-index: -1;
}

.thm-btn:hover:before {
	transform: scalex(1);
	transform-origin: left center;
	transition-delay: 200ms;
}

.thm-btn:hover:after {
	transform: scaleY(1);
	transform-origin: right center;
	transition-delay: 200ms;
}

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

.section-title {
	position: relative;
	display: block;
	margin-top: -10px;
	/* margin-bottom: 47px; */
	margin-bottom: 28px;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	color: #1a292f;
	font-weight: 400;
	/* text-transform: uppercase; */
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
}

.section-title__tagline span {
	color: var(--aspro-base);
}

.section-title__title {
	margin: 0;
	color: var(--aspro-black);
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	margin-top: 3px;
	letter-spacing: 0.02em;
	font-family: var(--aspro-font);
}

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

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

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

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

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

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-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: 30px;
	height: 30px;
	background: var(--aspro-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%;
}

.scroll-to-top i {
	color: var(--aspro-white);
	/* font-size: 18px;
  line-height: 50px; */
	font-size: 13px;
	line-height: 32px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	display: inline-block;
	transform: rotate(-90deg);
}

.scroll-to-top:hover {
	background-color: #1a292f;
	border: 1px solid var(--aspro-white);
}

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

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

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

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

.main-menu__wrapper-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 60px 0;
	z-index: 1;
}

.main-menu__wrapper-inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	/* background-color: rgba(var(--aspro-white-rgb), .05); */
}

.main-menu__wrapper-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	/* background-color: var(--aspro-base); */
}

.main-menu__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 55px;
}

.main-menu__logo {
	display: block;
	/* padding: 33.5px 0; */
	margin-right: 269px;
	z-index: 1;
}

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

.main-menu__main-menu-box .mobile-nav__toggler {
	position: absolute;
	right: 27px;
	top: 10px;
}

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

.main-menu__btn-box {
	position: relative;
	display: block;
	padding: 31px 0;
}

.main-menu__btn {
	font-size: 14px;
	padding: 10px 40px 10px;
	background-color: rgba(var(--aspro-white-rgb), 0.1);
}

.main-menu__btn:hover {
	color: var(--aspro-base);
}

.main-menu__btn::before {
	background-color: var(--aspro-base);
}

.main-menu__btn::after {
	background-color: var(--aspro-white);
}

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

.main-menu__search-cart-box:before {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: -30px;
	width: 1px;
	background-color: rgba(var(--aspro-white-rgb), 0.1);
}

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

.main-menu__search {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__search:hover {
	color: var(--aspro-base);
}

.main-menu__cart-box {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-right: 40px;
}

.main-menu__cart {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__cart:hover {
	color: var(--aspro-base);
}

.stricky-header.main-menu {
	background-color: transparent;
}

.stricky-header .main-menu__wrapper-inner {
	/* background-color: var(--aspro-black); */
	background-color: #1a292f;
}

.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: 25px;
	padding-bottom: 25px;
	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: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--aspro-white);
	position: relative;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--aspro-font-two);
	padding-left: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* .main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 14px;
  color: var(--aspro-base);
  font-weight: 700;
  transform: translateY(-50%);
  text-shadow: none;
  opacity: 0;
  z-index: 1;
} */
.main-menu .main-menu__list > li > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
	color: var(--aspro-base);
	opacity: 1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
	color: var(--aspro-white);
	text-shadow: 0.05px 0 0 rgb(255 255 225 / 80%);
}

.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: 270px; */
	min-width: 152px;
	-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: rgb(255, 255, 255);
	padding: 9px 6px 23px;
	/* padding: 25px 20px 34px; */
}

.sub-menu {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	top: 99% !important;
}

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

.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: 13px;
	line-height: 30px;
	color: var(--aspro-gray);
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 20px 6px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-color: var(--aspro-white);
	font-family: var(--aspro-font-two);
}

.main-menu .main-menu__list > li > ul > li:last-child > a,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

.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(--aspro-primary);
	color: var(--aspro-black);
}

/* .main-menu .main-menu__list>li>ul>li>a::before, */
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	font-size: 14px;
	color: var(--aspro-base);
	transform: translateY(-50%) scale(0);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
	transform: translateY(-50%) scale(1);
}

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

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

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

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

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

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

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

	/* new added */
	.logo-mobile {
		display: none;
	}
}

.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(--aspro-base);
	cursor: pointer;
}

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

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

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

.main-menu .mobile-nav__toggler:hover {
	color: var(--aspro-base);
}

@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(--aspro-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(--aspro-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;
	text-transform: uppercase;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--aspro-font);
	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(--aspro-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--aspro-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(--aspro-base);
	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(--aspro-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(--aspro-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(--aspro-white);
	-webkit-transition: 500ms;
	transition: 500ms;
}

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

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

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

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

.mobile-nav__contact li > i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--aspro-base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
	margin-top: -26px;
	margin-bottom: -26px;
}

.home-showcase__inner {
	padding: 40px 40px 36px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.home-showcase .row {
	--bs-gutter-x: 42px;
	--bs-gutter-y: 20px;
}

.home-showcase__image {
	position: relative;
	background-color: var(--aspro-base);
	border-radius: var(--aspro-bdr-radius);
	overflow: hidden;
}

.home-showcase__image > img {
	width: 100%;
	border-radius: var(--aspro-bdr-radius);
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-showcase__image:hover > img {
	opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}

.home-showcase__buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}

.home-showcase__buttons__item {
	padding: 10px 20px 11px;
	width: 150px;
	text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
	margin-top: 10px;
}

.home-showcase__title {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--aspro-black);
	margin-top: 17px;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
	color: var(--aspro-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
	color: #595959;
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
	color: var(--aspro-white);
	text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
	color: #595959;
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
	color: var(--aspro-white);
	text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%);
}

/*--------------------------------------------------------------
# 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(--aspro-black);
	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;
	border-radius: 0px;
}

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

.search-popup__content .thm-btn:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.search-popup__content .thm-btn i {
	height: auto;
	width: auto;
	background-color: transparent;
	border-radius: 50%;
	color: var(--aspro-white);
	font-size: 22px;
	line-height: inherit;
	text-align: center;
	top: 0;
	margin-right: 0;
	padding-left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
	width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
	position: relative;
	/* background-color: #1a292f; */
	/* background-color: var(--aspro-black); */
	z-index: 10;
}

.main-slider__phone {
	position: absolute;
	bottom: 120px;
	left: -7px;
	transform: rotate(-90deg);
	z-index: 2;
}

.main-slider__phone a {
	font-size: 16px;
	font-weight: 700;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider__phone a:hover {
	color: var(--aspro-base);
}

.main-slider__mail {
	position: absolute;
	top: 246px;
	left: -7px;
	transform: rotate(-90deg);
	z-index: 2;
}

.main-slider__mail a {
	font-size: 16px;
	font-weight: 700;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider__mail a:hover {
	color: var(--aspro-base);
}

.main-slider .item {
	background-color: var(--aspro-black);
	position: relative;
	padding-top: 231px;
	padding-bottom: 282px;
	z-index: 10;
}

.main-slider__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* mix-blend-mode: luminosity; */
	/* opacity: .40; */
	/* z-index: 1; */
	/* background: linear-gradient(310deg, rgba(20, 23, 39, 0.7), rgba(58, 65, 111, 0.7)); */
}

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

.main-slider__text-box {
	position: absolute;
	top: 168px;
	right: 214px;
	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__text {
	font-size: 16px;
	font-weight: 600;
	color: var(--aspro-white);
}

.main-slider__star {
	position: relative;
	display: block;
	font-size: 150px;
	line-height: 150px;
	font-weight: 400;
	color: var(--aspro-base);
	font-family: var(--aspro-font-two);
	margin-left: 155px;
	top: 84px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition:
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
	transition:
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

.main-slider__title {
	position: relative;
	/* display: inline-block; */
	font-size: 32px;
	text-align: center;
	color: var(--aspro-white);
	font-weight: 700;
	line-height: 130px;
	letter-spacing: 0.1rem;
	top: 40%;
	left: 0;
	right: 0;
	font-family: var(--aspro-font);
	/* opacity: 0;
  /* visibility: hidden; */
	/* -webkit-transform: translateY(120px);
  transform:translate(50% , 50%); */
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition:
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
	transition:
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

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

.main-slider__title span:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 9px;
	right: 0;
	bottom: -17px;
	background-color: var(--aspro-base);
	opacity: 0.88;
	z-index: -1;
}

.main-slider__btn {
	position: absolute;
	bottom: -28px;
	right: -198px;
	font-size: 161px;
	color: var(--aspro-base);
	transform: rotate(45deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider__btn:hover {
	color: var(--aspro-white);
}

.active .main-slider__title,
.active .main-slider__text-box,
.active .main-slider__star {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-dots {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	max-width: 1200px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 71px;
	padding: 0 15px;
	margin: 0 auto;
	height: 0;
	line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(var(--aspro-white-rgb), 0.2);
	border: 2px solid transparent;
	margin: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(var(--aspro-white-rgb), 0);
	border: 2px solid var(--aspro-white);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
	position: relative;
	background-color: #0d0d0d;
	z-index: 10;
}

.main-slider-two__phone {
	position: absolute;
	bottom: 120px;
	left: -7px;
	transform: rotate(-90deg);
	z-index: 2;
}

.main-slider-two__phone a {
	font-size: 16px;
	font-weight: 700;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-two__phone a:hover {
	color: var(--aspro-white);
}

.main-slider-two__mail {
	position: absolute;
	top: 233px;
	left: -7px;
	transform: rotate(-90deg);
	z-index: 2;
}

.main-slider-two__mail a {
	font-size: 16px;
	font-weight: 700;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-two__mail a:hover {
	color: var(--aspro-base);
}

.main-slider-two .item {
	position: relative;
	background-color: #0d0d0d;
	padding-top: 287px;
	padding-bottom: 75px;
	z-index: 10;
}

.main-slider-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: soft-light;
	opacity: 0.7;
	z-index: -1;
}

.main-slider-two__img {
	position: absolute;
	bottom: 75px;
	right: 60px;
	background-color: var(--aspro-black);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-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;
}

.active .main-slider-two__img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-two__img img {
	width: 100% !important;
	mix-blend-mode: luminosity;
}

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

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

.main-slider-two__shape-2 {
	position: absolute;
	top: 52px;
	left: -159px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-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;
}

.active .main-slider-two__shape-2 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

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

.main-slider-two__content {
	position: relative;
	display: block;
	margin-left: 106px;
	z-index: 10;
}

.main-slider-two__sub-title {
	position: relative;
	display: inline-block;
	color: #595959;
	font-size: 18px;
	font-family: var(--aspro-font-two);
	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 {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #595959;
}

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

.main-slider-two__title-1 {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 180px;
	color: var(--aspro-white);
	text-transform: uppercase;
	line-height: 172px;
	font-weight: 500;
	letter-spacing: 0;
}

.main-slider-two__title-1 span {
	position: relative;
	display: inline-block;
	font-size: 150px;
	color: var(--aspro-base);
	font-weight: 400;
	margin-left: 19px;
}

.main-slider-two__title-2 {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 172px;
	color: var(--aspro-white);
	text-transform: uppercase;
	line-height: 180px;
	font-weight: 500;
	letter-spacing: 0;
	margin-left: 181px;
}

.main-slider-two__title-2 a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 120px;
	color: var(--aspro-base);
	margin-right: 36px;
}

.main-slider-two__small-img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	max-width: 300px;
	width: 100%;
	margin-top: -28px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-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;
}

.active .main-slider-two__small-img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-two__small-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

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

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
	position: relative;
	display: block;
	background-color: #101010;
	padding: 191px 0 0;
	z-index: 10;
}

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

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

.main-slider-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
	mix-blend-mode: soft-light;
	z-index: -1;
}

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

.main-slider-three__title-box {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1585px;
	padding: 0 15px;
	width: 100%;
}

.main-slider-three__title-one {
	font-size: 180px;
	color: var(--aspro-white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 180px;
	font-weight: 700;
}

.main-slider-three__title-box-two {
	position: absolute;
	top: 0;
	right: 15px;
}

.main-slider-three__title-two {
	font-size: 180px;
	color: transparent;
	-webkit-text-stroke: 1px rgba(var(--aspro-white-rgb), 1);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 180px;
	font-weight: 700;
}

.main-slider-three__contact-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 4px;
}

.main-slider-three__contact-info li + li {
	margin-left: 35px;
}

.main-slider-three__contact-info li p {
	font-size: 16px;
	font-weight: 700;
	color: var(--aspro-white);
}

.main-slider-three__contact-info li p a {
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-three__contact-info li p a:hover {
	color: var(--aspro-base);
}

.main-slider-three__bottom {
	position: relative;
	display: block;
	padding-top: 41px;
}

.main-slider-three__bottom .container {
	max-width: 1865px;
}

.main-slider-three__img-box {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
}

.main-slider-three__img-box img {
	width: 100%;
	mix-blend-mode: luminosity;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-three__img-box:hover > img {
	transform: scale(1.05);
}

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

.services-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 15px 15px 33px rgb(0 0 0 / 20%);
}

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

.services-one__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

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

.services-one__content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 17px 20px 21px;
	padding-left: 95px;
	background-color: var(--aspro-white);
	background-position: center top;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(1);
}

.services-one__single:hover .services-one__content {
	transform: scaleY(0);
}

.services-one__title {
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
}

.services-one__title a {
	color: var(--aspro-black);
}

.services-one__icon {
	position: absolute;
	top: -30px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	/* background-color: var(--aspro-base); */
}

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: var(--aspro-white);
}

.services-one__hover-content {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: var(--aspro-white);
	text-align: center;
	opacity: 0.9;
	/* background-color: rgb(255, 255, 255); */
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 20px;
	transform: translateY(120%);
	transition: all 500ms ease;
	z-index: 1;
}

.services-one__single:hover .services-one__hover-content {
	transform: translateY(0);
}

.services-one__hover-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.services-one__hover-title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__hover-title a:hover {
	color: var(--aspro-base);
}

/* 
.services-one__hover-text {
  margin-top: 12px;
  margin-bottom: 12px;
} */
.services-one__hover-arrow {
	position: relative;
	display: block;
}

.services-one__hover-arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 61px;
	height: 61px;
	background-color: var(--aspro-primary);
	border-radius: 50%;
	font-size: 30px;
	transform: rotate(-48deg);
	color: var(--aspro-base);
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__hover-arrow a:hover {
	background-color: var(--aspro-base);
	color: var(--aspro-white);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
	position: relative;
	display: block;
}

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

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

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

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

.about-one__icon {
	position: absolute;
	top: 163px;
	right: 95px;
}

.about-one__icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77px;
	height: 77px;
	font-size: 32px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-one__icon span:hover {
	background-color: var(--aspro-black);
}

.about-one__shape-1 {
	position: absolute;
	top: 114px;
	left: 10px;
	opacity: 0.3;
	z-index: -1;
}

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

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

.about-one__right .section-title {
	margin-bottom: 29px;
}

.about-one__text-1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: var(--aspro-base);
	text-transform: uppercase;
	font-family: var(--aspro-font-two);
}

.about-one__text-2 {
	margin-top: 12px;
	margin-bottom: 22px;
}

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

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

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

.about-one__icon-and-title {
	position: relative;
	display: flex;
	align-items: center;
}

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

.about-one__points-icon span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: var(--aspro-base);
}

.about-one__points-title {
	margin-left: 10px;
}

.about-one__points-title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.about-one__points-text {
	margin-top: 2px;
}

.about-one__progress {
	position: relative;
	display: block;
	margin-top: 24px;
	margin-bottom: 40px;
}

.about-one__progress-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 8px;
}

.about-one__progress .bar {
	position: relative;
	width: 100%;
	height: 9px;
	background-color: var(--aspro-primary);
}

.about-one__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 9px;
	background-color: var(--aspro-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.about-one__progress .count-text {
	position: absolute;
	right: 0;
	bottom: 17px;
	color: var(--aspro-gray);
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.about-one__progress .bar.marb-0 {
	margin-bottom: 0;
}

.about-one__btn-and-user-box {
	position: relative;
	display: flex;
	align-items: center;
}

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

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

.about-one__user-img {
	position: relative;
	display: block;
	width: 60px;
	border-radius: 50%;
	border: 2px solid var(--aspro-base);
}

.about-one__user-img img {
	width: 100%;
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.about-one__user-content {
	margin-left: 20px;
}

.about-one__user-content h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.about-one__user-content p {
	font-size: 14px;
	line-height: 28px;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
	position: relative;
	display: block;
	padding: 103px 0 0;
}

.feature-three::before,
.feature-three::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -30px;
	background-color: transparent;
	background-image: linear-gradient(
		90deg,
		rgb(255, 255, 255, 0) 50%,
		#ffffff 100%
	);
}

.feature-three::before {
	z-index: 10;
}

.feature-three::after {
	background-image: linear-gradient(
		-90deg,
		rgba(255, 255, 255, 0) 50%,
		#ffffff 100%
	);
}

.feature-three__wrap {
	position: relative;
	display: block;
	animation: aspro-scroller 27s linear infinite;
	will-change: transform;
	white-space: nowrap;
}

.feature-three__wrap:hover {
	animation-play-state: paused;
}

.feature-three__list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	min-width: 100vw;
}

.feature-three__list li {
	position: relative;
	display: block;
}

.feature-three__list li + li {
	margin-left: 30px;
}

@media (min-width: 768px) {
	.feature-three__list li + li {
		margin-left: 50px;
	}
}

@media (min-width: 1200px) {
	.feature-three__list li + li {
		margin-left: 70px;
	}
}

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

.feature-three__title {
	font-size: 80px;
	font-weight: 500;
	line-height: 80px;
	/* background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.feature-three__title span {
	position: relative;
	display: inline-block;
	margin-right: -13px;
}

.feature-three--four {
	padding: 0 0 108px;
}

@keyframes aspro-scroller {
	0% {
		transform: translate(0, 0);
	}

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

@keyframes aspro-scroller-reverse {
	0% {
		transform: translate(0, 0);
	}

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

/*--------------------------------------------------------------
# Portfolio One
--------------------------------------------------------------*/
.portfolio-one {
	position: relative;
	display: block;
	padding: 83px 0 80px;
	z-index: 1;
}

.portfolio-one .container {
	max-width: 1830px;
}

.portfolio-one .row {
	--bs-gutter-x: 40px;
}

.portfolio-one__single {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

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

.portfolio-one__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
}

.portfolio-one__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--aspro-black-rgb), 0.4);
	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: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.portfolio-one__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.portfolio-one__content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transform: translateY(66%);
	transition:
		opacity 500ms ease,
		visibility 500ms ease,
		transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content {
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 500ms;
	opacity: 1;
}

.portfolio-one__sub-title {
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px;
}

.portfolio-one__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	background-color: var(--aspro-white);
	position: relative;
	display: block;
	padding: 18px 30px 22px;
	width: 230px;
}

.portfolio-one__title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-one__title a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
}

.testimonial-one__inner {
	position: relative;
	display: block;
	max-width: 1814px;
	width: 100%;
	background-color: var(--aspro-primary);
	margin: 0 auto;
	padding: 120px 0 160px;
	z-index: 1;
}

.testimonial-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	opacity: 0.5;
	z-index: -1;
}

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

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

.testimonial-one__ratting-box {
	position: relative;
	display: block;
	margin-top: 20px;
}

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

.testimonial-one__ratting span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 13px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__ratting span:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-black);
}

.testimonial-one__ratting span + span {
	margin-left: 10px;
}

.testimonial-one__ratting-box p {
	font-size: 18px;
	line-height: 28px;
	color: var(--aspro-black);
	margin-top: 12px;
}

.testimonial-one__right {
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 300px;
}

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

.testimonial-one__single {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 52px 60px 49px;
}

.testimonial-one__single::before {
	content: "";
	position: absolute;
	bottom: -40px;
	right: 115px;
	border-top: 40px solid var(--aspro-white);
	border-left: 76px solid transparent;
}

.testimonial-one__client-info-and-quote {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--aspro-bdr-color);
}

.testimonial-one__client-info-and-quote::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 30px;
	border-top: 7px solid var(--aspro-bdr-color);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.testimonial-one__client-info {
	position: relative;
	display: block;
}

.testimonial-one__client-info h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.testimonial-one__client-info p {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--aspro-base);
	margin-top: 2px;
}

.testimonial-one__quote {
	position: relative;
	display: inline-block;
	top: 5px;
}

.testimonial-one__quote span {
	position: relative;
	display: inline-block;
	font-size: 33px;
	color: var(--aspro-base);
}

.testimonial-one__text {
	font-size: 18px;
	font-family: var(--aspro-font-two);
	font-weight: 400;
	line-height: 34px;
}

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

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

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

.testimonial-one__img-1 {
	position: absolute;
	right: -300px;
	top: 11px;
	max-width: 429px;
	width: 100%;
	border-radius: 50%;
}

.testimonial-one__img-1 img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: 50%;
}

.testimonial-one__img-2 {
	position: absolute;
	right: 0px;
	top: -11px;
	max-width: 196px;
	width: 100%;
	border-radius: 50%;
}

.testimonial-one__img-2 img {
	width: 100%;
	mix-blend-mode: luminosity;
	border-radius: 50%;
}

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

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

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

.team-one__img-box {
	position: relative;
	display: block;
	padding-bottom: 16px;
}

.team-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	/* background-color: var(--aspro-black); */
	z-index: 1;
}

.team-one__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--aspro-black-rgb), 0.4);
	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: 1;
}

.team-one__single:hover .team-one__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

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

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

.team-one__share-btn {
	position: absolute;
	bottom: 30px;
	right: 17px;
	z-index: 2;
}

.team-one__share-btn a:hover {
	color: #fff;
}

.team-one__share-btn > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 15px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__share-btn span {
	font-size: 11px;
}

.team-one__hover-arrow:hover {
	color: var(--aspro-black);
}

.team-one__social {
	position: absolute;
	right: 0;
	bottom: 59px;
	background-color: var(--aspro-white);
	padding: 11px 15px 8px;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: right center;
}

.team-one__social::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	border-top: 5px solid var(--aspro-white);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transform: translateX(-50%);
}

.team-one__single:hover .team-one__social {
	transform: scaleY(1);
	transform-origin: bottom center;
	transition-delay: 500ms;
}

.team-one__social li {
	position: relative;
	display: block;
	line-height: 33px;
}

.team-one__social li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social li a:hover {
	color: var(--aspro-base);
}

.team-one__content {
	position: relative;
	/* margin-top: 27px; */
	padding: 0 17px 17px;
	text-align: center;
}

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

.team-one__name-box h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}

.team-one__name-box h3 a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__name-box h3 a:hover {
	color: var(--aspro-base);
}

.team-one__name-box p {
	font-size: 14px;
}

.team-one__arrow {
	position: relative;
	display: inline-block;
	top: 3px;
}

.team-one__arrow a {
	position: relative;
	display: inline-block;
	font-size: 26px;
	color: var(--aspro-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__arrow a {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Award One
--------------------------------------------------------------*/
.award-one {
	position: relative;
	display: block;
	padding: 15px 0 90px;
}

.award-one .container {
	max-width: 1814px;
}

.award-one__inner {
	position: relative;
	display: block;
	border-top: 1px solid var(--aspro-bdr-color);
	padding-top: 34px;
}

.award-one__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.award-one__list li {
	position: relative;
	text-align: center;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	margin-bottom: 22px;
}

.award-one__list li::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	width: 11px;
	height: 11px;
	background-color: var(--aspro-base);
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.award-one__list li:hover:before {
	background-color: var(--aspro-white);
}

.award-one__list li::after {
	content: "";
	position: absolute;
	top: -52px;
	left: 50%;
	width: 35px;
	height: 35px;
	background-color: var(--aspro-white);
	border-radius: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.award-one__list li:hover:after {
	background-color: var(--aspro-base);
}

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

.award-one__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 14px;
}

.award-one__sub-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: var(--aspro-black);
	margin-top: 27px;
	margin-bottom: 6px;
}

.award-one__text-2 {
	font-size: 18px;
	font-weight: 500;
	color: var(--aspro-gray);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	padding-bottom: 120px;
	z-index: 1;
}

.why-choose-one__left {
	position: relative;
	display: block;
}

.why-choose-one__left .section-title {
	margin-bottom: 28px;
}

.why-choose-one__text {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
	color: var(--aspro-base);
}

.why-choose-one__text-2 {
	margin-top: 21px;
	margin-bottom: 40px;
}

.why-choose-one__points {
	position: relative;
	display: flex;
	align-items: center;
}

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

.why-choose-one__points li + li {
	margin-left: 70px;
}

.why-choose-one__points li .icon {
	position: relative;
	display: inline-block;
}

.why-choose-one__points li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 32px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
	color: var(--aspro-white);
	background-color: var(--aspro-black);
}

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

.why-choose-one__points li .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	letter-spacing: var(--aspro-letter-spacing);
}

.why-choose-one__right {
	position: relative;
	display: block;
}

.why-choose-one__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.why-choose-one__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	/* background-color: var(--aspro-black); */
	padding: 120px 0 90px;
	z-index: 1;
}

.counter-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: luminosity;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.counter-one__single {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 65px;
	border: 1px solid;
	height: 235px;
	border-radius: 20px;
}

.counter-one__single::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 3px;
	width: 1px;
	background-color: rgba(var(--aspro-white-rgb), 0.1);
}

.counter-one__single-four::before {
	display: none;
}

.counter-one__icon {
	position: relative;
	display: inline-block;
}

.counter-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

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

.counter-one__count {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin-top: 14px;
	margin-bottom: 20px;
}

.counter-one__count h3 {
	font-size: 35px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: 0;
	color: var(--aspro-white);
	position: relative;
	top: 3px;
}

.counter-one__count span {
	font-size: 40px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: 0;
	color: var(--aspro-white);
}

.counter-one__text {
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
	color: var(--aspro-white);
	/* color: #595959; */
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	z-index: 1;
}

.contact-one__shape-5 {
	position: absolute;
	top: 0;
	right: -30px;
	opacity: 0.1;
	z-index: -1;
}

.contact-one__shape-5 img {
	width: auto;
	mix-blend-mode: luminosity;
}

.contact-one__left {
	position: relative;
	display: block;
	margin-right: 150px;
	margin-left: -375px;
}

.contact-one__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 0% 50%);
}

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

.contact-one__shape-1 {
	position: absolute;
	bottom: 0;
	left: -30px;
	z-index: 1;
}

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

.contact-one__shape-2 {
	position: absolute;
	top: 0;
	right: -159px;
	z-index: 1;
}

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

.contact-one__shape-3 {
	position: absolute;
	top: -1px;
	right: -162px;
	z-index: 1;
}

.contact-one__shape-3 img {
	width: auto;
}

.contact-one__shape-4 {
	position: absolute;
	top: 0;
	right: -162px;
	z-index: 1;
}

.contact-one__shape-4 img {
	width: auto;
}

.contact-one__right {
	position: relative;
	display: block;
	padding-top: 120px;
}

.contact-one__form-box {
	position: relative;
	display: block;
}

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

.contact-one__form .row {
	--bs-gutter-x: 20px;
}

.contact-one__form-input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-one__form-input-box input[type="text"],
.contact-one__form-input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-white);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.contact-one__form-input-box
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	position: relative;
	display: block;
	width: 100% !important;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle {
	position: relative;
	height: 63px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--aspro-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--aspro-gray) !important;
	font-size: 14px;
	line-height: 63px;
	font-weight: 500;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--aspro-gray);
}

.contact-one__form-input-box .dropdown-menu {
	border-radius: 0;
}

.contact-one__form-input-box textarea {
	font-size: 14px;
	font-weight: 500;
	color: var(--aspro-gray);
	height: 130px;
	width: 100%;
	background-color: var(--aspro-white);
	padding: 20px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
}

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

.contact-one__btn {
	border: none;
}

.contact-one__form-input-box.text-message-box {
	height: 130px;
}

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

.blog-one .row {
	--bs-gutter-x: 75px;
}

.blog-one__single {
	position: relative;
	display: block;
	margin-bottom: 28px;
	height: 86%;
}

.blog-one__single-2 {
	margin-top: 60px;
}

.blog-one__single-3 {
	margin-top: 120px;
}

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

.blog-one__img {
	position: relative;
	display: block;
	/* background-color: var(--aspro-black); */
	overflow: hidden;
	z-index: 1;
}

.blog-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--aspro-black-rgb), 0.3);
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
	z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
	transform: translate3d(0px, 0, 0px);
}

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

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

.blog-one__date {
	position: absolute;
	/* top: 20px;
  left: 20px; */
	z-index: 2;
}

.blog-one__date p {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--aspro-white);
	padding: 5px;
	background: rgb(0 0 0 / 20%);
}

.blog-one__content {
	position: relative;
	display: block;
	margin-top: 13px;
}

.blog-one__meta {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}

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

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

.blog-one__meta li p {
	font-size: 14px;
}

.blog-one__meta li p > span {
	font-size: 14px;
	color: var(--aspro-base);
	margin-right: 3px;
}

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

.blog-one__title {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.01em;
}

.blog-one__title:hover {
	color: var(--aspro-base);
}

.blog-one__title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--aspro-black);
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scalex(0) translateZ(100px);
	transform: scalex(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;
}

.blog-one__single:hover .blog-one__title::before {
	visibility: visible;
	-webkit-transform: scalex(1) translateZ(1px);
	transform: scalex(1) translateZ(1px);
}

.blog-one__title-box:hover .blog-one__title::before {
	background-color: var(--aspro-base);
}

.blog-one__title > a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__title-box:hover .blog-one__title > a {
	color: var(--aspro-base);
}

.blog-one__title > a > span {
	position: relative;
	display: inline-block;
}

.blog-one__btn-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.blog-one__btn-box > a > span {
	font-size: 20px;
	/* color: var(--aspro-gray); */
	color: #1a292f;
	position: relative;
	top: 6px;
	font-weight: 700;
	margin-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__btn-box > a > span {
	color: var(--aspro-base);
}

.blog-one__btn {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	/* opacity: 0; */
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__btn {
	opacity: 1;
}

.blog-one__btn:hover {
	color: var(--aspro-base);
}

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

.cta-one .container {
	max-width: 1320px;
}

.cta-one__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.cta-one__inner-content {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--aspro-primary);
	padding: 87px 60px 122px;
	overflow: hidden;
	z-index: 1;
}

.cta-one__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.15;
	mix-blend-mode: luminosity;
}

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

.cta-one__title {
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
}

.cta-one__title span {
	font-weight: 700;
}

.cta-one__arrow {
	position: absolute;
	bottom: -87px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.cta-one__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 175px;
	font-size: 66px;
	color: var(--aspro-base);
	border-radius: 50%;
	background-color: var(--aspro-white);
	transform: rotate(45deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-one__arrow a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	padding: 106px 0 100px;
	z-index: 1;
}

.brand-one__title {
	color: var(--aspro-gray);
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 1170px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -2px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font);
}

.brand-one__title:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	height: 1px;
	background-color: #d9d9d9;
	max-width: 480px;
	width: 100%;
}

.brand-one__title:after {
	position: absolute;
	top: 8px;
	right: 0;
	content: "";
	height: 1px;
	background-color: #d9d9d9;
	max-width: 480px;
	width: 100%;
}

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

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

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

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	/* background-color: var(--aspro-black); */
	background-color: #1a292f;
	z-index: 1;
}

.site-footer__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	/* mix-blend-mode: luminosity; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

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

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.footer-widget__title {
	font-size: 16px;
	/* color: var(--aspro-white); */
	color: #b18921;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

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

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

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

.footer-widget__Contact-text {
	color: #595959;
	font-size: 16px;
	line-height: 34px;
}

.footer-widget__Contact-list {
	position: relative;
	display: block;
	margin-top: 28px;
}

.footer-widget__Contact-list li {
	position: relative;
	display: flex;
}

.footer-widget__Contact-list li + li {
	margin-top: 8px;
}

.footer-widget__Contact-list li > p {
	font-size: 16px;
	font-weight: 600;
	color: var(--aspro-white);
	line-height: 26px;
}

.footer-widget__Contact-list li > p > a {
	position: relative;
	display: inline-block;
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__Contact-list li:first-child > p > a::before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__Contact-list li > p > a:hover::before {
	background-color: var(--aspro-base);
}

.footer-widget__Contact-list li > p > a:hover {
	color: var(--aspro-base);
	transition: all 500ms ease;
}

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

.footer-widget__link .footer-widget__title-box {
	margin-bottom: 21px;
}

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

.footer-widget__link-list li + li {
	margin-top: 5px;
}

.footer-widget__link-list li a {
	position: relative;
	display: inline-block;
	color: #f6f6f6;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__link-list li:hover a {
	color: var(--aspro-white);
}

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

.footer-widget__newsletter .footer-widget__title-box {
	margin-bottom: 21px;
}

.footer-widget__newsletter-text {
	font-size: 16px;
	color: #595959;
	margin-bottom: 10px;
}

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

.footer-widget__email-input-box {
	position: relative;
	display: block;
}

.footer-widget__email-input-box input[type="email"] {
	width: 100%;
	height: 53px;
	border: none;
	border-bottom: 2px solid rgba(var(--aspro-white-rgb), 0.2);
	outline: none;
	background-color: transparent;
	font-size: 14px;
	color: var(--aspro-white);
	padding-right: 38px;
	font-weight: 500;
}

.footer-widget__btn {
	position: absolute;
	right: -6px;
	bottom: 11px;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__btn:hover {
	color: var(--aspro-white);
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.site-footer__social a {
	position: relative;
	height: 42px;
	width: 42px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-white);
	background: url("../images/Cricle.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 18px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

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

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

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

.site-footer__bottom {
	position: relative;
	display: block;
	z-index: 1;
}

.site-footer__bottom-inner {
	position: relative;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-text {
	color: #f6f6f6;
	font-size: 11px;
	letter-spacing: 0.2rem;
}

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

.site-footer__bottom-text a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
	position: relative;
	display: block;
	padding: 120px 0 80px;
	z-index: 3;
}

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

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

.portfolio-two__list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--aspro-bdr-color);
	padding: 24px 0 23px;
}

.portfolio-two__list-content {
	position: relative;
	display: flex;
	align-items: center;
}

.portfolio-two__list-content span {
	font-size: 80px;
	font-weight: 700;
	line-height: 90px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-two__list li:hover .portfolio-two__list-content span {
	color: var(--aspro-base);
}

.portfolio-two__list-content p {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	letter-spacing: var(--aspro-letter-spacing);
	margin-left: 74px;
	position: relative;
	top: 6px;
}

.portfolio-two__list-content p a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-two__list-content p a:hover {
	color: var(--aspro-base);
}

.portfolio-two__list-arrow {
	position: relative;
	top: 11px;
}

.portfolio-two__list-arrow a {
	position: relative;
	display: inline-block;
	font-size: 43px;
	color: var(--aspro-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-two__list li:hover .portfolio-two__list-arrow a {
	color: var(--aspro-base);
}

.portfolio-two__img-1 {
	position: absolute;
	top: 47px;
	right: 236px;
	z-index: 1;
	background-color: var(--aspro-black);
	transform: rotate(15deg);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-two__img-1 img {
	width: auto;
	mix-blend-mode: luminosity;
}

.portfolio-two__list li:hover .portfolio-two__img-1 {
	opacity: 1;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
	position: relative;
	display: block;
	padding-bottom: 120px;
	z-index: 1;
}

.video-one .container {
	max-width: 1320px;
}

.video-one__inner {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 208px 0 203px;
	background-color: var(--aspro-black);
	z-index: 1;
}

.video-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	z-index: -1;
}

.video-one__rounded-text {
	position: relative;
	display: block;
	z-index: 1;
}

.video-one__curved-circle-box {
	position: relative;
	display: block;
	height: 173px;
	width: 173px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-one__curved-circle-box .curved-circle {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--aspro-font-two);
	color: var(--aspro-white);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.3em;
	animation: textRotate 10s linear 0s forwards infinite alternate;
}

.video-one__curved-circle-box .curved-circle--item {
	position: relative !important;
	width: 173px !important;
	height: 173px !important;
	top: -20px;
}

@keyframes textRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

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

.video-one__icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	font-size: 24px;
	color: var(--aspro-white);
	border-radius: 50%;
	background-color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-one__icon span:hover {
	color: var(--aspro-base);
	background-color: var(--aspro-white);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: var(--aspro-black);
	z-index: 1;
}

.services-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-two__left {
	position: relative;
	display: block;
	margin-right: 104px;
}

.services-two__left .section-title__tagline {
	color: #595959;
}

.services-two__left .section-title__title {
	color: var(--aspro-white);
}

.services-two__left .section-title {
	margin-bottom: 28px;
}

.services-two__text {
	color: #595959;
}

.services-two__right {
	position: relative;
	display: block;
}

.services-two__single {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0e0e0e;
	padding: 29px 30px 23px;
	margin-bottom: 30px;
	z-index: 1;
}

.services-two__single:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--aspro-white);
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.services-two__single:hover:before {
	transform: scaleY(1);
}

.services-two__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}

.services-two__title a {
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
	color: var(--aspro-black);
}

.services-two__icon {
	position: relative;
	display: inline-block;
}

.services-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

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

/*--------------------------------------------------------------
# Sliding Text
--------------------------------------------------------------*/
.sliding-text {
	position: relative;
	display: block;
	background-color: var(--aspro-base);
}

.sliding-text__wrap {
	position: relative;
	display: block;
	padding: 18px 0 18px;
	white-space: nowrap;
}

.sliding-text__list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	-moz-animation: my-animation405 19s linear infinite;
	-webkit-animation: my-animation405 19s linear infinite;
	animation: my-animation405 19s linear infinite;
	will-change: transform;
	flex-wrap: nowrap;
}

.sliding-text__list:hover {
	animation-play-state: paused;
}

@keyframes my-animation404 {
	from {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

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

@keyframes my-animation405 {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-100%);
	}
}

.sliding-text__list li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
}

.sliding-text__list li + li {
	margin-left: 50px;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.why-choose-two__left {
	position: relative;
	display: block;
	margin-right: 290px;
}

.why-choose-two__img {
	position: relative;
	display: block;
	margin-bottom: 22px;
	background-color: var(--aspro-black);
}

.why-choose-two__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.why-choose-two__img-2 {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.why-choose-two__img-2 img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.why-choose-two__img-3 {
	position: absolute;
	top: 54px;
	right: -300px;
	background-color: var(--aspro-black);
}

.why-choose-two__img-3 img {
	width: auto;
	mix-blend-mode: luminosity;
}

.why-choose-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.why-choose-two__right .section-title {
	margin-bottom: 37px;
}

.why-choose-two__tab-box {
	position: relative;
	display: block;
}

.tabs-one__inner .tab-buttons {
	position: relative;
	display: block;
}

.tabs-one__inner .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
}

.tabs-one__inner .tab-buttons .tab-btn + .tab-btn {
	margin-left: 10px;
}

.tabs-one__inner .tab-buttons .tab-btn span {
	position: relative;
	display: block;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	color: var(--aspro-black);
	background-color: var(--aspro-primary);
	padding: 12px 40px 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1;
}

.tabs-one__inner .tab-buttons .tab-btn.active-btn span {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

.tabs-one__inner .tabs-content {
	position: relative;
	display: block;
}

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

.tabs-one__inner .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	/* -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); */
}

.tabs-one__tab-content-inner {
	position: relative;
	display: block;
	margin-top: 21px;
}

.tabs-one__points {
	position: relative;
	display: block;
	margin-top: 23px;
}

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

.tabs-one__points li + li {
	margin-top: 4px;
}

.tabs-one__points li .icon {
	position: relative;
	display: inline-block;
}

.tabs-one__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: var(--aspro-base);
}

.tabs-one__points li .text {
	margin-left: 12px;
}

.tabs-one__points li .text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
	position: relative;
	display: block;
	padding-bottom: 120px;
	z-index: 1;
}

.counter-two__single {
	position: relative;
	display: block;
	text-align: center;
	padding: 97px 0 111px;
	margin-bottom: 30px;
	z-index: 4;
}

.counter-two__single-2 {
	z-index: 3;
}

.counter-two__single-3 {
	z-index: 2;
}

.counter-two__single-4 {
	z-index: 1;
}

.counter-two__single::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 348px;
	height: 348px;
	background-color: var(--aspro-primary);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.counter-two__single-2::before {
	display: none;
}

.counter-two__single-2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 348px;
	height: 348px;
	border: 1px solid var(--aspro-bdr-color);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.counter-two__count {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.counter-two__count h3 {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0;
	color: var(--aspro-base);
	position: relative;
	top: 3px;
}

.counter-two__count span {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0;
	color: var(--aspro-base);
}

.counter-two__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 16px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
	position: relative;
	display: block;
	padding: 60px 0 90px;
	z-index: 1;
}

.feature-one__bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 392px;
	background-image: -moz-linear-gradient(
		90deg,
		rgb(255, 255, 255) 0%,
		rgb(246, 246, 246) 100%
	);
	background-image: -webkit-linear-gradient(
		90deg,
		rgb(255, 255, 255) 0%,
		rgb(246, 246, 246) 100%
	);
	background-image: -ms-linear-gradient(
		90deg,
		rgb(255, 255, 255) 0%,
		rgb(246, 246, 246) 100%
	);
	z-index: -1;
}

.feature-one .container {
	max-width: 1800px;
}

.feature-one__single {
	position: relative;
	display: flex;
	margin-bottom: 30px;
}

.feature-one__img {
	position: relative;
	display: block;
	max-width: 270px;
	width: 100%;
	overflow: hidden;
	background-color: var(--aspro-black);
	z-index: 1;
}

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

.feature-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--aspro-black-rgb), 0.3);
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
	z-index: 1;
}

.feature-one__single:hover .feature-one__img:before {
	transform: translate3d(0px, 0, 0px);
}

.feature-one__icon {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 3;
}

.feature-one__icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 66px;
	font-size: 32px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
	background-color: var(--aspro-black);
}

.feature-one__content {
	position: relative;
	display: block;
	padding: 43px 50px 41px;
	background-color: var(--aspro-white);
}

.feature-one__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
}

.feature-one__title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__title a:hover {
	color: var(--aspro-base);
}

.feature-one__text {
	margin-top: 15px;
	margin-bottom: 20px;
}

.feature-one__arrow {
	position: relative;
	display: inline-block;
}

.feature-one__arrow a {
	position: relative;
	display: inline-block;
	font-size: 26px;
	color: var(--aspro-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__arrow a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
	position: relative;
	display: block;
	z-index: 1;
}

.contact-two__left {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	margin-right: 60px;
	z-index: 1;
}

.contact-two__left .section-title {
	margin-bottom: 37px;
}

.contact-two__left .section-title__tagline {
	color: var(--aspro-white);
}

.contact-two__left .section-title__title {
	color: var(--aspro-white);
}

.contact-two__left .section-title__tagline span {
	color: var(--aspro-white);
}

.contact-two__bg-box {
	position: absolute;
	top: 0;
	left: -375px;
	right: -120px;
	bottom: 0;
	z-index: -1;
	background-color: var(--aspro-black);
}

.contact-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.google-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 49%;
	background-color: var(--aspro-primary);
	z-index: 1;
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 739px;
	width: 100%;
	mix-blend-mode: luminosity;
}

.contact-two__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 90px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	z-index: -1;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
	position: relative;
	display: block;
	padding: 108px 0 113px;
	border-bottom: 1px solid var(--aspro-bdr-color);
	z-index: 1;
}

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

.testimonial-two__thumb-outer-box {
	position: absolute;
	bottom: 19px;
	left: 0;
	max-width: 195px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	z-index: 20;
}

.testimonial-two__thumb-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

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

.testimonial-two__thumb-carousel .owl-item {
	position: relative;
	opacity: 1;
}

.testimonial-two__thumb-item {
	position: relative;
	display: block;
}

.testimonial-two__img-holder-box {
	position: relative;
	display: block;
	border-radius: 50%;
}

.testimonial-two__img-holder {
	position: relative;
	display: block;
	height: 58px;
	width: 58px;
	background-color: var(--aspro-black);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

.testimonial-two__img-holder > img {
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

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

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

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

.testimonial-two__inner-content {
	position: relative;
	display: flex;
	margin-left: 36px;
}

.testimonial-two__inner-content-img {
	position: relative;
	display: block;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	top: 19px;
	background-color: var(--aspro-black);
}

.testimonial-two__inner-content-img:before {
	content: "";
	position: absolute;
	top: -7px;
	bottom: -7px;
	left: -7px;
	right: -7px;
	border: 3px solid var(--aspro-base);
	border-radius: 50%;
}

.testimonial-two__inner-content-img img {
	width: 100%;
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.testimonial-two__inner-content-box {
	position: relative;
	display: block;
	max-width: 890px;
	width: 100%;
	margin-left: 74px;
}

.testimonial-two__text {
	font-size: 30px;
	color: var(--aspro-gray);
	line-height: 50px;
	font-weight: 400;
	font-family: var(--aspro-font-two);
	padding-bottom: 63px;
}

.testimonial-two__client-name {
	font-size: 24px;
	font-weight: 700;
}

.testimonial-two__client-name span {
	font-size: 14px;
	font-weight: 400;
	color: var(--aspro-base);
	position: relative;
	display: inline-block;
	padding-left: 17px;
	letter-spacing: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: 8px;
	right: 0;
	display: flex;
	align-items: center;
	margin: 0 !important;
	z-index: 100;
}

.testimonial-two__carousel .owl-nav .owl-next,
.testimonial-two__carousel .owl-nav .owl-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
	color: var(--aspro-black) !important;
	background-color: var(--aspro-primary) !important;
	border-radius: 50%;
	margin: 0;
	text-align: center;
	opacity: 1;
	transition: all 500ms ease;
	z-index: 100;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--aspro-base) !important;
	color: var(--aspro-white) !important;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	padding: 111px 0 122px;
	z-index: 1;
}

.cta-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

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

.cta-two__title-box {
	position: relative;
	display: block;
}

.cta-two__title-box h3 {
	font-size: 100px;
	font-weight: 700;
	line-height: 90px;
	color: var(--aspro-white);
}

.cta-two__title-box h3 span {
	color: var(--aspro-base);
}

.cta-two__title-box h3 a {
	font-size: 77px;
	transform: rotate(45deg);
	position: relative;
	display: inline-block;
	margin-left: 5px;
	color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-two__title-box h3 a:hover {
	color: var(--aspro-white);
}

.cta-two__btn {
	position: relative;
	display: block;
	top: 5px;
}

.cta-two__btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 175px;
	background-color: rgba(var(--aspro-white-rgb), 0.1);
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 21px;
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-two__btn a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
	position: relative;
	display: block;
	padding: 120px 0 112px;
}

.about-two__left {
	position: relative;
	display: block;
	margin-right: 100px;
}

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

.about-two__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.about-two__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.about-two__img-2 {
	position: absolute;
	bottom: -114px;
	right: -100px;
	background-color: var(--aspro-black);
}

.about-two__img-2 img {
	width: auto;
	mix-blend-mode: luminosity;
}

.about-two__shape-1 {
	position: absolute;
	bottom: -58px;
	left: 160px;
	width: 60px;
	height: 58px;
	background-color: var(--aspro-base);
}

.about-two__rounded-text {
	position: absolute;
	top: 96px;
	right: -78px;
	z-index: 1;
}

.about-two__curved-circle-box {
	position: relative;
	display: block;
	height: 149px;
	width: 149px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 2;
	animation: sunMove 10s linear infinite;
}

.about-two__curved-circle-box .curved-circle-3 {
	position: absolute;
	left: 74px;
	top: 51px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-white);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.03em;
	z-index: 2;
	transform: rotate(180deg);
}

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

@keyframes sunMove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

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

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

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

.about-two__icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 149px;
	font-size: 64px;
	color: var(--aspro-white);
	border-radius: 50%;
	background-color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-two__right .section-title {
	margin-bottom: 25px;
}

.about-two__icon-box-and-text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 38px;
	margin-bottom: 32px;
}

.about-two__icon-box {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 40px;
}

.about-two__icon-box::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	width: 1px;
	background-color: var(--aspro-bdr-color);
}

.about-two__icon-2 {
	position: relative;
	display: inline-block;
}

.about-two__icon-2 span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.about-two__icon-box:hover .about-two__icon-2 span {
	transform: scale(0.9);
}

.about-two__icon-box h3 {
	margin-left: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.about-two__points {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 23px 40px 24px;
}

.about-two__points::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
	background-color: var(--aspro-base);
}

.about-two__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-two__points li .icon {
	position: relative;
	display: inline-block;
}

.about-two__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--aspro-base);
}

.about-two__points li .text {
	margin-left: 15px;
}

.about-two__points li .text p {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
}

.about-two__btn-box {
	position: relative;
	display: block;
	margin-top: 44px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
	position: relative;
	display: block;
	padding-bottom: 90px;
	z-index: 1;
}

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

.feature-two__img-box {
	position: relative;
	display: block;
}

.feature-two__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
}

.feature-two__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--aspro-black-rgb), 0.6);
	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: 1;
}

.feature-two__single:hover .feature-two__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

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

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

.feature-two__title {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	z-index: 2;
}

.feature-two__single:hover .feature-two__title {
	opacity: 0;
}

.feature-two__title h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: var(--aspro-white);
}

.feature-two__hover-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}

.feature-two__single:hover .feature-two__hover-content {
	opacity: 1;
}

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

.feature-two__hover-title a {
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-two__hover-title a:hover {
	color: var(--aspro-base);
}

.feature-two__hover-arrow {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 8px;
}

.feature-two__hover-arrow a {
	position: relative;
	display: inline-block;
	font-size: 65px;
	color: var(--aspro-white);
	text-align: center;
	transform: rotate(45deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-two__hover-arrow a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 120px 0 92px;
	z-index: 1;
}

.services-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.services-three__top {
	position: relative;
	display: block;
	margin-bottom: 47px;
}

.services-three__left {
	position: relative;
	display: block;
}

.services-three__left .section-title {
	margin-bottom: 0;
}

.services-three__right {
	position: relative;
	display: block;
	margin-top: 19px;
}

.services-three__bottom {
	position: relative;
	display: block;
}

.services-three__services-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;
}

.services-three__services-list li {
	position: relative;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	padding-left: 9px;
	padding-right: 9px;
}

.services-three__single {
	position: relative;
	display: block;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 18px;
	z-index: 1;
}

.services-three__single-inner {
	position: relative;
	display: flex;
	text-align: center;
	color: #1a292f;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	z-index: 1;
	letter-spacing: 0.01em;
	border-radius: 20px;
	margin: 0;
	justify-content: center;
	align-items: center;
}
.services-three__single-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--aspro-black);
	background-blend-mode: luminosity;
	background-position: center top;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.services-three__single:hover .services-three__single-bg {
	transform: scaleY(1);
}

.services-three__icon {
	position: relative;
	display: inline-block;
}

.services-three__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
}

.services-three__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 18px;
}

.services-three__title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
	color: var(--aspro-white);
}

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
	position: relative;
	display: block;
	padding: 120px 0 110px;
	counter-reset: count;
	z-index: 1;
}

.portfolio-three .container {
	max-width: 1530px;
}

.portfolio-three__list {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
}

.portfolio-three__list li {
	position: relative;
	flex: 0 0 50%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	transition: 0.5s;
}

@media (min-width: 768px) {
	.portfolio-three__list li {
		flex: 1;
	}
}

.portfolio-three__list li.active {
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.portfolio-three__list li.active {
		flex: 2;
	}
}

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

.portfolio-three__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
	min-height: 580px;
	background-blend-mode: luminosity;
	background-size: cover;
	background-position: center center;
}

.portfolio-three__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--aspro-black-rgb), 0.4);
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
	z-index: 1;
}

.portfolio-three__list
	li.active
	.portfolio-three__single
	.portfolio-three__img:before,
.portfolio-three__single:hover .portfolio-three__img:before {
	transform: translate3d(0px, 0, 0px);
}

.portfolio-three__title-box {
	position: absolute;
	bottom: 36px;
	left: 40px;
	transition: all 500ms ease;
	transform: translate3d(0px, 199%, 0px);
	z-index: 2;
}

.portfolio-three__list
	li.active
	.portfolio-three__single
	.portfolio-three__title-box,
.portfolio-three__single:hover .portfolio-three__title-box {
	transform: translate3d(0px, 0, 0px);
}

.portfolio-three__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.portfolio-three__title a {
	color: var(--aspro-white);
	transition: all 500ms ease;
}

.portfolio-three__title a:hover {
	color: var(--aspro-base);
}

.portfolio-three__count {
	position: absolute;
	top: 33px;
	left: 38px;
	z-index: 2;
}

.portfolio-three__count:before {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	counter-increment: count;
	content: "0" counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	color: var(--aspro-white);
	font-family: var(--aspro-font-two);
}

.portfolio-three__list
	li.active
	.portfolio-three__single
	.portfolio-three__count:before,
.portfolio-three__single:hover .portfolio-three__count:before {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Awards Two
--------------------------------------------------------------*/
.awards-two {
	position: relative;
	display: block;
	padding: 0 0 90px;
}

.awards-two__awards-box {
	position: relative;
	display: block;
	margin-left: 300px;
}

.awards-two__awards-list {
	position: relative;
	display: block;
}

.awards-two__awards-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 30px;
	border-top: 1px solid var(--aspro-bdr-color);
}

.awards-two__name-and-year {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 595px;
	width: 100%;
}

.awards-two__name-box {
	position: relative;
	display: flex;
	align-items: center;
}

.awards-two__name {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	background-color: var(--aspro-primary);
	border-radius: 50%;
}

.awards-two__name p {
	font-size: 18px;
	font-weight: 500;
	color: var(--aspro-black);
	font-family: var(--aspro-font-two);
}

.awards-two__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: var(--aspro-letter-spacing);
	font-family: var(--aspro-font-two);
	color: var(--aspro-black);
	margin-left: 50px;
}

.awards-two__year {
	position: relative;
	display: inline-block;
}

.awards-two__year span {
	font-size: 20px;
	font-weight: 400;
	font-family: var(--aspro-font-two);
}

.awards-two__arrow {
	position: relative;
	display: inline-block;
}

.awards-two__arrow a {
	position: relative;
	display: inline-block;
	color: #d9d9d9;
	font-size: 43px;
	transition: all 500ms ease;
}

.awards-two__arrow a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
	position: relative;
	display: block;
	padding: 127px 0 104px;
	background-color: var(--aspro-black);
	z-index: 1;
}

.video-two__inner {
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1;
}

.video-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	z-index: -1;
}

.video-two__rounded-text {
	position: relative;
	display: block;
	z-index: 1;
}

.video-two__curved-circle-box {
	position: relative;
	display: block;
	height: 173px;
	width: 173px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 2;
}

.video-two__curved-circle-box .curved-circle-2 {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--aspro-font-two);
	color: var(--aspro-white);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.3em;
	transform: rotate(181deg);
}

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

.video-two__icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	font-size: 24px;
	color: var(--aspro-white);
	border-radius: 50%;
	background-color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-two__icon span:hover {
	color: var(--aspro-base);
	background-color: var(--aspro-white);
}

.video-two__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 72px;
	color: var(--aspro-white);
	text-align: center;
	margin-top: 34px;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
	position: relative;
	display: block;
	padding: 120px 0 0;
	z-index: 1;
}

.why-choose-three__left {
	position: relative;
	display: block;
	margin-right: 170px;
}

.why-choose-three__img-box {
	position: relative;
	display: block;
}

.why-choose-three__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.why-choose-three__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.why-choose-three__img-2 {
	position: absolute;
	top: 76px;
	right: -130px;
	background-color: var(--aspro-black);
}

.why-choose-three__img-2::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 6px solid var(--aspro-white);
	background-color: rgb(0, 0, 0);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-three__img-2 img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.why-choose-three__right {
	position: relative;
	display: block;
}

.why-choose-three__right .section-title {
	margin-bottom: 28px;
}

.why-choose-three__points {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 38px;
	margin-bottom: 46px;
}

.why-choose-three__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.why-choose-three__points li:last-child::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 8px;
	width: 2px;
	background-color: var(--aspro-bdr-color);
}

.why-choose-three__points li + li {
	margin-left: 66px;
	padding-left: 44px;
}

.why-choose-three__points li .icon {
	position: relative;
	display: inline-block;
}

.why-choose-three__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.why-choose-three__points li:hover .icon span {
	transform: scale(0.9);
}

.why-choose-three__points li .text {
	margin-left: 20px;
}

.why-choose-three__points li .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--aspro-black);
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
}

.google-map__two {
	position: relative;
	display: block;
	border: none;
	height: 480px;
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	/* padding: 252px 0 142px; */
	/* padding: 147px 0; */
	padding: 303px 0;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
}

.page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	/* mix-blend-mode: luminosity; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
	/* top: -50px; */
}

.page-header__inner h2 {
	font-size: 35px;
	color: var(--aspro-white);
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 17px;
}

.thm-breadcrumb {
	position: relative;
	display: block;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--aspro-base);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li + li {
	margin-left: 8px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--aspro-base);
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--aspro-white);
}

.thm-breadcrumb li.active {
	color: var(--aspro-white);
}

.thm-breadcrumb li span {
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: var(--aspro-white);
	top: -2px;
}

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

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

.blog-details__img {
	position: relative;
	display: block;
	/* background-color: var(--aspro-black); */
}

.blog-details__img img {
	width: 100%;
	/* mix-blend-mode: luminosity; */
}

.blog-details__date-box {
	position: absolute;
	top: 20px;
	left: 20px;
}

.blog-details__date-box p {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: var(--aspro-white);
	background-color: rgba(var(--aspro-white-rgb), 0.1);
	font-family: var(--aspro-font-two);
	text-transform: uppercase;
	padding: 11px 15px 11px;
	letter-spacing: 0.1em;
}

.blog-details__content {
	position: relative;
	display: block;
	margin-top: 13px;
}

.blog-details__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__meta li + li {
	margin-left: 12px;
}

.blog-details__meta li a {
	font-size: 14px;
	color: var(--aspro-gray);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__meta li a:hover {
	color: var(--aspro-base);
}

.blog-details__meta li a i {
	color: var(--aspro-base);
	padding-right: 3px;
}

.blog-details__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 3px;
	margin-bottom: 11px;
}

.blog-details__text-2 {
	margin-top: 30px;
}

.blog-details__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 50px;
	border-top: 1px solid var(--aspro-bdr-color);
}

.blog-details__bottom p {
	margin: 0;
}

.blog-details__tags span {
	color: var(--aspro-black);
	font-size: 24px;
	margin-right: 20px;
	font-weight: 700;
	font-family: var(--aspro-font-two);
}

.blog-details__tags a {
	position: relative;
	color: var(--aspro-gray);
	font-size: 12px;
	background-color: var(--aspro-primary);
	display: inline-block;
	padding: 4px 20px 4px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__tags a:hover {
	background-color: var(--aspro-base);
	color: var(--aspro-white);
}

.blog-details__tags a + a {
	margin-left: 10px;
}

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

.blog-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-black);
	background-color: transparent;
	font-size: 15px;
	border-radius: 50%;
	background-color: var(--aspro-primary);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.blog-details__social a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

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

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

.blog-details__social a + a {
	margin-left: 10px;
}

.blog-details__pagenation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 53px;
}

.blog-details__pagenation-left {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--aspro-primary);
	padding: 30px 30px 30px;
	max-width: 370px;
	width: 100%;
}

.blog-details__pagenation-left-img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	width: 90px;
}

.blog-details__pagenation-left-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.blog-details__pagenation-left-content {
	margin-left: 20px;
}

.blog-details__pagenation-left-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 4px;
	letter-spacing: 0;
}

.blog-details__pagenation-left-title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__pagenation-left-title a:hover {
	color: var(--aspro-base);
}

.blog-details__pagenation-left-date {
	font-size: 13px;
	font-weight: 500;
}

.blog-details__pagenation-left-date i {
	font-size: 15px;
	color: var(--aspro-base);
	padding-right: 4px;
}

.blog-details__pagenation-right {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--aspro-primary);
	padding: 30px 30px 30px;
	max-width: 370px;
	width: 100%;
	justify-content: end;
}

.blog-details__pagenation-right-content {
	position: relative;
	display: block;
	text-align: right;
}

.blog-details__pagenation-right-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 4px;
}

.blog-details__pagenation-right-title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__pagenation-right-title a:hover {
	color: var(--aspro-base);
}

.blog-details__pagenation-right-date {
	font-size: 13px;
	font-weight: 500;
}

.blog-details__pagenation-right-date i {
	font-size: 15px;
	color: var(--aspro-base);
	padding-right: 4px;
}

.blog-details__pagenation-right-img {
	position: relative;
	display: block;
	width: 90px;
	margin-left: 20px;
	background-color: var(--aspro-black);
}

.blog-details__pagenation-right-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--aspro-black);
	font-size: 30px;
	margin-bottom: 42px;
	font-weight: 700;
}

.comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--aspro-bdr-color);
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 22px;
	color: var(--aspro-black);
	margin-bottom: 22px;
	font-weight: 700;
}

.comment-one__btn {
	padding: 4px 20px 4px;
	position: absolute;
	top: -12px;
	right: 0;
	font-size: 12px;
	font-weight: 500;
	color: var(--aspro-gray);
	background-color: var(--aspro-primary);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.comment-one__form .row {
	--bs-gutter-x: 20px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
	background-color: var(--aspro-primary);
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--aspro-gray);
	height: 190px;
	width: 100%;
	background-color: var(--aspro-primary);
	padding: 25px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.comment-form__btn {
	border: none;
}

.comment-form__input-box.text-message-box {
	height: 190px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single + .sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	font-size: 22px;
	margin-bottom: 23px;
	font-weight: 700;
}

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

.sidebar__search {
	position: relative;
	display: block;
	padding: 30px 30px 30px;
	background-color: var(--aspro-primary);
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type="search"] {
	display: block;
	border: 1px solid var(--aspro-bdr-color);
	outline: none;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
	color: var(--aspro-gray);
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	height: 64px;
	width: 100%;
	padding-right: 50px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--aspro-gray);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--aspro-gray);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--aspro-gray);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--aspro-gray);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--aspro-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--aspro-gray);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--aspro-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 42px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 45px 50px 30px;
	background-color: var(--aspro-primary);
	z-index: 1;
}

.sidebar__post-list {
	margin: 0;
}

.sidebar__post-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--aspro-bdr-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-list li + li {
	margin-top: 18px;
}

.sidebar__post-list li:last-child {
	border-bottom: none;
}

.sidebar__post-image {
	margin-right: 20px;
	/* background-color: var(--aspro-black); */
}

.sidebar__post-image > img {
	width: 70px;
	/* mix-blend-mode: luminosity; */
}

.sidebar__post-content {
	position: relative;
	top: -3px;
}

.sidebar__post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
}

.sidebar__post-content-meta {
	line-height: 30px;
	font-size: 13px;
	font-weight: 500;
	color: var(--aspro-gray);
	font-family: var(--aspro-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content-meta i {
	color: var(--aspro-base);
	font-size: 13px;
	padding-right: 4px;
}

.sidebar__post-content h3 a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.sidebar__post-content h3 a:hover {
	color: var(--aspro-base);
}

.sidebar__category {
	position: relative;
	display: block;
	padding: 45px 50px 31px;
	background-color: var(--aspro-primary);
}

.sidebar__category .sidebar__title {
	margin-bottom: 8px;
}

.sidebar__category-list {
	position: relative;
	display: block;
}

.sidebar__category-list li {
	position: relative;
	display: block;
}

.sidebar__category-list li:last-child a {
	border-bottom: none;
}

.sidebar__category-list li a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: var(--aspro-gray);
	border-bottom: 1px solid var(--aspro-bdr-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 7px 0 10px;
}

.sidebar__category-list li a:hover {
	color: var(--aspro-black);
	text-shadow: 0.05px 0 0 rgb(25 41 25 / 80%);
}

.sidebar__category-list li a span {
	position: relative;
	font-size: 12px;
	margin-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover span {
	color: var(--aspro-base);
	text-shadow: 0.05px 0 0 rgb(25 41 25 / 80%);
}

.sidebar__project {
	position: relative;
	display: block;
	padding: 45px 50px 50px;
	background-color: var(--aspro-primary);
}

.sidebar__project .sidebar__title {
	margin-bottom: 25px;
}

.sidebar__project-box {
	position: relative;
	display: block;
	min-height: 163px;
	background-color: var(--aspro-black);
	z-index: 1;
}

.sidebar__project-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.sidebar__project-bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(4, 23, 26);
	background: linear-gradient(
		0deg,
		rgba(4, 23, 26, 1) 5%,
		rgba(4, 23, 26, 0) 51%
	);
}

.sidebar__project-carousel {
	position: relative;
	display: block;
}

.sidebar__project-single {
	position: relative;
	display: block;
	min-height: 163px;
	background-color: var(--aspro-black);
	z-index: 1;
}

.sidebar__project-single p {
	line-height: 22px;
	font-size: 18px;
	color: var(--aspro-white);
	font-weight: 700;
	font-family: var(--aspro-font-two);
	position: absolute;
	bottom: 22px;
	left: 30px;
}

.sidebar__project-carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 28px;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(var(--aspro-white-rgb), 0.2);
	border: 2px solid transparent;
	margin: 0px 2.5px;
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.sidebar__project-carousel.owl-carousel .owl-dot.active {
	background-color: transparent;
	border: 2px solid var(--aspro-white);
}

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

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

.sidebar__tags {
	position: relative;
	display: block;
	padding: 45px 50px 50px;
	background-color: var(--aspro-primary);
	z-index: 1;
}

.sidebar__tags .sidebar__title {
	margin-bottom: 24px;
}

.sidebar__tags-list {
	margin-top: -10px;
	margin-left: -7px;
}

.sidebar__tags-list a {
	font-size: 12px;
	color: var(--aspro-gray);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
	display: inline-block;
	padding: 4px 20px 4px;
	margin-left: 7px;
	font-weight: 500;
	font-family: var(--aspro-font-two);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.sidebar__tags-list a + a {
	margin-left: 10px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--aspro-white);
	background: var(--aspro-base);
}

.sidebar__comments {
	position: relative;
	display: block;
	padding: 45px 50px 46px;
	background-color: var(--aspro-primary);
	z-index: 1;
}

.sidebar__comments .sidebar__title {
	margin-bottom: 25px;
}

.sidebar__comments-list {
	position: relative;
	display: block;
}

.sidebar__comments-list li {
	position: relative;
	display: block;
	padding-left: 65px;
}

.sidebar__comments-list li + li {
	margin-top: 26px;
}

.sidebar__comments-icon {
	height: 44px;
	width: 44px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
	font-size: 15px;
	color: var(--aspro-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
	background-color: var(--aspro-base);
	color: var(--aspro-white);
}

.sidebar__comments-text-box p {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
}

.sidebar__comments-text-box p span {
	color: var(--aspro-black);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

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

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

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

.blog-sidebar__single + .blog-sidebar__single {
	margin-top: 22px;
}

.blog-sidebar__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.blog-sidebar__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.blog-sidebar__date-box {
	position: absolute;
	top: 20px;
	left: 20px;
}

.blog-sidebar__date-box p {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: var(--aspro-white);
	background-color: rgba(var(--aspro-white-rgb), 0.1);
	font-family: var(--aspro-font-two);
	text-transform: uppercase;
	padding: 11px 15px 11px;
	letter-spacing: 0.1em;
}

.blog-sidebar__content {
	position: relative;
	display: block;
	margin-top: 13px;
}

.blog-sidebar__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-sidebar__meta li + li {
	margin-left: 12px;
}

.blog-sidebar__meta li a {
	font-size: 14px;
	color: var(--aspro-gray);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
	color: var(--aspro-base);
}

.blog-sidebar__meta li a i {
	color: var(--aspro-base);
	padding-right: 3px;
}

.blog-sidebar__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 3px;
}

.blog-sidebar__title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
	color: var(--aspro-base);
}

.blog-sidebar__text {
	padding-top: 11px;
	padding-bottom: 20px;
}

.blog-sidebar__arrow {
	position: relative;
	display: inline-block;
}

.blog-sidebar__arrow a {
	position: relative;
	display: inline-block;
	font-size: 26px;
	color: var(--aspro-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__arrow a:hover {
	color: var(--aspro-base);
}

.blog-sidebar__bottom-box {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 60px 60px 55px;
	margin-top: 30px;
	overflow: hidden;
	z-index: 1;
}

.blog-sidebar__bottom-box-text {
	font-size: 16px;
}

.blog-sidebar__bottom-box-icon {
	margin-bottom: 18px;
}

.blog-sidebar__provide-services {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 60px 60px 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}

.blog-sidebar__provide-services-icon {
	margin-bottom: 24px;
}

.blog-sidebar__provide-services-title {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}

.blog-sidebar__provide-services-title a {
	color: var(--aspro-black);
	transition: all 500ms ease;
}

.blog-sidebar__provide-services-title a:hover {
	color: var(--aspro-base);
}

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

.portfolio-details__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.portfolio-details__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.portfolio-details__bottom {
	position: relative;
	display: block;
	margin-top: 30px;
}

.portfolio-details__bottom-left {
	position: relative;
	display: block;
}

.portfolio-details__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.portfolio-details__text-1 {
	margin-top: 9px;
	margin-bottom: 28px;
}

.portfolio-details__text-2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	font-family: var(--aspro-font-two);
	color: var(--aspro-base);
}

.portfolio-details__text-3 {
	margin-top: 32px;
	margin-bottom: 30px;
}

.portfolio-details__points-box {
	position: relative;
	display: block;
	margin-top: 20px;
}

.portfolio-details__points-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}

.portfolio-details__points {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.portfolio-details__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.portfolio-details__points li .icon {
	position: relative;
	display: inline-block;
}

.portfolio-details__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: var(--aspro-base);
}

.portfolio-details__points li .text {
	margin-left: 12px;
}

.portfolio-details__points li .text p {
	color: var(--aspro-black);
}

.portfolio-details__right {
	position: relative;
	display: block;
	padding: 41px 60px 50px;
	background-color: rgb(255, 255, 255);
	box-shadow:
		0px 10px 60px 0px rgba(0, 0, 0, 0.1),
		inset 0px 4px 0px 0px rgba(249, 190, 23, 0.004);
	margin-top: 30px;
}

.portfolio-details__right::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background-color: var(--aspro-base);
}

.portfolio-details__info-list {
	position: relative;
	display: block;
}

.portfolio-details__info-list li {
	position: relative;
	display: block;
}

.portfolio-details__info-list li + li {
	margin-top: 26px;
}

.portfolio-details__info-list li p {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	color: var(--aspro-black);
}

.portfolio-details__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.portfolio-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-black);
	background-color: var(--aspro-primary);
	border-radius: 50%;
	font-size: 15px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.portfolio-details__social a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

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

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

.portfolio-details__social a + a {
	margin-left: 10px;
}

.project-details__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid var(--aspro-bdr-color);
	border-bottom: 1px solid var(--aspro-bdr-color);
	padding: 30px 0 30px;
	margin-top: 100px;
}

.project-details__pagination li {
	display: inline-block;
}

.project-details__pagination li.next {
	float: left;
	position: relative;
}

.project-details__pagination li a {
	font-size: 16px;
	color: var(--aspro-black);
	font-weight: 700;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.project-details__pagination li.next i {
	position: relative;
	height: 52px;
	width: 52px;
	background-color: var(--aspro-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--aspro-black);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 20px;
	z-index: 1;
}

.project-details__pagination li.previous {
	position: relative;
	float: right;
}

.project-details__pagination li.previous i {
	position: relative;
	height: 52px;
	width: 52px;
	background-color: var(--aspro-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--aspro-black);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 20px;
	z-index: 1;
}

.project-details__pagination li a:hover i {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Smillar Portfolio
--------------------------------------------------------------*/
.smillar-portfolio {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

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

.smillar-portfolio__img-box {
	position: relative;
	display: block;
}

.smillar-portfolio__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
}

.smillar-portfolio__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--aspro-black-rgb), 0.4);
	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: 2;
}

.smillar-portfolio__single:hover .smillar-portfolio__img:before {
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.smillar-portfolio__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.smillar-portfolio__content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	transform: translateY(66%);
	transition:
		opacity 500ms ease,
		visibility 500ms ease,
		transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.smillar-portfolio__single:hover .smillar-portfolio__content {
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 500ms;
	opacity: 1;
}

.smillar-portfolio__sub-title {
	position: relative;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	padding: 10px 30px 10px;
	padding-right: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: var(--aspro-font-two);
}

.smillar-portfolio__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.smillar-portfolio__title a {
	color: var(--aspro-black);
	display: inline-block;
	padding: 15px 30px 19px;
	padding-right: 64px;
	background-color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.smillar-portfolio__title a:hover {
	color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

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

.contact-page__left .section-title {
	margin-bottom: 15px;
}

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

.contact-page__points {
	position: relative;
	display: block;
	margin-top: 30px;
}

.contact-page__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.contact-page__points li + li {
	margin-top: 29px;
}

.contact-page__points li .icon {
	position: relative;
	display: inline-block;
}

.contact-page__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page__points li .icon span:hover {
	color: var(--aspro-black);
}

.contact-page__points li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.contact-page__points li .content p {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--aspro-font-two);
}

.contact-page__points li .content h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
}

.contact-page__points li .content h4 a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page__points li .content h4 a:hover {
	color: var(--aspro-base);
}

.contact-page__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 37px;
}

.contact-page__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-black);
	background-color: var(--aspro-primary);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.contact-page__social a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

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

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

.contact-page__social a + a {
	margin-left: 10px;
}

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

.contact-page__form-box {
	position: relative;
	display: block;
}

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

.contact-page__form-box .row {
	--bs-gutter-x: 20px;
}

.contact-page__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.contact-page__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.contact-page__showing-sort
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	position: relative;
	display: block;
	width: 100% !important;
}

.contact-page__showing-sort .bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.contact-page__showing-sort .bootstrap-select > .dropdown-toggle {
	position: relative;
	height: 63px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--aspro-primary) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--aspro-gray) !important;
	font-size: 14px;
	line-height: 63px;
	font-weight: 500;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.contact-page__showing-sort .bootstrap-select > .dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--aspro-gray);
}

.contact-page__showing-sort .dropdown-menu {
	border-radius: 0;
}

.contact-page__input-box textarea {
	font-size: 14px;
	font-weight: 500;
	color: var(--aspro-gray);
	height: 200px;
	width: 100%;
	background-color: var(--aspro-primary);
	padding: 20px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
}

.contact-page__btn-box {
	position: relative;
	display: block;
}

.contact-page__btn {
	border: none;
}

.contact-page__input-box.text-message-box {
	height: 200px;
}

/*--------------------------------------------------------------
# Google Map Three
--------------------------------------------------------------*/
.google-map__three {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
}

.google-map__three .google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 484px;
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
	position: relative;
	display: block;
	/* padding: 120px 0 120px; */
	padding: 76px 0 100px;
	z-index: 1;
}

.about-three__left {
	position: relative;
	display: block;
	margin-right: 170px;
	margin-top: 50px;
}

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

.about-three__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.about-three__img img {
	width: 100%;
	opacity: 0.6;
	/* mix-blend-mode: luminosity; */
}

.about-three__img-2 {
	position: absolute;
	bottom: 0;
	right: -170px;
	background-color: var(--aspro-black);
}

.about-three__img-2 img {
	width: auto;
	opacity: 0.6;
	/* mix-blend-mode: luminosity; */
}

.about-three__right {
	position: relative;
	display: block;
	margin-left: 10px;
}

.about-three__right .section-title {
	margin-bottom: 28px;
}

.about-three__progress {
	position: relative;
	display: block;
	margin-top: 24px;
}

.about-three__progress-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: var(--aspro-black);
	margin-bottom: 8px;
}

.about-three__progress .bar {
	position: relative;
	width: 100%;
	height: 9px;
	background-color: var(--aspro-primary);
}

.about-three__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 9px;
	background-color: var(--aspro-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.about-three__progress .count-text {
	position: absolute;
	right: -6px;
	bottom: 17px;
	color: var(--aspro-gray);
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-three__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.about-three__progress .bar.marb-0 {
	margin-bottom: 0;
}

.about-three__points {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 38px;
	margin-bottom: 33px;
}

.about-three__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__points li:last-child::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 8px;
	width: 2px;
	background-color: var(--aspro-bdr-color);
}

.about-three__points li + li {
	margin-left: 66px;
	padding-left: 44px;
}

.about-three__points li .icon {
	position: relative;
	display: inline-block;
}

.about-three__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.about-three__points li:hover .icon span {
	transform: scale(0.9);
}

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

.about-three__points li .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--aspro-black);
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 75px 0 120px;
	z-index: 1;
}

.error-page__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 485px;
	opacity: 0.3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title-box {
	position: relative;
	display: inline-block;
}

.error-page__title-shape-1 {
	position: absolute;
	top: 41px;
	left: 210px;
}

.error-page__title-shape-1 img {
	width: auto;
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 300px;
	line-height: 300px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.error-page__title span {
	margin-left: 117px;
}

.error-page__tagline {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 15px;
	color: var(--aspro-black);
	margin-top: 20px;
}

.error-page__text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 32px auto 20px;
}

.error-page__form-input {
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.error-page__form input[type="search"] {
	height: 63px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--aspro-primary);
	font-size: 14px;
	color: var(--aspro-gray);
	font-weight: 500;
	padding-left: 50px;
	padding-right: 75px;
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--aspro-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.error-page__btn {
	padding-left: 50px;
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.login-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.login-page__top {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 16px 30px 18px;
	margin-bottom: 72px;
}

.login-page__top p {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.login-page__top p span {
	color: var(--aspro-black);
	font-weight: 700;
}

.login-page__top p a {
	color: var(--aspro-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.login-page__top p a:hover {
	color: var(--aspro-black);
}

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

.login-page__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 30px;
}

.login-page__form {
	position: relative;
	display: block;
	padding: 60px 60px 60px;
	border: 1px solid var(--aspro-bdr-color);
	background-color: var(--aspro-white);
}

.login-page__form-input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.login-page__form-input-box input[type="email"],
.login-page__form-input-box input[type="password"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.login-page__form-btn-box {
	position: relative;
	display: flex;
	align-items: center;
}

.login-page__form-btn {
	border: none;
}

.login-page__form .checked-box {
	position: relative;
	display: block;
	margin-top: -7px;
	margin-bottom: 13px;
}

.login-page__form .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: var(--aspro-gray);
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: none;
	cursor: pointer;
}

.login-page__form .checked-box input[type="checkbox"] {
	display: none;
}

.login-page__form .checked-box input[type="checkbox"] + label span {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: var(--aspro-white);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid var(--aspro-bdr-color);
}

.login-page__form .checked-box label span:before {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	border-bottom: 2px solid #e1e5e8;
	border-right: 2px solid #e1e5e8;
	content: "";
	width: 6px;
	height: 9px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	opacity: 1;
}

.login-page__form.checked-box input[type="checkbox"]:checked + label span {
	border-color: #e1e5e8;
}

.login-page__form
	.checked-box
	input[type="checkbox"]:checked
	+ label
	span:before {
	opacity: 0;
}

.login-page__form-forgot-password {
	position: relative;
	display: block;
	margin-left: 20px;
}

.login-page__form-forgot-password a {
	font-size: 14px;
	font-weight: 500;
	color: var(--aspro-gray);
	position: relative;
	display: inline-block;
}

.login-page__form-btn {
	padding: 16px 40px 17px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
	position: relative;
	display: block;
	/* padding: 120px 0 120px; */
	padding: 0 0 100px;
	z-index: 1;
}

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

.faq-page__contact-box {
	position: relative;
	display: block;
	background-color: var(--aspro-base);
	padding: 40px 40px 39px;
	z-index: 1;
}

.faq-page__contact-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: 0.1;
	z-index: -1;
}

.faq-page__contact-icon {
	position: relative;
	display: inline-block;
}

.faq-page__contact-icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-size: 19px;
	color: var(--aspro-base);
	background-color: var(--aspro-white);
	border-radius: 50%;
}

.faq-page__contact-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 14px;
	margin-bottom: 22px;
	color: var(--aspro-white);
}

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

.faq-page__call-sub-title {
	font-size: 13px;
	color: var(--aspro-white);
	line-height: 15px;
}

.faq-page__call-number {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	font-family: var(--aspro-font);
	margin-top: 5px;
	letter-spacing: 0;
}

.faq-page__call-number a {
	color: var(--aspro-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-page__call-number a:hover {
	color: var(--aspro-black);
}

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

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	background-color: transparent;
	border: 1px solid var(--aspro-bdr-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 20px 30px 21px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	color: var(--aspro-black);
	font-weight: 700;
	line-height: 28px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--aspro-base);
}

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

.faq-one-accrodion .accrodion-title h4::before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 13px;
	color: var(--aspro-base);
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 15px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 21px;
	height: 21px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	color: var(--aspro-black);
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-one-accrodion .accrodion-content {
	position: relative;
	padding-bottom: 23px;
	padding-left: 30px;
	padding-right: 35px;
}

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

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
	position: relative;
	display: block;
	/* padding: 112px 0 90px; */
	padding: 112px 0 65px;
}

.pricing-page__main-tab-box {
	position: relative;
	display: block;
}

.pricing-page__main-tab-box .tab-buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	width: 246px;
	margin: 0 auto 17px auto;
	height: 35px;
}

.pricing-page__main-tab-box .tab-buttons .tab-btn {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-page__main-tab-box .tab-buttons .tab-btn + .tab-btn {
	margin-left: 0px;
}

.pricing-page__main-tab-box .tab-buttons .tab-btn {
	/* border: 1px solid #b18921; */
	/* border-right: none; */
}

.pricing-page__main-tab-box .tab-buttons .tab-btn-two {
	/* border: 1px solid #b18921; */
	/* border-left: none; */
}

.pricing-page__main-tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: var(--aspro-black);
	font-family: var(--aspro-font-two);
	/* background-color: var(--aspro-primary); */
	/* padding: 17px 30px 16px; */
	padding: 17px;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 0px;
	/* transition: all 0.5s linear; */
	z-index: 1;
}

.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--aspro-white);
}

.pricing-page__main-tab-box .tab-buttons .tab-btn span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0%;
	/* background-color: var(--aspro-base); */
	/* transition: all 0.3s ease; */
	z-index: -1;
}

.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.pricing-page__main-tab-box .tabs-content {
	position: relative;
	display: block;
}

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

.pricing-page__main-tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.pricing-page__inner {
	position: relative;
	display: block;
}

.pricing-page__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

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

.pricing-page__single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--aspro-bdr-color);
	border-top: 6px solid var(--aspro-bdr-color);
	background-color: var(--aspro-white);
	padding: 39px 59px 39px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.pricing-page__single:hover .pricing-page__single-inner {
	border: 1px solid var(--aspro-base);
	border-top: 6px solid var(--aspro-base);
}

.pricing-page__price-box {
	position: relative;
	display: block;
	margin-top: 23px;
	padding-bottom: 25px;
	margin-bottom: 27px;
	border-bottom: 1px solid var(--aspro-bdr-color);
}

.pricing-page__price {
	font-size: 34px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
}

.pricing-page__price-sub-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	font-family: var(--aspro-font-two);
	letter-spacing: 0.1em;
}

.pricing-page__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: var(--aspro-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.pricing-page__single:hover .pricing-page__icon {
	background-color: var(--aspro-base);
}

.pricing-page__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--aspro-base);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.pricing-page__single:hover .pricing-page__icon span {
	transform: scale(0.9);
	color: var(--aspro-white);
}

.pricing-page__content {
	position: relative;
	display: block;
}

.pricing-page__title {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--aspro-font);
}

.pricing-page__service-list {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 21px;
}

.pricing-page__service-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-page__service-list li + li {
	margin-top: 10px;
}

.pricing-page__service-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 13px;
	width: 13px;
	background-color: var(--aspro-base);
	border-radius: 50%;
	font-size: 7px;
	color: var(--aspro-white);
}

.pricing-page__service-list li .text {
	margin-left: 14px;
}

.pricing-page__service-list li .text p {
	font-size: 16px;
}

.pricing-page__btn-box {
	position: relative;
	display: block;
}

.pricing-page__btn {
	background-color: var(--aspro-black);
	color: var(--aspro-white);
}

.pricing-page__btn:hover {
	color: var(--aspro-white);
}

.pricing-page__btn::after {
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
	position: relative;
	display: block;
	padding: 0 0 100px;
	/* padding: 120px 0 110px; */
}

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

.gallery-page__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.gallery-page__img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -2px;
	left: 0;
	right: 0;
	/* background-color: var(--aspro-base); */
	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: 2;
}

.gallery-page__single:hover .gallery-page__img:before {
	opacity: 0.9;
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.gallery-page__img-box {
	position: relative;
	display: block;
	overflow: hidden;
	/* background-color: var(--aspro-black); */
}

.gallery-page__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.gallery-page__icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

.gallery-page__icon a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--aspro-white);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.gallery-page__single:hover .gallery-page__icon a {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-delay: 500ms;
	opacity: 1;
}

.gallery-page__icon a:hover {
	color: var(--aspro-black);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	border-bottom: 1px solid #dedad1;
	z-index: 1;
}

.team-details__left {
	position: relative;
	display: block;
	margin-right: 20px;
}

.team-details__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

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

.team-details__right {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: -10px;
}

.team-details__name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.team-details__sub-title {
	padding-top: 4px;
	padding-bottom: 21px;
	font-size: 16px;
}

.team-details__social {
	position: relative;
	display: flex;
	align-items: center;
}

.team-details__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-black);
	border-radius: 50%;
	font-size: 15px;
	background-color: var(--aspro-primary);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-details__social a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

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

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

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

.team-details__text-1 {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 16px;
}

.team-details__points-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.team-details__points-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 28px;
	margin-bottom: 35px;
}

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

.team-details__points + .team-details__points {
	margin-left: 60px;
}

.team-details__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.team-details__points li + li {
	margin-top: 6px;
}

.team-details__points li .icon {
	position: relative;
	display: inline-block;
}

.team-details__points li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	font-size: 8px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
}

.team-details__points li .text {
	margin-left: 15px;
}

.team-details__points li .text p {
	font-size: 16px;
}

.team-details__progress {
	position: relative;
	display: block;
	width: 100%;
}

.team-details__progress-single {
	position: relative;
	display: block;
}

.team-details__progress-single + .team-details__progress-single {
	margin-top: 12px;
}

.team-details__progress-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: var(--aspro-black);
	margin-bottom: 7px;
}

.team-details__progress .bar {
	position: relative;
	width: 100%;
	height: 9px;
	background-color: var(--aspro-primary);
	border-radius: 0px;
}

.team-details__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 9px;
	border-radius: 0px;
	top: 0px;
	left: 0px;
	background-color: var(--aspro-base);
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.team-details__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 18px;
	color: var(--aspro-gray);
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.team-details__progress .bar.marb-0 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Certificates
--------------------------------------------------------------*/
.certificates {
	position: relative;
	display: block;
	padding: 120px 0 77px;
	z-index: 1;
}

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

.certificates__top-left {
	position: relative;
	display: block;
}

.certificates__top-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
}

.certificates__top-text {
	font-size: 16px;
	margin-top: 19px;
}

.certificates__top-right {
	position: relative;
	display: block;
	margin-left: -10px;
}

.certificates__top-img-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.certificates__top-img-box li {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.certificates__top-img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.certificates__top-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-three {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	padding: 120px 0 120px;
	z-index: 1;
}

.contact-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	z-index: -1;
}

.contact-three .container {
	max-width: 800px;
}

.contact-three__form-box {
	position: relative;
	display: block;
}

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

.contact-three__form-box .row {
	--bs-gutter-x: 20px;
}

.contact-three__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-white);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.contact-three__showing-sort {
	position: relative;
	display: block;
	width: 100%;
}

.contact-three__showing-sort
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	position: relative;
	display: block;
	width: 100% !important;
}

.contact-three__showing-sort .bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.contact-three__showing-sort .bootstrap-select > .dropdown-toggle {
	position: relative;
	height: 63px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--aspro-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--aspro-gray) !important;
	font-size: 14px;
	line-height: 63px;
	font-weight: 500;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.contact-three__showing-sort .bootstrap-select > .dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--aspro-gray);
}

.contact-three__showing-sort .dropdown-menu {
	border-radius: 0;
}

.contact-three__input-box textarea {
	font-size: 14px;
	font-weight: 500;
	color: var(--aspro-gray);
	height: 130px;
	width: 100%;
	background-color: var(--aspro-white);
	padding: 20px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
}

.contact-three__btn-box {
	position: relative;
	display: block;
	text-align: center;
}

.contact-three__btn {
	border: none;
}

.contact-three__input-box.text-message-box {
	height: 130px;
}

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

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

.services-details__services-list {
	position: relative;
	display: block;
	background-color: var(--aspro-primary);
	margin-bottom: 30px;
}

.services-details__services {
	position: relative;
	display: flex;
	padding: 30px 30px 30px;
}

.services-details__services li {
	position: relative;
	display: block;
}

.services-details__services li + li {
	margin-top: 10px;
}

.services-details__services li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--aspro-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: var(--aspro-gray);
	font-family: var(--aspro-font-two);
	padding: 14px 25px 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.services-details__services li:hover a {
	color: var(--aspro-black);
}

.services-details__services li.active a {
	color: var(--aspro-black);
}

.services-details__services li a span {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: var(--aspro-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-details__services li:hover a span {
	color: var(--aspro-base);
}

.services-details__services li.active a span {
	color: var(--aspro-base);
}

.banner-one {
	position: relative;
	display: block;
	background-color: var(--aspro-base);
	padding: 44px 30px 30px;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}

.banner-one__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: var(--aspro-white);
}

.banner-one__btn-box {
	position: relative;
	display: block;
	margin-top: 176px;
}

.banner-one__btn {
	background-color: var(--aspro-white);
	color: var(--aspro-black);
	font-size: 12px;
	padding: 4px 30px 4px;
}

.banner-one__btn:hover {
	color: var(--aspro-white);
}

.banner-one__btn::before {
	background-color: var(--aspro-base);
}

.banner-one__img {
	position: absolute;
	bottom: -63px;
	right: -43px;
	z-index: -1;
}

.banner-one__img img {
	width: auto;
}

.services-details__documents {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 30px 20px;
	background-color: var(--aspro-primary);
}

.services-details__documents .icon {
	position: relative;
	display: inline-block;
}

.services-details__documents .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 23px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-details__documents .icon span:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-black);
}

.services-details__documents .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.services-details__documents .content h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.services-details__documents .content h3 a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-details__documents .content h3 a:hover {
	color: var(--aspro-base);
}

.services-details__documents .content p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 3px;
}

.services-details__right {
	position: relative;
	display: block;
}

.services-details__img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.services-details__img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.services-details__title-1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 21px;
	margin-bottom: 21px;
}

.services-details__text-2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
	color: var(--aspro-base);
	margin-top: 25px;
	margin-bottom: 31px;
}

.services-details__title-2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 42px;
	margin-bottom: 30px;
}

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

.services-details__points li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.services-details__points li .icon {
	position: relative;
	display: inline-block;
}

.services-details__points li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 32px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-details__points li .icon span:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-black);
}

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

.services-details__points li .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
	color: var(--aspro-black);
}

.services-details__benefit {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 56px;
}

.services-details__benefit-img {
	position: relative;
	display: block;
	background-color: var(--aspro-black);
}

.services-details__benefit-img img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.services-details__benefit-content {
	position: relative;
	display: block;
	margin-top: -4px;
}

.services-details__benefit-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}

.services-details__benefit-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: var(--aspro-base);
	margin-top: 16px;
	margin-bottom: 35px;
}

.services-details__benefit-points {
	position: relative;
	display: block;
}

.services-details__benefit-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.services-details__benefit-points li + li {
	margin-top: 6px;
}

.services-details__benefit-points li .icon {
	position: relative;
	display: inline-block;
}

.services-details__benefit-points li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-size: 9px;
	color: var(--aspro-white);
	background-color: var(--aspro-base);
	border-radius: 50%;
}

.services-details__benefit-points li .text {
	margin-left: 15px;
}

.services-details__benefit-points li .text p {
	color: var(--aspro-black);
	font-size: 16px;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
	position: relative;
	display: block;
	/* padding: 120px 0 90px; */
	padding: 0 0 100px;
}

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

.product__sidebar-single + .product__sidebar-single {
	margin-top: 30px;
}

.product__sidebar-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	margin-bottom: 22px;
}

.shop-search {
	position: relative;
	display: block;
}

.shop-search form {
	border-radius: 0;
	position: relative;
}

.shop-search form input[type="search"],
.shop-search form input[type="text"] {
	width: 100%;
	height: 64px;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	color: var(--aspro-gray);
	font-family: var(--aspro-font);
	border: 1px solid var(--aspro-bdr-color);
	outline: none;
	font-weight: 500;
	border-radius: 0;
}

.shop-search form ::placeholder {
	color: inherit;
	opacity: 1;
}

.product__price-ranger {
	position: relative;
	padding: 27px 30px 31px;
	margin: 0;
	background-color: var(--aspro-primary);
}

.product__price-ranger.price-ranger {
	margin-top: 7px;
	margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
	background: var(--aspro-white);
	border: none;
	height: 5px;
	border-radius: 0;
}

.product__price-ranger .price-ranger .ui-slider-handle {
	position: absolute;
	top: -5px;
	background: var(--aspro-base);
	border: 0;
	height: 14px;
	width: 14px !important;
	border-radius: 50%;
	margin-left: -2px;
	outline: medium none;
	cursor: pointer;
	z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
	background: var(--aspro-base);
}

.product__price-ranger .price-ranger #slider-range {
	margin-left: 3px;
	margin-right: 0;
	margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
	position: relative;
	display: block;
	margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
	display: inline-block;
}

.product__price-ranger
	.price-ranger
	.ranger-min-max-block
	input[type="submit"] {
	position: relative;
	display: block;
	background: var(--aspro-white);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
	float: right;
	text-align: center;
	border: none;
	color: var(--aspro-gray);
	font-size: 12px;
	font-weight: 500;
	margin-top: 3px;
	cursor: pointer;
	padding: 4px 20px 4px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: var(--aspro-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product__price-ranger
	.price-ranger
	.ranger-min-max-block
	input[type="submit"]:hover {
	background-color: var(--aspro-base);
	color: var(--aspro-white);
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
	position: relative;
	display: inline-block;
	color: var(--aspro-gray);
	font-size: 14px;
	font-weight: 500;
	width: 40px;
	line-height: 30px;
	border: none;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
	position: relative;
	display: inline-block;
	color: var(--aspro-gray);
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	left: -2px;
}

.shop-category {
	position: relative;
	display: block;
	padding: 27px 15px 13px;
	background-color: var(--aspro-primary);
}

.shop-category .product__sidebar-title {
	margin-left: 15px;
	margin-bottom: 8px;
}

.shop-category ul {
	position: relative;
	display: block;
}

.shop-category ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--aspro-gray);
}

.shop-category ul li:last-child {
	margin-bottom: 0;
}

.shop-category ul li a {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--aspro-gray);
	font-weight: 500;
	transition: all 0.3s ease;
	z-index: 1;
	padding: 12px 15px 12px;
}

.shop-category ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--aspro-white);
	z-index: -1;
	transform: scaleY(0);
	transform-origin: left;
	transform-style: preserve-3d;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
	transform: scaleY(1);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.shop-category ul li a.active:before {
	transform: scaleY(1);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
	color: var(--aspro-black);
	color: var(--aspro-black);
	text-shadow: 0.05px 0 0 rgb(25 41 25 / 80%);
	background: var(--aspro-white);
}

.shop-category ul li a span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: var(--aspro-gray);
	margin-right: 10px;
}

.shop-category ul li:hover a span,
.shop-category ul li.active a span {
	color: var(--aspro-base);
	color: var(--aspro-base);
}

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

.product__showing-result {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

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

.product__showing-text {
	font-size: 18px;
	font-weight: 400;
}

.product__showing-sort {
	position: relative;
	display: block;
	max-width: 340px;
	width: 100%;
}

.product__showing-sort
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	position: relative;
	display: block;
	max-width: 340px;
	width: 100% !important;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
	position: relative;
	height: 64px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--aspro-primary) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--aspro-gray) !important;
	font-size: 14px;
	line-height: 64px;
	font-weight: 500;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--aspro-gray);
}

.product__showing-sort .dropdown-menu {
	border-radius: 0;
}

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

.product__all-single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 20px;
	box-shadow: 15px 15px 33px rgb(0 0 0 / 20%);
}

.product__all-single:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.product__all-single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--aspro-bdr-color);
	background-color: var(--aspro-white);
	z-index: 1;
	border-radius: 20px;
}

.product__all-img {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: var(--aspro-white);
	z-index: 1;
}

.product__all-img img {
	/* width: 100%; */
	/* width: 70%; */
	/* mix-blend-mode: darken; */
	transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
	transform: scale(1.05);
}

.product__all-content {
	position: relative;
	display: block;
	text-align: center;
	/* padding-top: 30px;
  padding-bottom: 30px; */
	padding: 15px;
}

.product__all-review {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product__all-review i {
	color: var(--aspro-base);
	font-size: 13px;
}

.product__all-review i + i {
	margin-left: 5px;
}

.product__all-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 2px;
}

.product__all-title a {
	color: var(--aspro-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product__all-title a:hover {
	color: var(--aspro-base);
}

.product__all-price {
	font-weight: 500;
	line-height: 25px;
	font-size: 16px;
}

.product__all-btn-box {
	position: relative;
	display: block;
	margin-top: 16px;
	z-index: 2;
}

.product__all-btn {
	font-weight: 500;
	padding: 4px 20px 4px;
	font-size: 12px;
	color: var(--aspro-gray);
	background-color: var(--aspro-primary);
}

.product__all-btn:hover {
	color: var(--aspro-white);
}

.product__all-btn::before {
	background-color: var(--aspro-black);
}

.product__all-btn:after {
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
	position: relative;
	display: block;
	padding: 112px 0px 56px;
}

.product-details__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.product-details__img img {
	width: 100%;
	border: 1px solid var(--aspro-bdr-color);
}

.product-details__img-search {
	position: absolute;
	top: 30px;
	right: 30px;
}

.product-details__img-search a span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 21px;
	color: var(--aspro-black);
}

.product-details__top {
	position: relative;
	display: block;
	margin-top: -9px;
}

.product-details__title {
	font-size: 34px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
}

.product-details__title span {
	position: relative;
	display: inline-block;
	color: var(--aspro-base);
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-left: 11px;
	letter-spacing: 0;
	font-family: var(--aspro-font);
}

.product-details__reveiw {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 21px;
	border-bottom: 1px solid var(--aspro-bdr-color);
}

.product-details__reveiw i {
	font-size: 15px;
	color: var(--aspro-base);
}

.product-details__reveiw i + i {
	margin-left: 4px;
}

.product-details__reveiw span {
	position: relative;
	top: 1px;
	line-height: 1;
	font-size: 15px;
	color: var(--aspro-gray);
	font-weight: 500;
	margin-left: 20px;
}

.product-details__content {
	position: relative;
	display: block;
}

.product-details__content-text1 {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 31px;
}

.product-details__content-text2 {
	margin: 0;
}

.product-details__quantity {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 21px;
}

.product-details__quantity-title {
	margin: 0;
	color: var(--aspro-black);
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin-right: 25px;
}

.product-details__quantity .quantity-box {
	position: relative;
	width: 98px;
	height: 50px;
}

.product-details__quantity .quantity-box input {
	width: 98px;
	height: 50px;
	border: 1px solid var(--aspro-bdr-color);
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-family: var(--aspro-font);
	padding-left: 30px;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--aspro-gray);
	background-color: var(--aspro-white);
}

.product-details__quantity .quantity-box button {
	width: 24px;
	height: 24px;
	color: var(--aspro-gray);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: var(--aspro-white);
	border: none;
	border-left: 1px solid var(--aspro-bdr-color);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.product-details__quantity .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid var(--aspro-bdr-color);
}

.product-details__buttons {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.product-details__buttons-1 {
	position: relative;
	display: block;
}

.product-details__buttons-1 .thm-btn {
	background-color: var(--aspro-black);
	color: var(--aspro-white);
}

.product-details__buttons-1 .thm-btn:hover {
	color: var(--aspro-white);
}

.product-details__buttons-1 .thm-btn::before {
	background-color: var(--aspro-base);
}

.product-details__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
	background-color: var(--aspro-base);
}

.product-details__social {
	position: relative;
	display: flex;
	align-items: center;
}

.product-details__social .title {
	position: relative;
	display: block;
}

.product-details__social .title h3 {
	color: var(--aspro-black);
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.product-details__social-link {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.product-details__social-link a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--aspro-black);
	background-color: var(--aspro-primary);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.product-details__social-link a + a {
	margin-left: 10px;
}

.product-details__social-link a:hover {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

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

.product-details__social-link a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 54px;
}

.product-description__title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 26px;
}

.product-description__list {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.product-description__list ul {
	position: relative;
	display: block;
}

.product-description__list ul li {
	position: relative;
	display: block;
	margin-bottom: 2px;
}

.product-description__list ul li:last-child {
	margin-bottom: 0px;
}

.product-description__list ul li p {
	color: var(--aspro-black);
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.product-description__list ul li p span:before {
	position: relative;
	display: inline-block;
	color: var(--aspro-base);
	font-size: 17px;
	line-height: 17px;
	margin-right: 11px;
	top: 2px;
}

.product-description__tex2 {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
	position: relative;
	display: block;
}

.comments-area {
	position: relative;
	display: block;
	border-top: 1px solid var(--aspro-bdr-color);
	padding-top: 56px;
}

.review-one__title {
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.review-one__title h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
}

.comments-area .comment-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--aspro-bdr-color);
}

.comments-area .comment {
	position: relative;
	display: flex;
	align-items: center;
}

.comments-area .comment-box .author-thumb {
	position: relative;
	display: block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--aspro-black);
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
	mix-blend-mode: luminosity;
}

.comments-area .comment-box .author-thumb figure {
	margin: 0;
}

.review-one__content {
	position: relative;
	display: block;
	padding-left: 45px;
	flex: 1;
}

.review-one__content-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.review-one__content-top .info {
	position: relative;
	display: block;
}

.review-one__content-top .info h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

.review-one__content-top .info h2 span {
	color: var(--aspro-base);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: var(--aspro-font);
	margin-left: 5px;
}

.review-one__content-top .reply-btn {
	position: relative;
	display: block;
}

.review-one__content-top .reply-btn i:before {
	color: var(--aspro-base);
	font-size: 15px;
}

.review-one__content-bottom {
	position: relative;
	display: block;
}

.review-one__content-bottom p {
	font-size: 15px;
	line-height: 30px;
	margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
	position: relative;
	display: block;
	padding: 6px 0 120px;
}

.review-form-one__inner {
	position: relative;
	display: block;
}

.review-form-one__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}

.review-form-one__rate-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 22px;
}

.review-form-one__rate-text {
	font-size: 18px;
	font-weight: 500;
}

.review-form-one__rate {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 17px;
}

.review-form-one__rate i {
	font-size: 16px;
	color: var(--aspro-base);
}

.review-form-one__rate i + i {
	margin-left: 5px;
}

.review-form-one__form {
	position: relative;
	display: block;
}

.review-form-one__form .row {
	--bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
	font-size: 14px;
	color: var(--aspro-gray);
	height: 190px;
	width: 100%;
	background-color: var(--aspro-primary);
	padding: 20px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.review-form-one__input-box.text-message-box {
	height: 190px;
}

.review-form-one__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
	height: 64px;
	width: 100%;
	border: none;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.review-form-one__btn {
	border: none;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
	position: relative;
	display: block;
	background: var(--aspro-white);
	padding: 112px 0px 120px;
}

.cart-page .table-responsive {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
	.cart-table {
		min-width: 1170px;
	}
}

.cart-table {
	margin-bottom: 60px;
}

.cart-table thead th {
	color: var(--aspro-black);
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding: 0;
	border: none;
	padding-bottom: 22px;
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
}

.cart-table thead th:last-child {
	text-align: right;
}

.cart-table tbody tr {
	vertical-align: middle;
}

.cart-table tbody tr:last-child {
	border-bottom: 1px solid #eeede5;
}

.cart-table tbody td {
	font-size: 18px;
	font-weight: 500;
	color: var(--aspro-gray);
	vertical-align: middle;
	border-top: 1px solid var(--aspro-bdr-color);
	border-bottom: 1px solid var(--aspro-bdr-color);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0;
}

.cart-table tbody td:last-child {
	text-align: right;
}

.cart-table .product-box {
	display: flex;
	align-items: center;
}

.cart-table .product-box .img-box {
	position: relative;
	display: block;
	width: 120px;
	overflow: hidden;
	margin-right: 35px;
}

.cart-table .product-box .img-box img {
	width: 100%;
	border: 1px solid var(--aspro-bdr-color);
}

.cart-table h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

.cart-table h3 a {
	color: var(--aspro-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.cart-table h3 a:hover {
	color: var(--aspro-base);
}

.cart-table .quantity-box {
	position: relative;
	width: 98px;
	height: 50px;
}

.cart-table .quantity-box input {
	width: 98px;
	height: 50px;
	border: 1px solid var(--aspro-bdr-color);
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-family: var(--aspro-font);
	padding-left: 30px;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--aspro-gray);
	background-color: transparent;
}

.cart-table .quantity-box button {
	width: 24px;
	height: 24px;
	background-color: var(--aspro-white);
	color: var(--aspro-gray);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	border: none;
	border-left: 1px solid var(--aspro-bdr-color);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.cart-table .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid var(--aspro-bdr-color);
}

.cart-table .cross-icon {
	position: relative;
	display: block;
}

.cart-table .cross-icon i:before {
	position: relative;
	display: inline-block;
	color: var(--aspro-black);
	font-size: 16px;
}

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

.cart-cupon__input {
	width: 100%;
	max-width: 375px;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	font-family: var(--aspro-font);
	font-size: 14px;
	color: var(--aspro-gray);
	height: 63px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	font-weight: 500;
}

.cart-cupon__form ::placeholder {
	color: var(--aspro-gray);
	opacity: 1;
}

.cart-cupon__form button {
	top: -2px;
	border: none;
	outline: none !important;
}

.cart-total {
	position: relative;
	display: block;
	margin-bottom: 23px;
	margin-top: -6px;
}

.cart-total li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--aspro-gray);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}

.cart-total li + li {
	margin-top: 15px;
}

.cart-total li span:first-child {
	display: block;
	color: var(--aspro-black);
	font-size: 20px;
	margin-right: 75px;
	font-weight: 700;
	width: 136px;
	text-align: right;
	font-family: var(--aspro-font-two);
	letter-spacing: var(--aspro-letter-spacing);
}

.cart-total li:nth-child(2) span:first-child {
	position: relative;
	right: 6px;
}

.cart-total-amount {
	color: var(--aspro-gray);
	font-weight: 500;
}

.cart-page__buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-page__buttons-1 {
	position: relative;
	display: block;
}

.cart-page__buttons-1 .thm-btn {
	background: var(--aspro-black);
	color: var(--aspro-white);
}

.cart-page__buttons-1 .thm-btn:before {
	background-color: var(--aspro-base);
}

.cart-page__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
	background-color: var(--aspro-base);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
	position: relative;
	display: block;
	padding: 111px 0 120px;
}

.checkout-page .billing_details {
	position: relative;
	display: block;
}

.billing_title {
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.billing_title p {
	margin: 0;
}

.billing_title span {
	color: var(--aspro-base);
}

.billing_title h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	font-weight: 700;
	margin-top: 17px;
}

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

.billing_details_form .bs-gutter-x-20 {
	--bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
	border: none;
}

.billing_details_form .btn-light:hover {
	border: none;
}

.billing_input_box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--aspro-primary);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--aspro-gray);
	display: block;
	font-weight: 500;
}

.billing_details .checked-box {
	position: relative;
	display: block;
	margin-top: -6px;
}

.billing_details .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: var(--aspro-gray);
	line-height: 24px;
	text-transform: none;
	cursor: pointer;
	font-family: var(--aspro-font);
}

.billing_details .checked-box input[type="checkbox"] {
	display: none;
}

.billing_details .checked-box input[type="checkbox"] + label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	background: var(--aspro-base);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 0;
}

.billing_details .checked-box label span:before {
	position: absolute;
	top: 4px;
	left: 6px;
	display: block;
	border-bottom: 2px solid var(--aspro-white);
	border-right: 2px solid var(--aspro-white);
	content: "";
	width: 6px;
	height: 9px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked + label span {
	border-color: #04171a;
}

.billing_details
	.checked-box
	input[type="checkbox"]:checked
	+ label
	span:before {
	opacity: 1;
}

.ship_different_address_title {
	margin-top: 43px;
}

.ship_different_address_title h2 span::before {
	position: relative;
	display: inline-block;
	color: var(--aspro-white);
	font-size: 10px;
	top: -5px;
	left: 2px;
	height: 20px;
	width: 20px;
	background-color: var(--aspro-base);
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}

.ship_different_address_form .ship_different_input {
	position: relative;
	display: block;
	height: 133px;
}

.ship_different_address_form .ship_different_input textarea {
	font-size: 14px;
	color: var(--aspro-gray);
	height: 133px;
	width: 100%;
	background-color: var(--aspro-primary);
	padding: 15px 30px 20px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.billing_details_form
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	position: relative;
	display: block;
	max-width: 100%;
	width: 100% !important;
}

.billing_details_form .bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.billing_details_form .bootstrap-select > .dropdown-toggle {
	position: relative;
	height: 63px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--aspro-primary) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--aspro-gray) !important;
	font-size: 14px;
	line-height: 63px;
	font-weight: 500;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.billing_details_form .bootstrap-select > .dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--aspro-gray);
}

.billing_details_form .dropdown-menu {
	border-radius: 0;
}

.your_order {
	position: relative;
	display: block;
	padding-top: 56px;
}

.your_order h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 57px;
}

.order_table_box {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--aspro-bdr-color);
	padding-bottom: 24px;
}

.order_table_detail {
	position: relative;
	width: 100%;
}

.order_table_head {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--aspro-bdr-color);
	border-top: 1px solid var(--aspro-bdr-color);
}

.order_table_head th {
	font-size: 20px;
	color: var(--aspro-black);
	font-weight: 700;
	margin: 0;
	padding: 22px 0 23px;
	font-family: var(--aspro-font-two);
}

.order_table_head th.right {
	float: right;
}

.order_table_detail tbody td {
	padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
	color: var(--aspro-gray);
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.order_table_detail tbody td.pro__price {
	color: var(--aspro-gray);
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	font-weight: 500;
	letter-spacing: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.checkout__payment {
	background-color: var(--aspro-primary);
	padding: 52px 50px 20px;
	margin-bottom: 20px;
}

.checkout__payment__item + .checkout__payment__item {
	margin-top: 39px;
}

.checkout__payment__title {
	display: flex;
	color: var(--aspro-black);
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	align-items: center;
	margin-bottom: 27px;
	cursor: pointer;
}

.checkout__payment__title::before {
	content: "";
	width: 23px;
	height: 23px;
	background-color: #ffffff;
	border: 2px solid #e0dcd3;
	border-radius: 50%;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
	top: -2px;
	transition: all 500ms ease;
}

.checkout__payment__title img {
	margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
	background-color: var(--aspro-base);
	border-color: var(--aspro-base);
	content: "\f00c";
	color: var(--aspro-white);
}

.checkout__payment__content {
	font-size: 15px;
	line-height: 30px;
	color: var(--aspro-gray);
	font-weight: 500;
	margin-left: 39px;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
	position: relative;
	display: block;
	/* padding: 120px 0 62px; */
	padding: 0 0 100px;
}

.blog-page .row {
	--bs-gutter-x: 75px;
}

.blog-page .blog-one__single {
	margin-bottom: 58px;
	border: 1px solid var(--aspro-bdr-color);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 14px;
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
	padding-top: 120px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
	position: relative;
	display: block;
	padding: 120px 0 62px;
}

.team-page .row {
	--bs-gutter-x: 75px;
}

.team-page .team-one__single {
	margin-bottom: 54px;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
	background-color: var(--gardon-primary);
}

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

.boxed-wrapper .main-menu__search-cart-box {
	display: none;
}

.boxed-wrapper .main-menu__logo {
	margin-right: 100px;
}

.boxed-wrapper .feature-three {
	display: none;
}

/* added by me */
.main-slider {
	height: 100vh;
}

.people-page .about-three__text strong {
	color: #000000;
	font-weight: 900;
}

.people-page .about-three__right {
	text-align: justify;
}

.team-shadow {
	box-shadow: 15px 15px 33px rgb(0 0 0 / 20%);
}

.clients-logo {
	filter: grayscale(1);
	padding: 28px;
}

.clients-logo:hover {
	filter: grayscale(0);
}

.comman-margin {
	margin-bottom: 28px;
}

.about-three__text {
	text-align: justify;
}

.about-three__text p {
	text-align: justify;
}

.about-three__text strong {
	color: #000000;
	font-weight: 900;
}

.work__all-single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--aspro-bdr-color);
	background-color: var(--aspro-white);
	z-index: 1;
	height: 350px;
	border-radius: 20px;
}

.work-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	border: 1px solid;
	height: 350px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.175);
	box-shadow: 0 15px 13px rgb(0 0 0 / 12%);
}

.work-three__text p {
	margin-bottom: 20px;
}

.counter-col {
	position: relative;
	display: block;
	padding: 117px 31px;
	background-color: var(--aspro-black);
	overflow: hidden;
	z-index: 1;
	border-radius: 20px;
}

.count-content {
	position: absolute;
	align-items: center;
	justify-content: center;
	padding: 75px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.count-content h3 {
	font-size: 35px;
	font-weight: 500;
	color: var(--aspro-white);
}

.count-content p {
	line-height: 62px;
}

.count-content span {
	font-size: 45px;
	font-weight: 700;
	color: var(--aspro-white);
	padding-top: 4px;
}

.counter-img {
	opacity: 0.6;
}

.counter-first {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
	background: var(--aspro-black);
}

.blog-page .blog-one__single:hover {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
}

.work-three__text strong {
	color: #000000;
	font-weight: 700;
}

.sub-digital {
	position: relative;
	display: block;
	padding: 60px 31px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	border-radius: 20px;
}

.sub-service {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* opacity: .6; */
	/* mix-blend-mode: luminosity; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.sub-digital h3 {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
	color: #1a292f;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0.01em;
}

.blog-details__text-1 {
	text-align: justify;
}

.contact__all-price {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
}

.contact__all-price:hover {
	color: var(--aspro-base);
}

a:hover {
	color: var(--aspro-base);
}

.policy-title {
	line-height: 40px;
}

.waves {
	position: relative;
	width: 100%;
	height: 16vh;
	min-height: 100px;
	max-height: 150px;
	bottom: 0;
}

/* Animation for the waves */
.moving-waves > use {
	animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 11s;
}

.moving-waves > use:nth-child(2) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.moving-waves > use:nth-child(3) {
	animation-delay: -3s;
	animation-duration: 15s;
}

.moving-waves > use:nth-child(4) {
	animation-delay: -4s;
	animation-duration: 20s;
}

.moving-waves > use:nth-child(5) {
	animation-delay: -4s;
	animation-duration: 25s;
}

.moving-waves > use:nth-child(6) {
	animation-delay: -2s;
	animation-duration: 11s;
}

.mask {
	position: absolute;
	background-size: cover;
	background-position: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

.tilt {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tilt .up {
	-webkit-transform: translateZ(50px) scale(0.7);
	transform: translateZ(50px) scale(0.7) !important;
	transition: all 0.5s;
}

.card-waves {
	height: 70px;
}

.team-info {
	line-height: 1.8;
}

body {
	overflow: hidden;
	overflow-y: auto;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 5px;
}

::-webkit-scrollbar:horizontal {
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background: var(--aspro-base);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: var(--aspro-base);
}

::-webkit-scrollbar-track {
	background-color: #798e98;
}

.tabs {
	margin-top: 50px;
	font-size: 15px;
	padding: 0px;
	list-style: none;
	background: #dad6d6;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	display: inline-block;
	border-radius: 10px;
	position: relative;
}

.tabs a {
	text-decoration: none;
	color: #777;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition-duration: 0.6s;
}

.tabs a.active {
	color: #fff;
}

.tabs a i {
	margin-right: 5px;
}

.tabs .selector {
	height: 97.3%;
	display: inline-block;
	position: absolute;
	left: 0px;
	/* top: 2px; */
	z-index: 1;
	border-radius: 10px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background: #b18921;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

/* people detail leadership */
.team-popup .team-img {
	text-align: center;
	margin-bottom: 10px;
}

.team-popup .team-img img {
	width: 50%;
}

.team-popup .team-content {
	text-align: justify;
}

.team-popup .team-content-text h3 {
	text-align: center;
	color: #000;
	line-height: 2;
}

.team-popup .team-content-text center {
	color: #000;
	line-height: 1.6;
}

.team-popup .card {
	background-color: #f5f5f5;
	max-width: 800px;
	margin: 29px auto;
}

.team-popup .card-body {
	padding: 50px;
}

.team-popup .team-desc {
	color: #979797;
	margin-top: 10px;
}

.mfp-close-btn-in .mfp-close {
	color: #ffffff;
}

.pagination {
	justify-content: center;
}

.page-link {
	color: #000;
	border-radius: 5px;
}

.page-link:hover {
	color: var(--aspro-base);
}

.page-item:not(:first-child) .page-link {
	margin-left: 10px;
}

.page-link .active {
	color: var(--aspro-white);
	background-color: var(--aspro-base);
}

.work-three__text h4 {
	font-size: 17px;
	font-family: var(--aspro-font);
	line-height: 2em;
	text-align: justify;
	font-weight: bold;
	letter-spacing: 2px;
}

.footer-wave {
	margin-bottom: -1px;
}

.page-item.active .page-link {
	background-color: var(--aspro-base) !important;
	border: 1px solid var(--aspro-base) !important;
}

.page-header__inner h2 {
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-fit:fill */
}

.cookies_outer p {
	z-index: 9999;
	position: absolute;
	background: #1a292f;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 12px;
	/* line-height: 3.4; */
	text-align: center;
}
.banner-accept,
.banner-reject {
	background: #f5f5f5;
	border-radius: 10px;
}
.menu-toggle {
	background-color: transparent;
	border: none;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--aspro-white);
	position: relative;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--aspro-font-two);
}
