/* ----------------------------------

Main Font    : Sora
Main Color   : #7476ff

-------------------------------------

[Typography]

Body copy:    15px 'Sora', sans-serif
Header:     36px 'Sora', sans-serif
Input, textarea:  16px 'Sora', sans-serif
Sidebar heading:  20px 'Sora', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    04. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
    05. About Us
	    - About Style One
        - About Style Two
    06. Services
        - Service Style one
        - Services Style Two
        - Services Style Three
    07. Features
    08. Work Process
    09. Why Choose Us
    10. Fun Factor
    11. Pricing Table
    12. Partner
    13. Team
        - Team Style One
        - Team Style Two
        - Team Details
    14. Testimonials
		- Testimonial Style One
        - Testimonial Style Two
        - Testimonial Style Three
    15. Projects
		- Project Style One
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Newsletter Subscribe
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* Varialbes */

:root {
	--font-default: 'Sora', sans-serif;
	--font-heading: 'Sora', sans-serif;
    --default-font-family: 'Sora';
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1f1f1f;
	--dark-secondary: #363e40;
	--dark-optional: #111315;
	--white: #ffffff;
	--white-secondary: #b5b5bc;
	--white-common: #cfddde;
	--color-primary: #4FB7B3;
	--color-secondary: #637AB9;
	--color-style-two: #A8FBD3;
	--color-style-three: #4FB7B3;
	--color-heading: #31326F;
	--color-paragraph: #60616c;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f0f2f4;
	--bg--gray-secondary: #f4f4f4;
	--bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	--bg-gradient: linear-gradient(209deg, rgba(168, 251, 211, 1) 0%, rgba(79, 183, 179, 1) 33%, rgba(99, 122, 185, 1) 66%, rgba(49, 50, 111, 1) 100%);
	--semiglass-gradient: linear-gradient(209deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 243, 234, 0.2) 100%);
	--lg-bg-color: rgba(255, 255, 255, 0.25);
	--lg-highlight: rgba(255, 255, 255, 0.25);
	--lg-text: #ffffff;
	--lg-hover-glow: rgba(255, 255, 255, 0.4);
	--lg-red: #fb4268;
	--lg-grey: #5b5b5b;
}

/* ============================================================== 
     # Reset Browsers
=================================================================== */

.award-style-one-items {
		padding: 36px 2rem 32px;
}

.card-style-one-item.project-style-one-item {
	display: block;
}
.card-style-one-item.project-style-one-item ul li {
	line-height: 1.2;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body,
html {
	height: 100%;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.wrapper {
	height: 100%;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}
a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}
a img {
	border: none;
}
a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}
button {
	outline: medium none;
}
iframe {
	border: none;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}
pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}
input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}
input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
ul {
	list-style-type: none;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
b {
	font-weight: 600;
}
strong {
	font-weight: 600;
}
.row {
	--bs-gutter-x: 30px;
}
i::before {
	line-height: inherit !important;
}
.split-text {
	overflow: hidden;
	position: relative;
}
.split-text .line {
	overflow: hidden;
	display: none;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	font-weight: 600;
}
h5 {
	font-size: 18px;
	font-weight: 600;
}
h6 {
	font-size: 14px;
	font-weight: 600;
}
a,
.btn,
button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}
p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}

/* ============================================================== 
    # Helper CSS
=================================================================== */

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}
}
.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}
@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-full {
		max-width: 95%;
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.navbar .container-full {
		max-width: 1800px;
		width: 100%;
	}
}
.container-medium {
	padding: 0 15px;
	margin: auto;
}
@media (min-width: 576px) {
	.container-medium {
		max-width: 540px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container-medium {
		max-width: 720px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container-medium {
		max-width: 960px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-medium {
		max-width: 1600px;
		width: 100%;
	}
}
.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}
@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.container-fill {
		padding: 0 25px;
		width: 100%;
	}
}
@media only screen and (min-width: 1367px) {
	.container-stage {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
	.container-stage-lg {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 50px;
	}
	.container-stage-left {
		margin-right: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}
.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}
.bg-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}
.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}
.bg-gray {
	background: var(--bg-gray);
}
.bg-gray-secondary {
	background: var(--bg--gray-secondary);
}
.bg-light {
	background-color: var(--white);
}
.bg-dark {
	background-color: var(--dark-optional) !important;
}
.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}
.bg-dark-optional {
	background-color: var(--dark) !important;
}
.bg-theme {
	background-color: var(--color-primary);
}
.bg-theme-secodnary {
	background-color: var(--color-secondary);
}
.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}
.bg-gradient-secondary {
	background-color: var(--color-secondary);
	background: var(--bg-gradient-secondary) !important;
}
.gradient-bg {
	background-color: var(--color-primary);
	background: var(--gradient-bg) !important;
}
.text-light {
	color: var(--white);
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}
.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}
.shadow.dark {
	position: relative;
	z-index: 1;
}
.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.shadow.dark-hard {
	position: relative;
	z-index: 1;
}
.shadow.dark-hard:after {
	background: rgba(0, 4, 30, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.shadow.theme {
	position: relative;
	z-index: 1;
}
.shadow.theme:after {
	background: var(--color-primary);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}
.shadow.theme-hard {
	position: relative;
	z-index: 1;
}
.shadow.theme-hard:after {
	background: var(--dark);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0.7;
}
.shadow.light {
	position: relative;
	z-index: 1;
}
.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}
.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.default-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 1500px) {
	.default-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.default-padding-big {
	padding: 250px 0;
}
@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 50px 0;
	}
}
.default-padding-top {
	padding-top: 120px;
}
@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}
.default-padding-bottom {
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 70px;
	}
}
.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
	}
}
.default-padding-top.bottom-less {
	margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}
@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.align-end {
		align-items: end;
	}
}
.relative {
	position: relative;
}
.overflow-hidden {
	overflow: hidden;
}
.border-top {
	border-top: 1px solid #e7e7e7;
}
.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}
.border-left {
	border-left: 1px solid #e7e7e7;
}
.border-right {
	border-right: 1px solid #e7e7e7;
}
.heading {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 1.3;
	overflow: hidden;
}
.heading span {
	font-weight: 400;
}
.site-heading {
	margin-bottom: 60px;
/*	overflow: hidden;*/
}
.title {
	font-weight: 500;
	font-size: 55px;
	margin-bottom: 25px;
}
.site-heading .title {
	margin-bottom: 0;
}
.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 1px solid #d5e3f5;
	padding: 6px 15px;
	padding-top: 10px;
	border-radius: 5px;
	font-size: 20px;
	backdrop-filter: blur(10px);
}
.bg-gray .sub-title {
	border-color: #c8d7ea;
}
.bg-gray-secondary .sub-title {
	border-color: #c2c3ff;
}
.text-light .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}
.bg-dark.text-light .sub-title {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}
.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}
.text-center .site-heading p,
.text-center .site-heading p {
	padding: 0 10%;
}
@media (max-width: 767px) {
	.site-heading p,
	.text-center .site-heading p,
	.text-center .site-heading p {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 30px;
	}
}
.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.heading-left .heading {
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
	}
}
.heading-left p {
	margin-bottom: 0;
}
.heading-left .btn {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}
.bg-dark .heading-left p {
	opacity: 0.8;
}
.sub-heading {
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-left: 20px;
	margin-left: 25%;
}
.sub-heading::after {
	overflow: auto;
	right: 100%;
	content: "";
	height: 2px;
	width: 100%;
	border-top: 1px solid #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.left-heading {
	margin-bottom: 60px;
	border-bottom: 1px solid #d5e3f5;
	padding-bottom: 50px;
}
.bg-dark .left-heading {
	border-color: rgba(255, 255, 255, 0.3);
}
.left-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */

.video-play-button {
	display: inline-block;
	background: var(--color-primary);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-heading);
	position: relative;
}
.video-play-button i {
	font-weight: 400;
	font-size: 20px;
	position: relative;
	left: 3px;
	top: 2px;
}
.video-play-button .effect {
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}
.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: var(--color-secondary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.video-play-button.with-text {
	width: auto;
	background: transparent;
}
.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}
.video-play-button.with-text span i {
	margin-left: 25px;
	margin-right: 30px;
	color: var(--color-primary);
	left: -1px;
	font-weight: 100;
}
.video-play-button.with-text .effect {
	height: 60px !important;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}
.video-play-button.with-text .effect::before {
	display: none;
}
.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
a.btn-circle {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	min-height: 115px;
	color: var(--color-heading);
	padding-left: 25px;
	padding-bottom: 42px;
	padding-top: 35px;
}
.text-light a.btn-circle {
	color: var(--white);
}
a.btn-circle img {
	height: 30px;
	margin-right: 15px;
	transition: all 0.35s ease-in-out;
}
.text-light a.btn-circle::after {
	filter: brightness(0) invert(1);
}
.text-light a.btn-circle img {
	filter: brightness(0) invert(1);
}
.text-light a.btn-circle:hover img {
	filter: none;
}
.text-light a.btn-circle:hover::after {
	background: var(--white);
}
a.btn-circle span {
	position: relative;
}
a.btn-circle::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 110px;
	width: 110px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../img/icon/round-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.35s ease-in-out;
}
.bg-dark a.btn-circle::after {
	filter: brightness(0) invert(1);
}
.bg-dark a.btn-circle img {
	filter: brightness(0) invert(1);
}
a.btn-circle .button-content {
	position: relative;
	z-index: 1;
}
.bg-dark a.btn-circle {
	color: var(--white);
}
a.btn-circle:hover::after {
	background-color: var(--color-primary);
	filter: none;
	transform: translateY(-50%) scale(0.8);
	left: -10px;
	background-image: none;
}
a.btn-circle:hover img {
	filter: brightness(0) invert(1);
}
a.btn-circle strong {
	transition: all 0.35s ease-in-out;
}
a.btn-circle:hover strong {
	margin-left: 25px;
}
.text-end a.btn-circle:hover strong {
	transform: translateX(25px);
	margin-left: 0;
}
a.btn-circle:hover img {
	height: 20px;
}

/* ============================================================== 
    # Template Animation
=================================================================== */


/* Video Paly */

@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */

.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}
@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */

.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

/* Spiner Animation */

.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */

@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}
@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */

@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */

.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */

.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */

@keyframes fadeLeftRight {
	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}
@-webkit-keyframes fadeLeftRight {
	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */

.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}
@keyframes fadeRightLeft {
	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}
@-webkit-keyframes fadeRightLeft {
	0%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */

.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */

@keyframes zoomUpDown {
	0%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}
@-webkit-keyframes zoomUpDown {
	0%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */

.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}
	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}
	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}
@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}
	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}
	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */

@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Button Border Animation */

@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}
	50% {
		width: 100px;
		height: 0;
	}
	100% {
		width: 100px;
		height: 55px;
	}
}
@keyframes open {
	0% {
		width: 0;
		height: 0;
	}
	50% {
		width: 100px;
		height: 0;
	}
	100% {
		width: 100px;
		height: 55px;
	}
}
@-webkit-keyframes openB {
	0% {
		width: 0px;
	}
	100% {
		width: 100px;
	}
}
@keyframes openB {
	0% {
		width: 0px;
	}
	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}
	60% {
		background-position: 180px;
	}
	100% {
		background-position: 180px;
	}
}
@keyframes shine {
	0% {
		background-position: 0;
	}
	60% {
		background-position: 180px;
	}
	100% {
		background-position: 180px;
	}
}
@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}
	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}
@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}
	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

/* ============================================================== 
    # Button Styles
=================================================================== */

.btn {
	display: inline-block;
	padding: 14px 40px;
	background: var(--color-primary);
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none;
	border: none;
	overflow: hidden;
}
.btn.btn-dark {
	background: var(--dark);
}
.btn.light {
	background: var(--white);
	color: var(--color-heading);
}
.btn i {
	font-weight: 400;
	transform: rotate(-45deg);
	margin-left: 10px;
}
.btn:hover {
	background: var(--dark);
	color: var(--white);
}
.btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}
.text-light .btn:hover {
	background: var(--white);
	color: var(--color-heading);
}
.text-light .btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}
/*
.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}
*/
.btn-style-one.btn-dark:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
a.btn-simple {
	text-transform: uppercase;
	color: var(--color-paragraph);
	display: inline-block;
}
a.btn-simple i {
	display: inline-block;
	font-weight: 100;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}
a.btn-simple:hover {
	color: var(--color-primary);
}
.color-style-two a.btn-simple:hover {
	color: var(--color-style-two);
}
/*
@media (min-width: 1024px) {
	.navbar.white.no-background .btn-style-one:after {
		background: var(--white);
	}
	.navbar.white.no-background .btn-style-one:hover {
		color: var(--color-heading) !important;
	}
}
*/
.btn-style-one.light:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
/*
.text-light .btn-style-one:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}
*/
.text-light .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
.bg-gradient .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--dark-secondary) 0%, var(--dark-secondary) 74%);
}
.text-light .btn-style-one.secondary:hover {
	color: var(--color-heading);
}
/*
.btn-style-one:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}
*/
.btn-style-one:hover {
	color: var(--white);
	background: transparent;
}
.btn.btn-border-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 13px 40px;
}
.navbar .btn.btn-border-light {
	border: 1px solid #cccccc;
	color: var(--color-heading);
}
.navbar .btn.btn-border-light:hover {
	color: var(--white);
}
@media (min-width: 1024px) {
	.navbar.white.sticked .btn.btn-border-light {
		color: var(--color-heading);
	}
	.navbar.white.sticked .btn.btn-border-light:hover {
		color: var(--white);
	}
	.navbar.white.no-background .btn.btn-border-light {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}
.btn.btn-border-light:hover {
	border-color: var(--color-primary);
}
.btn.btn-border-light::after {
	background: var(--color-primary);
}
.btn-style-one.btn-border-theme {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid var(--color-primary);
	padding: 13px 40px;
}
.btn-style-one.btn-border-theme::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
.btn-style-one.btn-border-theme:hover {
	color: var(--white);
}
.btn-style-one.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid #d7d7ff;
	padding: 13px 40px;
}
.btn-style-one.btn-border::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
.btn-style-one.btn-border:hover {
	color: var(--white);
	border-color: var(--color-primary);
}
@media (min-width: 1400px) {
	.row.gutter-xl {
		--bs-gutter-x: 80px;
	}
	.row.gutter-zero {
		--bs-gutter-x: 0;
	}
}
.zoom-thumb {
	overflow: hidden;
}
html.lenis,
html.lenis body {
	height: auto;
}
.smooth-content {
	position: relative;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.reveal-thumb {
	overflow: hidden;
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999999;
}
.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}
.nice-select.open::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}
.nice-select.disabled::after {
	border-color: #96aac1;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small::after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: 600;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.top-bar-area {
	padding: 12px 0;
}
.top-bar-area ul.item-flex {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 30px;
}
.top-bar-area ul.item-flex i {
	margin-right: 6px;
}
.top-bar-area .text-end ul.item-flex i {
	margin-right: 0;
}
.text-end .item-flex {
	justify-content: end;
}
.top-bar-area .social ul.item-flex {
	gap: 10px;
}
.top-bar-area .text-end .d-flex {
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.top-bar-area .d-flex h5 {
	margin: 0;
}
@media (min-width: 1200px) {
	.top-bar-area.style-one {
		padding-right: 70px;
	}
	.top-bar-area .offset-xl-3 {
		padding-left: 25px;
	}
}
.top-bar-area .social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar-area .social li a {
	display: inline-flex;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
	color: var(--white);
}
.top-bar-area .social li a:hover {
	background: var(--dark);
	color: var(--white);
}
.top-bar-area.text-light .social li a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
}
.top-bar-area .social li a img {
	height: 16px;
	transition: all 0.35s ease-in-out;
}
.top-bar-area.text-light .social li a img {
	filter: brightness(1);
}
.top-bar-area.text-light .social li a:hover img {
	filter: brightness(1) invert(1);
}
.top-bar-area.text-light .social li a:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--color-heading);
}
.top-bar-area.style-two {
	overflow: hidden;
}
.top-bar-area.style-two .social {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 40px;
}
.top-bar-area.style-two .social::after {
	position: absolute;
	left: 0;
	top: -30px;
	content: "";
	width: 600%;
	background: var(--color-primary);
	z-index: -1;
	height: 100px;
}
.dropdown.language-switcher button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--color-heading);
}
.text-light .dropdown.language-switcher button {
	color: var(--white);
}
.dropdown.language-switcher button img {
	height: 30px;
}
.dropdown.language-switcher button::after {
	display: none;
}
.dropdown.language-switcher button i {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 2px;
}
.dropdown.language-switcher .dropdown-menu li a {
	color: var(--color-heading);
	background: transparent;
}
.dropdown.language-switcher .dropdown-menu {
	min-width: 200px;
	padding: 15px 10px;
	margin-top: 10px !important;
}
.top-bar-area.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.top-bar-area.inc-border {
	padding: 0;
}
.top-bar-area.inc-border {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.top-bar-area.inc-border.box-layout {
	border: none;
}
.top-bar-area.inc-border.box-layout .top-bar-items {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
@media (min-width: 1024px) {
	.top-bar-area.inc-border.box-layout .top-bar-items {
		margin: 0 -10px;
	}
}
.top-bar-area .address-info li {
	color: var(--color-heading);
}
.top-bar-area.text-light .address-info li {
	color: var(--white);
}
.top-bar-area .address-info li i {
	color: var(--color-primary);
	font-weight: 100;
}

/* Navbar Regular */

@media (min-width: 1600px) {
	.include-breadcrumb nav.navbar.validnavs .container {
		background: var(--white);
		padding: 0 50px;
		padding-bottom: 25px;
		border-radius: 0 0 30px 30px;
	}
	.include-breadcrumb nav.navbar.validnavs.sticked .container {
		padding: 0 12px;
	}
	.include-breadcrumb nav.navbar.validnavs .container::after {
		position: absolute;
		left: -32px;
		top: -7px;
		content: "";
		height: 39px;
		width: 25px;
		border-bottom-right-radius: 20px;
		box-shadow: 0 20px 0 0 var(--white);
		transform: rotate(-90deg);
	}
	.include-breadcrumb nav.navbar.validnavs .container::before {
		position: absolute;
		right: -32px;
		top: -7px;
		content: "";
		height: 39px;
		width: 25px;
		border-bottom-left-radius: 20px;
		box-shadow: 0 20px 0 0 var(--white);
		transform: rotate(90deg);
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1599px) {
	.include-breadcrumb nav.navbar.validnavs {
		padding: 0;
	}
	.include-breadcrumb nav.navbar.validnavs .container {
		background: var(--white);
		padding: 25px 30px;
		border-radius: 0 0 var(--border-radius) var(--border-radius);
	}
	.include-breadcrumb nav.navbar.validnavs.sticked .container {
		padding: 0 30px;
	}
}

/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */

@media (min-width: 1600px) {
	.breadcrumb-area {
		max-width: 95%;
		margin: auto;
		border-radius: 30px;
		margin-top: 25px;
	}
}
.breadcrumb-area {
	padding: 180px 0;
	padding-top: 260px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}
.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.breadcrumb-area .breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: var(--white);
	display: none;
}
.breadcrumb-area .breadcrumb li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
}
.breadcrumb-area .breadcrumb li a {
	font-weight: 600;
}
.breadcrumb-area .breadcrumb li i {
	font-weight: 100;
}
.breadcrumb-area .breadcrumb li::after {
	content: "/";
	font-weight: 400;
	right: -5px;
	position: absolute;
	line-height: 0;
	top: 50%;
	color: var(--white);
	margin-top: 1px;
}
.breadcrumb-area .breadcrumb li i {
	margin-right: 3px;
}
.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	margin-top: -10px;
	font-size: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-area {
		padding: 120px 0 !important;
	}
	.breadcrumb-area h1 {
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding: 80px 0 !important;
	}
	.breadcrumb-area h1 {
		font-size: 40px;
	}
}
.breadcrum-shape {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.breadcrum-shape img {
	height: 100%;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.top-style-one .logo img {
	height: 60px;
}
.top-style-one .social li {
	display: inline-block;
}
.top-style-one {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}
.top-style-one.transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top-style-one .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}
.top-style-one.transparent .logo {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-style-one .social li a {
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
}
.top-style-one .text-end.social li {
	margin-left: 3px;
}
.top-style-one .info i {
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: var(--color-primary);
}
.top-style-one .info li {
	font-weight: 500;
	text-transform: capitalize;
}
@media (min-width: 1024px) {
	.top-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* ============================================================== 
    # Banner Styles
=================================================================== */

.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}
@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}
.banner-area div {
	height: 100%;
}
.banner-area div.swiper-slide .row div {
	height: auto;
}
.banner-area.top-pad-80 .content {
	padding-top: 80px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-90 .content {
	padding-top: 90px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-100 .content {
	padding-top: 100px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-110 .content {
	padding-top: 110px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-120 .content {
	padding-top: 120px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-130 .content {
	padding-top: 130px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}
.banner-area.top-pad-150 .content {
	padding-top: 150px;
}
@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}
.banner-area.auto-height {
	height: auto;
}
.banner-area.auto-height div {
	height: auto;
}
.banner-area.auto-height .content {
	padding: 200px 0;
}
@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}
.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}
@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}
.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}
@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}
.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}
.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}
@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}
.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}
@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}
.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}
.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 25%;
	margin: 0;
	visibility: hidden;
}
@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0 !important;
	}
}
.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}
@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}
.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}
.banner-area h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-area h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-area p,
.banner-area ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-area .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}
.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}
.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
}
.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}
.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}
.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}
@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}
	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}
	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}
.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}
.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.banner-area .swiper-notification {
	display: none;
}
.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}
.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}
.banner-area .banner-style-one.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}
.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}
.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}
.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}
.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: 55px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	width: 55px;
	color: var(--color-heading);
	background: var(--white);
	border-radius: 50%;
	border: 1px solid #cccccc;
	line-height: 55px;
	font-size: 28px;
}
.banner-area.banner-style-one .swiper-button-prev,
.banner-area.banner-style-one .swiper-button-next {
	color: var(--white);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-area .swiper-button-prev i,
.banner-area .swiper-button-next i {
	font-weight: 300;
}
.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	display: none;
}
.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 2px solid var(--color-heading);
}
.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}
.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}
.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}
.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}
@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}
.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}
.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}
@media only screen and (max-width: 830px) {
	.banner-area .swiper-button-prev,
	.banner-area .swiper-button-next {
		display: none;
	}
}
.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}
.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}
.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}
@media only screen and (max-width: 830px) {
	.banner-area.navigation-text .swiper-button-prev,
	.banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}
.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}
.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}
.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}
.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
	color: var(--color-primary);
}
.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}
.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
	color: var(--color-primary);
}
.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 18px;
	bottom: inherit;
	right: inherit;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}
.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	left: 85px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}
.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	left: 30px;
}
.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}
.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}
@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}
.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 600;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */


/* Banner Style One */

@media (min-width: 1024px) {
	.banner-style-one-area,
	.banner-style-one-area div {
		height: 100%;
	}
}
.banner-style-one-area .row div {
	height: auto;
}
@media (min-width: 1024px) {
	.banner-style-one-area {
		height: 100vh;
	}
}
@media (min-width: 1400px) {
	.brand-style-one-carousel {
		max-width: 90%;
		margin: auto;
	}
}
.banner-one-content h4 {
	display: inline-block;
	border: 1px solid;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.banner-one-content h4::after {
	position: absolute;
	left: -1px;
	top: -15px;
	content: "";
	height: 15px;
	width: 1px;
	border-left: 1px solid;
}
.banner-one-content h4::before {
	position: absolute;
	left: -15px;
	top: -1px;
	content: "";
	height: 1px;
	width: 15px;
	border-top: 1px solid;
}
.banner-one-content h2 {
	font-size: 80px;
	margin-bottom: 35px;
}
.banner-one-content p {
	color: var(--white);
}
@media (min-width: 1024px) {
	.text-center .banner-one-content p {
		padding: 0 10%;
		font-size: 20px;
	}
}
.banner-one-content strong {
	background-size: cover;
	background-position: center;
	display: inline-block;
	border-radius: 8px;
	padding: 0 10px;
}

/* ============================================================== 
    # Banner Style Two
=================================================================== */

@media (min-width: 1024px) {
	.banner-style-two-area,
	.banner-style-two-area div {
		height: 100%;
	}
}
@media (min-width: 1024px) {
	.banner-style-two-area {
		height: 100vh;
	}
}
.banner-style-two-area .row div {
	height: auto;
}
.banner-style-two-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 80px;
}
.banner-two-content {
	position: relative;
	z-index: 1;
}
.banner-two-content .info {
	padding-left: 200px;
}
.banner-two-content h2 {
	font-size: 100px;
	line-height: 1;
}
.banner-two-content p {
	margin-top: 25px;
}
@media (min-width: 1024px) {
	.banner-two-content p {
		font-size: 18px;
		padding-right: 13%;
		line-height: 1.8;
	}
}
.banner-two-right-info .thumb img {
	clip-path: polygon(0px 16.9336px, 0px 16.9336px, 0.20941315px 14.338315752px, 0.8156912px 11.876360336px, 1.78589205px 9.580675744px, 3.0870736px 7.484203968px, 4.68629375px 5.619887px, 6.5506104px 4.020666832px, 8.64708145px 2.719485456px, 10.9427648px 1.749284864px, 13.40471835px 1.143007048px, 16px 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 13.404609px) 1.143007048px, calc(100% - 10.942592px) 1.749284864px, calc(100% - 8.646883px) 2.719485456px, calc(100% - 6.550416px) 4.020666832px, calc(100% - 4.686125px) 5.619887px, calc(100% - 3.086944px) 7.484203968px, calc(100% - 1.785807px) 9.580675744px, calc(100% - 0.81564800000001px) 11.876360336px, calc(100% - 0.20940100000001px) 14.338315752px, calc(100% - 0px) 16.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0.2094009999999px) 57.5288695px, calc(100% - 0.8156479999999px) 59.990816px, calc(100% - 1.785807px) 62.2864965px, calc(100% - 3.0869439999999px) 64.382968px, calc(100% - 4.686125px) 66.2472875px, calc(100% - 6.550416px) 67.846512px, calc(100% - 8.646883px) 69.1476985px, calc(100% - 10.942592px) 70.117904px, calc(100% - 13.404609px) 70.7241855px, calc(100% - 16px) 70.9336px, calc(100% - 16px) 70.9336px, calc(100% - 18.595391px) 71.1430118px, calc(100% - 21.057408px) 71.7492864px, calc(100% - 23.353117px) 72.7194826px, calc(100% - 25.449584px) 74.0206592px, calc(100% - 27.313875px) 75.619875px, calc(100% - 28.913056px) 77.4841888px, calc(100% - 30.214193px) 79.5806594px, calc(100% - 31.184352px) 81.8763456px, calc(100% - 31.790599px) 84.3383062px, calc(100% - 32px) 86.9336px, calc(100% - 32px) 164.934px, calc(100% - 32px) 164.934px, calc(100% - 31.790599px) 167.529148px, calc(100% - 31.184352px) 169.991024px, calc(100% - 30.214193px) 172.286676px, calc(100% - 28.913056px) 174.383152px, calc(100% - 27.313875px) 176.2475px, calc(100% - 25.449584px) 177.846768px, calc(100% - 23.353117px) 179.148004px, calc(100% - 21.057408px) 180.118256px, calc(100% - 18.595391px) 180.724572px, calc(100% - 16px) 180.934px, calc(100% - 16px) 180.934px, calc(100% - 13.404609px) 181.143401px, calc(100% - 10.942592px) 181.749648px, calc(100% - 8.646883px) 182.719807px, calc(100% - 6.550416px) 184.020944px, calc(100% - 4.686125px) 185.620125px, calc(100% - 3.086944px) 187.484416px, calc(100% - 1.785807px) 189.580883px, calc(100% - 0.81564800000001px) 191.876592px, calc(100% - 0.20940100000001px) 194.338609px, calc(100% - 0px) 196.934px, calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0.2094009999999px) calc(100% - 37.470852px), calc(100% - 0.8156479999999px) calc(100% - 35.008976px), calc(100% - 1.785807px) calc(100% - 32.713324px), calc(100% - 3.0869439999999px) calc(100% - 30.616848px), calc(100% - 4.686125px) calc(100% - 28.7525px), calc(100% - 6.550416px) calc(100% - 27.153232px), calc(100% - 8.646883px) calc(100% - 25.851996px), calc(100% - 10.942592px) calc(100% - 24.881744px), calc(100% - 13.404609px) calc(100% - 24.275428px), calc(100% - 16px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 59.946361px) calc(100% - 23.908956px), calc(100% - 61.792768px) calc(100% - 23.454288px), calc(100% - 63.514507px) calc(100% - 22.726692px), calc(100% - 65.086864px) calc(100% - 21.750864px), calc(100% - 66.485125px) calc(100% - 20.5515px), calc(100% - 67.684576px) calc(100% - 19.153296px), calc(100% - 68.660503px) calc(100% - 17.580948px), calc(100% - 69.388192px) calc(100% - 15.859152px), calc(100% - 69.842929px) calc(100% - 14.012604px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70.157071px) calc(100% - 10.119639px), calc(100% - 70.611808px) calc(100% - 8.2732319999999px), calc(100% - 71.339497px) calc(100% - 6.551493px), calc(100% - 72.315424px) calc(100% - 4.9791359999999px), calc(100% - 73.514875px) calc(100% - 3.580875px), calc(100% - 74.913136px) calc(100% - 2.381424px), calc(100% - 76.485493px) calc(100% - 1.405497px), calc(100% - 78.207232px) calc(100% - 0.67780800000003px), calc(100% - 80.053639px) calc(100% - 0.22307099999995px), calc(100% - 82px) calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 13.40471592px calc(100% - 0.27542799999992px), 10.94276096px calc(100% - 0.88174399999986px), 8.64707704px calc(100% - 1.8519959999999px), 6.55060608px calc(100% - 3.1532319999999px), 4.68629px calc(100% - 4.7524999999999px), 3.08707072px calc(100% - 6.616848px), 1.78589016px calc(100% - 8.7133239999999px), 0.81569024px calc(100% - 11.008976px), 0.20941288px calc(100% - 13.470852px), 0px calc(100% - 16.066px), 0px 16.9336px);
}
.banner-two-right-info .top-info {
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	border-radius: 10px;
	margin-top: 30px;
}
.banner-two-right-info .top-info h4 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 22px;
}
.banner-two-right-info .top-info h5 {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 15px;
}

/* ============================================================== 
    # Banner Style Three
=================================================================== */

@media (min-width: 1024px) {
	.banner-style-three-area,
	.banner-style-three-area div {
		height: 100%;
	}
}
@media (min-width: 1024px) {
	.banner-style-three-area {
		height: 100vh;
		padding-top: 50px;
	}
}
.banner-style-three-area .row div {
	height: auto;
}
.chat-bot-thumb {
	position: relative;
	margin-top: 50px;
}
.chat-item {
	display: flex;
	gap: 15px;
	position: absolute;
	right: 0;
	top: 55%;
	z-index: 9;
}
.banner-style-three-info .notificaiton {
	margin-top: 20px;
}
.banner-style-three-info .notificaiton p {
	margin: 0;
	color: var(--color-heading);
	display: flex;
	gap: 5px;
}
.banner-style-three-info .notificaiton p i {
	margin-right: 5px;
	color: var(--color-primary);
	line-height: 1;
	position: relative;
	top: 5px;
}
@media (min-width: 1024px) {
	.banner-style-three-info p {
		font-size: 18px;
		padding-right: 10%;
	}
}
.chat-item img {
	height: 50px;
	width: 50px;
}
.chat-item p {
	margin: 0;
	padding: 12px 15px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 8px;
	padding-top: 13px;
	position: relative;
	z-index: 1;
	max-width: 290px;
	font-size: 15px;
	line-height: 1.5;
	text-align: right;
}
.chat-item p::after {
	position: absolute;
	right: -13px;
	top: 0;
	content: "";
	height: 18px;
	width: 20px;
	background: var(--color-secondary);
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
.chat-item img {
	border-radius: 10px;
	background: var(--white);
	padding: 3px;
}
.chat-bot-thumb .chat-item:nth-child(2n) {
	flex-direction: row-reverse;
	margin-top: 80px;
	right: -100px;
}
.chat-bot-thumb .chat-item:nth-child(3) {
	margin-top: 180px;
}
.chat-bot-thumb .chat-item:nth-child(2n) p {
	background: var(--dark);
	color: var(--white);
	text-align: left;
}
.chat-bot-thumb .chat-item:nth-child(2n) p::after {
	left: auto;
	left: -13px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	background: var(--dark);
}
.banner-style-three-info form {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 600px;
	margin-top: 35px;
}
.banner-style-three-info form button {
	min-width: 190px;
	padding: 17px 40px;
	border-radius: 30px;
	overflow: hidden;
}
.banner-style-three-info form input {
	background: transparent;
	border: 1px solid #a3a4e9;
	padding: 15px;
	border-radius: 30px;
	padding-left: 25px;
	box-shadow: none;
}
.banner-style-three-info form button::after {
	border-radius: 30px;
}
.banner-style-three-info form input:focus {
	background: transparent;
	box-shadow: none;
}
.banner-style-three-info h2 {
	font-size: 75px;
	margin-bottom: 25px;
}
.banner-style-three-info h2 strong {
	font-size: 75px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.chat-bot-thumb .illustration {
	position: relative;
	z-index: 1;
}
.chat-bot-thumb .illustration img:nth-child(2) {
	position: absolute;
	left: -25%;
	top: 0;
	z-index: -1;
}

/* ============================================================== 
    # Banner Style Four
=================================================================== */

.banner-style-four-area {
	padding-top: 240px;
	position: relative;
	z-index: 1;
}
.banner-style-four-area h4 {
	text-transform: uppercase;
	font-size: 22px;
}
.banner-style-four-area h2 {
	font-size: 85px;
	line-height: 1;
	margin-bottom: 30px;
}
.banner-style-four-area h2 strong {
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 500;
}
@media (min-width: 1200px) {
	.banner-style-four-area p {
		padding: 0 15%;
	}
}
.banner-style-four-items form {
	position: relative;
	max-width: 600px;
	margin: auto;
}
.banner-style-four-items form input,
.banner-style-four-items form input:focus {
	box-shadow: none;
	border: 1px solid var(--white);
	background: rgba(255, 255, 255, 0.3);
	padding: 20px 25px;
	border-radius: 40px;
}
.banner-style-four-items form button {
	position: absolute;
	right: 7px;
	top: 7px;
	border-radius: 30px;
	padding: 15px 30px;
	text-transform: capitalize;
}
.banner-four-dashbaord {
	margin-top: 80px;
	position: relative;
	z-index: 1;
	padding-right: 120px;
}
.banner-four-dashbaord img {
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}
.code-card {
	display: inline-block;
	text-align: left;
	padding: 50px;
	width: 320px;
	overflow: hidden;
	border-radius: 10px;
}
.code-card p {
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
}
.banner-four-dashbaord .code-card {
	position: absolute;
	right: 0;
	top: 120px;
}
.banner-style-four-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: var(--white);
	z-index: -1;
}
.bg-dark .banner-style-four-area::after {
	background: var(--dark-optional);
}
.banner-style-four-items form button i {
	transform: none;
	font-weight: 600;
}
.banner-style-four-items form input:focus {
	box-shadow: none;
}

/* CSS */

.banner-style-four-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--color-heading);
}
.banner-style-four-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-heading);
}
.banner-style-four-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-heading);
	opacity: 1;
}
.banner-style-four-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--color-heading);
	opacity: 1;
}
.bg-dark .banner-style-four-items form input,
.bg-dark .banner-style-four-items form input:focus {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}
.bg-dark .btn.btn-dark:hover {
	background: var(--color-primary);
}

/* CSS */

.bg-dark .banner-style-four-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}
.bg-dark .banner-style-four-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}
.bg-dark .banner-style-four-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white);
	opacity: 1;
}
.bg-dark .banner-style-four-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white);
	opacity: 1;
}

/* ============================================================== 
    # Banner Style Five
=================================================================== */

.banner-style-five-items .search-tags {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.banner-style-five-items .search-tags ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.banner-style-five-items .search-tags h5 {
	margin: 0;
	font-weight: 400;
}
.banner-style-five-items .search-tags ul li a {
	display: inline-block;
	padding: 3px 15px;
	padding-bottom: 1px;
	background: var(--white);
	border-radius: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-heading);
}
.banner-style-five-area {
	padding-top: 230px;
	margin-bottom: 120px;
}
.banner-style-five-items h2 {
	font-size: 70px;
	margin-bottom: 25px;
}
.banner-style-five-items p {
	color: var(--white);
	font-size: 18px;
}
@media (min-width: 1200px) {
	.banner-style-five-items p {
		padding: 0 15%;
	}
}
.banner-style-five-items form {
	max-width: 800px;
	margin: 40px auto auto;
	position: relative;
}
.banner-style-five-items form input,
.banner-style-five-items form input:focus {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	box-shadow: none;
	color: var(--white);
	height: 80px;
	border-radius: 20px;
	padding-left: 30px;
	backdrop-filter: blur(15px);
}
.banner-style-five-items form input:focus {
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 0.1);
}
.banner-style-five-items form .btn-style-one {
	position: absolute;
	right: 10px;
	top: 9px;
	text-transform: capitalize;
	padding: 19px 35px;
	border-radius: 15px;
	overflow: hidden;
	font-size: 16px;
}
.banner-style-five-items form .btn-style-one i {
	transform: none;
}
.infinite-gallery-carousel .swiper-wrapper {
	align-items: end;
	transition-timing-function: linear !important;
}
.infinite-gallery-carousel {
	position: relative;
	bottom: -120px;
}
.infinite-gallery-item img {
	border-radius: 30px;
}

/* CSS */

.banner-style-five-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}
.banner-style-five-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}
.banner-style-five-items form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white);
	opacity: 1;
}
.banner-style-five-items form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white);
	opacity: 1;
}

/* ============================================================== 
    # Banner Six
=================================================================== */

.banner-style-six-area {
	padding-top: 220px;
}
.banner-six-top-info h2 {
	text-align: right;
	font-size: 75px;
	margin-top: -15px;
	line-height: 1.1;
}
.banner-six-top-info h2 strong {
	display: block;
	text-align: left;
	font-weight: 500;
}
.banner-bottom-info {
	position: relative;
	z-index: 9;
	bottom: -140px;
	margin-bottom: 140px;
	margin-top: -60px;
}
.banner-bottom-info img {
	border-radius: 10px;
}
.community-card-two {
	display: inline-block;
	padding: 60px 50px;
	border-radius: 10px;
	backdrop-filter: blur(15px);
	margin-right: 30px;
	overflow: hidden;
}
.banner-six-top-info p {
	font-size: 18px;
}
.bg-theme .multi-users i {
	background: var(--dark);
	border: 2px solid;
	line-height: 43px;
}

/* ============================================================== 
    # Banner Style Seven
=================================================================== */

.banner-style-seven-area,
.banner-style-seven-area div {
	height: 100vh;
}
.banner-style-seven-area .row div {
	height: auto;
}
.banner-style-seven-area {
	position: relative;
	z-index: 1;
}
.banner-style-seven-area div.banner-seven-illustration {
	height: auto;
}
.banner-seven-illustration img:first-child {
	position: absolute;
	left: 0;
	bottom: 10%;
	max-width: 25%;
}
.banner-seven-illustration img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 35%;
}
.banner-seven-content h2 {
	font-size: 85px;
	line-height: 1.1;
	margin: 0;
}
.banner-seven-content .info {
	padding-left: 260px;
}
.banner-seven-content .info p {
	margin-top: 30px;
	font-size: 20px;
	padding-right: 10%;
}

/* ============================================================== 
    # About
=================================================================== */

.card-style-one-item {
	position: relative;
	padding: 60px;
	border-radius: 10px;
	display: inline-block;
}
.card-style-one-item img {
	position: absolute;
	left: 50px;
	bottom: 0;
	height: 38%;
}
.card-style-one-item h3 {
	margin-bottom: 25px;
}
.card-style-one-item .info {
	position: relative;
	z-index: 1;
}
.card-style-one-two {
/*	background: var(--bg-gray);*/
	padding: 50px;
	border-radius: 10px;
	text-align: left;
}
.card-style-one-two .bottom {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
	justify-content: space-between;
	border-top: 1px solid #cddff3;
	padding-top: 30px;
}
.card-style-one-two .bottom img {
	max-height: 120px;
}
.card-style-one-two .js-counter {
	align-items: center;
	font-size: 60px;
	color: var(--color-primary);
	font-weight: 700;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	text-align: left;
	line-height: 1;
}
.about-style-one-info {
	height: 100%;
/*	background: var(--bg-gray);*/
	padding: 120px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/*
.about-style-one-info::after {
	position: absolute;
	left: -100px;
	bottom: -100px;
	content: "";
	height: 200px;
	width: 200px;
	background: #87edff;
	z-index: -1;
	border-radius: 50%;
	filter: blur(120px);
}
*/

.about-style-one-info .fixed-text {
	position: absolute;
	bottom: -44px;
	font-size: 200px;
	left: 110px;
	line-height: 0.8;
	z-index: -1;
	color: var(--color-primary);
	font-weight: 600;
	background: linear-gradient(-90deg, #e3ebf1 0%, #d3d6e2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-light .about-style-one-info .fixed-text {
background: linear-gradient(-90deg, #e3ebf100 0%, #d3d6e233 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* About Style Two */

.heading-style-two {
	margin-bottom: 60px;
}
.heading-style-two h1 {
	font-size: 120px;
	line-height: 1;
}
.heading-style-two h1 strong {
	text-align: right;
	display: inline-flex;
	font-weight: 500;
	width: 100%;
	justify-content: end;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-style-two-info h4 {
	line-height: 1.5;
}
.about-style-two-info .card-style-two {
	align-items: center;
}
.card-style-two {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 30px;
}
.card-style-two .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.card-style-two .thumb {
	position: relative;
	z-index: 1;
}
.about-style-two-thumb {
	position: relative;
	bottom: -120px;
	margin-top: -120px;
	height: 100%;
	overflow: hidden;
}
.about-style-two-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px 10px 0 0;
}
.vieo-text {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
}
.vieo-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	left: 0;
}
.card-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
}
.vieo-text img {
	height: 26px;
}
.card-thumb a {
	display: block;
	position: relative;
	z-index: 1;
}
.about-style-two-area {
	background-size: 22%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
@media (min-width: 2000px) {
	.about-style-two-area {
		background-size: 26%;
	}
}

/* ============================================================== 
    # About Style Three
=================================================================== */

.about-style-three-thumb {
	padding-left: 15%;
	position: relative;
	z-index: 1;
	padding-bottom: 15%;
	margin-left: 60px;
}
.about-style-three-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 65%;
	padding: 2px;
}
.about-style-three-thumb img {
	border-radius: 15px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	background: rgba(255, 255, 255, 0.4);
	padding: 5px;
}
@media (min-width: 1660px) {
	.about-style-three-thumb {
		margin-right: -15%;
	}
}
.bg-dark .about-style-three-thumb img {
	box-shadow: none;
	background: var(--white);
	padding: 2px;
}

/* ============================================================== 
    # About Style Four
=================================================================== */

.faq-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-button {
	background: transparent;
	box-shadow: none;
	padding: 20px;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid #dddddd;
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	border-color: transparent;
	color: var(--white);
}
.faq-style-two-items .accordion-item.faq-style-two p:last-child {
	margin: 0;
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-body {
	padding: 25px 20px;
	border-bottom: 1px solid #dddddd;
}
.faq-card .thumb {
	height: 100%;
}
.faq-card .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.faq-style-two-items .accordion {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dddddd;
}
.accordion-item.faq-style-two {
	border: none;
	background: transparent;
}
.accordion-item.faq-style-two:last-child .accordion-body {
	border: none;
}
.faq-style-two-items .accordion-item.faq-style-two:last-child .accordion-button {
	border: none;
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-button::after {
	display: none;
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-button::before {
	position: absolute;
	right: 20px;
	top: 20px;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: var(--color-heading);
}
.faq-style-two-items .accordion-item.faq-style-two .accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f106";
	color: var(--white);
}
.about-four-right-info img {
	border-radius: 10px;
	margin-bottom: 30px;
}
.about-four-right-info .js-counter {
	display: inline-block;
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
}
.about-four-right-info .fun-fact {
	margin-top: 30px;
}
ul.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}
ul.social-list li {
	background: #f1f1ff;
	padding: 30px;
	border-radius: 10px;
}
ul.social-list li img {
	height: 55px;
	margin: 0;
}
.about-four-right-info ul.social-list {
	margin-top: 30px;
}
.bg-dark .faq-style-two-items .accordion {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .faq-style-two-items .accordion-item.faq-style-two .accordion-body {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .faq-style-two-items .accordion-item.faq-style-two .accordion-button {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

/* ============================================================== 
    # About Style Five
=================================================================== */

.about-style-five-left-info ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 0;
	column-gap: 30px;
}
.about-style-five-left-info ul.list-style-two li {
	margin: 5px;
	font-weight: 500;
}
.about-style-five-left-info h5 {
	line-height: 1.8;
	margin-bottom: 25px;
}
ul.feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.feature-list li {
	padding: 30px;
	background: #d9eff7;
	border-radius: 10px;
}
ul.feature-list li h4 {
	color: var(--color-heading);
}
ul.feature-list li:nth-child(2) {
	background: #ffecd7;
}
ul.feature-list li p {
	color: var(--color-heading);
}
.about-style-five-right-info ul.feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 35px;
}
ul.feature-list li p {
	margin: 0;
}
ul.feature-list li img {
	height: 55px;
	margin-bottom: 40px;
}

/* ============================================================== 
    # About Style Six
=================================================================== */

.container-stage-left .row > div {
	padding: 0;
}
p.strong {
	font-weight: 500;
	color: var(--color-heading);
}
.about-style-six-left-info {
	height: 100%;
}
.about-style-six-left-info img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.about-style-six-right-info {
	padding: 80px;
}
.about-style-six-right-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-style-six-right-info .btn {
	max-width: max-content;
}
.about-six-fun-fact {
	padding: 80px;
}
@media (min-width: 1024px) {
	.about-six-fun-fact {
		height: 100%;
	}
}
.about-six-fun-fact .fun-fact .js-counter {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 8px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.about-six-fun-fact .fun-fact h5 {
	margin: 0;
	font-size: 24px;
}
.about-six-fun-fact .fun-fact {
	margin-top: 50px;
}
.about-six-fun-fact .fun-fact:first-child {
	margin-top: 0;
}
.about-six-features {
	padding: 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-six-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.about-six-features ul p {
	margin: 0;
}
.about-six-features::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 200px;
	background: var(--color-primary);
	z-index: -1;
	border-radius: 50%;
	filter: blur(100px);
}

/* ============================================================== 
    # Why Choose Us
=================================================================== */

.choose-us-thumb {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}
.choose-us-one-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.choose-us-one-info .sub-title {
	max-width: max-content;
}
.choose-us-thumb {
	position: relative;
	z-index: 1;
}
.choose-us-thumb img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
ul.list-style-three {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
ul.list-style-three li {
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
	z-index: 1;
}
ul.list-style-three li p {
	margin: 0;
	color: var(--white-common);
}
@media (min-width: 1400px) {
	ul.list-style-three li p {
		font-size: 17px;
		padding-right: 15%;
	}
}
ul.list-style-three li h4 {
	font-size: 22px;
}
ul.list-style-three li:last-child {
	margin-bottom: 0;
}
ul.list-style-three li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e802";
	font-family: validicon;
	height: 33px;
	width: 33px;
	background: var(--dark);
	text-align: center;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	font-size: 14px;
}
ul.list-style-three li::before {
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: 1px;
	background: var(--bg-gradient);
	height: 35px;
	width: 35px;
	z-index: -1;
	border-radius: 50%;
}

/* ============================================================== 
    # Why Choose Us Two
=================================================================== */

.choose-us-two-thumb {
	height: 100%;
}
.choose-us-two-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
ul.list-style-four {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-style-four li {
	display: flex;
	gap: 20px;
	margin-top: 25px;
}
ul.list-style-four li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: var(--color-primary);
	font-size: 25px;
	color: var( --white);
}
ul.list-style-four li p {
	margin: 0;
}
ul.list-style-four li:first-child {
	margin-top: 0;
}
.choose-us-two-info ul.list-style-four {
	margin-top: 30px;
}

/* ============================================================== 
    # Feature
=================================================================== */

.feature-style-one-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.feature-style-one {
	padding: 50px 30px;
/*
	background: var(--white);
	border-radius: 10px;
*/
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*
.feature-style-one::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 70%;
	width: 100%;
	background: var(--dark-secondary);
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
}
.feature-style-one.active::after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
*/
.feature-style-one .content {
	position: relative;
	z-index: 1;
}
.feature-style-one > img {
	position: absolute;
	right: -20px;
	bottom: 0;
	max-width: 30%;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.1s;
}
.feature-style-one.active > img {
	opacity: 1;
	visibility: visible;
	max-width: 40%;
}
.feature-style-one .icon img {
	height: 45px;
	margin-bottom: 80px;
	transition: all 0.35s ease-in-out;
}
.feature-style-one p {
	margin: 0;
	font-size: 16px;
	transition: all 0.35s ease-in-out;
}
/*
.feature-style-one.active h4 {
	color: var(--white);
	transition: all 0.35s ease-in-out;
}
*/
.feature-style-one.active p {
	color: var(--white);
}
.feature-style-one.active .icon img {
	filter: brightness(0.6) saturate(1.7);
}
.feature-style-one .icon img {
/*	filter: brightness(0) invert(1);*/
}
.fun-fact-card-one .js-counter {
	display: inline-flex;
	align-items: center;
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fun-fact-card-one h5 {
	margin: 0;
	margin-top: 5px;
}
.feature-style-one-left-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.feature-style-one-left-info .fun-fact-card-one {
	border-top: 1px solid #b5d6fd;
	padding-top: 20px;
}

/* ============================================================== 
    # Brand Style Two
=================================================================== */

.brand-style-two-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
.brand-style-two-items .brand-style-two-item {
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
}
.brand-style-two-item {
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.brand-style-two-item img {
	height: 35px;
}
.brand-style-two-item a {
	margin-top: 25px;
	font-weight: 400;
	display: inline-block;
	color: var(--white);
	background: var(--bg-gradient);
	padding: 4px 15px;
	border-radius: 6px;
	padding-bottom: 3px;
}
.brand-style-two-item h5 {
	text-transform: uppercase;
	padding: 17px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}
.brand-style-two-item .info {
	padding: 35px 30px;
	padding-bottom: 45px;
}

/* ============================================================== 
    # Promotional Brand
=================================================================== */

.regular .promotional-brand-one {
	transform: none;
}
.promotion-brand-area.regular {
	margin: 0;
}
.promotional-brand-one {
	transform: rotate(-2deg);
	margin: 0 -20px;
}
.promotional-brand-one:nth-child(2) {
	margin-top: -20px;
}
.bg-dark .promotional-brand-one.bg-dark {
	background: #2c3137 !important;
}
.promotion-brand-area {
	margin-top: -100px;
	margin-bottom: 50px;
}
.brand-items {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.brand-content {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slide-left 50s linear infinite;
}
.promotional-brand-one.bg-dark .brand-content {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slide-right 50s linear infinite;
}
.brand-content h2 {
	margin: 0;
	font-size: 50px;
	margin: 0 50px;
	font-weight: 600;
	line-height: 1.4;
}
.brand-content .item {
	position: relative;
}
.brand-content .item::after {
	position: absolute;
	right: -15px;
	top: 50%;
	content: "";
	height: 40px;
	width: 40px;
	background: url(../img/shape/star.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	transform: translateY(-50%);
}
@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

/* ============================================================== 
    # Services Style One
=================================================================== */

.community-card {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.multi-users {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.multi-users h5 {
	margin: 0;
	margin-left: 10px;
}
.multi-users img {
	height: 45px;
	width: 45px;
	min-width: 45px;
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid var(--bg-gray);
}
.multi-users i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	margin-left: -15px;
	font-weight: 100;
}
.service-style-one-item {
	border: 1px solid #e7e7e7;
	padding: 50px;
	border-radius: 20px;
}
@media (min-width: 1024px) {
	.service-style-one-single {
		padding: 0;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(2n) .service-style-one-item {
		border-right: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-bottom: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}
}
.service-style-one-item p {
	margin: 0;
}
.service-style-one-item img {
	height: 45px;
	margin-bottom: 70px;
}
.community-card .info {
	padding-top: 10px;
}
.community-card .info h5 {
	margin: 0;
	margin-top: 15px;
}
.curve-text svg {
	fill: var(--white);
	height: 250px;
	width: 250px;
	overflow: inherit;
	animation: spinner 20s infinite linear;
	border-radius: 50%;
	padding: 50px;
	backdrop-filter: blur(10px);
}
.curve-text svg path {
	fill: none;
}
.curve-text svg text {
	fill: var(--white);
	font-size: 20px;
	font-weight: 500;
}
.curve-text {
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.curve-text img {
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.service-one-tags {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	border-radius: 20px;
}

/* ============================================================== 
    # Services Style Two
=================================================================== */

.services-style-two-colum-large {
	padding: 85px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}
.services-style-two-colum-large .text-end {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
}
ul.service-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
ul.service-list li {
	display: flex;
	gap: 25px;
	margin-top: 30px;
}
ul.service-list li h4 {
	font-size: 20px;
}
ul.service-list li .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	background: var(--bg-gray);
	min-width: 60px;
	padding: 17px;
	border-radius: 50%;
}
ul.service-list li:first-child {
	margin-top: 0;
}
ul.service-list li p {
	margin: 0;
	font-size: 15px;
}
.services-style-two-item {
	padding: 50px 30px;
	background: var(--semiglass-gradient);
	border: 1px solid var(--white);
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.services-style-two {
	height: 100%;
}
.services-style-two-item h4 {
	margin-bottom: 20px;
}
.services-style-two-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	height: 100%;
}
.services-style-two-item .fun-fact .js-counter {
	display: inline-flex;
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 10px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.services-style-two-item .fun-fact h5 {
	margin-bottom: 0;
}
ul.list-style-one {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
ul.list-style-one li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 15px;
	color: var(--color-heading);
}
ul.list-style-one li:first-child {
	margin-top: 0;
}
ul.list-style-one li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e800';
	font-family: 'validicon';
	color: var(--color-primary);
}
ul.list-style-two {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
ul.list-style-two li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 15px;
	color: var(--color-heading);
}
ul.list-style-two li::after {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	background-image: url(../img/icon/arrow-standard.png);
	height: 10px;
	width: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.services-style-two-item img {
	height: 100px;
	margin-bottom: 50px;
}

/* ============================================================== 
    # Service
=================================================================== */

.services-style-three-carousel {
	padding-right: 1px;
}
.service-style-three-item {
	padding: 50px;
	border-radius: 10px;
	background: var(--white);
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #e0e1ff;
}
.service-style-three-item img {
	height: 55px;
	margin-bottom: 30px;
}
.service-style-three-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}
.service-style-three-item ul li a {
	display: inline-block;
	border: 1px solid #e7e7ff;
	font-weight: 500;
	padding: 7px 20px;
	padding-top: 8px;
	border-radius: 30px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.6);
	line-height: 1.2;
}
.robo-thumb {
	height: 100%;
	text-align: center;
	padding: 50px;
	border-radius: 15px 15px 0 0;
	margin-left: -25%;
}
.robo-thumb img {
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}
.fun-fact-car-two {
	padding: 62px 60px;
	border-radius: 10px;
	margin-top: 30px;
}
.fun-fact-car-two:first-child {
	margin-top: 0;
}
.fun-fact-car-two .js-counter {
	display: flex;
	align-items: center;
	font-size: 78px;
	line-height: 1;
	margin-bottom: 45px;
	color: var(--color-heading);
	font-weight: 600;
}
.text-light .fun-fact-car-two .js-counter,
.text-light.fun-fact-car-two .js-counter {
	color: var(--white);
}
.fun-fact-car-two h5 {
	line-height: 1.6;
	margin: 0;
}

/* ============================================================== 
    # Services Four
=================================================================== */

.services-style-four-item {
	padding: 40px;
	height: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.services-style-four-item img {
	margin-bottom: 60px;
	height: 60px;
}
.services-style-four-item p {
	margin: 0;
}
.services-style-two-area {
/*
	position: relative;
	background-image: url(../img/banner-19.jpg);
	background-size: cover;
*/
}
.services-style-two-area .shape img {
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 1;
	max-width: 35%;
}
.services-style-four-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}
.services-style-four-item::after {
	position: absolute;
	right: -1px;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	border-right: 1px solid #d7d8f3;
}
.bg-dark .services-style-four-item::after {
	border-color: rgba(255, 255, 255, 0.2);
}
.services-style-four-item::before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "";
	height: 1px;
	width: 100%;
	border-top: 1px solid #d7d8f3;
}
.bg-dark .services-style-four-item::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.services-style-four-item:nth-child(odd) {
	padding-left: 0;
}
.services-style-four-item:nth-child(even) {
	padding-right: 0;
}
.services-style-four-item:first-child,
.services-style-four-item:nth-child(2) {
	padding-top: 0;
}
.services-style-four-item:last-child,
.services-style-four-item:last-child(2) {
	padding-bottom: 0;
}

/* ============================================================== 
    # Services Five
=================================================================== */

.service-style-five-item {
	padding: 0 15px;
}
.services-style-five-items {
	margin: 0 -15px;
}
.service-style-five-item p {
	margin: 0;
}
.service-style-five-item i {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: var(--color-primary);
	text-align: center;
	line-height: 70px;
	color: var(--white);
	font-size: 30px;
	border-radius: 15px;
	margin-bottom: 50px;
}
.service-style-five-item h4 {
	font-size: 20px;
}
.bg-dark .service-style-five-item a {
	color: var(--white);
}
.bg-dark .service-style-five-item a:hover {
	color: var(--color-primary);
}
.service-five-single:nth-child(2) .service-style-five-item i {
	background: #f8a85e;
}
.service-five-single:nth-child(3) .service-style-five-item i {
	background: #979bff;
}
.service-five-single:nth-child(4) .service-style-five-item i {
	background: #36c5c0;
}

/* ============================================================== 
    # Services Six
=================================================================== */

.service-tab-content-box {
	position: relative;
	height: 100%;
}
.service-tab-contents img {
	transition: all 0.35s ease-in-out;
	transform: scale(0.9);
}
.service-tab-contents.active img {
	transform: scale(1);
}
.service-tab-contents {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.service-tab-contents.active {
	opacity: 1;
	visibility: visible;
}
ul.service-tab-content-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
ul.service-tab-content-list li {
	border-top: 1px solid #d7d7ff;
}
ul.service-tab-content-list li p {
	margin: 0;
}
ul.service-tab-content-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.service-tab-item h4 {
	margin: 0;
	line-height: 1.4;
}
.bg-dark ul.service-tab-content-list li {
	border-color: rgba(255, 255, 255, 0.2);
}
ul.service-tab-content-list li:hover .round-btn,
ul.service-tab-content-list li.active .round-btn {
	background: var(--color-primary);
	transform: rotate(45deg);
}
.service-tab-contents img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.service-tab-item a {
	display: flex;
	gap: 60px;
	align-items: center;
	padding: 25px;
}
.text-scroll-animation .text {
	width: 100%;
	color: rgba(0, 6, 98, .2);
	background: linear-gradient(to right, #b6b6b6, var(--color-heading)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
	display: flex;
	position: relative;
	z-index: 1;
}
.bg-dark .text-scroll-animation .text {
	color: rgba(255, 255, 255, .4);
	background: linear-gradient(to right, #b6b6b6, var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
}
.text-scroll-animation .active .text {
	color: var(--white);
}
.text-scroll-animation .text::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/shape/2.jpg);
	color: #0D0D0D;
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	transform-origin: center;
	transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}
.text-scroll-animation .text:hover::after,
.text-scroll-animation .active .text::after {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ============================================================== 
    # Services Seven
=================================================================== */

.services-style-seven-item .accordion-body {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 50px;
	padding: 30px;
	align-items: center;
}
.services-style-seven-item .thumb img {
	border-radius: 10px;
}
.services-style-seven-item button.accordion-button {
	border: none;
	box-shadow: none;
	background: transparent;
	padding: 20px 30px;
	border-radius: 0;
	font-size: 24px;
	display: grid;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
	grid-template-columns: 1fr 2fr 1fr;
}
.services-style-seven-item button.accordion-button i {
	font-size: 30px;
}
.services-style-seven-item button.accordion-button::after {
	display: none;
}
.services-style-seven-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	height: 35px;
	width: 35px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	font-size: 14px;
	border: 1px solid var(--dark);
}
.services-style-seven-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f063";
	background: transparent;
	border: 1px solid;
}
.services-style-seven-item {
	border-bottom: 1px solid #c6c8f4;
}
.services-style-seven-items {
	border: 1px solid #c6c8f4;
	overflow: hidden;
	border-radius: 10px;
}
.services-style-seven-item:last-child {
	border: none;
}
.services-style-seven-item .accordion-body {
	border-top: 1px solid #c6c8f4;
}
.services-style-seven-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	color: var(--white);
}
.bg-dark .services-style-seven-items {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .services-style-seven-item {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .services-style-seven-item .accordion-body {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .services-style-seven-item button.accordion-button {
	color: var(--white);
}
.bg-dark .services-style-seven-item button.accordion-button::before {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ============================================================== 
    # Services Details
=================================================================== */

.services-details-items .heading {
	margin-bottom: 15px;
}
@media (min-width: 1024px) {
	.services-details-items .title {
		font-size: 42px;
	}
}
.services-details-items img {
	border-radius: 10px;
}
.quick-contact-widget {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.services-sidebar .single-widget {
	margin-bottom: 50px;
}
.services-sidebar .single-widget:last-child {
	margin-bottom: 0;
}
.quick-contact-widget h4 a {
	text-decoration: underline;
	display: inline-block;
	margin-top: 30px;
}
.single-widget.services-list-widget {
	padding: 50px;
	padding-bottom: 40px;
	background: #eff4f7;
	border-radius: 10px;
}
.services-list-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services-list-widget ul li a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	transform: translateY(-50%) rotate(-45deg);
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}
.services-list-widget ul li.current-menu-item a::after {
	opacity: 1;
	visibility: visible;
}
.services-list-widget ul li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.services-list-widget ul li:last-child {
	border: none;
}
.services-list-widget ul li.current-menu-item {
	border: none;
	margin-bottom: 5px;
}
.services-list-widget ul li.current-menu-item a {
	background: var(--white);
	border-radius: 8px;
	border: 1px solid #d0d0ff;
	padding: 12px 20px;
}
@media (min-width: 992px) {
	.services-details-items {
		position: relative;
		z-index: 1;
	}
	.service-sidebar-items {
		position: sticky;
		top: 140px;
	}
}

/* ============================================================== 
    # Process
=================================================================== */

.process-style-one-area {
	overflow: hidden;
}
.process-style-one-items {
	display: flex;
	position: relative;
	z-index: 1;
	padding: 120px 90px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 0 0;
}
.process-style-one-item {
	flex: 1;
	position: relative;
	z-index: 1;
	padding: 0 50px;
}
.process-style-one-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
}
.process-style-one-item:last-child:after {
	display: none;
}
.process-style-one-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	padding-top: 30px;
}
.process-style-one-area .shape img {
	height: 100%;
}
.process-style-one-item p {
	margin: 0;
	color: var(--white-common);
}
.process-style-one-item h4 {
	font-size: 20px;
}
.process-style-one-item h2 {
	display: block;
	color: transparent;
	-webkit-text-stroke: 1px var(--white-common);
	font-weight: 900;
	writing-mode: vertical-rl;
	font-size: 60px;
	line-height: 0.7;
	transform: rotateZ(180deg);
	min-height: 85px;
	margin-bottom: 30px;
}

/* ============================================================== 
    # Process Two
=================================================================== */

.process-style-two-item span {
	display: inline-block;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	margin-bottom: 65px;
	writing-mode: sideways-lr;
	font-weight: 700;
	font-size: 26px;
}
.process-style-two-item p {
	margin: 0;
}
.process-style-two-item {
	padding: 0 30px;
}
.process-style-two-items {
	margin: 0 -30px;
}
.process-two-single {
	position: relative;
	z-index: 1;
}
.process-two-single::after {
	position: absolute;
	top: 25px;
	left: 110px;
	content: "";
	height: 1px;
	right: -45px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Process
=================================================================== */

.process-style-three-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.process-style-three-item img {
	height: 70px;
	margin-bottom: 50px;
}
.process-style-three-item p {
	margin: 0;
}
.process-style-three-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.process-style-three-area .shape img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 18%;
}

/* ============================================================== 
    # Language Support
=================================================================== */

.language-support-country-flag {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
.language-support-country-flag img:nth-child(2) {
	position: absolute;
	left: 30%;
	top: -30px;
	height: 80px;
	z-index: 1;
}
.language-support-country-flag img:nth-child(3) {
	position: absolute;
	left: -30px;
	bottom: 45%;
	height: 70px;
	z-index: 1;
}
.language-support-country-flag img:nth-child(4) {
	position: absolute;
	left: 50%;
	bottom: -40px;
	height: 80px;
	transform: translateX(-50%);
	z-index: 1;
}
.language-support-country-flag img:nth-child(5) {
	position: absolute;
	right: -15px;
	bottom: 25%;
	height: 70px;
	z-index: 1;
}
.language-support-country-flag img:nth-child(6) {
	position: absolute;
	right: 0;
	top: 15%;
	height: 90px;
	z-index: 1;
}
.round-move {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50%;
	animation: spin 7s linear infinite;
}
.round-move-two {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50%;
	animation: spin-two 12s linear infinite;
}
.round-move::after {
	position: absolute;
	left: 20%;
	top: 21%;
	content: "";
	height: 25px;
	width: 25px;
	background: var(--color-primary);
	border-radius: 50%;
	border: 2px solid var(--white);
}
.round-move-two::before {
	position: absolute;
	left: 12%;
	top: 13%;
	content: "";
	height: 25px;
	width: 25px;
	background: var(--color-primary);
	border-radius: 50%;
	border: 2px solid var(--white);
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spin-two {
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-webkit-keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.language-support-country-flag .fun-fact {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.language-support-country-flag .fun-fact .js-counter {
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.language-support-country-flag .fun-fact h4 {
	margin: 0;
	margin-top: 5px;
	font-size: 20px;
}

/* ============================================================== 
    # Project
=================================================================== */

.project-fun-fact .js-counter {
	display: inline-flex;
	align-items: center;
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
	background: var(--bg-gradient);
	color: var(--white);
	padding: 10px 30px;
	padding-top: 15px;
	border-radius: 10px;
}
.project-fun-fact {
	max-width: 400px;
	position: relative;
	z-index: 1;
}
.project-fun-fact h4 {
	margin: 0;
	line-height: 1.4;
}
.project-style-one-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
	background: #f7fbfeAA;
	border: 2px solid var(--white);
	border-radius: 30px;
	padding: 50px;
	z-index: 1;
	margin-bottom: 30px;
	position: relative;
}
@media (min-width: 1024px) {
	.project-style-one-item {
		overflow: hidden;
		position: sticky;
		top: 200px;
	}
}
.project-style-one-item:last-child {
	margin-bottom: 0;
}
.project-style-one-item .info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ul.project-tags {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
ul.project-tags li {
	display: inline-block;
	background: var(--bg-gradient);
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
	padding: 3px 12px;
	padding-bottom: 2px;
	font-size: 16px;
}
ul.project-tags li::after {
	position: absolute;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: var(--white);
	content: "";
	border-radius: 7px;
	z-index: -1;
}
.project-style-one-item .thumb img {
	border-radius: 10px;
}
.project-style-one-item .btn-simple {
	color: var(--color-primary);
}
.project-style-one-items {
	position: relative;
	z-index: 1;
}
.project-shape {
	position: absolute;
	right: 30px;
	z-index: -1;
	bottom: 50px;
	max-width: 200px;
}
.project-style-one-item .thumb {
	height: 100%;
}
.project-style-one-item .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.project-style-one-item h3 {
	margin-bottom: 50px;
	line-height: 1.3;
	font-size: 26px;
}
.project-style-one-item .thumb img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: -1;
	max-width: 160px;
	height: auto;
	filter: blur(5px);
}
.project-style-one-item:nth-child(2) .thumb img:nth-child(2) {
	transform: rotate(45deg);
	filter: blur(5px);
}
@media (min-width: 1024px) {
	.fixed-content {
		position: sticky;
		top: 200px;
	}
}

/* ============================================================== 
    # Project Two
=================================================================== */

.text-large {
	font-size: 7vw;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0;
}
@media (min-width: 2400px) {
	.text-large {
		font-size: 6vw;
	}
}
.text-large strong {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.project-style-two-item {
	display: grid;
	grid-template-columns: 2fr 1fr;
	z-index: 1;
	margin-bottom: 50px;
	top: 50px;
	overflow: hidden;
	border-radius: 10px;
}
@media (min-width: 1200px) {
	.project-style-two-item {
		position: sticky;
		top: 150px;
	}
	.project-style-two-item img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
.project-style-two-item:last-child {
	margin-bottom: 0;
}
.project-style-two-item .info {
	padding: 50px;
	position: relative;
	bottom: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.project-style-two-item:nth-child(2n) .info {
	background-color: var(--dark) !important;
}
.project-style-two-item .info {
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-items img {
	border-radius: 10px;
}
@media (min-width: 1600px) {
	.project-details-main-info .title {
		padding-right: 15%;
	}
}
ul.project-info-list {
	margin-bottom: 0;
	border-top: 1px solid #dcddfd;
	list-style: none;
	display: flex;
	gap: 50px;
	padding-top: 40px;
	margin-top: 40px;
}
ul.project-info-list p {
	margin: 0;
}
ul.project-info-list > li {
	flex-grow: 1;
}
ul.project-info-list > li:last-child {
	border: none;
}
ul.project-info-list ul li {
	margin-top: 5px;
}
.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}
.item-grid-container img {
	margin-top: 50px;
}
.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}
.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.item-grid-colum .left-info h3 {
	display: flex;
	align-items: center;
}
.item-grid-colum .left-info h3 strong {
	position: relative;
	z-index: 1;
	margin-right: 25px;
	padding-right: 50px;
	font-size: 40px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 700;
}
.bg-dark .item-grid-colum .left-info h3 strong {
	-webkit-text-stroke: 1px #cccccc;
}
.item-grid-colum .left-info h3 strong::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 30px;
	border-top: 1px solid;
	color: #b1b2f2;
}
.bg-dark .item-grid-colum .left-info h3 strong::after {
	border-top: 1px solid;
	color: var(--white);
}
.project-paginvation-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d4d4fa;
	padding-top: 60px;
	padding-bottom: 60px;
}
.default-padding-bottom .project-paginvation-items {
	padding-bottom: 0;
}
.bg-dark .project-paginvation-items {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-previous a,
.project-next a {
	display: flex;
	align-items: center;
}
.project-next a {
	text-align: right;
}
.project-previous .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	border-radius: 5px;
}
.project-next .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	margin-left: 15px;
	border-radius: 5px;
}
.bg-dark .project-next .icon {
	background: var(--dark-optional);
	color: var(--white);
}
.project-previous h5,
.project-next h5 {
	margin: 0;
}
.project-previous .nav-title,
.project-next .nav-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.project-previous .nav-title h5,
.project-next .nav-title h5 {
	text-transform: none;
	font-size: 20px;
	margin-top: 3px;
}
.project-paginvation-items .project-all i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 5px;
}
.project-previous .icon i,
.project-next .icon i {
	font-weight: 500;
}

/* ============================================================== 
    # Award
=================================================================== */

.award-style-one-item {
	display: grid;
	grid-template-columns: 1fr 100px 1fr;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dbdbfb;
}
.bg-dark .award-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}
.award-style-one-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.award-style-one-item img {
	border-radius: 15px;
	transition: all 0.35s ease-in-out;
	transform: scale(1.0);
}
.award-style-one-item.active img {
	transform: scale(1.1);
	opacity: 1;
	visibility: visible;
}
.award-style-one-item h4 {
	margin-bottom: 0;
}
.award-style-one-item h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 45px;
	text-align: right;
	color: var(--color-paragraph);
}
.award-style-one-item p {
	margin-bottom: 0;
}
.bg-dark .award-style-one-item h2 {
	opacity: 0.5;
}

.award-style-one-item {}

/* ============================================================== 
    # Pricing
=================================================================== */

ul.pricing-types {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	margin-left: 25px;
}
ul.pricing-types::after {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	content: "";
	width: 1px;
	background: #b7b8f5;
	z-index: -1;
}
ul.pricing-types li {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding-left: 50px;
}
ul.pricing-types li .icon {
	background: var(--color-primary);
	padding: 11px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.pricing-types li:first-child {
	margin-top: 0;
}
ul.pricing-types li p {
	margin-bottom: 0;
}
ul.pricing-types li:nth-child(2) .icon {
	background: #9799f4;
}
ul.pricing-types li:nth-child(3) .icon {
	background: #b3b4ed;
}
@media (min-width: 1600px) {
	ul.pricing-types li p {
		padding-right: 15%;
		font-size: 17px;
	}
}

/* ============================================================== 
    # Team Members
=================================================================== */

.team-style-one-area {
	overflow: hidden;
}
.team-style-one-item .thumb {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.team-style-one-item .thumb img {
	border-radius: 50%;
}
.team-style-one-item {
	text-align: center;
}
.team-style-one-item h4 {
	margin-bottom: 5px;
}
.team-style-one-item span {
	font-weight: 300;
}
.team-style-one-item .info {
	margin-top: 40px;
}
.team-style-one-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.team-style-one-items .team-style-one-item:nth-child(2n) {
	width: 28%;
	margin-top: 80px;
}
.team-style-one-items .team-style-one-item {
	flex: 0 0 auto;
	max-width: 100%;
	width: 22%;
	padding: 0 25px;
}
.team-single-items .title {
	font-size: 48px;
}
.team-single-card {
	border-top: 1px solid #d8d9fc;
	padding-top: 60px;
}
.team-single-items .about .title {
	margin-bottom: 10px;
}
.team-single-items .about span {
	margin-bottom: 25px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
}
.social-overlay .icon {
	background: var(--white);
	border-radius: 60px;
	position: relative;
	z-index: 1;
	padding: 5px;
}
.social-overlay {
	position: absolute;
	right: 50px;
	bottom: -20px;
	z-index: 1;
}
.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
	bottom: -7px;
}
.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
.team-page .team-style-one-items .team-style-one-item .social-overlay {
	bottom: -20px;
}
.social-overlay .icon i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--dark);
	color: var(--white);
	border-radius: 50%;
	cursor: pointer;
	font-weight: 400;
}
.color-style-two .social-overlay .icon i {
	background: var(--color-style-two);
}
.color-style-three .social-overlay .icon i {
	background: var(--color-style-three);
}
.social-overlay ul li {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.social-overlay ul li a {
	display: inline-block;
}
.social-overlay ul li a i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 0.35s ease-in-out;
}
.color-style-two .social-overlay ul li a i {
	background: var(--color-style-two);
}
.color-style-three .social-overlay ul li a i {
	background: var(--color-style-three);
}
.social-overlay ul li:first-child a i {
	transition-delay: 0.60ms;
}
.social-overlay ul li:nth-child(2) a i {
	transition-delay: 0.45ms;
}
.social-overlay ul li:nth-child(3) a i {
	transition-delay: 0.30ms;
}
.social-overlay ul li:nth-child(4) a i {
	transition-delay: 0.15ms;
}
.team-style-one-item:hover .thumb .social-overlay ul li a i {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.social-overlay ul li a i.fa-facebook-f {
	background: #3B5998;
}
.social-overlay ul li a i.fa-dribbble {
	background: #ea4c89;
}
.social-overlay ul li a i.fa-linkedin-in {
	background: #0077B5;
}

/* Team Page */

.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
	margin-top: 50px;
	width: 25%;
}
.team-page .team-style-one-items .team-style-one-item {
	width: 25%;
	margin-top: 50px;
}
.team-page .team-style-one-items {
	margin-top: -50px;
}

/* ============================================================== 
    # Team Style Two
=================================================================== */

.team-style-two-item .info {
	margin-top: 30px;
}
.team-style-two-item .info h4 {
	margin-bottom: 5px;
}
.team-style-two-item .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.team-style-two-item .thumb img {
	border-radius: 10px;
	transition: all 0.35s ease-in-out;
}
.team-style-two-item:hover .thumb img {
	transform: scale(1.1);
}
.team-style-two-item:hover .thumb .social-overlay ul li a i {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.team-style-two-item .social-overlay .icon {
	display: flex;
	border-radius: 25px 0 0 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0;
}
.team-style-two-item .social-overlay .icon::after {
	position: absolute;
	right: 0;
	top: -40px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}
.team-style-two-item .social-overlay .icon::before {
	position: absolute;
	left: -22px;
	bottom: 0px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}
.team-style-two-item .social-overlay {
	right: 0;
	bottom: 0;
}
.team-style-two-item .social-overlay .icon a {
	display: inline-block;
	border: 1px solid #cccccc;
	color: var( --color-heading);
	height: 45px;
	line-height: 43px;
	padding: 0 25px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	z-index: 1;
}
.team-style-two-item .social-overlay .icon i {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 43px;
	color: var(--color-heading);
	position: relative;
	z-index: 99;
	background: transparent;
	border: 1px solid #cccccc;
	transition: all 0.35s ease-in-out;
}
.team-style-two-item .social-overlay ul {
	display: inline-block;
	position: relative;
	left: 10px;
}
.team-style-two-items {
	position: relative;
	z-index: 1;
}
.team-style-two-items .shape {
	position: absolute;
	right: 100%;
	top: 50%;
	width: 15%;
	transform: translateY(-50%);
	margin-right: 50px;
}
.team-style-two-item .social-overlay .icon a:hover,
.team-style-two-item:hover .social-overlay .icon i {
	background: var(--color-primary);
	color: var(--white);
	border-color: var(--color-primary);
}

/* ============================================================== 
    # Team Single
=================================================================== */

.team-single-items {
	position: relative;
	z-index: 1;
}
.team-single-items .thumb img {
	border-radius: 10px;
}
@media (min-width: 992px) {
	.team-single-items .thumb {
		position: sticky;
		top: 160px;
	}
}
.team-single-area .right-info .social {
	display: flex;
	margin-top: 35px;
	font-weight: 600;
	align-items: center;
}
.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}
.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}
.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	padding-right: 20px;
}
.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 45px;
	background: var(--dark);
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--white);
}
.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}
.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}
.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
}
.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
}
.team-single-items .about ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px;
}
.team-single-items .about ul li {
	margin-top: 10px;
	font-size: 18px;
	color: var(--color-heading);
	font-weight: 500;
}
.team-single-items .about ul li a {
	color: var(--color-paragraph);
}
.team-single-items .about ul li a:hover {
	color: var(--color-primary);
}
.team-single-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}
.team-list-item h4 {
	margin-bottom: 30px;
	font-size: 28px;
}
.team-list-item h5 {
	font-weight: 600;
	margin-bottom: 8px;
}
.team-list-item span {
	text-transform: none;
	margin-bottom: 5px;
	color: var(--color-heading);
	display: block;
}
.team-list-item li {
	margin-top: 30px;
}
.team-list-item li:first-child {
	margin-top: 0;
}
.team-single-list ul {
	border: none;
	margin-top: 0;
	padding: 0;
}
.team-list-item ul {
	border-left: 1px solid;
	padding-left: 25px;
}
.team-list-item ul li {
	position: relative;
	z-index: 1;
}
.team-list-item ul li::after {
	position: absolute;
	left: -33px;
	top: 3px;
	content: "";
	height: 15px;
	width: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	background: var(--white);
}
.skill-items .progress {
	overflow: inherit;
	height: 10px;
	border-radius: 50px;
	background: #eff6fc;
}
.skill-items .progress .progress-bar {
	background: var(--color-primary);
	overflow: inherit;
	border-radius: 30px;
	position: relative;
}
.progress-box:first-child {
	margin-top: 0;
}
.progress-box {
	margin-top: 35px;
}
.skill-items .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -45px;
	background: var(--color-primary);
	border-radius: 5px;
	font-weight: 600;
	padding: 5px 10px;
	display: inline-block;
}
.skill-items .progress .progress-bar span::after {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: "";
	height: 11px;
	width: 12px;
	background: #8f91f4;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.contact-form-card {
	padding: 80px;
	border-radius: 10px;
}
.contact-form-card p {
	font-size: 17px;
}
.contact-form-card .sub-title {
	border-color: #c5c6ff;
	margin-bottom: 25px;
}
.contact-form-card .form-group {
	margin-bottom: 30px;
}
.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c5c6e9;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}
.contact-form-card .form-group textarea {
	height: 150px;
}

/* ============================================================== 
    # Testimonial
=================================================================== */

.blurry-shape {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blurry-shape::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 450px;
	width: 450px;
	background: linear-gradient(90deg, #235843 0%, #9889fe 100%);
	z-index: -1;
	filter: blur(120px);
}
.blurry-shape::before {
	position: absolute;
	right: -5%;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #12a363 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(180px);
}
.testimonial-one-control {
	position: relative;
	z-index: 1;
	height: 40px;
	overflow: inherit;
	margin-top: 50px;
}
.testimonial-one-control .testimonial-swiper-nav > div {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 35px;
	background: #19364b;
	border-radius: 50%;
	border: 2px solid #637495;
}
.testimonial-one-control .testimonial-swiper-nav > div.testimonial-swiper-button-next {
	left: auto;
	right: 0;
}
.testimonial-one-control .testimonial-swiper-nav > div i {
	font-weight: 500;
	font-size: 14px;
}
.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination {
	position: absolute;
	left: 0;
	display: grid;
	grid-column-gap: 0;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	overflow: inherit;
	transform: translateY(-50%);
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 4px;
}
.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
	background: transparent;
	background: var(--bg-gradient);
	height: 2px;
}
.testimonial-one-control::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
}
.testimonial-style-one-item .tm-provider h4 {
	margin-bottom: 10px;
	position: relative;
	top: 8px;
}
.testimonial-style-one-item p {
	margin-bottom: 0;
}
.testimonial-style-one-item .tm-provider .quote i {
	display: inline-block;
	height: 58px;
	width: 58px;
	text-align: center;
	line-height: 58px;
	background: #313a40;
	border-radius: 10px;
}
.testimonial-style-one-item .tm-provider .quote i::before {
	margin: 0;
	position: relative;
	left: -6px;
}
.testimonial-style-one-item .tm-provider {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.testimonial-style-one-item .tm-provider .icon i {
	color: #ffb800;
	font-size: 13px;
}

/* ============================================================== 
    # Testimonial Style Two
=================================================================== */

.testimonial-provider-thumbs {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 200px;
	margin-top: -100px;
}
.testimonial-provider-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	flex-direction: column;
	position: relative;
}
.testimonial-provider-item img {
	border-radius: 10px;
}
.testimonial-provider-item:nth-child(2),
.testimonial-provider-item:nth-last-child(2) {
	top: 200px;
}
.testimonial-provider-item:nth-child(3),
.testimonial-provider-item:nth-last-child(3) {
	top: 200px;
}
.testimonial-style-two .icon {
	height: 55px;
	width: 55px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--bg-gradient);
	border-radius: 50%;
	padding: 15px;
}
.testimonial-style-two .provider {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	gap: 20px;
	margin-top: 30px;
}
.testimonial-style-two .provider h4 {
	margin-bottom: 5px;
}
.testimonial-style-two p {
	font-size: 24px;
	line-height: 1.8;
	font-weight: 300;
	margin: 0;
}
.testimonial-style-two .rating {
	margin-bottom: 20px;
}
.testimonial-style-two .rating i {
	color: #efb80f;
}

/* ============================================================== 
    # Testimonial Style Three
=================================================================== */

.testimonial-style-three-area {
	position: relative;
	z-index: 1;
}
.testimonial-style-three {
	display: grid;
	grid-template-columns: 1fr 1.8fr;
	gap: 120px;
	align-items: center;
}
.testimonial-style-three-items {
	padding: 120px;
	border-radius: 10px;
}
.testimonial-style-three .provider {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.testimonial-style-three .provider img {
	height: 70px;
	width: 70px;
	max-width: 70px;
	border-radius: 50%;
}
.testimonial-style-three .provider h4 {
	margin-bottom: 5px;
	font-size: 22px;
}
.testimonial-style-three .provider span {
	text-transform: uppercase;
	font-size: 16px;
}
.testimonial-style-three p {
	font-size: 23px;
	line-height: 1.8;
}
.testimonial-style-three h3 {
	margin-bottom: 35px;
}
.testimonial-style-three .left {
	position: relative;
	z-index: 1;
}
.testimonial-style-three .left i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: var(--color-primary);
	margin-left: -15px;
}
.testimonial-style-three .top {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}
.testimonial-style-three .top img {
	height: 30px;
}
.testimonial-style-three .rating i {
	color: #ffa500;
}
.project-swiper-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.project-swiper-nav > div {
	height: 40px;
	width: 40px;
	line-height: 42px;
	background: var(--color-primary);
	text-align: center;
	color: var(--white);
	border-radius: 50%;
}
.project-swiper-nav > div.testimonial-three-prev {
	background: var(--dark);
}
.testimonial-style-three .left img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
}

/* ============================================================== 
    # Testimonial Style Four
=================================================================== */

.testimonial-style-four-left-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}
.testimonial-style-four-right-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}
.testimonial-style-four-item {
	background: var(--white);
	padding: 50px;
	border-radius: 10px;
	border: 1px solid #f3f3ff;
}
.testimonial-style-four-item .tm-provider {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 15px;
}
.testimonial-style-four-item .tm-provider img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.testimonial-style-four-item .tm-provider h4 {
	font-size: 20px;
	margin-bottom: 2px;
}
.testimonial-style-four-item .bottom {
	border-top: 1px solid #e7e7e7;
	padding-top: 25px;
}
.testimonial-style-four-item .bottom h5 {
	margin-bottom: 5px;
}
.testimonial-style-four-item .quote-icon img {
	height: 45px;
	position: absolute;
	right: 50px;
	bottom: 55px;
}
.bg-dark .testimonial-style-four-item {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}
.bg-dark .testimonial-style-four-item .bottom {
	border-color: rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Faq
=================================================================== */

.blurry-shape-right-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blurry-shape-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}
.blurry-shape-left-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blurry-shape-left-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 22%;
	background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
	z-index: -1;
	filter: blur(180px);
}
.blurry-shape-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blurry-shape-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}
.blurry-shape-bottom::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
	z-index: -1;
	filter: blur(180px);
}
.faq-style-one-area {
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
.accordion-style-one-item button.accordion-button {
	box-shadow: none;
	padding: 25px 30px;
	font-size: 20px;
	border: 1px solid #d7d7ff;
	background: transparent;
	border-radius: 10px;
	padding-right: 85px;
	line-height: 1.4;
}
.accordion-secondary .accordion-style-one-item button.accordion-button {
	border: 2px solid var(--white);
}
.accordion-style-one-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	height: 35px;
	width: 35px;
	background: var(--bg-gradient);
	color: var(--white);
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 15px;
}
.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f068";
}
.accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--dark-secondary);
	color: var(--white);
	padding: 25px 30px;
	border-radius: 0;
	border: none;
}
.accordion-secondary .accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
}
.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	background: var(--white);
	color: var(--color-heading);
}
.accordion-style-one-item .accordion-body {
	background: var(--dark-secondary);
	position: relative;
	z-index: 1;
	padding: 30px;
}
.accordion-secondary .accordion-style-one-item .accordion-body {
	background: var(--bg-gradient);
}
.accordion-style-one-item {
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
	background: rgba(255, 255, 255, 0.5);
}
.accordion-style-one-item .accordion-body::after {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	content: "";
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion-style-one-item .accordion-body p {
	color: var(--white);
	margin: 0;
}
.accordion-style-one-item:first-child {
	margin-top: 0;
}
.accordion-style-one-item button.accordion-button::after {
	display: none;
}
ul.faq-tags {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
ul.faq-tags li {
	position: relative;
	z-index: 1;
	padding-right: 15px;
}
ul.faq-tags li::after {
	position: absolute;
	right: 0;
	top: 1px;
	content: "/";
	font-weight: 600;
}
ul.faq-tags li:last-child::after {
	display: none;
}
ul.faq-tags li.active a,
ul.faq-tags li a.active {
	color: var(--color-primary);
}
ul.faq-tags li a {
	font-weight: 500;
}

/* ============================================================== 
    # Fun Fact
=================================================================== */

.funfact-style-one-items {
	padding: 80px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*
.funfact-style-one-items:after {
	background: #11d452;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0.4;
}
*/
.funfact-style-one-area {
	position: relative;
	top: -120px;
	margin-bottom: -100px;
}
.funfact-style-one-item .js-counter {
	display: flex;
	align-items: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}
.funfact-style-one-item h4 {
	margin-top: 50px;
}
.funfact-style-one-item p {
	margin: 0;
	color: var(--white);
}
.bg-dark .funfact-style-one-item p {
	color: var(--white);
}
.funfact-style-one-item {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 50px;
}
.funfact-style-one-item:last-child {
	border: none;
}
.funfact-style-one-item .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.funfact-style-one-item .top .icon img {
	height: 60px;
}

/* ============================================================== 
    # Pricing
=================================================================== */

.pricing-style-one-area {
	overflow: hidden;
}
.pricing-style-one-item {
	padding: 50px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	margin-top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #b9baf6;
}
.pricing-style-one-item.text-light .badge {
	background: var(--white);
	color: var(--color-heading);
}
.pricing-style-one-item.text-light {
	border: none;
}
.pricing-style-one-item:first-child {
	margin-top: 0;
}
.pricing-style-one-item h3 {
	display: flex;
	align-items: center;
}
.pricing-style-one-item .badge {
	font-weight: 600;
	background: var(--dark);
	color: var(--white);
	font-size: 13px;
	padding-top: 5px;
	margin-left: 10px;
}
.bg-dark .pricing-style-one-item .badge {
	background: var(--white);
	color: var(--color-heading);
}
.pricing-style-one-item .badge i {
	margin-right: 2px;
	color: #ff9200;
}
.pricing-style-one-item .pricing h1 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 5px;
}
.pricing-style-one-item.text-light .pricing span {
	color: var(--white-common);
}
.bg-gradient.pricing-style-one-item .pricing span {
	color: var(--white);
}
.text-light ul.list-style-two li {
	color: var(--white);
}
.bg-gradient ul.list-style-two li::after {
	filter: brightness(0) invert(1);
}
.pricing-style-one-item .bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
	padding-top: 20px;
}
.pricing-style-one-item ul.list-style-two li {
	font-size: 17px;
	margin-top: 12px;
}
.pricing-style-one-item ul.list-style-two li:first-child {
	margin-top: 0;
}

/* ============================================================== 
    # Pricing Style Two
=================================================================== */

.nav.nav-tabs.pricing-tab-navs {
	border: none;
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background: var(--white);
	width: 70px;
	border-radius: 30px;
	padding-left: 3px;
	height: 35px;
	border: 1px solid #b5b6ee;
}
.nav.nav-tabs.pricing-tab-navs button {
	display: inline-block;
	background: transparent;
	border: none;
	color: var(--color-heading);
	padding: 0;
	border-radius: inherit;
	overflow: inherit;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	height: 36px;
	width: 30px;
}
.nav.nav-tabs.pricing-tab-navs button::after {
	display: none;
}
.nav.nav-tabs.pricing-tab-navs button::before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	height: 27px;
	width: 0;
	background: var(--bg-gradient);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}
.nav.nav-tabs.pricing-tab-navs button.active::before {
	width: 27px;
}
.nav.nav-tabs.pricing-tab-navs button span {
	position: absolute;
	top: 5px;
	width: 100px;
	left: 100%;
	opacity: 0.5;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}
.nav.nav-tabs.pricing-tab-navs button:first-child span {
	right: 100%;
	left: auto;
	margin-right: 15px;
}
.nav.nav-tabs.pricing-tab-navs button.active span {
	opacity: 1;
}
.pricing-style-two {
	background: var(--white);
	padding: 60px 45px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	border: 1px solid #d7d7ff;
	box-sizing: border-box;
	overflow: hidden;
}
.pricing-style-two .badge {
	background: #d7d7ff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 20px;
	color: var(--color-heading);
	font-size: 16px;
	border-radius: 0 0 0 10px;
}
.bg-dark .pricing-style-two .badge {
	background: #3f3f51;
	color: var(--white);
}
.pricing-style-two .badge::before {
	position: absolute;
	left: -28px;
	top: -8px;
	content: "";
	height: 35px;
	width: 21px;
	border-bottom-right-radius: 21px;
	box-shadow: 0 20px 0 0 #d7d7ff;
	transform: rotate(-90deg);
}
.bg-dark .pricing-style-two .badge::before {
	box-shadow: 0 20px 0 0 #3f3f51;
}
.pricing-style-two .badge i {
	margin-right: 5px;
}
.pricing-style-two ul {
	margin-top: 30px;
}
.pricing-style-two.active {
	border-color: var(--color-primary);
}
.pricing-style-two .badge::after {
	position: absolute;
	right: 4px;
	bottom: -34px;
	content: "";
	height: 38px;
	width: 30px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 #d7d7ff;
	transform: rotate(-90deg);
}
.bg-dark .pricing-style-two .badge::after {
	box-shadow: 0 20px 0 0 #3f3f51;
}
.pricing-style-two.after {
	border-color: var(--color-primary);
}
.pricing-style-two.active .badge {
	background: var(--color-primary);
	color: var(--white);
}
.pricing-style-two.active .badge::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}
.pricing-style-two.active .badge::after {
	box-shadow: 0 20px 0 0 var(--color-primary);
}
.pricing-style-two.active .badge i {
	color: var(--white);
}
.pricing-style-two h1 {
	font-size: 48px;
	margin-bottom: 5px;
	font-weight: 600;
}
.pricing-style-two h3 {
	font-size: 24px;
}

/* ============================================================== 
    # Dashboard
=================================================================== */

.dashboard-info {
	padding: 60px;
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	border-radius: 20px;
	gap: 50px;
	position: relative;
	z-index: 1;
}
.dashboard-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 80%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--bg-gray) 65%) repeat scroll 0 0;
	z-index: -1;
	border-radius: 16px;
}
.dashboard-info h2 {
	font-size: 40px;
	font-weight: 600;
}
.dashboard-info .thumb img {
	border-radius: 15px;
}
.user-card-style-two {
	background: var(--white);
	padding: 50px;
	margin-left: -60px;
	margin-bottom: -60px;
	padding-bottom: 0;
	border-top-right-radius: 15px;
	margin-top: 50px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
	padding-left: 50px;
}
.user-card-style-two::before {
	position: absolute;
	left: 0px;
	top: -40px;
	content: "";
	height: 40px;
	width: 30px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}
.user-card-style-two::after {
	position: absolute;
	right: -30px;
	bottom: 0;
	content: "";
	height: 40px;
	width: 30px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
}
.user-card-style-two h4 {
	margin: 0;
	line-height: 1.4;
}
.user-card-style-two .contents {
	margin-top: 25px;
}
.user-card-style-two .fun-fact {
	margin-top: 25px;
}
.user-card-style-two .ratings {
	font-size: 15px;
	margin-bottom: 10px;
}
.user-card-style-two .ratings span {
	margin-left: 5px;
}
.user-card-style-two .ratings i {
	color: #ebaa1f;
}
.api-intigration-items {
	padding: 35px;
	overflow: hidden;
	border-radius: 10px;
}
.feature-style-two-item {
	padding: 35px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 30px;
}
.feature-style-two-item:first-child {
	margin-top: 0;
}
.feature-style-two-item:first-child {
	margin-top: 0;
}
.infinit-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}
.infinit-carousel .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
}
.api-intigration-items h4 {
	line-height: 1.4;
}
.api-intigration-items p {
	color: var(--white-common);
}
.api-intigration-items .api-list-items {
	margin-top: 30px;
}
.infinit-carousel {
	text-align: center;
}
.infinit-carousel img {
	max-height: 50px;
}
.feature-style-two-item h4 {
	line-height: 1.4;
}

/* ============================================================== 
    # Newsletter
=================================================================== */

.newsletter-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 45%;
}
.newsletter-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.newsletter-style-two form {
	position: relative;
	z-index: 1;
	max-width: 600px;
}
.newsletter-style-two form input {
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #b4b5e1;
	padding: 0;
}
.newsletter-style-two form input:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid;
}
.newsletter-style-two form button {
	position: absolute;
	right: 0;
	top: 12px;
	background: transparent;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
.newsletter-style-two form button i {
	margin-right: 5px;
	color: var(--color-primary);
}
.newsletter-style-two fieldset input {
	height: auto;
	min-height: auto;
	margin-right: 5px;
}
.newsletter-style-two fieldset {
	margin-top: 20px;
}

/* ============================================================== 
    # Blog
=================================================================== */

.blog-style-one {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 50px;
	border-top: 1px solid #e5e3fe;
	padding-top: 30px;
	margin-top: 30px;
}
.blog-style-one .thumb img {
	border-radius: 10px;
}
.blog-one-meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.blog-one-meta ul li {
	line-height: 1;
}
.blog-one-meta ul li a {
	display: inline-block;
	background: var(--bg-gradient);
	color: var(--white);
	font-weight: 400;
	line-height: 1.2;
	padding: 6px 15px;
	border-radius: 7px;
	padding-top: 7px;
	font-size: 15px;
}
.blog-style-one .blog-one-meta {
	margin-bottom: 20px;
}
.blog-style-one .btn-simple {
	margin-top: 10px;
}
.blog-style-one:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.blog-style-one h2 {
	font-size: 32px;
}
.blog-style-one h2 a {
	font-weight: 500;
}
.blog-title a {
	display: inline;
	background-image: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	-webkit-transition: .3s, background-size .8s;
	transition: all .3s, background-size .8s;
}
.blog-title a:hover {
	background-size: 100% 2px;
}

/* ============================================================== 
    # Blog Style Two
=================================================================== */

.blog-style-two-box {
	padding: 80px;
	border-radius: 15px;
	background: var(--semiglass-gradient);
	backdrop-filter: blur(20px);
}
.btn-regular {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.btn-regular:hover {
	color: var(--color-heading);
}
.btn-regular img {
	height: 13px;
	position: relative;
	top: -2px;
}
.blog-style-two .btn-regular {
	margin-top: 5px;
}
.blog-style-two .thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
}
.blog-style-two .blog-one-meta {
	margin-bottom: 20px;
}
.blog-style-two h4 {
	font-size: 27px;
	line-height: 1.3;
}

/* ============================================================== 
    # Blog Three
=================================================================== */

.blog-style-three {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.blog-style-three .info {
	padding: 50px;
	border: 1px solid #e5e3fe;
	border-radius: 10px;
}
.blog-style-three:last-child {
	margin-bottom: 0;
}
.blog-style-three .blog-one-meta {
	margin-bottom: 25px;
}
.blog-style-three .btn-regular {
	margin-top: 5px;
}
.blog-style-three.inc-thumb .info {
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.blog-style-three h3,
.blog-style-three h2 {
	line-height: 1.3;
}
.bg-gray .blog-style-three .info,
.bg-cover .blog-style-three .info {
	border: none;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
}

/* ============================================================== 
    # Contact
=================================================================== */

.google-maps iframe {
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.contact-style-one-items {
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-style-one-info li {
	display: flex;
	margin-top: 30px;
}
.contact-style-one-info li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	font-size: 25px;
	margin-right: 20px;
}
.contact-style-one-info li:nth-child(2) i {
	background: var(--color-secondary);
}
.contact-style-one-info li:nth-child(3) i {
	background: var(--dark);
}
.contact-style-one-info li p {
	margin: 0;
}
.contact-style-one-info li h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-style-one-info li a {
	font-weight: 400;
}
@media (min-width: 1400px) {
	.contact-style-one-info li p {
		padding-right: 20%;
	}
}

/* ============================================================== 
    # Newsletter
=================================================================== */

.newsletter-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-style-three form {
	max-width: 500px;
	margin: 40px auto auto;
	position: relative;
}
.newsletter-style-three form input {
	height: 65px;
	padding: 0 25px;
	border-radius: 40px;
	border: none;
	box-shadow: none;
}
.newsletter-style-three form button.btn.btn-style-one {
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 40px;
}
.newsletter-style-three form button.btn.btn-style-one::after {
	background: var(--dark);
}
.newsletter-style-three form button.btn.btn-style-one:hover {
	color: var(--white);
}

/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}
.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}
.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}
.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}
.error-box h2 {
	font-weight: 600;
	margin-bottom: 20px;
}
.error-box p {
	padding: 0 10%;
}

/* ============================================================== 
    # Footer
=================================================================== */

@media (min-width: 1450px) {
	footer.box-layout {
		max-width: 95%;
		margin: auto;
		border-radius: 50px 50px 0 0;
	}
}
ul.footer-item-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}
ul.footer-item-social li {
	display: inline-block;
}
ul.footer-item-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
}
ul.footer-item-social li a img {
	height: 18px;
	filter: brightness(0);
}
.bg-dark ul.footer-item-social li a img {
	filter: brightness(1);
}
ul.footer-item-social.text-end {
	justify-content: flex-end;
}
.footer-bottom-one .logo img {
	height: 30px;
}
.footer-bottom-one .content {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}
.bg-dark .footer-bottom-one .content {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom {
	padding: 25px 0;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-bottom ul li {
	display: inline-block;
}
.footer-bottom .text-end ul li {
	margin-left: 30px;
}
.footer-bottom ul li a {
	font-weight: 400;
}
.footer-bottom ul li a:hover {
	color: var(--white);
}
footer.bg-dark,
footer.bg-dark p,
footer.bg-dark a {
	color: var(--white-common);
}
.footer-bottom a {
	font-weight: 400;
}
footer.bg-dark a:hover {
	color: var(--white);
}
.f-item.about h2 {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
footer .f-item .logo img {
	height: 35px;
	margin-bottom: 50px;
}
.footer-style-one-items {
	display: flex;
	gap: 30px;
}
.footer-style-one-items .f-item {
	flex-grow: 1;
}
h4.widget-title {
	margin-bottom: 30px;
	font-size: 24px;
}
.f-item.link li a {
	font-weight: 400;
	font-size: 16px;
}
.f-item.link li {
	margin-top: 10px;
}
footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
}
.bg-dark .footer-shape {
	opacity: 1;
}
footer.footer-style-one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 300px;
	width: 100%;
	background: linear-gradient(90deg, #aedec5 0%, #e4d8f7 100%);
	z-index: -1;
	filter: blur(100px);
	opacity: 0.3;
}
footer.footer-style-one.bg-dark::after {
	background: linear-gradient(90deg, #74ffb5 0%, #4c14ff 100%);
}
footer ul.contact {
	display: grid;
	gap: 15px;
	margin-top: 30px;
}
footer ul.contact h4 {
	margin: 0;
	font-size: 20px;
}
footer.bg-dark ul.contact h4 a {
	color: var(--white);
}
footer ul.contact p {
	margin-bottom: 7px;
}

/* ============================================================== 
    # Footer Style Two
=================================================================== */

.f-item.about .logo img {
	height: 30px;
	margin-bottom: 50px;
}
.f-item.about .newsletter-style-one {
	margin-top: 30px;
}
.newsletter-style-one {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.newsletter-style-one form {
	position: relative;
}
.newsletter-style-one input,
.newsletter-style-one input:focus {
	background: transparent;
	color: var(--white);
	height: 60px;
	border: none;
	box-shadow: none;
	padding: 0;
}
.newsletter-style-one button {
	background: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.newsletter-style-one button img {
	height: 26px;
}
.bg-dark .newsletter-style-one button img {
	filter: brightness(0) invert(1);
}
.newsletter-style-one input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white-common);
}
.newsletter-style-one input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white-common);
}
.newsletter-style-one input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white-common);
	opacity: 1;
}
.newsletter-style-one input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white-common);
	opacity: 1;
}
footer .gradient-text {
	color: var(--color-primary);
	font-weight: 500;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 52px;
	margin-bottom: 50px;
	line-height: 1.1;
}
.footer-style-two .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 1;
}
.footer-style-two .f-item.about {
	position: relative;
	z-index: 1;
	padding-right: 60px;
}
.footer-style-two .f-item.about::after {
	position: absolute;
	right: 0;
	top: -200px;
	height: 500%;
	content: "";
	width: 500%;
	background: #282a34;
	z-index: -1;
}
.footer-style-two .f-item.about .footer-item-social {
	margin-top: 40px;
}

/* ============================================================== 
    # Dark Layout
=================================================================== */

.bg-dark {
	color: var(--white-common);
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark h6 {
	color: var(--white);
}
.bg-dark p {
	color: var(--white-common);
}
.bg-dark .sub-title {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .about-style-one-info .fixed-text {
	opacity: 0.15;
}
.blurry-shape-top-full {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blurry-shape-top-full::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: linear-gradient(90deg, #005aff 0%, #0076ff 100%);
	z-index: -1;
	filter: blur(120px);
}
.bg-dark .about-style-one-info, .text-light .about-style-one-info {
	background: transparent !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}
.bg-dark .card-style-one-item .info p {
	color: var(--white);
}
.bg-dark .card-style-one-two {
	background: rgba(255, 255, 255, 0.08);
}
.bg-dark .card-style-one-two .bottom {
	border-color: rgba(255, 255, 255, 0.2);
}
.blurry-shape-half-right-bottom {
	position: relative;
	z-index: 1;
}
.blurry-shape-half-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #299cbd 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(150px);
}
.blurry-shape-half-left-bottom {
	position: relative;
	z-index: 1;
}
.blurry-shape-half-left-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 65%;
	background: linear-gradient(90deg, #0099ce 50%, #2a3d84 100%);
	z-index: -1;
	filter: blur(150px);
}
.bg-dark .service-style-one-item {
	border-color: rgba(255, 255, 255, 0.15);
}
.bg-dark .service-style-one-item a {
	color: var(--white);
}
.bg-dark .navbar.white.sticked .btn.btn-border-light {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.3);
}
.bg-dark .process-style-one-item h2 {
	color: transparent;
}
.bg-dark .community-card {
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-dark .bg-gray {
	background-color: var(--dark);
}
.bg-dark .social-overlay .icon {
	background: var(--dark-secondary);
}
.bg-dark .team-style-one-item h4 a {
	color: var(--white);
}
.bg-dark .bg-dark {
	background: #1f2032 !important;
}
.bg-dark .social-overlay .icon {
	background: var(--bg-gradient);
	padding: 2px;
}
.bg-dark .social-overlay {
	bottom: -15px;
}
.bg-dark .blog-style-one {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .blog-style-one h2 a {
	color: var(--white);
}
.bg-dark a.btn-simple {
	color: var(--white);
}
.bg-dark .project-style-one-item, .text-light .project-style-one-item {
	/*	background: var(--semiglass-gradient);*/
	overflow: hidden;
	box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight), 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
	background: linear-gradient(209deg, rgba(255, 255, 255, 0.2) 0%, rgba(22, 39, 89, 0.5) 100%);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-dark .project-style-one-item h3 a, .text-light .project-style-one-item h3 a {
	color: var(--white);
}
.bg-dark ul.project-tags li::after {
	background: var(--dark);
}
.bg-dark ul.project-tags li, .text-light ul.project-tags li {
	color: var(--white);
}
.text-light ul.project-tags li::after {
background: var(--bg-gradient);
}

.bg-dark .accordion-style-one-item button.accordion-button {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}
.bg-dark .accordion-style-one-item {
	background: transparent;
}
.bg-dark .btn.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}
.bg-dark .btn.btn-dark:hover {
	color: var(--white);
}
.bg-dark .services-style-two-item {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-dark .services-style-two-item h4 a {
	color: var(--white);
}
.bg-dark ul.list-style-one li {
	color: var(--white-common);
}
.bg-dark ul.list-style-two li {
	color: var(--white-common);
}
.bg-dark .feature-style-one-area {
	background-image: none !important;
}
.bg-dark .feature-style-one {
	background: rgba(255, 255, 255, 0.06);
}
.bg-dark .pricing-style-one-item.bg-dark {
	background: var(--dark-secondary) !important;
}
.bg-dark .pricing-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .btn-style-one.btn-border {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--white);
	padding: 14px 40px;
	background: transparent;
}
.bg-dark .btn-style-one.btn-border:hover {
	border-color: transparent;
}
.bg-dark .team-style-two-item .social-overlay {
	bottom: 0;
}
.bg-dark .team-style-two-item .info h4 a {
	color: var(--white);
}
.bg-dark .team-style-two-item .social-overlay .icon::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}
.bg-dark .team-style-two-item .social-overlay .icon::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}
.bg-dark .team-style-two-item .social-overlay .icon {
	background: var(--dark-optional);
	padding: 5px;
}
.bg-dark .team-style-two-item .social-overlay .icon a {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}
.bg-dark .team-style-two-item .social-overlay .icon a:hover {
	border-color: var(--color-primary);
}
.bg-dark .team-style-two-item .social-overlay .icon i {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}
.bg-dark .blog-style-two-box {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}
.bg-dark .blog-title a {
	color: var(--white);
}
.bg-dark .btn-regular {
	color: var(--white);
}
.bg-dark .btn-regular img {
	filter: brightness(0) invert(1);
}
.bg-dark .btn-style-one:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}
.bg-dark .btn-style-one.btn-dark:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}
.bg-dark .btn-style-one:hover {
	color: var(--color-heading);
}
.bg-dark .banner-style-three-info .notificaiton p {
	color: var(--white);
}
.bg-dark .chat-item p {
	color: var(--white);
}
.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p {
	background: var(--white);
	color: var(--color-heading);
}
.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p::after {
	background: var(--white);
}
.bg-dark .banner-style-three-info form input {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}
.bg-dark .banner-style-three-info form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white-common);
}
.bg-dark .banner-style-three-info form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white-common);
}
.bg-dark .banner-style-three-info form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white-common);
	opacity: 1;
}
.bg-dark .banner-style-three-info form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white-common);
	opacity: 1;
}
@media (min-width: 1024px) {
	nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid #e1e2fa;
/*		background: #fafaff;*/
	}
	nav.navbar.white.navbar-common ul.nav.navbar-nav.navbar-center,
	.bg-dark nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: rgba(0, 0, 0, 0.2);
	}
	nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center {
		border: none;
		backdrop-filter: inherit;
		background: transparent;
	}
}
.bg-dark .user-card-style-two {
	background: var(--dark-optional);
}
.bg-dark .user-card-style-two::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}
.bg-dark .user-card-style-two::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}
.bg-dark .dashboard-info::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #3032b1 100%) repeat scroll 0 0;
}
.bg-dark .feature-style-two-item ul.list-style-two li {
	color: var(--white);
}
.bg-dark .api-intigration-items {
	background: #2a3035;
}
.bg-dark .fun-fact-car-two {
	background: rgba(255, 255, 255, 0.1);
}
.bg-dark .fun-fact-car-two .js-counter {
	color: var(--white);
}
.bg-dark .fun-fact-car-two.bg-theme {
	background: var(--bg-gradient);
}
.bg-dark .services-style-three-area {
	position: relative;
	z-index: 1;
}
.bg-dark .services-style-three-area::before {
	position: absolute;
	right: -5%;
	bottom: 0;
	content: "";
	height: 150px;
	width: 40%;
	background: linear-gradient(90deg, #299cbd 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(180px);
}
.bg-dark .service-style-three-item {
	background: transparent;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-dark .service-style-three-item h4 a {
	color: var(--white);
}
.bg-dark .service-style-three-item ul li a {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
}
.bg-dark .nav.nav-tabs.pricing-tab-navs button span {
	color: var(--white);
}
.bg-dark .pricing-style-two {
	background: transparent;
	border-color: #3f3f51;
}
.bg-dark .pricing-style-two.active {
	border-color: var(--color-primary);
}
.bg-dark .testimonial-style-three-items {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
}
.bg-dark .newsletter-style-two form input {
	border-color: rgba(255, 255, 255, 0.15);
	color: var(--white);
}
.bg-dark .newsletter-style-two form button {
	color: var(--white);
}
.bg-dark .newsletter-style-two fieldset a {
	color: var(--white);
}
.bg-dark .blog-style-three .info {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
}
.bg-dark footer .footer-bottom a {
	color: var(--white);
}
.bg-dark footer .footer-bottom a:hover {
	color: var(--color-primary);
}
.bg-dark ul.footer-item-social li a {
	color: var(--white);
}
.bg-dark ul.footer-item-social li a:hover {
	color: var(--color-primary);
}
.bg-dark footer ul.contact h4 a {
	color: var(--white);
}
.bg-dark footer ul.contact h4 a:hover {
	color: var(--color-primary);
}
.bg-dark footer.footer-style-one.bg-gray::after {
	background: linear-gradient(90deg, #74ffb5 0%, #4c14ff 100%);
}
.bg-dark footer .f-item.link li a {
	color: var(--white-common);
}
.bg-dark footer .f-item.link li a:hover {
	color: var(--white);
}

/* ============================================================== 
    # Responsive
=================================================================== */

@media screen and (max-width: 1399px) {}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 48px;
	}
	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}
	.banner-style-one-area,
	.banner-style-one-area div {
		height: auto;
	}
	.banner-style-one-area {
		padding-top: 160px;
	}
	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 50px;
	}
	.banner-one-content h2 {
		font-size: 60px;
	}
	/* Banner Four */
	.banner-style-four-area h2 {
		font-size: 65px;
	}
	/* Banner Six */
	.banner-six-top-info h2 {
		text-align: left;
		font-size: 65px;
	}
	.banner-six-top-info p {
		font-size: 16px;
	}
	.community-card-two {
		margin: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 55px;
	}
	.banner-seven-content .info p {
		font-size: 17px;
	}
	.banner-seven-content .info {
		padding-left: 100px;
		margin-top: 5px;
	}
	.banner-seven-illustration img:first-child {
		display: none;
	}
	.banner-seven-illustration img:nth-child(2) {
		max-width: 30%;
	}
	/* About One */
	.about-style-one-info {
		padding: 80px;
	}
	.about-style-one-info .fixed-text {
		left: 70px;
		font-size: 170px;
	}
	.card-style-one-item {
		padding: 50px;
	}
	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 40px;
	}
	.card-style-one-item img {
		left: auto;
		right: 50px;
	}
	.card-style-one-two .bottom img {
		height: 70px;
	}
	.heading-style-two h1 {
		font-size: 90px;
	}
	/* About Five */
	.about-style-five-right-info {
		margin-left: -8%;
	}
	.about-style-five-left-info ul.list-style-two li {
		font-size: 14px;
	}
	/* About Six */
	.about-six-features {
		padding: 50px;
	}
	.about-six-features h4 {
		font-size: 20px;
	}
	.about-six-features ul {
		gap: 30px;
	}
	.about-six-features ul p {
		font-size: 15px;
	}
	.about-style-six-right-info {
		padding-top: 0;
		padding-right: 0;
	}
	/* Feature One */
/*
	.feature-style-one-items {
		margin-left: -40px;
	}
*/
	.feature-style-one p {
		font-size: 15px;
	}
	.feature-style-one {
		padding: 50px 28px;
	}
	/* Feature Style Two */
	.dashboard-info {
		grid-template-columns: 1fr;
	}
	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}
	.user-card-style-two {
		margin: 0;
		padding: 50px;
		border-radius: 10px;
		margin-top: 30px;
		display: none;
	}
	/* Why Choose Us */
	.choose-us-style-two .align-center {
		align-items: inherit;
	}
	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}
	.process-style-one-items {
		padding: 80px 50px;
	}
	/* Service */
	.services-style-two-colum-large {
		padding: 50px;
	}
	/* Service Two */
	.services-style-two-item h4 {
		font-size: 22px;
		line-height: 1.4;
	}
	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}
	.service-style-three-item h4 {
		font-size: 20px;
	}
	.service-style-three-item ul li a {
		padding: 6px 18px;
		font-size: 13px;
	}
	.fun-fact-car-two .js-counter {
		font-size: 58px;
		margin-bottom: 30px;
	}
	/* Project */
	.project-style-two-item {
		grid-template-columns: 1fr 1fr;
	}
	/* Team */
	.social-overlay {
		bottom: -25px;
	}
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -20px;
	}
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		margin-top: 50px;
		width: 33.333333%;
	}
	.team-page .team-style-one-items .team-style-one-item {
		width: 33.3333333%;
		margin-top: 50px;
	}
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -10px;
	}
	/* Pricing */
	.pricing-style-one-item {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	/* Blog Two */
	.blog-style-two h4 {
		font-size: 22px;
	}
	/* Footer */
	.footer-style-two .pl-80 {
		padding-left: 50px;
	}
	footer ul.contact h4 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 42px;
	}
	/* Banner Two */
	.banner-style-two-area .align-center {
		align-items: center;
	}
	.banner-two-content h2 {
		font-size: 60px;
	}
	.banner-two-content .info {
		padding-left: 0;
	}
	/* Banner Style Three */
	.banner-style-three-area,
	.banner-style-three-area div {
		height: auto;
	}
	.banner-style-three-area {
		padding-top: 150px;
		padding-bottom: 120px;
	}
	.banner-style-three-info h2 {
		font-size: 60px;
	}
	.banner-style-three-info h2 strong {
		font-size: 60px;
	}
	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 0;
	}
	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 55px;
	}
	/* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr 1.8fr;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* Default CSS */
	.title {
		font-size: 42px;
	}
	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}
	.banner-style-one-area,
	.banner-style-one-area div {
		height: auto;
	}
	.banner-style-one-area {
		padding-top: 140px;
		padding-bottom: 80px;
	}
	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 50px;
	}
	/* Banner Six */
	.banner-six-top-info h2 {
		text-align: left;
		font-size: 55px;
	}
	.multi-users h5 {
		display: none;
	}
	.banner-bottom-info .community-card-two {
		width: 100%;
	}
	/* Banner Seven */
	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}
	.banner-style-seven-area {
		padding-top: 170px;
		padding-bottom: 120px;
		position: relative;
	}
	.banner-seven-content h2 {
		font-size: 60px;
	}
	.banner-seven-content .info {
		padding: 0;
	}
	.banner-seven-illustration img:first-child {
		display: none;
	}
	/* About */
	.about-style-one-info {
		padding: 50px;
	}
	.card-style-one-item {
		padding: 50px 30px;
	}
	/* About Two */
	.heading-style-two h1 {
		font-size: 80px;
	}
	.card-style-two {
		grid-template-columns: 1fr;
	}
	.about-style-two-info .card-thumb {
		display: none;
	}
	/* About Three */
	.about-style-three-thumb {
		margin: 0;
	}
	/* About Four */
	.about-four-right-info .thumb {
		display: none;
	}
	.about-four-right-info {
		margin-top: 50px;
	}
	ul.social-list li img {
		height: 100px;
	}
	.about-four-right-info h4 {
		font-size: 42px;
		padding-right: 15%;
	}
	.faq-style-two-items .accordion-item.faq-style-two .accordion-body {
		padding: 35px 20px;
	}
	.faq-style-two-items .accordion-item.faq-style-two .accordion-button {
		padding: 22px 20px;
		font-size: 24px;
	}
	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}
	/* About Six */
	.about-style-six-right-info {
		padding: 50px;
		padding-top: 0;
		padding-right: 0;
	}
	.about-six-features {
		padding: 50px 30px;
	}
	.about-six-features ul {
		gap: 30px;
	}
	.about-six-features ul h4 {
		font-size: 20px;
	}
	.about-six-fun-fact .fun-fact {
		text-align: center;
	}
	/* Features */
	.feature-style-one-area .col-lg-8 {
		width: 80%;
	}
	.feature-style-one-area .site-heading {
		margin-bottom: 30px;
	}
	.feature-style-one-items {
		margin-top: 50px;
	}
	/* Feature Two */
	.feature-style-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}
	.feature-style-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}
	.feature-style-two-item {
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	/* Why Choose Us */
	.choose-us-thumb img:first-child {
		width: 120%;
		max-width: 120%;
	}
	/* Service One */
	.service-style-one-item {
		padding: 37px;
	}
	.community-card {
		padding: 37px;
	}
	.service-style-one-item img {
		margin-bottom: 50px;
	}
	.service-style-one-item p {
		font-size: 16px;
	}
	/* Service Two */
	.services-style-two-colum-large .text-end {
		text-align: left !important;
		padding-bottom: 30px;
	}
	.services-style-two-colum-large ul.service-list {
		margin-top: 40px;
	}
	.services-style-two-colum-large {
		margin-bottom: 30px;
	}
	/* Service Three */
	.service-style-three-items .heading {
		padding-right: 10%;
	}
	.fun-fact-card-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 120px;
	}
	.fun-fact-car-two {
		margin: 0;
	}
	.fun-fact-car-two.bg-gray-secondary {
		background: #d0d7da;
	}
	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: #424749;
	}
	.services-style-three-carousel {
		padding-bottom: 30px;
	}
	/* Service Four */
	.services-style-two-area .shape img {
		display: none;
	}
	/* Service Details */
	.services-details-items ul.list-style-one {
		margin-bottom: 30px;
	}
	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}
	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}
	.services-details-items .pricing-style-two {
		margin-top: 30px;
	}
	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}
	.process-style-one-items {
		padding: 80px 50px;
	}
	.process-style-one-item {
		padding: 0 35px;
	}
	.process-style-one-item p {
		font-size: 16px;
	}
	/* Process Three */
	.process-style-three-item h4 {
		font-size: 20px;
	}
	.process-style-three-item p {
		font-size: 15px;
	}
	.process-style-three-items {
		gap: 30px;
	}
	/* Project */
	.project-style-one-area .pl-50 {
		padding-left: 12px;
	}
	.project-fun-fact {
		margin-bottom: 50px;
		display: none;
	}
	.fixed-content {
		position: inherit;
	}
	.project-style-one-item {
		top: 140px;
	}
	/* Project Two */
	.project-style-two-item {
		grid-template-columns: 1fr 1fr;
	}
	.project-style-two-item img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	/* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr 1.5fr;
	}
	/* Team One */
	.team-style-one-items .team-style-one-item {
		width: 50%;
		margin-top: 50px;
	}
	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
		margin: 0;
		margin-top: 50px;
	}
	.team-style-one-items {
		flex-wrap: wrap;
		margin-top: -50px;
	}
	.team-style-one-item .thumb img {
		height: 300px;
	}
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-style-one-item .social-overlay {
		bottom: -10px;
	}
	/* Team */
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		margin-top: 50px;
		width: 33.333333%;
	}
	.team-page .team-style-one-items .team-style-one-item {
		width: 33.3333333%;
		margin-top: 50px;
	}
	.team-page .team-style-one-items .team-style-one-item img {
		height: auto;
	}
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -20px;
	}
	/* Testimonial */
	.testimonial-style-three {
		grid-template-columns: 1fr;
	}
	.testimonial-style-three .left {
		display: none;
	}
	/* Fun Factor */
	.funfact-style-one-item {
		padding: 0 30px;
	}
	.funfact-style-one-items {
		padding: 80px 50px;
	}
	.funfact-style-one-item p {
		font-size: 16px;
	}
	/* Pricing */
	.pricing-style-one-area .pl-80 {
		padding-left: 15px;
	}
	.pricing-style-one-item:first-child {
		margin-top: 50px;
	}
	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 30%;
	}
	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}
	/* Blog */
	.blog-style-one {
		align-items: inherit;
	}
	/* Blog Two */
	.blog-style-two {
		margin-top: 50px;
	}
	.blog-style-two {
		margin-top: 50px;
	}
	.mb-50 .blog-style-two {
		margin-top: 0;
	}
	.blog-style-two-box {
		padding-top: 30px;
	}
	/* Footer Two */
	footer .gradient-text {
		font-size: 45px;
	}
	.footer-style-two .pl-80 {
		padding-left: 15px;
	}
	.footer-style-two ul.contact h4 a {
		font-size: 20px;
	}
}
@media (min-width: 1024px) {}

/* Screen Mobile To Tablet */

@media screen and (max-width: 991px) {}

/* Tablet Layout: 768px.*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Default CSS */
	.title {
		font-size: 48px;
	}
	/* Banner Style One */
	.banner-one-content h2 {
		font-size: 70px;
		line-height: 1.1;
	}
	.banner-one-content strong {
		margin-top: 8px;
	}
	.brand-style-one-carousel {
		margin-top: 50px;
	}
	/* Banner Two */
	.banner-two-content h2 {
		font-size: 60px;
	}
	.banner-two-content .info {
		padding-left: 0;
	}
	.banner-two-right-info {
		margin-top: 50px;
	}
	.banner-style-two-area {
		padding: 120px 0;
	}
	.banner-two-right-info .top-info {
		display: none;
	}
	/* Banner Three */
	.banner-style-three-area {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.chat-item {
		right: auto;
		left: 5%;
	}
	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 9%;
	}
	.banner-style-three-info h2 {
		font-size: 60px;
	}
	.banner-style-three-info h2 strong {
		font-size: 60px;
	}
	.chat-bot-thumb {
		display: none;
	}
	.chat-bot-thumb .illustration img:nth-child(2) {
		left: 10%;
	}
	/* Banner Style Four */
	.banner-style-four-area h2 {
		font-size: 60px;
		line-height: 1.1;
	}
	.banner-style-four-area {
		padding-top: 100px;
	}
	.code-card p {
		font-size: 16px;
	}
	.code-card {
		padding: 35px;
	}
	.banner-four-dashbaord {
		padding-right: 100px;
	}
	.banner-style-four-area::after {
		height: 120px;
	}
	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 50px;
	}
	.banner-style-five-area {
		padding-top: 110px;
	}
	/* Banner Six */
	.banner-six-top-info h2 {
		font-size: 60px;
		text-align: left;
		margin: 0;
		margin-bottom: 30px;
	}
	.banner-style-six-area {
		padding-top: 100px;
	}
	.community-card-two {
		margin: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.banner-bottom-info {
		margin-bottom: 120px;
	}
	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 60px;
	}
	.banner-seven-content .info {
		padding: 0;
	}
	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}
	.banner-style-seven-area {
		padding: 120px 0;
	}
	.banner-style-seven-area div.banner-seven-illustration {
		display: none;
	}
	.banner-seven-content .info p {
		font-size: 17px;
		padding: 0;
	}
	/* About */
	.about-style-one-info {
		padding: 80px;
		padding-bottom: 120px;
	}
	.about-style-one-info .fixed-text {
		font-size: 160px;
		left: 67px;
	}
	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 30px;
	}
	.card-style-one-item img {
		left: auto;
		right: 50px;
	}
	.card-style-one-item {
		margin-top: 30px;
	}
	.card-style-one-item .info .btn-style-one {
		background: var(--white);
		color: var(--color-heading);
	}
	.card-style-one-item .info .btn-style-one:after {
		background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	}
	.card-style-one-item .info .btn-style-one:hover {
		color: var(--white);
	}
	.card-style-one-two .bottom {
		flex-direction: row-reverse;
	}
	.card-style-one-two .bottom img {
		max-height: 80px;
	}
	/* About Style Two */
	.heading-style-two h1 {
		font-size: 65px;
		line-height: 1.1;
	}
	.heading-style-two h1 strong {
		text-align: left;
		justify-content: inherit;
	}
	.heading-style-two {
		margin-bottom: 30px;
	}
	.about-style-two-thumb {
		display: none;
	}
	/* About Three */
	.about-style-three-thumb {
		padding: 0;
		margin: 0;
		margin-top: 50px;
		padding-right: 15%;
		padding-bottom: 50px;
	}
	.about-style-three-thumb img:nth-child(2) {
		left: auto;
		right: 0;
	}
	/* About Four */
	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}
	.about-four-right-info {
		margin-top: 50px;
	}
	.about-four-right-info h4 {
		font-size: 36px;
		line-height: 1.3;
	}
	ul.social-list li img {
		height: 80px;
	}
	/* About Five */
	.about-style-five-left-info {
		margin-bottom: 50px;
	}
	/* About Six */
	.about-style-six-right-info {
		height: auto;
		display: block;
		padding: 50px 0;
	}
	.about-six-fun-fact {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 50px;
		margin-bottom: 50px;
	}
	.about-six-fun-fact .fun-fact {
		margin: 0;
		text-align: center;
	}
	.about-six-features {
		padding: 80px 30px;
	}
	/* Feature */
	.feature-style-one-items {
		margin-top: 50px;
		grid-template-columns: 1fr 1fr;
	}
/*
	.feature-style-one-left-info .fun-fact-card-one {
		border-color: #bccee9;
	}
*/
	/* Language Support */
	.language-support-country-flag {
		margin-bottom: 100px;
	}
	/* Feature */
	.api-intigration-items {
		padding: 50px;
	}
	.feature-style-two-item {
		padding: 50px;
	}
	.dashboard-info {
		margin-top: 30px;
		grid-template-columns: 1fr;
	}
	.user-card-style-two {
		margin: 30px 0;
		padding: 50px;
		border-radius: 10px;
		display: none;
	}
	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}
	.dashboard-info h2 {
		font-size: 45px;
	}
	/* Why Choose Us */
	.choose-us-thumb {
		overflow: hidden;
		background: rgba(255, 255, 255, 0.1);
		padding: 80px;
		padding-bottom: 0;
		border-radius: 10px;
		margin-bottom: 50px;
		height: auto;
	}
	.choose-us-thumb img:nth-child(2) {
		left: 10%;
	}
	.choose-us-two-thumb {
		height: auto;
		margin-bottom: 50px;
	}
	/* Award */
	.award-style-one-item {
/*
		border: 1px solid #e0e3f9;
		padding: 50px;
		border-radius: 10px;
*/
		grid-template-columns: 1fr;
		text-align: center;
		gap: 20px;
		margin: 0;
		padding-bottom: 20px;
	}
	.award-style-one-item h2 {
		text-align: center;
		background: var(--bg-gradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	}
	.award-style-one-item img {
		transform: none;
	}
	.award-style-one-item:first-child {
/*		padding-top: 50px;*/
		margin: 0;
/*		border: 1px solid #e0e3f9;*/
	}
	.award-style-one-item.active img {
		transform: none;
	}
/*
	.award-style-one-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
*/
	.award-style-one-item .title {
		margin: 0;
	}
	.award-style-one-item img {
		width: 100px;
		margin-bottom: 15px;
	}
	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}
	.service-style-one-single {
		padding: 0;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-right: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(4) .service-style-one-item {
		border-top: none;
		border-bottom: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}
	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}
	/* Service Two */
	.services-style-two-colum-large .text-end {
		text-align: left !important;
		padding-bottom: 30px;
	}
	.services-style-two-colum-large ul.service-list {
		margin-top: 30px;
	}
	.services-style-two-items {
		margin-top: 30px;
		height: auto;
	}
	.services-style-two-item {
		height: auto;
	}
	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}
	.service-style-three-item h4 {
		font-size: 20px;
	}
	.service-style-three-item ul li a {
		padding: 5px 15px;
		padding-top: 6px;
		font-size: 12px;
	}
	.fun-fact-card-two-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: 120px;
	}
	.fun-fact-car-two {
		margin: 0;
	}
	.fun-fact-car-two.bg-gray-secondary {
		background: #dcddf3;
	}
	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: var(--dark-secondary);
	}
	.services-style-three-carousel {
		padding-bottom: 50px;
	}
	/* Services Four */
	.services-style-two-area .shape img {
		display: none;
	}
	/* Service Six */
	.text-scroll-animation .text {
		color: var(--color-heading);
	}
	/* Services Seven */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}
	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}
	.services-style-seven-item .accordion-body img {
		width: 100%;
	}
	/* Process Style One */
	.process-style-one-items {
		padding: 80px;
		flex-direction: column;
	}
	.process-style-one-item::after {
		display: none;
	}
	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}
	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}
	.process-style-one-item p {
		color: var(--white);
	}
	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}
	.process-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}
	.process-style-one-item:first-child::before {
		display: none;
	}
	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}
	.process-style-one-area .shape {
		display: none;
	}
	/* Process Two */
	.process-two-single::after {
		display: none;
	}
	.process-style-two-items {
		margin: 0;
		margin-bottom: -30px;
	}
	.process-style-two-item {
		padding: 50px 30px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 10px;
	}
	.process-two-single {
		margin-bottom: 30px;
	}
	/* Process Three */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}
	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}
	.services-style-seven-item .accordion-body img {
		width: 100%;
	}
	.process-style-three-area .shape img {
		display: none;
	}
	.process-style-three-items {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.process-style-three-item {
		background: rgba(255, 255, 255, 0.05);
		padding: 50px 30px;
		border-radius: 20px;
	}
	/* Pricing */
	ul.pricing-types {
		margin-bottom: 50px;
		margin-top: 40px;
	}
	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: auto;
	}
	.brand-style-two-item a {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.promotion-brand-area {
		margin-top: -120px;
		margin-bottom: 0;
	}
	/* Project */
	.project-fun-fact {
		margin-bottom: 50px;
		max-width: 80%;
		display: none;
	}
	.project-fun-fact h4 {
		font-size: 30px;
	}
	.project-style-one-item h3 {
		font-size: 24px;
	}
	.project-style-one-item .thumb img:nth-child(2) {
		max-width: 100px;
	}
	/* Project Two */
	.project-style-two-item {
		grid-template-columns: 1fr;
	}
	/* Project Details */
	.thumb-grid {
		margin-bottom: 50px;
	}
	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.project-paginvation-items .project-all {
		display: none;
	}
	/* Team One */
	.team-style-one-items .team-style-one-item {
		width: 50%;
		margin-top: 50px;
	}
	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
		margin: 0;
		margin-top: 50px;
	}
	.team-style-one-items {
		flex-wrap: wrap;
		margin-top: -50px;
	}
	.team-style-one-item .social-overlay,
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -15px;
	}
	.team-page .team-style-one-items .team-style-one-item,
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 50%;
	}
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -15px;
	}
	/* Team Single */
	.team-single-items .thumb img {
		margin-bottom: 50px;
	}
	/* Testimonial One */
	.testimonial-thumb {
		text-align: center;
		margin-bottom: 60px;
		display: none;
	}
	.testimonial-style-one-item .tm-provider .quote i {
		background: var(--bg-gradient);
	}
	/* Testimonial Two */
	.testimonial-provider-thumbs {
		margin-bottom: 200px;
		margin-top: -120px;
	}
	/* Testimonial Three */
	.testimonial-style-three-items {
		padding: 120px 50px;
	}
	.testimonial-style-three {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.testimonial-style-three .left {
		display: none;
	}
	/* Fun Fact */
	.funfact-style-one-item {
		border: none;
		padding: 0 15px;
		margin-top: 30px;
	}
	.funfact-style-one-item .fun-fact {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 30px;
		border-radius: 10px;
		height: 100%;
		backdrop-filter: blur(20px);
	}
	.funfact-style-one-item h4 {
		font-size: 20px;
		margin-top: 30px;
	}
	.funfact-style-one-items {
		padding: 50px;
		padding-bottom: 80px;
	}
	.funfact-style-one-item p {
		font-size: 16px;
	}
	/* Newsletter */
	.newsletter-thumb {
		position: inherit;
		margin-top: -120px;
		margin-bottom: 120px;
		width: 100%;
	}
	/* Faq */
	.faq-style-one-area {
		background-size: 20%;
	}
	.faq-style-one-info {
		margin-bottom: 50px;
	}
	/* Blog */
	.blog-style-one {
		gap: 30px;
		grid-template-columns: 1fr;
	}
	/* Blog Two */
	.blog-style-two-box {
		padding: 80px;
		padding-top: 30px;
	}
	.blog-style-two h4 {
		font-size: 34px;
	}
	.blog-grid .blog-style-two h4 {
		font-size: 27px;
	}
	.blog-style-two {
		margin-top: 50px;
	}
	.mb-50 .blog-style-two {
		margin-top: 0;
	}
	/* Blog Three */
	.blog-style-three.inc-thumb {
		margin-bottom: 30px;
	}
	/* Contact Us */
	.google-maps iframe {
		height: 450px;
	}
	/* Footer */
	footer h4.widget-title {
		margin-bottom: 20px;
	}
	footer ul.contact h4 {
		font-size: 18px;
	}
	.f-item.contact {
		margin-bottom: 50px;
	}
	.footer-style-one-items {
		border-top: 1px solid #d7d7e9;
		padding-top: 50px;
	}
	.bg-dark .footer-style-one-items {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	footer ul.contact {
		grid-template-columns: 1fr 1fr;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 10px;
	}
	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}
	footer.footer-style-one.bg-dark::after {
		background: linear-gradient(90deg, #0320ff 0%, #4c14ff 100%);
	}
	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}
	.footer-style-two .f-item.about {
		padding-right: 0;
		margin-top: 0;
	}
	.f-item.about .newsletter-style-one {
		margin-top: 0;
	}
	footer .gradient-text {
		display: none;
	}
	.footer-style-two .f-item {
		margin-top: 50px;
		margin-bottom: 0;
	}
	footer.bg-gray .footer-shape {
		display: none;
	}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	/* Default CSS */
	.title {
		font-size: 36px;
	}
	.heading-style-two {
		margin-bottom: 30px;
	}
	/* Banner Style One */
	.banner-one-content h2 {
		font-size: 42px;
	}
	.banner-one-content strong {
		margin-top: 10px;
	}
	.banner-style-one-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.banner-style-one-area .brand-style-one-carousel {
		margin-top: 40px;
	}
	.banner-one-content h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	/* Banner Two */
	.banner-style-two-area {
		padding: 80px 0;
	}
	.banner-two-content h2 {
		font-size: 40px;
		line-height: 1.1;
		margin: 0;
	}
	.banner-two-content .info {
		padding: 0;
		margin-top: 3px;
	}
	.banner-two-right-info {
		margin-top: 50px;
	}
	/* Banner Style Three */
	.banner-style-three-info h2 {
		font-size: 42px;
	}
	.banner-style-three-info h2 strong {
		font-size: 42px;
	}
	.banner-style-three-area {
		padding-top: 60px;
		padding-bottom: 70px;
		background-position: top center !important;
	}
	.banner-style-three-info form {
		flex-direction: column;
		align-items: baseline;
		gap: 15px;
	}
	.banner-style-three-info form button.btn.btn-style-one {
		width: 100%;
	}
	.chat-bot-thumb .chat-item:nth-child(2n) {
		right: 0;
	}
	.chat-bot-thumb {
		display: none;
	}
	.banner-style-three-info form input {
		text-align: center;
	}
	/* Banner Four */
	.banner-style-four-area h2 {
		font-size: 40px;
	}
	.banner-style-four-area {
		padding-top: 80px;
	}
	.banner-style-four-area::after {
		height: 100px;
	}
	.banner-four-dashbaord {
		padding: 0;
		margin-top: 50px;
	}
	.banner-four-dashbaord .code-card {
		display: none;
	}
	.banner-style-four-items form button {
		position: inherit;
		width: 100%;
		top: 0;
		right: 0;
		margin-top: 10px;
		height: 60px;
	}
	.banner-style-four-items form input,
	.banner-style-four-items form input:focus {
		text-align: center;
	}
	/* Banner Five */
	.banner-style-five-items h2 {
		font-size: 40px;
	}
	.banner-style-five-area {
		padding-top: 80px;
		text-align: center;
		margin-bottom: 50px;
	}
	.banner-style-five-items form .btn-style-one {
		position: inherit;
		right: auto;
		left: 0;
		width: 100%;
	}
	.banner-style-five-items form input,
	.banner-style-five-items form input:focus {
		height: 60px;
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 15px;
	}
	.banner-style-five-items .search-tags {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	.banner-style-five-items .search-tags ul {
		justify-content: center;
		margin-top: 15px;
	}
	.infinite-gallery-carousel {
		bottom: -60px;
		padding: 0 10px;
	}
	/* Banner Six */
	.banner-six-top-info h2 {
		margin-bottom: 30px;
		font-size: 40px;
		margin-top: 0;
		text-align: left;
	}
	.banner-style-six-area {
		padding-top: 80px;
	}
	.community-card-two {
		margin: 0;
	}
	.banner-bottom-info {
		bottom: -60px;
		margin: 0;
		margin-bottom: 45px;
	}
	.banner-bottom-info .thumb img {
		margin-top: 30px;
	}
	.community-card-two {
		padding: 50px;
	}
	.multi-users h5 {
		display: none;
	}
	/* Banner Seven */
	.banner-seven-content h2 {
		font-size: 40px;
	}
	.banner-seven-content .info {
		padding: 0;
	}
	.banner-seven-illustration {
		display: none;
	}
	.banner-style-seven-area,
	.banner-style-seven-area div {
		height: auto;
	}
	.banner-style-seven-area {
		padding: 80px 0;
	}
	.banner-seven-content .info p {
		padding: 0;
		font-size: 17px;
	}
	/* About */
	.about-style-one-info {
		padding: 50px 30px;
		height: auto;
	}
	.about-style-one-info .fixed-text {
		font-size: 18vw;
		bottom: 0;
		line-height: 1;
		margin: 0;
		left: 30px;
		display: none;
	}
	.card-style-one-item {
		padding: 50px 30px;
		margin-top: 30px;
	}
	.card-style-one-item .info .text-end {
		text-align: left !important;
		margin-top: 50px;
	}
	.card-style-one-item img {
		left: auto;
		right: 50px;
	}
	.card-style-one-item .info .btn-style-one {
		background: var(--white);
		color: var(--color-heading);
	}
	.card-style-one-item .info .btn-style-one:after {
		background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	}
	.card-style-one-item .info .btn-style-one:hover {
		color: var(--white);
	}
	.card-style-one-two .bottom {
		flex-direction: row-reverse;
		gap: 30px;
	}
	.card-style-one-two {
		padding: 50px 30px;
	}
	.card-style-one-two .bottom img {
		max-height: 55px;
	}
	.card-style-one-two .js-counter {
		line-height: 1;
	}
	/* About Two */
	.heading-style-two h1 {
		font-size: 36px;
		line-height: 1.2;
	}
	.heading-style-two h1 strong {
		text-align: left;
		display: block;
	}
	.card-style-two {
		grid-template-columns: 1fr;
	}
	.about-style-two-info {
		padding-bottom: 30px;
	}
	.about-style-two-thumb {
		height: auto;
		bottom: 0;
		margin: 0;
	}
	/* About Three */
	.about-style-three-thumb {
		padding: 0;
		margin: 0;
		margin-top: 40px;
	}
	.about-style-three-thumb img:nth-child(2) {
		position: inherit;
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}
	/* About */
	.faq-card {
		grid-template-columns: 1fr;
	}
	.about-four-right-info {
		margin-top: 50px;
	}
	ul.social-list li img {
		max-height: 55px;
		height: auto;
	}
	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}
	.about-style-five-right-info {
		margin-top: 30px;
	}
	.about-style-five-right-info ul.feature-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	/* About Six */
	.about-style-six-right-info {
		height: auto;
		padding: 50px 10px;
		padding-bottom: 70px;
	}
	.about-six-fun-fact .fun-fact .js-counter {
		justify-content: center;
		align-items: center;
	}
	.about-six-fun-fact {
		text-align: center;
	}
	.about-six-features {
		padding: 70px 30px;
	}
	.about-six-features ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	/* Why Choose Us */
	.choose-us-thumb {
		background: rgba(255, 255, 255, 0.15);
		padding: 40px;
		border-radius: 30px;
		overflow: hidden;
		margin-bottom: 40px;
		height: auto;
		padding-bottom: 0;
	}
	.choose-us-thumb img:nth-child(2) {
		left: 10%;
	}
	/* Choose Us Style Two */
	.choose-us-two-thumb {
		height: auto;
		margin-bottom: 30px;
	}
	/* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr;
	}
	.feature-style-one-left-info {
		margin-bottom: 50px;
		height: auto;
	}
	/* Feature Two */
	.feature-style-two-item {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.dashboard-info {
		grid-template-columns: 1fr;
		padding: 0;
		gap: 30px;
		background-image: none !important;
	}
	.dashboard-info h2 {
		font-size: 32px;
	}
	.user-card-style-two::before,
	.user-card-style-two::after {
		display: none;
	}
	.user-card-style-two {
		margin: 0;
		border-radius: 10px;
		padding: 30px;
		margin-top: 30px;
		background: var(--bg-gray);
	}
	.bg-dark .user-card-style-two {
		background: var(--dark-secondary);
	}
	.dashboard-info::after {
		display: none;
	}
	.bg-dark .dashboard-info .thumb img {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px;
	}
	.blurry-shape-left-bottom::after {
		width: 50%;
	}
	/* Award */
	.award-style-one-item {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 30px;
	}
	.award-style-one-item img {
		transform: none;
	}
	.award-style-one-item.active img {
		transform: none;
	}
	.award-style-one-item h2 {
		text-align: center;
	}
	.award-style-one-item .title {
		margin: 0;
	}
	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 100%;
	}
	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}
	.service-style-one-single {
		padding: 0;
		margin-top: 30px;
	}
	.service-style-one-items .community-card {
		margin-top: 30px;
		padding: 50px 30px;
	}
	.service-style-one-item img {
		margin-bottom: 30px;
	}
	.service-style-one-item {
		padding: 50px 30px;
	}
	.service-one-tags {
		padding: 50px 15px;
	}
	.bg-dark .service-style-one-item,
	.bg-dark .service-style-one-items .community-card {
		border-color: rgba(255, 255, 255, 0.2);
	}
	/* Service Two*/
	.services-style-two-colum-large {
		padding: 50px 30px;
	}
	.services-style-two-colum-large .text-end {
		text-align: left !important;
	}
	.services-style-two-items {
		margin-top: 30px;
		grid-template-columns: 1fr;
		height: auto;
	}
	.services-style-three-carousel {
		padding-bottom: 30px;
	}
	.service-style-three-item ul li a {
		padding: 6px 17px;
		padding-top: 7px;
		font-size: 13px;
	}
	/* Service Three */
	.services-style-three-area {
		padding-bottom: 70px;
	}
	.service-style-three-item {
		padding: 50px 30px;
	}
	.fun-fact-car-two {
		padding: 50px 30px;
	}
	/* Service Four */
	.services-style-four-items {
		grid-template-columns: 1fr;
	}
	.services-style-two-area .shape img {
		display: none;
	}
	.services-style-four-item::before,
	.services-style-four-item::after {
		display: none;
	}
	.services-style-four-item {
		padding: 0;
		border-bottom: 1px solid #e7e7e7;
		border-radius: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		height: auto;
	}
	.bg-dark .services-style-four-item {
		border-color: rgba(255, 255, 255, 0.2);
	}
	.services-style-four-item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.services-style-four-item img {
		margin-bottom: 30px;
	}
	/* Service Five */
	.services-style-five-items {
		margin: 0;
	}
	/* Service Six */
	.service-tab-item a {
		gap: 30px;
	}
	.text-scroll-animation .text strong {
		display: none;
	}
	.text-scroll-animation .text {
		color: var(--color-heading);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
		border: none;
	}
	ul.service-tab-content-list li {
		margin-top: 25px;
		border: none;
	}
	.service-tab-contents {
		position: inherit;
		display: none;
	}
	.service-tab-contents.active {
		display: block;
	}
	.service-tab-content-box {
		display: none;
	}
	/* Service Seven */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 1fr 70px;
	}
	.services-style-seven-item button.accordion-button i {
		display: none;
	}
	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}
	/* Service Details */
	.quick-contact-widget {
		padding: 50px 30px;
	}
	.single-widget.services-list-widget {
		padding: 50px 30px;
		padding-bottom: 40px;
	}
	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}
	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}
	.services-details-items .pricing-style-two {
		margin-top: 30px;
	}
	/* Langue Support */
	.language-support-country-flag img:nth-child(3) {
		left: 5%;
		height: 45px;
	}
	.language-support-country-flag img:nth-child(2) {
		height: 60px;
		left: 35%;
	}
	.language-support-country-flag img:nth-child(4) {
		height: 65px;
	}
	.language-support-country-flag img:nth-child(6) {
		height: 60px;
		top: 12%;
	}
	.language-support-country-flag img:nth-child(5) {
		height: 45px;
		right: 0;
		bottom: 20%;
	}
	.language-support-country-flag .fun-fact .js-counter {
		font-size: 50px;
	}
	.language-support-country-flag {
		max-width: 400px;
		margin: auto auto 80px;
	}
	.round-move::after {
		top: 19%;
	}
	.round-move-two::before {
		top: 11%;
	}
	/* Process Style One */
	.process-style-one-items {
		padding: 50px 30px;
		flex-direction: column;
	}
	.process-style-one-item::after {
		display: none;
	}
	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}
	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}
	.process-style-one-item p {
		color: var(--white);
	}
	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}
	.process-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}
	.process-style-one-item:first-child::before {
		display: none;
	}
	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}
	.process-style-one-area .shape {
		display: none;
	}
	/* Process Style Two */
	.process-two-single::after {
		display: none;
	}
	.process-style-two-item span {
		margin-bottom: 30px;
	}
	.process-two-single {
		margin-bottom: 40px;
	}
	.process-style-two-item {
		padding: 50px 30px;
		border: 1px solid rgba(255, 255, 255, 0.25);
		border-radius: 10px;
	}
	.process-style-two-items {
		margin: 0;
	}
	.process-two-single:last-child {
		margin-bottom: 0;
	}
	/* Process Three */
	.process-style-three-items {
		grid-template-columns: 1fr;
		margin-top: 20px;
	}
	.process-style-three-area .shape img {
		display: none;
	}
	.process-style-three-area {
		text-align: center;
	}
	/* Project */
	.project-style-one-area {
		overflow: hidden;
	}
	.project-fun-fact .js-counter {
		font-size: 60px;
	}
	.project-style-one-item {
		position: inherit;
		top: 0;
		grid-template-columns: 1fr;
		padding: 50px 30px;
	}
	.project-style-one-items {
		margin-top: 40px;
	}
	.project-style-one-item .thumb img {
		height: auto;
	}
	.project-style-one-item .thumb {
		height: auto;
	}
	.project-style-one-item .info {
		height: auto;
	}
	.project-style-one-item .thumb img:nth-child(2) {
		display: none;
	}
	.project-style-one-item h3 {
		font-size: 24px;
	}
	/* Project Style Two */
	.project-style-two-item {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
	.project-style-two-item .info {
		padding: 50px 30px;
	}
	/* Project Details */
	ul.project-info-list {
		display: block;
	}
	ul.project-info-list > li {
		border-bottom: 1px solid #dcddfd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	ul.project-info-list > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.project-paginvation-items {
		display: block;
		align-items: center;
		padding: 0;
		border: none;
	}
	.project-paginvation-items a {
		background: #e9ecff;
		display: block;
		text-align: center;
		padding: 25px;
		border-radius: 8px;
	}
	.project-paginvation-items > div {
		margin-top: 15px;
	}
	.project-paginvation-items .icon {
		display: none;
	}
	.project-paginvation-items > div:first-child {
		margin-top: 0;
	}
	ul.project-info-list {
		padding-top: 0;
		border: none;
	}
	.thumb-grid {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
	.item-grid-colum .left-info h3 strong {
		font-size: 26px;
		padding-right: 40px;
	}
	.item-grid-colum .left-info h3 {
		font-size: 24px;
	}
	.item-grid-colum .left-info h3 strong::after {
		right: -5px;
	}
	.item-grid-container {
		grid-row-gap: 30px;
	}
	.item-grid-container img {
		margin-top: 30px;
	}
	/* Pricing */
	.pricing-style-one-item {
		grid-template-columns: 1fr;
		padding: 50px 30px;
		gap: 30px;
		background-size: 70%;
	}
	ul.pricing-types {
		margin-bottom: 50px;
	}
	/* Team */
	.team-style-one-items {
		flex-direction: column;
	}
	.team-page .team-style-one-items {
		margin-top: 0;
	}
	.team-style-one-items .team-style-one-item {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 100%;
		margin-top: 40px;
	}
	.team-style-one-items .team-style-one-item:first-child {
		margin-top: 0;
	}
	.team-style-one-item .thumb img {
		max-width: 300px;
	}
	.team-style-two-items .shape {
		display: none;
	}
	.team-style-one-item .social-overlay,
	.team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay {
		bottom: -15px;
	}
	.team-page .team-style-one-items .team-style-one-item,
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) {
		width: 100%;
	}
	.team-page .team-style-one-items .team-style-one-item:nth-child(2n) .social-overlay,
	.team-page .team-style-one-items .team-style-one-item .social-overlay {
		bottom: -15px;
	}
	/* Team Single */
	.team-single-items .title {
		font-size: 36px;
	}
	.team-single-items .thumb img {
		margin-bottom: 30px;
	}
	.team-single-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.contact-form-card {
		padding: 50px 30px;
	}
	.team-single-area .right-info .social .share-link {
		display: none;
	}
	/* Testimonial */
	.testimonial-thumb {
		margin-bottom: 50px;
	}
	.testimonial-style-one-area .site-heading {
		text-align: center;
	}
	.testimonial-style-one-carousel {
		text-align: center;
	}
	.testimonial-style-one-item .tm-provider {
		justify-content: center;
		text-align: left;
	}
	/* Testimonial */
	.testimonial-style-two p {
		font-size: 17px;
	}
	.testimonial-provider-thumbs {
		margin: 0;
		display: none;
	}
	.testimonial-style-two .provider h4 {
		font-size: 20px;
	}
	.testimonial-style-one-item .tm-provider .quote i {
		background: var(--bg-gradient);
	}
	/* Testimonial Three */
	.testimonial-style-three-items {
		padding: 50px 30px;
	}
	.testimonial-style-three {
		grid-template-columns: 1fr;
		gap: 50px;
		text-align: center;
	}
	.testimonial-style-three p {
		font-size: 17px;
	}
	.testimonial-style-three .provider {
		justify-content: center;
		text-align: left;
	}
	.project-swiper-nav {
		position: inherit;
		text-align: center;
		justify-content: center;
		margin-top: 30px;
		display: none;
	}
	.testimonial-style-three .provider {
		border-top: 1px solid;
		padding-top: 30px;
	}
	.testimonial-style-three .top {
		justify-content: center;
	}
	.testimonial-style-three .left img:first-child {
		max-height: 300px;
		margin: auto;
	}
	/* Faq*/
	.faq-style-one-area {
		background-image: none !important;
	}
	.faq-style-one-info {
		margin-bottom: 50px;
	}
	/* Fun Factor */
	.funfact-style-one-area {
		top: 0;
		margin: 0;
		margin-top: 70px;
	}
	.funfact-style-one-items {
		padding: 50px;
	}
	.funfact-style-one-item {
		border: none;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 30px;
		margin-top: 30px;
	}
	.funfact-style-one-item:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	.funfact-style-one-item h4 {
		margin-top: 25px;
	}
	.funfact-style-one-item p {
		color: var(--white);
	}
	/* Brand */
	.brand-content h2 {
		font-size: 30px;
	}
	.promotion-brand-area {
		margin-top: -80px;
		margin-bottom: 10px;
	}
	/* Blog */
	.blog-style-one {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.blog-style-one h2 {
		font-size: 28px;
	}
	.blog-style-two-box {
		padding: 50px 30px;
		padding-bottom: 10px;
	}
	.blog-style-two {
		margin-bottom: 40px;
	}
	.mb-50 .blog-style-two {
		margin-bottom: 0;
	}
	.blog-style-two h4 {
		font-size: 24px;
	}
	.blog-style-three.inc-thumb {
		margin-bottom: 30px;
	}
	.blog-style-three h3 {
		font-size: 24px;
	}
	.blog-style-three .info {
		padding: 50px 30px;
	}
	.blog-area .pagination {
		margin-top: 10px;
	}
	/* Contact Us */
	.google-maps iframe {
		height: 400px;
	}
	/* Newsletter */
	.newsletter-thumb {
		position: inherit;
		width: 100%;
		margin-bottom: 50px;
	}
	.newsletter-area {
		padding-top: 0;
	}
	/* Error Page */
	.error-box h1 {
		font-size: 120px;
		line-height: 90px;
	}
	/* Footer */
	.footer-style-one-items .f-item {
		flex-grow: inherit;
	}
	.footer-style-one-items {
		flex-direction: column;
		gap: 50px;
	}
	footer h4.widget-title {
		margin-bottom: 20px;
	}
	.f-item.contact {
		margin-bottom: 50px;
	}
	footer ul.contact h4 {
		font-size: 18px;
	}
	.footer-bottom-one {
		text-align: center;
	}
	ul.footer-item-social.text-end {
		justify-content: center;
	}
	.footer-bottom-one .logo img {
		margin-bottom: 30px;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 15px;
	}
	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}
	.footer-shape {
		display: none;
	}
	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}
	.footer-style-two .f-item.about {
		padding-right: 0;
	}
	.f-item.about .logo img {
		margin-bottom: 20px;
	}
	footer .gradient-text {
		font-size: 36px;
		display: none;
	}
	.footer-style-two .f-item {
		margin-bottom: 50px;
	}
	.footer-style-two .f-items {
		padding-bottom: 20px;
	}
}

/* ============================================================== 
    # Preloader CSS
=================================================================== */

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}
.robok-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}
.robok-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.robok-loader {
	margin-left: 92px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.robok-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}
.robok-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	background-image: var(--bg-gradient);
	
	animation: robok-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}
.color-style-two .robok-loader-item {
	background-color: var(--color-style-two);
}
.color-style-three .robok-loader-item {
	background-color: var(--color-style-three);
}
.color-style-four .robok-loader-item {
	background-color: var(--color-style-four);
}
.color-style-five .robok-loader-item {
	background-color: var(--color-style-five);
}
.color-style-six .robok-loader-item {
	background-color: var(--color-secondary);
}
.robok-loader .robok-loader-item:nth-child(1) {
	margin-left: 0px;
}
.robok-loader .robok-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}
.robok-loader .robok-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}
.robok-loader .robok-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}
.robok-loader .robok-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}
.robok-loader .robok-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}
.robok-loader .robok-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}
.robok-loader .robok-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}
@keyframes robok-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}
	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}

/* ============================================================== 
     					# Fine Tuning
================================================================= */

.fun-fact-card-one h5 {line-height: 1.6;}
.info ul li {
	list-style-type: disc;
	margin-left: 14px;
	line-height: 1.6;
}
.info ul li:not(:last-child) {
    margin-bottom: 14px;
}

.pull-right {text-align: right;}
.pull-left {text-align: left;}

.about-style-one-info.p-5 {padding: 5rem !important;}

.feature-style-one .icon img {margin-bottom: 40px;}

.feature-style-one-items.purpose .feature-style-one {
	padding: 24px 24px;
	align-items: center;
 	display: flex;
}

.feature-style-one-items.purpose .feature-style-one .content {
	display: flex;
	align-items: center;
}
.feature-style-one-items.purpose .feature-style-one .icon {
	min-width: 45px;
	margin-right: 1rem;
}
.feature-style-one-items.purpose .feature-style-one .icon img {
	margin-bottom: 0px;
}

.icon.float-start img {
	margin-bottom: 10px;
	margin-right: 24px;
}

.logo.logo-scrolled {
	z-index: 5;
    position: relative;
}
nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
	transition: box-shadow 0s;
}
nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center {
	box-shadow: none;
}
nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center::after,
nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center::before {
	display: none !important;
}

.text-dark .funfact-style-one-item .info,
.text-dark p {
	color: var(--dark) !important;
}

.service-style-one-items > .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.service-style-one-item {
padding: 2.5rem;
}

.background-light {
	background-color: rgba(250, 250, 255, 1);
}

/* ============================================================== 
     					     V2.4.2
================================================================= */

.banner-one-content h2 {
	font-size: 96px;
}
body {
	font-size: 18px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
	font-weight: 600;
}
h4 {
	font-size: 28px;
	font-weight: 600;
}
h5 {
	font-size: 18px;
	font-weight: 600;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}
/*
.btn-style-one.theme-btn-two, .btn.theme-btn-two {
	font-weight: 400;
	font-size: 20px;
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
  footer h3.gradient-text {
    font-size: 32px;
  }
}
.title { font-size: 46px;}
footer.bg-dark, footer.bg-dark p, footer.bg-dark a {
	font-size: 16px;
}
@media (min-width: 1024px) {
  .project-style-one-item {
    overflow: hidden;
    position: sticky;
	  top:unset;
    bottom: 80px;
	  margin-bottom: 60px;
  }
}
#problem .feature-style-one-items{
grid-template-columns: repeat(4, 1fr);
}

.award-style-one-items.alternative .award-style-one-item {
	grid-template-columns: 100px 1fr 1fr;
}

@media (max-width: 1024px) {
	#problem .feature-style-one-items {
		grid-template-columns: repeat(2, 1fr);
	}
	#problem .feature-style-one-items .feature-style-one {
		padding: 24px 24px;
	}
	.banner-one-content h2 {font-size: 72px; margin: 0;}
	
}
@media (max-width: 768px) {
	.award-style-one-items.alternative .award-style-one-item {
		grid-template-columns: 1fr;
	}
	.banner-one-content h2 {font-size: 64px;}
	#introducing .site-heading {padding-bottom: 30px !important;}
}

@media (max-width: 520px) {
	#problem .feature-style-one-items{
grid-template-columns: repeat(1, 1fr);
	}
	.banner-one-content h2 {font-size: 48px;}
}

@media (min-width: 1400px) and (max-width: 1450px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
/*
	nav.fr .attr-nav > ul { gap: 15px;}
	nav.navbar.navbar-common.fr ul.nav > li > a {}
	nav.navbar.navbar-common.fr ul.nav.navbar-nav.navbar-center {padding: 0 20px;}
*/
}
@media (min-width: 1450px) and (max-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

.project-style-one-items > .project-style-one-item:nth-child(10) {
	z-index: 1;
}
.project-style-one-items > .project-style-one-item:nth-child(9) {
	z-index: 2;
}
.project-style-one-items > .project-style-one-item:nth-child(8) {
	z-index: 3;
}
.project-style-one-items > .project-style-one-item:nth-child(7) {
	z-index: 4;
}
.project-style-one-items > .project-style-one-item:nth-child(6) {
	z-index: 5;
}
.project-style-one-items > .project-style-one-item:nth-child(5) {
	z-index: 6;
}
.project-style-one-items > .project-style-one-item:nth-child(4) {
	z-index: 7;
}
.project-style-one-items > .project-style-one-item:nth-child(3) {
	z-index: 8;
}
.project-style-one-items > .project-style-one-item:nth-child(2) {
	z-index: 9;
}
.project-style-one-items > .project-style-one-item:nth-child(1) {
	z-index: 10;
}

.text-success p {color: #1599ae;}
.text-danger p {color: var(--bs-gray);}
.divider {
border-top: 1px solid #dbdbfb;
	width: 100%;
	margin: 24px 0;
}