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

Template Name: Ainox - AI Agency WordPress Theme
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #f0433e

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

[Typography]

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

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
        - Banner Dark
        - Banner Light
    05. Services
        - Version Dark
        - Version Light
        - Service Single
	06. About
        - Version Dark
        - Version Light
    07. Project
        - Project Dark
        - Project Light
        - Project Single
    08. Why Choose Us
    09. Team
        - Team Dark
        - Team Light
        - Team Single
    10. Our Mission
    11. Testimonials
	12. Fun Factor
    13. Faq
    14. Progress
    15. Brand / Partner / Clients
    16. Feature
    17. Tools
    18. Pricing
    19. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/




/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #20232b;
	--dark-secondary: #0e0e0e;
	--white: #ffffff;
	--white-secondary: #d8e3f0;
	--color-primary: #f0433e;
	--color-secondary: #ffeb00;
	--color-optional: #b3ea58;
	--color-heading: #04000b;
	--color-paragraph: #656562;
	--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: #f1f3f5;
	--bg-gradient: linear-gradient(45deg, var(--color-secondary) 0%, var(--color-primary) 50%);
	--bg-gradient-seconday: linear-gradient(45deg, #77875c 0%, #393939 50%);
}



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

* {
	-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%;
	scroll-behavior: smooth;
}

html, body, div, span, img, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, 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;
}

.secondary a:hover {
	color: var(--color-optional);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

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

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

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

@media (min-width: 1024px) {
	.gutter-xl {
		--bs-gutter-x: 80px;
	}
}

@media (min-width: 1400px) {
	.gutter-xxl {
		--bs-gutter-x: 150px;
	}
}

@media (min-width: 1600px) {
	.gutter-xxl {
		--bs-gutter-x: 250px;
	}
}


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

body {
	font-family: var(--font-default);
	font-size: 17px;
	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: 600;
}

h1 {
	font-size: 42px;
	margin-bottom: 25px;
}

h2 {
	font-size: 38px;
	margin-bottom: 25px;
}

h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
}

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

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}


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

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@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: 1600px;
		width: 100%;
	}

	.box-layout {
		width: 94%;
		margin: auto;
		border-radius: 30px;
	}
}

.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%;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}

@media only screen and (min-width: 1600px) {
	.container-stage {
		margin-left: calc((100% - 1510px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

@media (min-width: 1600px) {
	.container-large {
		max-width: 1800px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.item-center {
	display: flex;
	align-items: center;
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !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-color: var(--bg-gray);
}

.bg-dark .bg-gray {
	background-color: var(--dark-secondary);
}

.bg-gray-secondary {
	background-color: var(--bg-gray-secondary);
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-dark-secondary {
	background-color: var(--dark-secondary) !important;
}

.bg-theme {
	background-color: var(--color-primary) !important;
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-optional);
	background: var(--bg-gradient-reverse) !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);
}

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

.bg-dark p {
	color: var(--white-secondary);
}

.bg-gradient p,
.bg-theme p {
	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.35;
	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: var(--black);
	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) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	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.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;
}

.shadow-dark-left {
	position: relative;
	z-index: 1;
}

.shadow-dark-left::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 70%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--black) 70%) repeat scroll 0 0;
	z-index: -1;
	opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 70px 0;
	}
}

.default-padding-top {
	padding-top: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}

.default-padding-bottom {
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 70px;
	}
}

.default-padding.bottom-less {
	padding-top: 150px;
	padding-bottom: 120px;
}

@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;
		padding-bottom: 40px;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -30px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

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

.site-heading {
	margin-bottom: 60px;
}

.site-heading strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.title {
	font-weight: 600;
	font-size: 60px !important;
	margin-top: -10px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--color-heading);
}

.bg-dark .title {
	color: var(--white);
}

@media (max-width: 767px) {
	.title {
		font-size: 34px !important;
		margin-top: 0;
		line-height: 1.2;
	}
}

.bg-dark .title {
	color: var(--white);
}

.site-heading .title {
	margin-bottom: 0;
}

.bg-dark .site-heading .title {
	color: var(--white);
}

.bg-theme .site-heading .title,
.bg-gradient .site-heading .title {
	color: var(--color-heading);
}

.sub-title {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 22px;
	color: var(--color-heading);
}

.bg-dark .sub-title {
	color: var(--white);
}

.sub-title::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	z-index: -1;
	margin-top: 2px;
}

.bg-gradient .sub-title::after,
.bg-theme .sub-title::after {
	background: var(--dark);
}

.sub-title::before {
	position: absolute;
	left: 7px;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	transform: translateY(-50%);
	opacity: 0.6;
	margin-top: -5px;
}

.bg-gradient .sub-title::before,
.bg-theme .sub-title::before {
	background: var(--dark);
	opacity: 0.4;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
	color: var(--color-heading);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

.bg-gradient h1,
.bg-theme h1 {
	color: var(--color-heading);
}

@media (max-width: 767px) {
	.sub-title {
		margin-bottom: 15px;
	}
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 25px;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
	background: var(--white);
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 40px;
	}
}

.site-heading.large h1 {
	text-transform: uppercase;
	font-size: 200px;
	line-height: 0.8;
	font-weight: 700;
}

.site-heading.large strong {
	font-size: 200px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
}

.site-heading.large h2 {
	font-size: 80px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

ul.list-tags {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

ul.list-tags li {
	display: inline-block;
	padding: 0 15px;
	border-radius: 30px;
	font-weight: 600;
	border: 1px solid #757e67;
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 700;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-left .heading {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 1.2;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.sub-heading {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 700;
	background: var(--bg-gradient-reverse);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.shadow .sub-heading {
	-webkit-text-fill-color: var(--white);
	font-weight: 700;
}

.bg-gradient .sub-heading {
	color: var(--white);
	background: transparent;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
	-webkit-text-fill-color: inherit;
	color: var(--white);
}

.site-heading.style-two .title {
	text-transform: uppercase;
}

.site-heading.style-two .title img {
	margin-top: -10px;
}

.site-heading.style-two p {
	padding-left: 30%;
}

.site-heading.text-left p {
	padding-left: 0;
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
}

.zoom-thumb {
	overflow: hidden;
}

.site-heading.style-three h2 {
	font-size: 160px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -20px;
	margin-left: -10px;
}

.site-heading .d-flex img {
	max-width: max-content;
	height: 60px;
	margin-top: 10px;
}

.site-heading .d-flex {
	align-items: flex-start;
	gap: 25px;
	margin-top: 20px;
}

.site-heading .d-flex p {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}

.title-two {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--color-heading);
	margin-top: -10px;
	margin-bottom: 25px;
}

.bg-dark .title-two {
	color: var(--white);
}

/*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);
	}
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn-style-one {
	display: inline-flex !important;
	align-items: center;
	gap: 0;
	color: var(--white) !important;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.btn-style-one span {
	color: var(--white);
}

.btn-style-one.solid {
	gap: 2px;
}

.btn-style-one.theme:hover,
.btn-style-one.dark:hover {
	color: var(--white);
}

.btn-style-one .icon:first-child {
	position: absolute;
	transform: translateX(50px) scale(0.7);
}

.btn-style-one:hover .icon:first-child {
	transform: translateX(0px);
}

.btn-style-one.solid:hover .icon:first-child {
	transform: translateX(-2px);
}

.btn-style-one:hover span {
	transform: translateX(48px) scale(1);
}

.btn-style-one:hover .icon:last-child {
	transform: translateX(-48px) scale(0);
}

.navbar .center-info {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #cccccc;
	padding: 2px 20px;
	border-radius: 30px;
	font-weight: 600;
}

.bg-dark .nav-full-width.navbar .navbar-collapse.collapse p {
	color: var(--white);
	font-weight: 600;
}

.bg-dark .navbar .center-info {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-style-one span {
	background: var(--color-primary);
	height: 52px;
	display: inline-block;
	line-height: 52px;
	padding: 0 30px;
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	z-index: 9;
}

.btn-style-one.btn-sm span {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.btn-style-one.solid span {
	border-radius: 0;
}

.btn-style-one.dark span {
	background: var(--dark);
}

.btn-style-one.border-dark span {
	background: transparent;
	border: 2px solid var(--dark);
	line-height: 52px;
}

.btn-style-one.btn-sm.border-dark span {
	line-height: 48px;
}

.btn-style-one.border-white span {
	background: transparent;
	border: 2px solid var(--white);
	line-height: 52px;
}

.btn-style-one.border-white.btn-sm span {
	line-height: 48px;
}

.bg-dark .btn-style-one.border-white span {
	background: var(--dark);
}

.bg-theme .btn-style-one.border-white span {
	background: var(--color-primary);
}

.btn-style-one.border-theme span {
	background: transparent;
	border: 2px solid var(--color-primary);
	line-height: 52px;
}

.btn-style-one.border-theme.btn-sm span {
	line-height: 48px;
}

.btn-style-one.white span {
	background: var(--white);
	color: var(--color-heading);
}

.btn-style-one .icon {
	height: 52px;
	width: 52px;
	min-width: 52px;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn-style-one.btn-sm .icon {
	height: 48px;
	width: 48px;
	min-width: 48px;
}

.btn-style-one.solid .icon {
	border-radius: 0;
	background: var(--dark);
}

.bg-dark .btn-style-one.solid .icon {
	background: var(--white);
}

.bg-dark .btn-style-one.solid .icon svg path {
	stroke: var(--color-heading);
}

.btn-style-one.dark .icon {
	background: var(--dark);
}

.btn-style-one.border-dark .icon {
	background: transparent;
	border: 2px solid var(--dark);
}

.btn-style-one.border-white .icon {
	background: transparent;
	border: 2px solid var(--white);
}

.btn-style-one.border-theme .icon {
	background: transparent;
	border: 2px solid var(--color-primary);
}

.btn-style-one.white .icon {
	background: var(--dark);
}

.text-light .btn-style-one.white .icon {
	background: var(--white);
}

.btn-style-one.white {
	color: var(--color-heading);
}

.bg-theme.text-light .btn-style-one.white .icon {
	background: var(--dark);
}


/* Button Style Two */
.btn {
	display: inline-block;
	padding: 14px 25px;
	background: var(--color-primary);
	font-size: 15px;
	font-weight: 500;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none !important;
	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);
}

.text-light .btn-style-two {
	color: var(--white);
	font-weight: 600;
	font-size: 16px;
}

.text-light .btn-style-two.light:hover {
	color: var(--color-heading);
}

.btn-style-two: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-two.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-two:after {
		background: var(--dark);
	}

	.navbar.white.no-background .btn-style-two:hover {
		color: var(--white) !important;
	}
}

.btn-style-two.light:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.text-light .btn-style-two:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}

.text-light .btn-style-two.light:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.bg-gradient .btn-style-two.light:after {
	background-image: linear-gradient(315deg, var(--dark-secondary) 0%, var(--dark-secondary) 74%);
}

.text-light .btn-style-two.secondary:hover {
	color: var(--color-heading);
}

.btn-style-two:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-style-two: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-two.btn-border-theme {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid var(--color-primary);
	padding: 13px 40px;
}

.btn-style-two.btn-border-theme::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-two.btn-border-theme:hover {
	color: var(--white);
}

.btn-style-two.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 1px solid #cbcbcb;
	padding: 13px 25px;
}

.bg-dark .btn-style-two.btn-border {
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.bg-dark .btn-style-two.btn-border:hover {
	background: transparent;
}

.btn-style-two.btn-border::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-two.btn-border:hover {
	color: var(--white);
	border-color: var(--color-primary);
}

.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two {
	color: var(--white);
	background: var(--dark);
}

.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two::after {
	background: var(--color-primary);
}

.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two:hover {
	color: var(--white);
}

.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two.btn-dark {
	color: var(--white);
}

.bg-dark .navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two {
	background: var(--white);
	color: var(--color-heading);
}

.bg-dark .navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two:hover {
	color: var(--white);
}

.bg-dark .navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two::after {
	background: var(--color-primary);
}

.bg-dark .navbar.navbar-default.navbar-sticky.sticked .attr-right .attr-nav li .btn.btn-style-two:hover {
	color: var(--color-heading) !important;
}

.bg-dark .navbar.navbar-default.navbar-sticky.sticked .attr-right .attr-nav li .btn.btn-style-two {
	background: var(--color-primary);
	color: var(--white);
}

.bg-dark .navbar.navbar-default.navbar-sticky.sticked .attr-right .attr-nav li .btn.btn-style-two::after {
	background: var(--white);
}

.navbar.navbar-default.navbar-sticky.sticked .attr-right .attr-nav li .btn.btn-style-two.btn-dark:hover {
	color: var(--color-heading);
}

.bg-dark .navbar.navbar-default.navbar-sticky.sticked .attr-right .attr-nav li .btn.btn-style-two.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}




/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button i {
	display: inline-block;
	background: var(--color-primary);
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	position: relative;
}

.video-play-button i {
	font-weight: 100;
	font-size: 35px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #07071e;
	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: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-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: 150px;
	height: 150px;
	background: #07071e;
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-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(--white);
	left: -1px;
}

.video-play-button.with-text .effect {
	height: 60px;
	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;
}

@-webkit-keyframes pulse-border {
	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 pulse-border {
	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;
	}
}


/* ============================================================== 
    # Back to top
=================================================================== */

.back-to-top-wrapper {
	position: fixed;
	right: 50px;
	bottom: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.back-to-top-wrapper.back-to-top-btn-show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}

.back-to-top-btn {
	border: none;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: var(--color-primary);
	box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
	color: var(--white);
	border-radius: 50%;
	transition: all 0.3s ease-out;
}

.back-to-top-wrapper {
	transition: all 0.3s ease-out;
}

/* ============================================================== 
    # 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: 700;
}

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

.mfp-iframe-holder .mfp-close {
	color: transparent;
	background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	z-index: 1;
	display: block;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	color: var(--white);
}



/* ============================================================== 
    # Banner Style One
=================================================================== */

@media (min-width: 1024px) {
	.nav-control-dark nav.navbar.navbar-common.no-background ul.nav.navbar-nav.navbar-center {
		background: rgba(255, 255, 255, 0.4);
		border-color: #ffb3b1;
	}

	.bg-dark.nav-control-dark .no-background.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two {
		background: var(--dark);
		color: var(--white);
	}

	.bg-dark.nav-control-dark .no-background.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two:hover {
		color: var(--white);
	}

	.bg-dark.nav-control-dark .no-background.navbar.navbar-default.navbar-sticky .attr-right .attr-nav li .btn.btn-style-two::after {
		background: var(--color-primary);
	}
}

.banner-style-one .thumb {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 15px;
	position: relative;
}

.banner-style-one .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 390px;
}

.banner-style-one {
	padding-top: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-style-one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 120px;
	width: 100%;
	background: var(--bg-gray);
	z-index: -1;
}

.bg-dark .banner-style-one::after {
	background: var(--dark-secondary);
}

.banner-style-one h2 {
	font-size: 90px;
	position: relative;
	text-align: right;
	color: var(--color-heading);
}

.banner-style-one h2 strong {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	color: var(--color-primary);
	line-height: 1;
}

.banner-style-one h2 strong::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	right: 0;
	bottom: -5px;
	background: rgba(255, 255, 255, 0.5);
	z-index: -1;
	border-radius: 20px;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%), 0 0 17px 0 #FFF inset;
}

.bg-dark .banner-style-one h2 strong::after {
	background: var(--white);
}

.banner-style-one h2 img {
	height: 120px;
}

.banner-style-one p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-heading);
}

.banner-style-one .thumb img {
	margin-top: 60px;
	border-radius: 10px;
}

.banner-style-one .circle-text-card {
	background: var(--white);
	margin-top: 40px;
}

.banner-style-one .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 60px;
}

.banner-style-one .content .multi-user {
	margin-left: 0;
	margin-bottom: 220px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}

.banner-style-one .content .multi-user h4 {
	color: var(--color-heading);
	font-weight: 600;
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
}

.circle-text-card {
	position: relative;
	border: 1px solid #cccccc;
	height: 200px;
	width: 200px;
	min-width: 200px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	background: var(--white);
}

.bg-dark .circle-text-card {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: var(--dark);
}

.circle-text-card .circle-text-item {
	font-size: 19px;
	color: var(--color-heading);
	font-weight: 500;
	height: 175px !important;
	width: 175px !important;
}

.circle-text-item {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle-text-card img,
.circle-text-card i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	height: 50px;
}

.circle-text-card span {
	color: var(--color-heading);
}

.text-light .circle-text-card span {
	color: var(--white);
}

.circle-text.style-one {
	animation: spinner 20s infinite linear;
	display: inline-block;
}

.multi-user {
	margin-left: 120px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.multi-user .thumbs img {
	height: 55px;
	width: 55px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid var(--white);
}

.bg-dark .multi-user .thumbs img {
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.multi-user .thumbs {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.multi-user .thumbs i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 50%;
	margin-left: -15px;
	font-weight: 400;
}

.multi-user h2 {
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-paragraph);
	font-size: 20px;
}

.bg-dark .multi-user h2 {
	color: var(--white-secondary);
	font-weight: 500;
}

ul.list-style-one {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-one li {
	color: var(--color-paragraph);
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-weight: 500;
	margin-top: 7px;
}

.bg-dark ul.list-style-one li {
	color: var(--white-secondary);
}

ul.list-style-one li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e809';
	font-family: "validFonts";
	color: var(--color-primary);
}

.bg-dark ul.list-style-one li::after {
	color: var(--white);
}

.banner-style-one ul.list-style-one li {
	color: var(--color-paragraph);
}

.banner-style-one ul.list-style-one li::after {
	color: var(--color-primary);
}


/* ============================================================== 
    # About Style One
=================================================================== */

.about-style-one-top-info .d-grid {
	border-top: 1px solid #dddddd;
	padding-top: 40px;
	margin-top: 60px;
	grid-template-columns: 300px auto;
}

.bg-dark .about-style-one-top-info .d-grid {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.site-heading.flex {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.site-heading.flex .sub-title {
	min-width: 400px;
}

.heading {
	font-size: 80px;
	line-height: 1.1;
	font-weight: 600;
	margin-top: -15px;
	color: var(--color-heading);
}

.bg-dark .heading {
	font-weight: 500;
	color: var(--white);
}

.site-heading .heading {
	margin-bottom: 0;
}

.about-style-one-top-info .site-heading p {
	margin-top: 0;
	margin-bottom: 25px;
}

.scroll-rotate {
	display: inline-block;
}

.about-style-one-top-info {
	position: relative;
}

.about-style-one-top-info .scroll-rotate {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.about-style-one-top-info .scroll-rotate i {
	display: inline-block;
	font-size: 140px;
	color: var(--color-primary);
}

.bg-dark .about-style-one-top-info .scroll-rotate i {
	color: var(--white);
}

ul.list-style-five {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

ul.list-style-five li {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-size: 18px;
	margin-top: 5px;
	font-weight: 500;
	color: var(--color-heading);
}

.bg-dark ul.list-style-five li {
	color: var(--white);
}

ul.list-style-five li:first-child {
	margin-top: 0;
}

ul.list-style-five li::after {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	height: 8px;
	width: 8px;
	background: var(--color-primary);
	border-radius: 2px;
}

.bg-dark ul.list-style-five li::after {
	background: var(--white);
}

/* ============================================================== 
    # Award
=================================================================== */
li.hover-active-item {
	display: grid;
	grid-template-columns: 25% 2fr 1fr;
	padding: 30px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
}

li.hover-active-item:last-child {
	padding-bottom: 0;
}

li.hover-active-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	width: 100%;
	border-top: 1px solid #dddddd;
}

.bg-dark li.hover-active-item::before {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

li.hover-active-item h2,
li.hover-active-item h4 {
	margin-bottom: 20px;
	font-size: 24px;
}

li.hover-active-item .year {
	text-align: right;
}

li.hover-active-item img {
	height: 50px;
}

li.hover-active-item p {
	margin: 0;
}

li.hover-active-item .year h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}

ul.award-list .list-style-five {
	margin-top: 12px;
}

ul.award-list .list-style-five li {
	font-size: 16px;
	color: var(--color-heading);
	padding-left: 22px;
}

.bg-dark ul.award-list .list-style-five li {
	color: var(--white-secondary);
}

ul.award-list .list-style-five li::after {
	top: 10px;
}

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

.services-style-four-area {
	position: relative;
	z-index: 1;
}

.services-style-four-area .shape {
	position: absolute;
	left: 0;
	top: -120px;
	filter: blur(50px);
	z-index: -1;
}

.services-style-one-item {
	background: var(--white);
	border-top: 1px solid #dddddd;
}

.bg-gray .services-style-one-item {
	background: var(--bg-gray);
	border-top: 1px solid #cccccc;
}

.bg-dark .services-style-one-item {
	background: var(--dark);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark .bg-gray .services-style-one-item {
	background: var(--dark-secondary);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.services-style-one-item .top-info {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 100px;
	padding: 30px 0;
}

.services-style-one-item .top-info .right-info {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.services-style-one-item .top-info .right-info span {
	font-weight: 600;
	color: var(--color-heading);
}

.bg-dark .services-style-one-item .top-info .right-info span {
	color: var(--white);
}

ul.service-tags {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

ul.service-tags li {
	display: inline-block;
	background: var(--bg-gray);
	border-radius: 40px;
	padding: 5px 20px;
	padding-top: 7px;
	color: var(--color-heading);
}

.bg-gray ul.service-tags li {
	background: var(--white);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.bg-dark ul.service-tags li {
	background: #3c3f49;
	color: var(--white);
}

.services-style-one-item .top-info h2 {
	font-size: 45px;
	margin: 0;
}

.services-style-one-item .top-info h2 a {
	font-weight: 600;
}

.services-style-one-item .main-content {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 100px;
	padding-bottom: 50px;
}

.services-style-one-item .main-content .thumb {
	position: relative;
	height: 100%;
}

.services-style-one-item .main-content .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

.services-style-one-item .main-content h2 {
	color: var(--color-paragraph);
	font-size: 28px;
	font-weight: 600;
	margin-top: 50px;
}

.bg-dark .services-style-one-item .main-content h2 {
	color: var(--white-secondary);
	font-weight: 500;
}

.services-style-one-item .main-content strong {
	display: block;
	font-weight: 600;
	color: var(--color-heading);
	margin-top: 3px;
}

.bg-dark .services-style-one-item .main-content strong {
	color: var(--white);
	font-weight: 500;
}

.services-style-one-item .main-content .content-inner {
	display: flex;
	gap: 100px;
	margin-top: 50px;
	align-items: flex-end;
}

.services-style-one-item .main-content li {
	font-size: 20px;
}

.services-style-one-item .main-content li img {
	height: 21px;
}

ul.list-style-two {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-two li {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 24px;
	margin-top: 5px;
	position: relative;
	padding-left: 32px;
	color: var(--color-heading);
}

.bg-dark ul.list-style-two li {
	color: var(--white);
}

ul.list-style-two li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\e80d';
	font-family: "validFonts";
}

ul.list-style-two li:first-child {
	margin-top: 0;
}


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

.services-details-area {
	position: relative;
	z-index: 1;
}

.services-details-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 300px;
	width: 300px;
	background: var(--bg-gradient);
	z-index: -1;
	filter: blur(150px);
}

.tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags-list li {
	display: inline-block;
	border: 1px solid #999a9e;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 15px;
	color: var(--color-heading);
}

.bg-dark .tags-list li {
	color: var(--white);
}

.bg-dark .tags-list li {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-details-top-info .tags-list {
	margin-top: 30px;
}

.service-details-top-info .breadcrumb {
	margin-left: -8px;
}

/* Process */
.process-area .content {
	padding-left: 110px;
}

.process-steps {
	display: flex;
	align-items: flex-end;
	line-height: 1.4;
	font-size: 28px;
	gap: 10px;
	font-weight: 500;
	color: var(--color-heading);
}

.bg-dark .process-steps {
	color: var(--white);
}

.process-steps strong {
	font-size: 180px;
	color: var(--color-primary);
	line-height: 0.8;
	font-weight: 700;
}

.timeline-progress {
	display: flex;
	gap: 30px;
}

.timeline-progress .left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-progress .left .number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--color-heading);
	flex: 0 0 auto;
	position: relative;
	z-index: 9;
	margin: 0;
	font-weight: 700;
	border: 2px solid #dddddd;
}

.bg-dark .timeline-progress .left .number {
	background: #ffefe9;
	color: var(--color-heading);
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.color-style-two .timeline-progress .left .number {
	background: var(--color-style-two);
}

.timeline-progress .left .number-line {
	width: 3px;
	height: 100%;
	background: #cccccc;
	border-top: none;
	position: relative;
	overflow: hidden;
}

.bg-dark .timeline-progress .left .number-line {
	background: var(--white);
}

.timeline-progress .left .timeline-line-fill {
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	border-radius: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.timeline-progress .content {
	border: 1px solid #dddddd;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
}

.bg-dark .timeline-progress .content {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-progress:last-child .content {
	margin-bottom: 0;
}

.timeline-progress .content h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.timeline-progress .content p {
	margin: 0;
}

.timeline-progress .top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 15px;
}

.timeline-progress .top h3,
.timeline-progress .top h4 {
	margin: 0;
	font-size: 24px;
}

.timeline-progress img {
	height: 50px;
}

.timeline-progress:nth-child(2n) .top {
	flex-direction: row-reverse;
}

.progress-left .thumb img {
	border-radius: 10px;
}


/* Service Overview */
.card-style-one {
	padding: 80px;
	background: var(--bg-gray);
}

.bg-dark .card-style-one {
	background: #2d313d;
}

.service-overview-area .thumb {
	height: 100%;
	overflow: hidden;
}

.service-overview-area .thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-style-one ul.list-style-two li {
	font-size: 18px;
}


/* ============================================================== 
    # Fun Factor
=================================================================== */
.fun-fact .js-counter {
	display: flex;
	align-items: center;
	font-size: 80px;
	line-height: 1.2;
	position: relative;
	font-weight: 600;
}

.fun-fact .timer {
	transform: none !important;
}

.fun-fact .js-counter .operator {
	font-weight: 600;
}

.fun-fact-circle-lists {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 220px;
	margin-bottom: 185px;
}

.fun-fact-circle-lists .fun-fact {
	position: relative;
	padding: 15px;
	text-align: center;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fun-fact-circle-lists .fun-fact .operator {
	font-weight: 500;
}

.bg-dark .fun-fact-circle-lists .fun-fact .operator {
	font-weight: 500;
}

.fun-fact-circle-lists .fun-fact .js-counter {
	justify-content: center;
	color: var(--color-heading);
	font-weight: 500;
}

.bg-dark .fun-fact-circle-lists .fun-fact .js-counter {
	color: var(--white);
	font-weight: 500;
}

.fun-fact-circle-lists .fun-fact::after {
	height: 350px;
	width: 350px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #c9c4c4;
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.bg-dark .fun-fact-circle-lists .fun-fact::after {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.fun-fact-circle-lists .fun-fact:nth-child(2)::after {
	height: 450px;
	width: 450px;
	background: var(--white);
}

.fun-fact-circle-lists .fun-fact:nth-child(2)::after {
	background: var(--color-primary);
	border-color: transparent;
}

.fun-fact-circle-lists .fun-fact:last-child::after {
	height: 450px;
	width: 450px;
	background: var(--white);
}

.bg-dark .fun-fact-circle-lists .fun-fact:last-child::after {
	background: var(--dark);
}

.fun-fact-circle-lists .fun-fact:last-child .counter {
	margin: 0;
}

.fun-fact-circle-lists .fun-fact span.medium {
	font-weight: 500;
	font-size: 20px;
}

.bg-dark .fun-fact-circle-lists .fun-fact span.medium {
	color: var(--white);
	opacity: 0.9;
}

.fun-fact-circle-lists .fun-fact:nth-child(2) {
	position: relative;
	top: 40px;
	left: -5px;
	z-index: 9;
}

.fun-fact-circle-lists .fun-fact:nth-child(2) .js-counter {
	color: var(--white);
}

.fun-fact-circle-lists .fun-fact:nth-child(2) .medium {
	color: var(--white);
}

.fun-fact-circle-lists .fun-fact:nth-child(3) {
	top: -120px;
	left: -35px;
}

.fun-fact-circle-lists .fun-fact:nth-child(3)::after {
	height: 360px;
	width: 360px;
}

.fun-fact-circle-lists .fun-fact:last-child {
	top: 50px;
	right: 60px;
}

.fun-fact-circle-lists .fun-fact:nth-child(2) .counter {
	font-size: 100px;
	position: relative;
	margin-top: 0;
	align-items: inherit;
}



/* ============================================================== 
    # Project Style One
=================================================================== */
.left-scroll-animation {
	width: max-content;
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
}

.left-scroll-item {
	width: 750px;
	height: 70vh;
	min-height: 500px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.left-scroll-item::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 45%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(51 46 46) 100%) repeat scroll 0 0;
	border-radius: 8px;
}

.left-scroll-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	vertical-align: inherit;
	border-radius: 10px;
}

.left-scroll-item .see-more {
	position: absolute;
	top: 0;
	left: calc(100% + 15px);
	width: calc(100% - 15px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-scroll-item .see-more a {
	color: var(--color-primary);
	line-height: 1;
	text-decoration: underline;
	font-size: 50px;
}

.left-scroll-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.left-scroll-item .overlay-info {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 50px;
}

.left-scroll-item .overlay-info h1 {
	margin: 0;
}

.left-scroll-item .overlay-info h1 a {
	font-weight: 600;
	color: var(--white);
}

.left-scroll-item .overlay-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.left-scroll-item .overlay-info ul li a {
	display: inline-block;
	background: #ffefe9;
	color: var(--color-heading);
	border-radius: 30px;
	padding: 2px 20px;
	font-weight: 400;
}

.left-scroll-item .overlay-info ul li:nth-child(2) a {
	background: var(--color-primary);
	color: var(--white);
}

/* Project Grid */

.project-grid-one-items {
	margin-top: -80px;
}

.project-style-one-item {
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-top: 120px;
}

.project-style-one-item::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 45%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(51 46 46) 100%) repeat scroll 0 0;
	border-radius: 8px;
}

.project-style-one-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.project-style-one-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	min-height: 450px;
}

.project-style-one-item .overlay-info {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 50px;
}

.project-style-one-item .overlay-info h1 {
	margin: 0;
	font-size: 30px;
}

.project-style-one-item .overlay-info h1 a {
	font-weight: 600;
	color: var(--white);
}

.project-style-one-item .overlay-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.project-style-one-item .overlay-info ul li a {
	display: inline-block;
	background: #ffefe9;
	color: var(--color-heading);
	border-radius: 30px;
	padding: 2px 20px;
	font-weight: 400;
}

.project-style-one-item .overlay-info ul li:nth-child(2) a {
	background: var(--color-primary);
	color: var(--white);
}

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

.project-details-top-info h1 {
	font-size: 135px;
	line-height: 1;
	margin-bottom: 0;
}

.project-details-top-info h1 strong {
	text-align: right;
	display: block;
	font-weight: 600;
}

.project-details-top-info h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

ul.project-info-list {
	margin-bottom: 0;
	border-top: 1px solid #dddddd;
	list-style: none;
	display: flex;
	text-align: left;
	gap: 50px;
	padding-top: 50px;
	margin-top: 70px;
}

.bg-dark ul.project-info-list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

.project-details-top-info ul.list-style-two li {
	font-size: 17px;
}

.bg-dark .project-details-top-info ul.list-style-two li {
	color: var(--white-secondary);
}

.full-width-thumb img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.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-colum {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.item-grid-colum .left-info h2 {
	display: flex;
	align-items: center;
}

.item-grid-colum .left-info h2 strong {
	position: relative;
	z-index: 1;
	margin-right: 25px;
	padding-right: 50px;
	font-size: 40px;
	font-weight: 700;
}

.bg-dark .item-grid-colum .left-info h2 strong {
	color: var(--white);
}

.item-grid-colum .left-info h2 strong::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 2px;
	width: 30px;
	border-top: 1px solid;
	color: #8d8d8d;
}

.bg-dark .item-grid-colum .left-info h2 strong::after {
	color: #b1b2f2;
}

.bg-dark .item-grid-colum .left-info h2 strong::after {
	border-top: 1px solid;
	color: var(--white);
}

.project-details-items .list-style-two li {
	font-size: 17px;
}

.bg-dark .project-details-items .list-style-two li {
	color: var(--white-secondary);
}

.project-details-items .thumb {
	overflow: hidden;
}

.project-gallery-items .gallery-item {
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.project-gallery-items .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.work-overview-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.work-overview-item {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.bg-dark .work-overview-item {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.work-overview-item .js-counter {
	font-size: 55px;
	line-height: 1;
	min-width: 180px;
	font-weight: 600;
	color: var(--color-heading);
}

.bg-dark .work-overview-item .js-counter {
	color: var(--white);
	font-weight: 500;
}

.work-overview-item:first-child, .work-overview-item:nth-child(2) {
	border: none;
}

.work-overview-item span.medium {
	font-size: 20px;
	color: var(--color-heading);
}

.bg-dark .work-overview-item span.medium {
	color: var(--white);
}

.project-details-items .thumb img {
	width: 100%;
}

.project-pagination-items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-pagination-items a {
	display: inline-block;
	height: 250px;
	width: 250px;
	text-align: center;
	line-height: 250px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	margin: 0 -20px;
}

.bg-dark .project-pagination-items a {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.project-pagination-items a i {
	font-weight: 100;
	font-size: 25px;
	position: relative;
	top: 3px;
}

.project-pagination-items a i.fa-long-arrow-left {
	margin-right: 5px;
}

.project-pagination-items a i.fa-long-arrow-right {
	margin-left: 5px;
}

.project-pagination-items a:hover, 
.project-pagination-items a.active {
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	border-color: var(--color-primary);
	color: var(--white);
}

/* ============================================================== 
    # Testimonial Style Three
=================================================================== */
.testimonial-style-one-items {
	padding: 120px;
	border: 1px solid #e7e7e7;
	position: relative;
	z-index: 1;
}

.bg-gray .testimonial-style-one-items {
	border: 1px solid #d6d6de;
}

.bg-dark .testimonial-style-one-items {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonial-style-one-items::after {
	position: absolute;
	left: -7px;
	top: -7px;
	content: "";
	height: 14px;
	width: 14px;
	background: var(--color-primary);
	border: 1px solid var(--white);
}

.testimonial-style-one-items::before {
	position: absolute;
	top: -7px;
	right: -7px;
	content: "";
	height: 14px;
	width: 14px;
	background: var(--color-primary);
	border: 1px solid var(--white);
}

.testimonial-style-one-items .shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.testimonial-style-one-items .shape::after {
	position: absolute;
	left: -7px;
	bottom: -7px;
	content: "";
	height: 14px;
	width: 14px;
	background: var(--color-primary);
	border: 1px solid var(--white);
}

.testimonial-style-one-items .shape::before {
	position: absolute;
	bottom: -7px;
	right: -7px;
	content: "";
	height: 14px;
	width: 14px;
	background: var(--color-primary);
	border: 1px solid var(--white);
}

.testimonial-style-one-items .d-grid {
	grid-template-columns: 100px auto;
	gap: 70px;
	align-items: flex-start;
	justify-content: center;
}

.testimonial-style-one-items .icon i {
	font-size: 70px;
	line-height: 1;
	color: var(--color-primary);
	line-height: 1.2;
}

.testimonial-card {
	background: rgba(255, 255, 255, 0.1);
	padding: 30px;
	border-radius: 10px;
}

.testimonial-card img {
	height: 30px;
	margin-bottom: -15px;
}

.testimonial-card p {
	margin-bottom: 10px;
}

.testimonial-card .ratings i {
	font-size: 15px;
	margin-bottom: 12px;
	display: inline-block;
	color: var(--color-primary);
}

.site-heading.style-two .testimonial-card p {
	padding: 0;
	margin-top: 0;
}

.testimonial-style-one-items .shape .shadow {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	background-image: linear-gradient(var(--white), transparent 1px), linear-gradient(to right, var(--white), transparent 1px);
	background-size: 100% 44px, 44px 100%;
	opacity: 0.1;
}

.testimonial-one-item {
	padding: 40px;
	background: var(--white);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bg-dark .testimonial-one-item {
	background: #2b2e36;
}

.bg-dark .testimonial-one-item::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100px;
	width: 200px;
	background: var(--color-primary);
	z-index: -1;
	filter: blur(120px);
	opacity: 0;
}

.swiper-slide-active .testimonial-one-item::after {
	opacity: 1;
}

.testimonial-one-item .provider-info {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-one-item .provider-info img {
	height: 60px;
	width: 60px;
	min-width: 60px;
	border-radius: 50%;
}

.testimonial-one-item .provider-info h2 {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 700;
}

.bg-dark .testimonial-one-item .provider-info h2 {
	font-weight: 600;
}

.testimonial-one-item .provider-info span {
	font-size: 16px;
	font-weight: 500;
}

.bg-dark .testimonial-one-item .provider-info span {
	font-weight: 400;
}

.testimonial-one-item .provider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

.testimonial-one-item .provider .icons {
	display: inline-flex;
	border: 1px solid #cccccc;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: var(--color-heading);
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

.bg-dark .testimonial-one-item .provider .icons {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.testimonial-one-item .ratings-header h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.testimonial-one-item .ratings-header  .ratings {
	font-size: 14px;
	font-weight: 600;
}

.testimonial-one-item .ratings-header .ratings span {
	margin-left: 5px;
}

.testimonial-one-item .ratings-header .ratings i {
	color: var(--color-primary);
}


/* ============================================================== 
    # Partner
=================================================================== */

.partner-style-three-area {
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.partner-accordiong-container {
	margin-bottom: -30px;
}

.partner-style-one-item .accordion-button {
	padding: 30px 0;
	background: transparent;
	box-shadow: none;
	border: none;
	display: grid;
	grid-template-columns: 8.33333333% 2fr 1fr;
}

.partner-style-one-item button.accordion-button::before {
	position: absolute;
	right: 0;
	top: 28px;
	content: "\f063";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	height: 45px;
	width: 45px;
	background: var(--white);
	color: var(--color-heading);
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	font-size: 17px;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.bg-dark .partner-style-one-item button.accordion-button::before {
	background: #ffefe9;
	box-shadow: none;
}

.partner-style-one-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f062";
	background: var(--color-primary);
	color: var(--white);
}

.partner-style-one-item .accordion-button::after {
	display: none;
}

.partner-style-one-item .accordion-button strong {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: 600;
	color: var(--color-heading);
}

.text-light .partner-style-one-item .accordion-button strong {
	color: var(--white);
}

.partner-style-one-item {
	position: relative;
	z-index: 1;
}

.partner-style-one-item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), #b7b7ce, rgba(255, 255, 255, 0));
}

.bg-dark .partner-style-one-item::after {
	background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
}

.partner-style-one-item .accordion-body {
	padding: 0;
	padding-bottom: 50px;
}

@media (min-width: 1400px) {
	.partner-style-one-item .accordion-body {
		padding-left: 8.33333333%;
	}
}

.partner-style-one-item .accordion-body .item {
	display: grid;
	grid-template-columns: 400px auto;
	gap: 50px;
	padding-top: 20px;
}

.partner-style-one-item .accordion-body .item p {
	margin-bottom: 20px;
}

.partner-style-one-item .thumb {
	height: 100%;
	position: relative;
}

.partner-style-one-item .thumb img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

.partner-style-one-item .accordion-button > span {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-heading);
}

.text-light .partner-style-one-item .accordion-button > span {
	color: var(--white);
}

.partner-style-one-item .btn-simple {
	color: var(--color-heading);
}

.text-light .partner-style-one-item .btn-simple {
	color: var(--white);
}

.bg-dark .partner-style-one-item .accordion-body .item p, 
.bg-dark .partner-style-one-item .accordion-body .item li {
	color: var(--white-secondary);
}

.partner-style-one-item .accordion-body .item  .btn-simple {
	color: var(--color-heading);
}

.bg-dark .partner-style-one-item .accordion-body .item  .btn-simple {
	color: var(--white);
}

.bg-dark .btn-simple svg path {
	stroke: var(--white);
}

.partner-style-one-item .partner-info {
	display: grid;
	align-items: center;
	grid-template-columns: 400px auto;
	gap: 50px;
}

.partner-style-one-item .partner-info img {
	height: 40px;
}

.partner-style-one-item .accordion-body .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.partner-style-one-item .accordion-body .item ul li {
	display: inline-block;
	border: 1px solid #999a9e;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 15px;
}

.bg-dark .partner-style-one-item .accordion-body .item ul li {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.partner-style-one-item .accordion-body .item h3 {
	margin-bottom: 25px;
	font-size: 24px;
}


/* ============================================================== 
    # Achivement
=================================================================== */
.achivement-style-one-area {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	z-index: 1;
}

.achivement-style-one-items .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	background-color: var(--white);
}

.achivement-style-one-items .swiper-pagination-bullet::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.achivement-style-one-items .swiper-pagination-bullet-active {
	background: #dddde3;
	z-index: 1;
}

.bg-dark .achivement-style-one-items .swiper-pagination-bullet-active {
	background: var(--white);
}

.achivement-style-one-items .swiper-pagination-bullet-active::before {
	background-color: var(--color-primary);
	-webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
	animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.achivement-style-one-items .swiper-paused .swiper-pagination-bullet-active::before {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slide-progress {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.achivement-style-one-items .circle-text-card img {
	height: 30px;
}

.achivement-style-one-items .circle-text-card i {
	font-size: 30px;
	line-height: 1.7;
	color: var(--color-primary);
}

.bg-dark .achivement-style-one-items .circle-text-card i {
	color: var(--white);
}

.round-count {
	display: inline-flex;
	height: 200px;
	width: 200px;
	min-width: 200px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
}

.badge-card {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.badge-card .circle-text-card {
	margin: 0;
}

.badge-card .round-count {
	margin-left: -50px;
}

.badge-card .round-count .counter {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2px;
	color: var(--white);
}

.round-count .fun-fact .js-counter {
	font-size: 40px;
	color: var(--white);
}

.round-count .fun-fact span.medium {
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
}

.achivement-item .d-grid {
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.achivement-item ul.list-style-two li {
	font-size: 18px;
}

.achivement-item ul.list-style-two {
	padding-left: 25%;
	margin-top: 30px;
}

.achivement-pagination.achivement-pagination {
	position: relative;
	bottom: 0;
}

.achivement-pagination .swiper-pagination-bullet {
	position: absolute;
	width: 100%;
}

.achivement-navigation {
	display: inline-flex;
	gap: 10px;
}

.achivement-navigation i {
	font-size: 35px;
	font-weight: 300;
}

.achivement-control {
	display: flex;
	gap: 50px;
	align-items: center;
	margin-top: 30px;
}

.achivement-navigation > div {
	line-height: 1;
}

.achivement-style-one-area .shape {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
}

.achivement-style-one-area .shape::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 30%;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--white) 100%) repeat scroll 0 0;
}

.bg-dark .achivement-style-one-area .shape::after {
	width: 50%;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--dark) 80%) repeat scroll 0 0;
}

.achivement-style-one-area .shape img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right center;
}

.achivement-item ul.list-style-two li::after {
	font-size: 20px;
	margin-top: -2px;
}

/* ============================================================== 
    # Ai Tools
=================================================================== */

.ai-tools-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	justify-content: center;
	gap: 30px;
	position: relative;
	z-index: 1;
}

.ai-tool-item {
	display: grid;
	gap: 30px;
}

.ai-tool-item img {
	background: #dadce0;
	border-radius: 10px;
	padding: 40px;
}

@media (min-width: 767px) {
	.ai-tool-item:first-child img:nth-child(2) {
		display: none;
	}
}

/* ============================================================== 
    # Pricing
=================================================================== */
.site-heading .multi-user {
	margin: 0;
	border: none;
	gap: 15px;
	padding-top: 10px;
}

.site-heading .multi-user h2 {
	font-size: 17px;
	line-height: 1.5;
}

.nav.nav-tabs.pricing-tab-navs {
	border: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: var(--color-primary);
	width: 67px;
	border-radius: 30px;
	padding-left: 3px;
	height: 33px;
	margin-left: 105px;
	margin-top: 50px;
}

.text-light .nav.nav-tabs.pricing-tab-navs {
	background: var(--white);
}

.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(--white);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}

.bg-dark .nav.nav-tabs.pricing-tab-navs button::before {
	background: var(--color-primary);
}

.nav.nav-tabs.pricing-tab-navs button.active::before {
	width: 27px;
}

.nav.nav-tabs.pricing-tab-navs button span {
	position: absolute;
	top: 3px;
	width: 100px;
	left: 100%;
	opacity: 0.7;
	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-one-item {
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding: 50px;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bg-dark .pricing-style-one-item {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-style-one.active {
	border-color: transparent;
}

ul.list-style-three {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-three li {
	position: relative;
	padding-left: 30px;
	margin-top: 8px;
	font-size: 16px;
}

.bg-dark ul.list-style-three li {
	color: var(--white-secondary);
}

ul.list-style-three li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
}

.pricing-style-one-item.active {
    background-image: url(https://wordpress.validthemes.net/ainox/wp-content/uploads/2026/05/5.jpg);
    border: none;
}

.pricing-style-one-item .pricing-header {
	margin-bottom: 30px;
}

.pricing-style-one-item .pricing-header span {
	font-weight: 700;
	display: flex;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.2;
	align-items: center;
	gap: 10px;
	color: var(--color-heading);
}

.bg-dark .pricing-style-one-item .pricing-header span,
.pricing-style-one-item.text-light .pricing-header span {
	color: var(--white);
}

.pricing-style-one-item .pricing-header span strong {
	background: #ffefe9;
	color: var(--color-heading);
	font-size: 16px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 600;
}

ul.list-style-six {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	display: grid;
	gap: 25px;
}

ul.list-style-six p {
	margin-bottom: 0;
	font-size: 15px;
}

ul.list-style-six li i {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	font-weight: 300;
	font-size: 22px;
	color: var(--color-heading);
}

.bg-dark ul.list-style-six li i,
.text-light ul.list-style-six li i {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.color-style-two ul.list-style-six li i {
	color: var(--color-style-two);
}

ul.list-style-six li {
	display: flex;
	gap: 15px;
}

ul.list-style-six li h2 {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
}

.pricing-style-one-item .pricing-bottom-info {
	margin-top: 40px;
}

.pricing-bottom-info h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.pricing-style-one-item .btn {
	margin-top: 25px;
	width: 100%;
}

.pricing-style-one-item .pricing h1 {
	margin: 0;
	font-size: 50px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.pricing-style-one-item .pricing h1 sub {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	display: flex;
	margin-left: 5px;
	color: var(--color-paragraph);
}

.bg-dark .pricing-style-one-item .pricing h1 sub,
.pricing-style-one-item.text-light .pricing h1 sub {
	color: var(--white-secondary);
}

.pricing-style-one-item .pricing h1 sup {
	font-size: 30px;
}

.infinit-carousel .api-list-item {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px;
	border-radius: 10px;
}

.pricing-style-one-item ul.list-style-six {
	margin-top: 50px;
}


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

.choose-us-style-one-area {
	position: relative;
	z-index: 1;
}

.bg-dark .choose-us-style-one-area::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 350px;
	width: 350px;
	background: var(--color-primary);
	z-index: -1;
	filter: blur(180px);
}

.chatbot-card {
	height: 100%;
	padding: 50px;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chatbot-card h4,
.chatbot-card h2 {
	color: var(--white);
	font-size: 24px;
	margin-bottom: 15px;
}

.chatbot-card p {
	color: var(--white);
}

.infinit-carousel {
	text-align: center;
	margin-top: 80px;
}

.infinit-carousel img {
	max-height: 50px;
}

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

.ai-code {
	padding: 50px;
	position: relative;
	z-index: 1;
	background: var(--white);
	border-radius: 11px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 4px solid #e1e0e0;
}

.ai-code::after {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -14px;
	content: "";
	height: 10px;
	background: #edebeb;
	z-index: -1;
	border-radius: 0 0 10px 10px;
}

.bg-gray .ai-code::after {
	background: var(--white);
}

.bg-dark .ai-code {
	box-shadow: none;
	border: none;
	overflow: hidden;
	background: linear-gradient(45deg, var(--white) 0%, var(--color-primary) 50%);
}

.bg-dark .ai-code::after {
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	height: auto;
	content: "";
	border-radius: 10px;
	background: var(--dark);
	z-index: -1;
}

.ai-code img {
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
	padding: 10px;
}

.bg-dark .ai-code img {
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-code h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.ai-code p {
	margin-bottom: 0;
}

.choose-us-style-item .js-counter {
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
	color: var(--color-primary);
}

.bg-dark .choose-us-style-item .js-counter {
	font-weight: 500;
	color: var(--white);
}

.choose-us-style-item p {
	margin-bottom: 0;
}

.choose-us-style-item h2,
.choose-us-style-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

ul.list-style-four {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-style-four li {
	margin-top: 50px;
}

ul.list-style-four li:first-child {
	margin: 0;
}

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

.fixed-item {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.team-style-one-items {
	margin-bottom: -80px;
}

.team-style-one-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 80px;
}

.team-style-one-item .content {
	padding-top: 30px;
}

.team-style-one-item .content h2 {
	margin-bottom: 5px;
	font-size: 24px;
}

.team-style-one-item .content span {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.bg-dark .team-style-one-item .content span {
	color: var(--white-secondary);
}

.team-style-one-item img {
	border-radius: 10px;
}

.bg-dark .bg-gray .team-style-one-item .content {
	background: var(--dark-secondary);
}

.btn-large-border a {
	display: inline-flex;
	height: 150px;
	width: 150px;
	min-width: 150px;
	padding: 0 20px;
	text-align: center;
	background: var(--white);
	border: 1px solid #cccccc;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	line-height: 1.3;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.btn-large-border.large a {
	height: 220px;
	width: 220px;
}

.bg-dark .btn-large-border a {
	background: transparent;
}

.btn-large-border a:hover {
	color: var(--color-heading);
}

.bg-dark .btn-large-border a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.btn-large-border a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 50%;
	width: 50%;
	background: var(--color-primary);
	z-index: -1;
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.btn-large-border a:hover::after {
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.btn-large-border a:hover {
	border: 1px solid transparent;
	color: var(--white);
}

.btn-large-border a:hover i {
	color: var(--white);
}

.btn-large-border a i {
	display: inline-block;
	transform: rotate(-45deg);
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	transition: all 0.35s ease-in-out;
}

.quick-contact-items .btn-large-border {
	margin-left: 50px;
}

.quick-contact-items p {
	margin: 0;
}

.bg-theme .btn-large-border a {
	border: 2px solid;
}

.bg-theme .btn-large-border a i {
	color: var(--color-heading);
}

.bg-theme .btn-large-border a::after {
	background: var(--dark);
}

.bg-theme .btn-large-border a:hover {
	border-color: transparent;
	color: var(--white);
}

.bg-theme .btn-large-border a:hover i {
	color: var(--white);
}

.heading-large {
	margin-bottom: 60px;
}

.heading-large h1 {
	text-transform: uppercase;
	font-size: 160px;
	display: flex;
	align-items: flex-end;
	line-height: 130px;
	font-weight: 700;
}

.heading-large.text-center h1 {
	display: block;
}

.heading-large h1 strong {
	font-size: 30px;
	display: inline-block;
	background: var(--color-primary);
	color: var(--color-heading);
	padding: 10px;
	border-radius: 5px;
	line-height: 1;
	margin-left: 7px;
	margin-bottom: 5px;
}

.heading-large h2 {
	font-size: 160px;
	line-height: 1;
	text-transform: uppercase;
	margin-left: 105px;
	color: var(--color-primary);
	background: linear-gradient(45deg, var(--color-primary) 0%, #ebebeb 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.heading-large span {
	font-size: 160px;
	text-transform: uppercase;
	color: var(--color-primary);
	display: block;
	margin-top: 30px;
}

.bg-dark .heading-large span {
	color: var(--color-primary);
	background: linear-gradient(45deg, var(--color-primary) 0%, #ebebeb 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.site-heading .shape {
    padding-right: 60px;
    position: relative;
    z-index: 1;
}

.site-heading .shape::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    height: 50px;
    width: 50px;
    background-image: url(https://wordpress.validthemes.net/ainox/wp-content/uploads/2026/05/9-1.png);
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
}


/* ============================================================== 
    # 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);
}

.bg-dark .team-single-area .right-info .social .share-link>i {
	background: var(--white);
	color: var(--color-heading);
}

.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: flex;
	height: 45px;
	width: 45px;
	align-items: center;
	background: #f1f1f1;
	text-align: center;
	border-radius: 50%;
	justify-content: center;
}

.bg-dark .team-single-area .right-info .social ul li a {
	background: var(--white);
	color: var(--color-heading);
}

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

.bg-dark .team-single-items .about ul li {
	color: var(--white);
}

.team-single-items .about ul li a {
	color: var(--color-paragraph);
	font-weight: 400;
}

.bg-dark .team-single-items .about ul li a {
	color: var(--white-secondary);
}

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

.bg-dark .team-list-item span {
	color: var(--white-secondary);
}

.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;
	list-style: none;
}

.team-list-item ul {
	border-left: 1px solid;
	padding-left: 25px;
	margin-left: 7px;
}

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

.bg-dark .team-list-item ul li::after {
	background: var(--dark);
	border-color: var(--white-secondary);
}

.team-single-items h2 {
	margin-bottom: 15px;
	font-size: 50px;
}

.team-single-items span {
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
	font-weight: 500;
	font-size: 18px;
}

.title-large {
	font-size: 120px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: -10px;
	color: var(--color-heading);
}

.bg-dark .title-large {
	color: var(--white);
}

.team-heading span {
	text-transform: uppercase;
	font-size: 28px;
	color: var(--color-heading);
}

.bg-dark .team-heading span {
	color: var(--white);
}

/* ============================================================== 
    # Faq
=================================================================== */
.faq-style-one-items {
	padding: 80px;
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	overflow: hidden;
}

.faq-left-info .title {
	text-transform: uppercase;
}

.accordion-style-one-item button.accordion-button {
	box-shadow: none;
	padding: 25px 30px;
	font-size: 20px;
	border: none;
	background: transparent;
	border-radius: 10px;
	padding-right: 85px;
	line-height: 1.4;
	color: var(--white);
}

.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(--white);
	color: var(--color-heading);
	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) {
	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 {
	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: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.accordion-style-one-item .accordion-body p {
	margin: 0;
}

.accordion-style-one-item:first-child {
	margin-top: 0;
}

.accordion-style-one-item button.accordion-button::after {
	display: none;
}

.faq-left-info  p {
	margin-top: 20px;
}


/* ============================================================== 
    # Our Missing
=================================================================== */

.site-heading .title i {
	display: inline-block;
	padding: 15px;
	background: var(--color-primary);
	font-size: 30px;
	border-radius: 7px;
	top: -10px;
	position: relative;
	transform: rotate(-10deg);
	margin-top: 30px;
	color: var(--white);
}

.bg-dark .site-heading .title i {
	background: #ffefe9;
	color: var(--color-primary);
}

.home-container {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 100vh;
	margin: auto;
}

.home-container video,
.home-container img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	transform: translateX(-50%);
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.home-container {
		width: 100%;
		height: auto;
		min-height: 350px;
	}
}

@media only screen and (max-width: 1023px) {
	
	.home-container video {
		width: 100%;
		min-height: 350px;
	}
}

.text-scroll-animation .text {
	color: rgb(0, 0, 0, 0.3);
	background: linear-gradient(to right, var(--color-heading), 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;
}

.bg-dark .text-scroll-animation .text {
	color: rgb(255, 255, 255, 0.2);
	background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
}


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

.contact-left-info .title {
	text-transform: uppercase;
	font-size: 55px !important;
}

.contact-left-info p {
	margin-top: 20px;
}

.btn i.fa-comment {
	transform: none;
}

ul.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

ul.contact-list h2 {
	color: var(--color-paragraph);
	font-weight: 500;
	font-size: 16px;
}

.bg-dark ul.contact-list h2 {
	color: var(--white-secondary);
	font-weight: 400;
}

ul.contact-list p {
	color: var(--color-heading);
	font-weight: 600;
	margin-bottom: 0;
}

.bg-dark ul.contact-list p {
	color: var(--white);
}

.form-group {
	margin-bottom: 15px;
}

.contact-form-style-one {
	margin-top: 50px;
	padding: 50px;
	border-radius: 15px;
	border: 1px solid #e7e7e7;
}

.bg-dark .contact-form-style-one {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-form-style-one input,
.contact-form-style-one textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	padding-left: 0;
	color: var(--color-heading);
}

.bg-dark .contact-form-style-one input,
.bg-dark .contact-form-style-one textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white);
}


/* CSS */


.bg-dark .contact-form-style-one input::-webkit-input-placeholder,
.bg-dark .contact-form-style-one textarea::-webkit-input-placeholder {
 /* Chrome */
	color: var(--white-secondary);
}

.bg-dark .contact-form-style-one input:-ms-input-placeholder,
.bg-dark .contact-form-style-one textarea:-ms-input-placeholder {
 /* IE 10+ */
	color: var(--white-secondary);
}

.bg-dark .contact-form-style-one input::-moz-placeholder,
.bg-dark .contact-form-style-one textarea::-moz-placeholder {
 /* Firefox 19+ */
	color: var(--white-secondary);
	opacity: 1;
}

.bg-dark .contact-form-style-one input:-moz-placeholder,
.bg-dark .contact-form-style-one textarea:-moz-placeholder {
 /* Firefox 4 - 18 */
	color: var(--white-secondary);
	opacity: 1;
}

.contact-form-style-one input:focus,
.contact-form-style-one textarea:focus {
	background: transparent;
	box-shadow: none;
	border-color: var(--dark);
}

.bg-dark .contact-form-style-one input:focus,
.bg-dark .contact-form-style-one textarea:focus {
	background: transparent;
	box-shadow: none;
	border-color: var(--white);
}

.contact-form-style-one textarea {
	height: 180px;
}

.contact-form-style-one button {
	margin-top: 25px;
}

.google-maps iframe {
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}


/* ============================================================== 
    # 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
=================================================================== */

footer {
	position: relative;
	z-index: 1;
}

footer .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 35%;
}

footer .shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

footer .shape::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 60%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--dark-secondary) 80%) repeat scroll 0 0;
}

footer .f-items {
	padding-bottom: 110px;
}

footer img.logo {
	height: 56px;
	margin-bottom: 30px;
}

.footer-style-two .about p {
	padding-right: 20%;
}

footer .f-item.about h3 {
	line-height: 1.4;
}

footer .f-item.about h3 a {
	text-decoration: underline;
}

ul.social-style-two {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
}

footer .f-item ul.social-style-two li {
	margin-bottom: 0;
}

ul.social-style-two li a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 20px;
	border-radius: 10px;
	color: var(--white-secondary);
	text-transform: uppercase;
	font-weight: 500;
}

ul.social-style-two li a:hover {
	background: var(--white);
	color: var(--color-heading);
}

ul.social-style-two li a i {
	margin-right: 3px;
}

footer ul.address-list {
	display: flex;
	gap: 100px;
}

footer ul.address-list p {
	margin: 0;
}

.f-item.link.style-two {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}

footer .widget-title {
	margin-bottom: 30px;
	font-weight: 700;
}

.style-two .useful-link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 10px;
}

.style-two .useful-link li {
	margin: 0;
}

.footer-style-three .about p {
	font-size: 20px;
}

.f-item.link.style-two {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 30px;
}

ul.social-style-two {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
}

footer .f-item.link li a {
	display: inline-block;
	font-weight: 500;
	color: var(--white-secondary);
	font-size: 17px;
}

footer .f-item.link li a:hover {
	color: var(--white);
}

.bg-dark footer .f-item.link li a:hover {
	color: var(--white);
}

.footer-style-two .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 80px;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.footer-bottom ul li::after {
	position: absolute;
	left: -4px;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: var(--white);
	transform: translateY(-50%);
	border-radius: 50%;
	margin-top: 1px;
}

.footer-bottom ul li:first-child::after {
	display: none;
}

.footer-bottom ul li a {
	font-weight: 500;
}

footer .footer-bottom.f-items {
    margin-top: 80px;
    padding-top: 30px;
}

/* ============================================================== 
    # Responsive
=================================================================== */
@media screen and (max-width: 1399px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	.title-two {
		font-size: 48px;
	}

	.heading {
		font-size: 55px;
	}

	/* Services */
	.services-style-one-item .top-info h2 {
		font-size: 30px;
	}

	.services-style-one-item .main-content li {
		font-size: 16px;
	}

	.services-style-one-item .main-content .content-inner {
		margin-top: 0;
	}

	.services-style-one-item .main-content {
		grid-template-columns: 1fr 1.5fr;
		gap: 80px;
	}

	.services-style-one-item .main-content li img {
		height: 17px;
	}

	.services-style-one-item .main-content h2 {
		margin-top: 30px;
	}

	/* Service Details */
	.process-area .content {
		padding-left: 70px;
	}

	.process-steps {
		font-size: 24px;
	}

	.timeline-progress .content {
		padding: 35px;
	}

	.card-style-one {
		padding: 50px;
	}

	/* Fun Factor */

	.fun-fact-circle-lists {
		margin-top: 180px;
		margin-bottom: 140px;
		margin-left: 20px;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2)::after {
		height: 320px;
		width: 320px;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(3)::after {
		height: 350px;
		width: 350px;
	}

	.fun-fact-circle-lists .fun-fact:last-child::after {
		height: 360px;
		width: 360px;
	}

	.fun-fact-circle-lists .fun-fact::after {
		height: 300px;
		width: 300px;
	}

	.fun-fact .js-counter {
		font-size: 65px;
	}

	/* Projects */
	.site-heading.large h1 {
		font-size: 140px;
	}

	.site-heading.large strong {
		font-size: 140px;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 100px;
	}

	/* Partner */
	.partner-style-one-item .partner-info {
		grid-template-columns: 305px auto;
	}

	/* Achivement */
	.achivement-style-one-area .shape img {
		object-position: center;
	}

	/* Ai Tools */
	.ai-tool-item img {
		padding: 30px;
	}

	/* Why Choose Us */
	.chatbot-card {
		padding: 30px;
		height: auto;
	}

	.chatbot-card p {
		font-size: 15px;
	}

	.ai-code {
		height: auto;
	}

	/* Team */
	.heading-large h1 {
		font-size: 100px;
		line-height: 1;
	}

	.heading-large span {
		font-size: 100px;
		margin-top: 0;
	}

	/* Pricing */
	.pricing-style-one-item {
		padding: 40px;
	}

	/* Contact */
	.contact-left-info .title {
		font-size: 48px !important;
	}

	.contact-left-info .title br {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	/* Default CSS */
	.title {
		font-size: 42px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	/* Banner Style One */
	.banner-style-one .pl-80 {
		padding-left: 15px;
	}

	.banner-style-one h2 {
		font-size: 75px;
	}

	.banner-style-one p {
		font-size: 17px;
		font-weight: 400;
	}

	/* About */
	.site-heading.flex {
		display: block;
	}

	.heading {
		font-size: 70px;
	}

	.scroll-rotate {
		display: none;
	}

	/* Services */
	.services-style-one-item .main-content {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.services-style-one-item .main-content .thumb {
		height: auto;
	}

	.services-style-one-item .main-content .thumb img {
		position: inherit;
		height: auto;
		min-height: auto;
		margin-bottom: 50px;
	}

	/* Service Details */
	.service-details-top-info .title-two {
		font-size: 50px;
	}

	.title-two {
		font-size: 50px;
	}

	.process-area .content {
		padding: 0;
	}

	.timeline-progress .content, .bg-dark .timeline-progress .content {
		padding: 0;
		border: none;
		padding-top: 5px;
	}

	.process-steps strong {
		font-size: 150px;
	}

	.process-steps {
		font-size: 24px;
	}

	.card-style-one {
		padding: 50px;
	}

	/* Fun Factor */

	.fun-fact-circle-lists {
		margin-top: 180px;
		margin-bottom: 140px;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2)::after {
		height: 280px;
		width: 280px;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(3)::after {
		height: 330px;
		width: 330px;
	}

	.fun-fact-circle-lists .fun-fact:last-child::after {
		height: 320px;
		width: 320px;
	}

	.fun-fact-circle-lists .fun-fact::after {
		height: 270px;
		width: 270px;
	}

	.fun-fact .js-counter {
		font-size: 65px;
	}

	/* Projects */
	.site-heading.large strong {
		font-size: 130px;
	}

	.site-heading.large h2 {
		font-size: 100px;
	}

	.site-heading.large h1 {
		font-size: 130px;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 100px;
	}

	.work-overview-item .js-counter {
		font-size: 50px;
		min-width: 150px;
	}

	.work-overview-item span.medium {
		font-size: 17px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	/* Testimonial */
	.testimonial-style-one-items {
		padding: 80px;
	}

	/* Partner */
	.partner-style-one-item .partner-info {
		grid-template-columns: 320px auto;
	}

	.partner-style-one-item .accordion-button {
		grid-template-columns: 8.33333333% 4fr 1fr;
	}

	/* Achivement */
	.achivement-style-one-area .shape::after {
		width: 50%;
		background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--white) 90%) repeat scroll 0 0;
	}

	.achivement-style-one-area .shape img {
		object-position: center;
	}

	/* Pricing */
	.site-heading .multi-user {
		padding-top: 48px;
	}

	.nav.nav-tabs.pricing-tab-navs {
		margin-top: 30px;
	}

	/* Choose Us */
	.choose-us-info {
		padding-left: 15px;
	}

	.choose-us-style-item ul.list-style-four {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 50px;
	}

	.choose-us-style-item {
		margin-top: 70px;
	}

	.choose-us-style-item ul.list-style-four li {
		margin: 0;
	}

	/* Team */
	.title-large {
		font-size: 100px;
	}

	/* Team */

	.heading-large span {
		font-size: 120px;
		margin: 0;
	}

	.heading-large h1 {
		font-size: 120px;
	}

	/* Faq */
	.faq-left-info {
		margin-bottom: 50px;
	}

	/* Contact */
	.contact-right-info {
		padding-left: 15px;
	}

	.contact-left-info {
		margin-bottom: 50px;
	}

	.contact-left-info p {
		margin-top: 20px;
		padding-right: 15%;
	}
}

@media (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {

	.text-scroll-animation .text {
		color: var(--color-heading);
	}

	.bg-dark .text-scroll-animation .text {
		color: var(--white);
	}
}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {
	.back-to-top-wrapper {
		display: none;
	}
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Default CSS */
	.title {
		font-size: 48px !important;
	}

	/* Banner */
	.banner-style-one {
		padding-top: 120px;
	}

	.banner-style-one h2 {
		text-align: left;
		font-size: 68px;
		line-height: 1.3;
	}

	.banner-style-one .content .multi-user {
		margin-bottom: 50px;
	}

	/* About */
	.scroll-rotate {
		display: none;
	}

	.site-heading.flex {
		display: block;
	}

	.heading {
		margin-top: 0;
		font-size: 60px;
	}

	li.hover-active-item {
		grid-template-columns: 1fr;
		padding: 30px 0;
	}

	li.hover-active-item img {
		margin-bottom: 30px;
	}

	li.hover-active-item .year {
		text-align: left;
		margin-top: 20px;
	}

	/* Services */
	.services-style-one-item .top-info {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.services-style-one-item .top-info .right-info {
		display: block;
	}

	.services-style-one-item .top-info .right-info > span {
		display: none;
	}

	.services-style-one-item .main-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.services-style-one-item:last-child .main-content {
		padding-bottom: 0;
	}

	.services-style-one-item .main-content .thumb img {
		position: inherit;
		height: auto;
		margin-bottom: 30px;
	}

	.services-style-one-item .main-content .thumb {
		height: auto;
		margin-top: 15px;
	}

	/* Service Details */
	.process-area .content {
		padding: 0;
	}

	.timeline-progress .content {
		padding: 40px;
	}

	.title-two br {
		display: none;
	}

	/* Fun Faact */
	.fun-fact-circle-lists {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin: 0;
	}

	.fun-fact-circle-lists .fun-fact::after {
		display: none;
	}

	.fun-fact-circle-lists .fun-fact {
		height: 335px;
		width: 335px;
		border: 1px solid #cccccc;
		border-radius: 50%;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2) .js-counter {
		color: var(--color-heading);
	}

	.bg-dark .fun-fact-circle-lists .fun-fact:nth-child(2) .js-counter {
		color: var(--white);
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2) .medium {
		color: var(--color-paragraph);
	}

	.bg-dark .fun-fact-circle-lists .fun-fact {
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2) {
		top: 0;
		left: 0;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(3) {
		top: 0;
		left: 0;
	}

	.fun-fact-circle-lists .fun-fact:last-child {
		top: 0;
		right: 0;
	}

	.fun-fact .js-counter {
		font-size: 60px;
		margin-bottom: 5px;
	}

	/* Project */
	.site-heading.large h1 {
		font-size: 100px;
	}

	.site-heading.large strong {
		font-size: 100px;
	}

	.left-scroll-animation {
		display: grid;
		width: auto;
		padding-bottom: 100px;
		transform: none !important;
	}

	.left-scroll-item {
		height: auto;
		width: 100%;
		min-height: 350px;
		transform: none !important;
	}

	.left-scroll-item .see-more {
		position: absolute;
		left: 0;
		display: block;
		height: auto;
		top: auto;
		bottom: -100px;
		width: 100%;
		text-align: center;
	}

	.project-grid-one-items {
		margin-top: -30px;
	}

	.project-style-one-item {
		margin-top: 30px;
	}

	/* Project Details */
	.project-details-top-info h1 {
		font-size: 80px;
		line-height: 1.1;
	}

	.project-details-top-info h1 strong {
		text-align: left;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.work-overview-items {
		grid-template-columns: 1fr;
	}

	.work-overview-item:first-child, 
	.work-overview-item:nth-child(2) {
		border-top: 1px solid #dddddd;
	}

	.bg-dark .work-overview-item:first-child, 
	.bg-dark .work-overview-item:nth-child(2) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}


	/* Testimonial */
	.testimonial-style-one-items {
		padding: 50px;
	}

	.testimonial-style-one-items .d-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
		justify-content: center;
	}

	/* Partner */
	.partner-style-one-item .accordion-body .item {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.partner-style-one-item .partner-info {
		grid-template-columns: auto 1fr;
	}

	.partner-style-one-item .accordion-button {
		grid-template-columns: 100px 1fr;
	}

	.partner-style-one-item .accordion-body .item h3 {
		display: none;
	}

	/* Achivement */
	.achivement-style-one-area .shape {
		display: none;
	}

	.badge-card {
		margin-bottom: 50px;
	}

	.achivement-item ul.list-style-two {
		padding-left: 0;
	}

	/* Ai Tool */
	.ai-tool-item img {
		padding: 35px;
	}

	/* Pricing */
	.pricing-style-one-area .site-heading {
		text-align: center;
	}

	.site-heading .multi-user h2 {
		text-align: left;
	}

	.site-heading .multi-user {
		justify-content: center;
		padding-top: 0;
		margin-bottom: 35px;
	}

	.pricing-style-one-item {
		padding: 35px;
	}

	.nav.nav-tabs.pricing-tab-navs {
		margin-left: 40px;
	}

	/* Why Choose Us */
	.chatbot-card {
		height: auto;
		margin-bottom: 50px;
	}

	.ai-code {
		height: auto;
		margin-bottom: 50px;
	}

	.choose-us-style-item .list-style-four {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}

	.choose-us-style-item ul.list-style-four li {
		margin: 0;
	}

	/* Team */
	.heading-large span {
		font-size: 120px;
		margin: 0;
	}

	.heading-large h1 {
		font-size: 120px;
		line-height: 120px;
	}

	/* Team Single */
	.title-large {
		font-size: 80px;
	}

	.team-heading span {
		font-size: 24px;
	}

	.team-single-items .thumb img {
		margin-bottom: 40px;
	}

	.team-single-area .right-info .social .share-link {
		display: none;
	}

	/* Faq */
	.faq-left-info {
		margin-bottom: 50px;
	}

	.faq-left-info p {
		margin-top: 20px;
	}

	/* Mission */
	.home-container {
		height: auto;
		min-height: 500px;
	}

	/* Contact */
	.contact-left-info {
		margin-bottom: 80px;
	}

	.contact-left-info p {
		margin-top: 20px;
	}

	.google-maps iframe {
		height: 450px;
	}

	/* Footer */
	.footer-bottom {
		text-align: center;
		margin-top: 50px;
	}

	footer .f-items {
		padding-bottom: 60px;
	}

	.footer-bottom ul li {
		font-size: 16px;
	}

	.footer-bottom p {
		font-size: 16px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Default CSS */
	.title {
		font-size: 36px;
	}

	/* Banner */

	.banner-style-one {
		padding-top: 80px;
	}

	.banner-style-one h2 {
		text-align: left;
		font-size: 45px;
	}

	.banner-style-one .content .multi-user {
		margin-bottom: 30px;
	}

	.banner-style-one .thumb img:first-child {
		display: block;
	}

	.banner-style-one .thumb {
		grid-template-columns: 1fr;
	}

	.banner-style-one .thumb img {
		display: none;
	}

	/* About */
	.scroll-rotate {
		display: none;
	}

	.site-heading.flex {
		display: block;
	}

	.heading {
		font-size: 42px;
		line-height: 1.2;
		margin-top: 0;
	}

	.about-style-one-top-info .d-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	li.hover-active-item {
		grid-template-columns: 1fr;
		padding: 30px 0;
	}

	li.hover-active-item .year {
		text-align: left;
		margin-top: 20px;
	}

	li.hover-active-item img {
		margin-bottom: 30px;
	}

	/* Services */

	.services-style-one-item .main-content .thumb {
		height: auto;
	}

	.services-style-one-item .main-content .thumb img {
		position: inherit;
		height: auto;
		margin-bottom: 31px;
	}

	.services-style-one-item .top-info .right-info > span {
		display: none;
	}

	.services-style-one-item .top-info {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.services-style-one-item .top-info .right-info {
		display: block;
	}

	.services-style-one-item .main-content {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.services-style-one-item:last-child .main-content {
		padding-bottom: 0;
	}

	.services-style-one-item .main-content .content-inner {
		display: block;
		margin-top: 30px;
	}

	ul.service-tags {
		flex-wrap: wrap;
	}

	.services-style-one-item .top-info h2 {
		font-size: 30px;
	}

	.services-style-one-item .main-content h2 {
		font-size: 26px;
		line-height: 1.4;
		margin-top: 30px;
	}

	ul.service-tags li {
		font-size: 15px;
	}

	.services-style-one-item .main-content li {
		font-size: 17px;
	}

	.services-style-one-item .main-content li img {
		height: 17px;
	}

	/* Service Details */
	.service-details-top-info .breadcrumb {
		margin-bottom: 30px;
	}

	.process-area .content {
		padding: 0;
	}

	.process-steps strong {
		font-size: 80px;
	}

	.process-steps {
		font-size: 18px;
	}

	.timeline-progress .content {
		padding: 30px;
	}

	.card-style-one {
		padding: 30px;
	}

	/* Fun Factor */
	.fun-fact-circle-lists {
		grid-template-columns: 1fr;
		margin: 0;
		gap: 30px;
	}

	.fun-fact-circle-lists .fun-fact:nth-child(2) {
		left: 0;
		top: 0;
		background: var(--color-primary);
	}

	.fun-fact-circle-lists .fun-fact:nth-child(3) {
		top: 0;
		left: 0;
	}

	.fun-fact-circle-lists .fun-fact:last-child {
		top: 0;
		right: 0;
		background: var(--color-primary);
	}

	.fun-fact-circle-lists .fun-fact:last-child .js-counter,
	.fun-fact-circle-lists .fun-fact:last-child .medium {
		color: var(--white);
	}

	.fun-fact-circle-lists .fun-fact::after {
		display: none;
	}

	.fun-fact-circle-lists .fun-fact {
		height: 320px;
		width: 320px;
		border: 1px solid #dddddd;
		border-radius: 50%;
		margin: auto;
	}

	.bg-dark .fun-fact-circle-lists .fun-fact {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

	.fun-fact .js-counter {
		font-size: 60px;
	}

	/* Projects */
	.site-heading.large h1 {
		font-size: 45px;
	}

	.site-heading.large h2 {
		font-size: 45px;
		text-align: left;
		justify-content: left;
	}

	.site-heading.large strong {
		font-size: 45px;
	}

	.left-scroll-animation {
		display: grid;
		width: auto;
		padding-bottom: 100px;
		transform: none !important;
	}

	.left-scroll-item {
		height: auto;
		width: 100%;
		min-height: 350px;
		transform: none !important;
	}

	.left-scroll-item .see-more {
		position: absolute;
		left: 0;
		display: block;
		height: auto;
		top: auto;
		bottom: -100px;
		width: 100%;
		text-align: center;
	}

	.left-scroll-item .see-more a {
		font-size: 36px;
	}

	.left-scroll-item .overlay-info h1 {
		font-size: 24px;
	}

	.left-scroll-item .overlay-info {
		padding: 30px;
	}

	.project-grid-one-items {
		margin-top: -30px;
	}

	.project-style-one-item {
		margin-top: 30px;
	}

	.project-style-one-item video {
		min-height: auto;
	}

	.project-style-one-item .overlay-info {
		padding: 30px;
	}

	.project-style-one-item .overlay-info h1 {
		font-size: 26px;
	}

	/* Partner */
	.partner-style-one-item .partner-info {
		grid-template-columns: 1fr;
	}

	.partner-style-one-item .accordion-body .item {
		grid-template-columns: 1fr;
		padding-top: 0;
		gap: 30px;
	}

	.partner-style-one-item .accordion-button {
		display: block;
	}

	.partner-style-one-item .accordion-button > span {
		display: none;
	}

	.partner-style-one-item .accordion-button > span.partner-info {
		display: block;
	}

	.partner-style-one-item .accordion-button strong {
		display: block;
	}

	.partner-style-one-item .partner-info img {
		margin-bottom: 30px;
	}

	.partner-style-one-item .accordion-body .item h3 {
		display: none;
	}

	/* Testimonial */
	.testimonial-style-one-items,
	.bg-gray .testimonial-style-one-items {
		padding: 0;
		border: none;
	}

	.testimonial-style-one-items .d-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
		justify-content: center;
	}

	.testimonial-one-item {
		padding: 30px;
	}

	.testimonial-style-one-items::before, 
	.testimonial-style-one-items::after {
		display: none;
	}

	.testimonial-style-one-items .shape {
		display: none;
	}

	.ratings-from {
		display: none;
	}

	/* Achivement */
	.badge-card .round-count {
		margin-left: -70px;
		padding-left: 35px;
	}

	.badge-card {
		margin-bottom: 50px;
	}

	.achivement-item h2 {
		font-size: 28px;
	}

	.achivement-item ul.list-style-two {
		padding: 0;
	}

	.achivement-style-one-area .shape {
		display: none;
	}

	/* Ai Tools */
	.ai-tools-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.ai-tool-item:nth-child(3) img:first-child {
		display: none;
	}

	.ai-tool-item img {
		width: 100%;
	}

	/* Pricing */
	.pricing-style-one-area .site-heading {
		text-align: center;
	}

	.site-heading .multi-user {
		justify-content: center;
		margin-bottom: 25px;
		flex-direction: column;
	}

	.nav.nav-tabs.pricing-tab-navs {
		margin-left: 40px;
	}

	.pricing-style-one-item {
		padding: 30px;
	}

	/* Why Choose Us */
	.chatbot-card {
		height: auto;
		padding: 30px;
		margin-bottom: 30px;
	}

	.infinit-carousel {
		margin-top: 30px;
	}

	.ai-code {
		padding: 30px;
		margin-bottom: 30px;
		height: auto;
	}
	
	/* Project Details */
	.project-details-top-info h1 {
		font-size: 40px;
		line-height: 1.3;
	}

	ul.project-info-list {
		margin-top: 30px;
		padding-top: 30px;
		display: grid;
		gap: 30px;
	}

	.project-details-top-info h1 strong {
		text-align: left;
	}

	.item-grid-colum .left-info h2 {
		font-size: 24px;
	}

	.item-grid-colum {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.project-gallery-items .gallery-item {
		height: auto;
	}

	.title-two {
		font-size: 36px;
	}

	.work-overview-item {
		display: grid;
		gap: 15px;
		padding: 30px 0;
	}

	.work-overview-items {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.work-overview-item:first-child, 
	.work-overview-item:nth-child(2) {
		border-top: 1px solid #dddddd;
	}

	.bg-dark .work-overview-item:first-child, 
	.bg-dark .work-overview-item:nth-child(2) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.work-overview-item:last-child {
		padding-bottom: 0;
	}

	.project-pagination-items {
		flex-direction: column;
		gap: 16px;
	}

	.project-pagination-items a {
		display: block;
		height: auto;
		padding: 10px;
		line-height: inherit;
		border-radius: 40px;
		width: 100%;
	}

	/* Team */
	.heading-large h1 {
		font-size: 60px;
		line-height: 1.2;
	}

	.heading-large span {
		font-size: 60px;
		line-height: 1;
		margin: 0;
	}

	.team-style-one-item {
		margin-bottom: 30px;
	}

	.team-style-one-items {
		margin-bottom: -30px;
	}

	/* Team Single */
	.title-large {
		font-size: 46px;
	}

	.team-heading span {
		font-size: 20px;
	}

	.team-single-items .thumb img {
		margin-bottom: 40px;
	}

	.team-single-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.team-single-area .right-info .social .share-link {
		display: none;
	}

	/* Faq */
	.faq-style-one-items {
		padding: 0;
		border: none;
		padding-bottom: 10px;
	}

	.faq-left-info p {
		margin-top: 20px;
	}

	.faq-left-info {
		margin-bottom: 30px;
	}

	/* Mission */
	.title i {
		display: none;
	}

	.site-heading .title img {
		height: 40px;
		margin-top: -5px;
	}

	/* Contact */
	.contact-left-info .title {
		font-size: 34px !important;
		line-height: 1.2;
	}

	.title br {
		display: none;
	}

	.contact-left-info p {
		margin-top: 20px;
	}

	ul.contact-list {
		margin-top: 50px;
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.google-maps iframe {
		height: 300px;
	}

	/* Footer */
	footer ul.address-list {
		display: grid;
		gap: 30px;
	}

	.style-two .useful-link {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		text-align: center;
		margin-top: 50px;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 10px;
	}

	.footer-bottom ul li {
		margin: 0 5px;
		padding: 0 5px;
	}

	.footer-bottom ul li::after {
		left: -10px;
		margin-top: 2px;
	}

	.footer-bottom ul li a {
		font-size: 16px;
		font-weight: 400;
	}

	footer .f-items {
		padding-bottom: 30px;
	}
}
	

/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}

.bg-dark #preloader {
	background-color: var(--dark);
}

.ainox-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.ainox-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.ainox-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.ainox-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.ainox-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: ainox-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.ainox-loader .ainox-loader-item:nth-child(1) {
	margin-left: 0px;
}

.ainox-loader .ainox-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.ainox-loader .ainox-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.ainox-loader .ainox-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.ainox-loader .ainox-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.ainox-loader .ainox-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.ainox-loader .ainox-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.ainox-loader .ainox-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes ainox-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}