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

Template Name: Hexus - SaaS Landing Page HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Poppins
Main Color   : #FF014F

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

[Typography]

Body copy:    15px 'Poppins', sans-serif
Header:     36px 'Poppins', sans-serif
Input, textarea:  16px 'Poppins', sans-serif
Sidebar heading:  22px 'Poppins', 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
        - Navbar Box
    04. Banner
    05. Features
	06. Tools Integration
    07. Services / Solutions
    08. Thrusted Brand
    09. Pricing
    10. Process
    11. Testimonials
    12. SaaS Demo
    13. Blog
    14. Request Demo
    15. About
    16. Help Center
    17. Team
		- Team Details
    18. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Varialbes */
:root {
	--font-default: "Poppins", sans-serif;
	--fontawesome: "Font Awesome 6 Pro";
	--black: #000000;
	--dark: #1a1c21;
	--dark-secondary: #141319;
	--dark-optional: #20232b;
	--white: #ffffff;
	--white-secondary: #d8e3f0;
	--color-primary: #4b4be5;
	--color-secondary: #4b8fe5;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--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: #f0effd;
	--bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 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,
ol, ul, li, 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;
}

.color-style-two a:hover {
	color: var(--color-primary);
}

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

.color-style-five a:hover {
	color: #8cc82c;
}

.color-style-six a:hover {
	color: var(--color-style-six);
}

.color-style-six.text-light a:hover {
	color: var(--white-secondary);
}

.color-style-eight a:hover {
	color: var(--color-style-eight);
}

.color-style-eight.text-light a:hover {
	color: var(--white-secondary);
}

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

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	opacity: 1;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 500;
}

strong {
	font-weight: 500;
}

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

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

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


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

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

body.font-style-two {
	font-family: var(--font-style-two);
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
}

.font-style-three h1,
.font-style-three h2,
.font-style-three h3 {
	font-family: var(--font-style-three);
	font-weight: 400;
}

.font-style-four h1,
.font-style-four h2,
.font-style-four h3,
.font-style-four h4,
.font-style-four h5,
.font-style-four h6 {
	font-family: var(--font-style-four);
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

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

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


/* ============================================================== 
    # 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% - 1410px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

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

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

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

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

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

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

.color-style-five .bg-dark,
.color-style-five.bg-dark {
	background-color: var(--dark-optional) !important;
}

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

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

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

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

.color-style-two .bg-theme {
	background-color: var(--color-primary);
}

.color-style-six .bg-theme {
	background-color: var(--color-style-six);
}

.color-style-eight .bg-theme {
	background-color: var(--color-style-eight);
}

.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,
.bg-dark-secondary p,
.bg-dark-optional p {
	color: var(--white-secondary);
}

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

.heading {
	font-weight: 500;
	margin-bottom: 25px;
	margin-top: -5px;
	font-size: 42px;
	line-height: 1.3;
}

.heading span {
	font-weight: 400;
}

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

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

.title {
	font-weight: 500;
	font-size: 65px;
	margin-top: -10px;
	line-height: 1.2;
	display: block;
	letter-spacing: 0;
	color: var(--color-heading);
	margin-bottom: 15px;
	padding-top: 2px;
}

.title-sm {
	font-weight: 500;
	font-size: 50px;
	margin-top: -10px;
	line-height: 1.2;
	display: block;
	letter-spacing: 0;
	color: var(--color-heading);
	margin-bottom: 15px;
	padding-top: 2px;
}

.text-light .title {
	color: var(--white);
}

@media (max-width: 767px) {
	.title {
		font-size: 36px;
		margin-top: 0;
	}

	.title-sm {
		font-size: 36px;
		margin-top: 0;
	}
}

.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: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 22px;
	line-height: 1.2;
	color: var(--color-heading);
}

.text-light .sub-title {
	color: var(--white);
}

.text-center .sub-title {
	margin-bottom: 25px;
}

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

.color-style-two .sub-title::after {
	background: var(--color-primary);
}

.color-style-five .sub-title::after {
	background: var(--color-style-five);
}

.color-style-eight .sub-title::after {
	background: var(--color-style-eight);
}

.color-style-six .sub-title::after {
	background: var(--color-style-six);
}

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

.color-style-two .sub-title::before {
	background: #ababf5;
}

.color-style-eight .sub-title::before {
	background: var(--color-style-eight);
}

.color-style-six .sub-title::before {
	background: var(--color-style-six);
}

.color-style-five .sub-title::before {
	background: var(--color-style-five);
	opacity: 0.6;
}

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

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

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

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

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

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

.heading-left .sub-title {
	margin-bottom: 25px;
}

@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: 500;
	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: 500;
}

.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 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;
	padding-bottom: 5px;
}

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

@media (max-width: 1023px) {
	.text-scroll-animation .text {
		color: var(--color-heading);
	}

	.bg-dark .text-scroll-animation .text {
		color: var(--white);
	}
}

.scroll-slicer {
	overflow: hidden;
	position: relative;
}

.slicer-path-wrap {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.slicer-path {
	height: 100%;
	flex-grow: 1;
	background: #ffffff;
}

.bg-dark .slicer-path {
	background: var(--dark);
}

.bg-dark-secondary .slicer-path {
	background: var(--dark-secondary);
}

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

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

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	padding: 13px 35px;
	background: var(--color-primary);
	font-weight: 500;
	border-radius: 8px;
	position: relative;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none !important;
	border: none;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
}

.color-style-four .btn {
	background: var(--color-style-four);
	color: var(--color-heading);
}

.color-style-five .btn {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-five .btn.btn-dark {
	background: var(--dark);
	color: var(--white);
}

.text-light.color-style-five .btn.btn-dark {
	background: var(--white);
	color: var(--color-heading);
}

.text-light.color-style-five .btn.btn-dark::after {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-five .btn.btn-dark::after {
	background: var(--color-style-five);
}

.color-style-five .btn.btn-dark:hover {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.color-style-six .btn {
	background: var(--color-style-six);
}

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

.color-style-seven .btn {
	background: var(--color-style-seven);
}

.color-style-nine .btn {
	background: var(--color-style-nine);
}

.color-style-ten .btn {
	background: var(--color-style-ten);
	color: var(--color-heading);
}

.btn.circle {
	border-radius: 40px;
}

.color-style-two .btn {
	background: var(--color-primary);
}

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

.btn:hover {
	background: var(--dark);
	color: var(--white);
}

.btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}

.text-light .btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}

.btn-style-one svg {
	height: 14px;
	margin-left: 5px;
}

.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

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

a.btn-simple {
	text-transform: uppercase;
	color: var(--color-paragraph);
	display: inline-block;
}

.text-light a.btn-simple {
	color: var(--white-secondary) !important;
}

.text-light a.btn-simple svg path {
	stroke: var(--white-secondary);
}

a.button-regular {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-weight: 500;
}

a.button-regular i {
	font-weight: 500;
	position: relative;
	font-size: 15px;
}

a.button-regular:hover i::after {
	background: var(--color-primary);
}

a.btn-simple i {
	display: inline-block;
	font-weight: 300;
	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-primary);
}

.color-style-six a.btn-simple:hover {
	color: var(--color-style-six);
}

.bg-dark a.btn-simple:hover {
	color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn {
	border-radius: 40px;
	padding: 13px 35px;
	color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn::after {
	background: var(--dark);
}

@media (min-width: 1024px) {
	.navbar.white.no-background .btn-style-one:after {
		background: var(--white);
	}

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

	.navbar.navbar-box .attr-right .attr-nav li .btn::after {
		background: var(--white);
	}

	.navbar.navbar-box.no-background.navbar-common .attr-right .attr-nav li .btn::after {
		background: var(--dark);
	}

	.navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
		background: var(--dark);
	}

	.text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
		background: var(--white);
	}

	.text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
		color: var(--color-heading);
	}

	.navbar.navbar-box .attr-right .attr-nav li .btn:hover {
		color: var(--color-heading);
	}

	.navbar.navbar-box.navbar-common .attr-right .attr-nav li .btn:hover {
		color: var(--white);
	}

	.navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
		color: var(--white);
	}
}

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

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

.color-style-six .text-light .btn-style-one:after {
	background: var(--color-style-six);
}

.color-style-four.text-light .btn-style-one:after {
	background: #f8ad8f;
}

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

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

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

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

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

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

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

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

.btn-style-one:hover {
	color: var(--white);
	background: transparent;
}

.btn.btn-border-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 13px 40px;
}

.navbar .btn.btn-border-light {
	border: 1px solid #cccccc;
	color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
	color: var(--white);
}

@media (min-width: 1024px) {

	.navbar.white.sticked .btn.btn-border-light {
		color: var(--color-heading);
	}

	.navbar.white.sticked .btn.btn-border-light:hover {
		color: var(--white);
	}

	.navbar.white.no-background .btn.btn-border-light {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.btn.btn-border-light:hover {
	border-color: var(--color-primary);
}

.btn.btn-border-light::after {
	background: var(--color-primary);
}

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

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

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

.btn-style-one.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 1px solid #cccccc;
	padding: 13px 40px;
}

.color-style-two .btn-style-one.btn-border {
	border-color: #d7d7ff;
}

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

.btn-style-one.btn-border.btn-dark:hover {
	border-color: var(--dark);
}

.btn-style-one.btn-border.btn-dark::after {
	background-color: var(--dark);
}

.btn-style-one.btn-border::after {
	background: var(--color-primary);
}

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

/* Button Style Two */
.btn-style-two {
	display: inline-flex;
	background: var(--color-primary);
	color: var(--white);
	padding: 10px;
	border-radius: 8px;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.color-style-nine .btn-style-two {
	background: var(--color-style-nine);
}

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

.btn-style-two.dark {
	background: var(--dark);
	color: var(--white);
}

.btn-style-two svg {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: var(--white);
	padding: 12px;
	border-radius: 5px;
	margin-left: 10px;
	transition: all 0.35s ease-in-out;
}

.btn-style-two.white svg {
	background: var(--dark);
}

.btn-style-two:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--white);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

.btn-style-two.white:after {
	background: var(--color-primary);
}

.btn-style-two.dark:after {
	background: var(--color-primary);
}

.text-light .btn-style-two:after {
	background: var(--white);
}

.text-light .btn-style-two.white:after {
	background: var(--color-style-nine);
}

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

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

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

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

.btn-style-two svg path {
	transition: all 0.35s ease-in-out;
}

.btn-style-two:hover svg {
	background: var(--white);
}

.btn-style-two:hover svg path {
	stroke: var(--color-heading);
}

.text-light .btn-style-two:hover svg {
	background: var(--dark);
}

.text-light .btn-style-two.white:hover svg {
	background: var(--white);
}

.text-light .btn-style-two:hover svg path {
	stroke: var(--white);
}

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

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

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

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

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

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

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

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

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

.navbar .attr-right .attr-nav li .btn-style-three {
	color: var(--white);
}

.navbar .attr-right .attr-nav li .btn-style-three.border-dark,
.navbar .attr-right .attr-nav li .btn-style-three.border-theme,
.navbar .attr-right .attr-nav li .btn-style-three.white {
	color: var(--color-heading);
}

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

.color-style-two .btn-style-three span {
	background: var(--color-primary);
}

.color-style-eight .btn-style-three span {
	background: var(--color-style-eight);
}

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

.color-secondary .btn-style-three span {
	background: var(--color-secondary);
}

.color-style-seven .btn-style-three span {
	background: var(--color-style-seven);
}

.color-style-eight .btn-style-three span {
	background: var(--color-style-eight);
}

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

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

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

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

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

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

.color-secondary .btn-style-three.border-theme span {
	border: 2px solid var(--color-secondary);
}

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

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

.color-style-two .btn-style-three .icon {
	background: var(--color-primary);
}

.color-style-seven .btn-style-three .icon {
	background: var(--color-style-seven);
}

.color-style-eight .btn-style-three .icon {
	background: var(--color-style-eight);
}

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

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

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

.color-secondary .btn-style-three .icon {
	background: var(--color-secondary);
}

.color-secondary .btn-style-three.solid .icon {
	background: var(--dark);
}

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

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

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

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

.color-secondary .btn-style-three.border-theme .icon {
	border: 2px solid var(--color-secondary);
}

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

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

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

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

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

/* Button Larger Circle */
.btn-large-border {
	display: inline-flex;
	height: 180px;
	width: 180px;
	min-width: 180px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: var(--color-primary);
	color: var(--color-heading);
}

.color-style-six .btn-large-border {
	background: var(--color-style-six);
}

.btn-large-border:hover,
.text-light .btn-large-border:hover {
	color: var(--white) !important;
}

.bg-dark .btn-large-border, 
.bg-dark-secondary .btn-large-border {
	color: var(--white);
}

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

.color-style-six .btn-large-border::after {
	background: var(--color-style-six);
}

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

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

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

.btn-large-border::before {
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	content: "";
	background: var(--white);
	border-radius: 50%;
	z-index: -1;
}

.bg-dark-secondary .btn-large-border::before {
	background: var(--dark-secondary);
}



/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-button {
	display: inline-block;
	position: relative;
	height: 120px;
	width: 120px;
	line-height: 120px;
	background: var(--color-primary);
	border-radius: 50%;
	font-size: 30px;
	font-weight: 300;
	color: var(--white);
	text-align: center;
}

.color-style-two .video-button {
	background: var(--color-primary);
}

.color-style-eight .video-button {
	background: var(--color-style-eight);
}

.video-button i {
	font-weight: 300;
	color: var(--white);
}

.video-button::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 105%;
	width: 105%;
	border: 1px solid var(--white);
	animation: pulse-border 3s linear infinite;
	border-radius: 50%;
}

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



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

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

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

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

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


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

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

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

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

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

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

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

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

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

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

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

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

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

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

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

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

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

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

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

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

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

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

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

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

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

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

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

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

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

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

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

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

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

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

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

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

	60% {
		background-position: 180px;
	}

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

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

	60% {
		background-position: 180px;
	}

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

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}


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

.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: 300;
	color: var(--white);
}


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

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

.banner-style-one,
.banner-style-one div {
	height: 100vh;
}

.banner-style-one .row div {
	height: auto;
}

.banner-style-one .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 50% !important;
	z-index: -1;
	width: 50%;
}

.banner-style-one-content h2 {
	font-size: 65px;
	margin-bottom: 20px;
	line-height: 1.1;
}

@media (min-width: 1024px) {
	.banner-style-one-content p {
		padding-right: 15%;
		font-size: 18px;
	}
}

.banner-one-dashbaord {
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
	padding-right: 60px;
}

.banner-one-dashbaord .sub-thumb {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 60%;
	background: rgba(0, 0, 255, 0.1);
	padding: 10px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
}

.banner-one-dashbaord > img {
	border-radius: 10px;
	margin-left: -10%;
	max-width: 110%;
}

.card-style-one {
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px;
	padding-bottom: 80px;
	border-radius: 15px;
}

.color-style-two .card-style-one {
	background: var(--color-primary);
}

.card-style-one img {
	position: absolute;
	width: auto;
	right: 15px;
	bottom: 0;
	border-radius: 0;
	max-width: 50%;
}

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

.banner-one-dashbaord .card-style-one {
	position: absolute;
	right: 0;
	bottom: 0;
}

.card-style-one .js-counter {
	font-size: 40px;
	line-height: 1;
	min-width: 200px;
	font-weight: 500;
}

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

.btn-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.btn-flex.center {
	justify-content: center;
}

.text-light .btn-style-one.light:after {
	background: var(--color-primary);
}

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

ul.list-style-one li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	color: var(--color-heading);
}

.text-light ul.list-style-one li {
	color: var(--white);
}

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

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

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


/* ============================================================== 
    # About
=================================================================== */
.about-thumb {
	padding: 5px;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	background-color: #e6e7ea;
	position: relative;
	z-index: 1;
}

.about-thumb img:nth-child(2) {
	position: absolute;
	right: 100%;
	bottom: 0;
	z-index: -1;
	max-width: 100px;
}

.about-thumb img {
	border-radius: 15px;
}

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

ul.list-style-five li {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-top: 40px;
}

ul.list-style-five li h2 {
	font-size: 24px;
}

ul.list-style-five li i {
	display: inline-block;
	font-size: 30px;
	background: var(--color-primary);
	height: 70px;
	width: 70px;
	text-align: center;
	min-width: 70px;
	line-height: 70px;
	color: var(--white);
	border-radius: 7px;
}

ul.list-style-five li p {
	margin: 0;
}

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

.trustpilot .ratings {
	display: flex;
	gap: 10px;
	position: relative;
	top: -1px;
}

.trustpilot .ratings i {
	color: #f1a007;
}

.trustpilot {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
	font-weight: 600;
}

.trustpilot .ratings {
	display: flex;
	gap: 10px;
}

.trustpilot .ratings i {
	color: #f1a007;
}

ul.list-style-five li:nth-child(2n) i {
	background: var(--dark);
}

ul.list-style-five li:nth-child(3) i {
	background: #e0e2ff;
	color: var(--color-primary);
}

/* ============================================================== 
    # Feature Style One
=================================================================== */

.feature-style-one-items .top-info {
	padding-bottom: 40px;
}

.user-card-item {
	background-size: cover;
	background-position: center;
	display: flex;
	gap: 30px;
	padding: 50px 65px;
	border-radius: 10px;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
}

.user-card .thumb {
	display: flex;
	align-items: center;
}

.user-card .thumb img {
	height: 48px;
	width: 48px;
	min-width: 48px;
	border-radius: 50%;
	margin-left: -15px;
	border: 2px solid rgba(255, 255, 255, 0.8);
}

.user-card .thumb i {
	display: inline-block;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	background: var(--white);
	border-radius: 50%;
	margin-left: -15px;
	color: var(--color-heading);
}

.user-card .thumb {
	margin-left: 15px;
	margin-bottom: 50px;
}

.user-card strong {
	display: block;
	line-height: 1.3;
	font-size: 24px;
	color: var(--color-heading);
	margin-bottom: 15px;
}

.text-light .user-card strong {
	color: var(--white);
}

.user-card .content h3 {
	margin-bottom: 4px;
	font-size: 45px;
}

.user-card-item .progressbar {
	width: 160px;
	text-align: center;
}

.user-card-item .progressbar .circle {
	position: relative;
	z-index: 1;
}

.user-card-item .progressbar .circle strong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	margin-top: -2px;
	margin-left: 2px;
}

.user-card-item .progressbar span {
	margin: 0;
	margin-top: 10px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.user-card p {
	margin: 0;
	color: var(--white);
}

.account-card {
	overflow: hidden;
	border-radius: 10px;
	padding: 50px 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	border: 1px solid #ceceff;
}

.bg-dark .account-card {
	border: 1px solid #4c4c57;
}

.account-card img {
	width: 180px;
	min-width: 180px;
}

.feature-caruosel-item {
	padding: 80px;
}

.feature-caruosel-item i {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: var(--white);
	color: var(--color-primary);
	font-size: 35px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.feature-caruosel-item img {
	height: 70px;
	margin-bottom: 50px;
}

.feature-carousel {
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
}

.bg-dark .feature-carousel {
	background: #242532 !important;
}

.feature-carousel::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 200px;
	background: #4bc3e5;
	filter: blur(100px);
}

.bg-dark .feature-carousel::after {
	background: #4b5be5;
}

.feature-carousel .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* ============================================================== 
    # Integration Tools
=================================================================== */
ul.integration-tools-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

@media (min-width: 992px) {
	ul.integration-tools-list {
		height: 100%;
	}
}

ul.integration-tools-list li .icon {
	display: inline-flex;
	height: 150px;
	width: 150px;
	background: var(--white);
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
}

ul.integration-tools-list li {
	display: block;
	position: relative;
	z-index: 2;
}

ul.integration-tools-list li:nth-child(2n) {
	margin-left: 80px;
}

.text-end ul.integration-tools-list li:nth-child(2n) {
	margin-left: 0;
	margin-right: 80px;
}

ul.integration-tools-list li .icon img {
	max-width: max-content;
}

.tools-heading {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background: var(--white);
	padding: 50px;
	z-index: 1;
	border-radius: 30px;
	border: 2px solid;
}

.tools-heading img {
	position: absolute;
	height: 80%;
	object-fit: contain;
	object-position: center;
	right: 100%;
	z-index: -1;
}

.tools-heading img:last-child {
	left: 100%;
	right: auto;
}

.tools-heading h2 {
	font-size: 40px;
	font-weight: 600;
}

.bg-dark .tools-heading img {
	filter: brightness(0) invert(1);
	opacity: 0.5;
}

.bg-dark .tools-heading {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.bg-gray-gradient {
	background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.38) 28%, rgba(255, 255, 255, 0) 55%), radial-gradient(circle at 50% 82%, rgba(255, 219, 205, 0.85) 0%, rgba(255, 230, 224, 0.55) 34%, rgba(255, 255, 255, 0) 65%), linear-gradient(180deg, #cfe4ff 0%, #dceaff 28%, #edf3ff 50%, #fff1ef 78%, #ffe7df 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

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

.chart-wrap {
	padding: 50px;
	background: #f5f3ff;
	border-radius: 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bg-dark .chart-wrap {
	background: #e5e1fa;
}

.chart-wrap p {
	margin: 0;
}

.chart {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.bar-wrap {
	height: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
	position: relative;
}

.bar-wrap.animated {
	opacity: 1;
}

.bar-wrap span {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-heading);
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -25px;
}

.bar-wrap p {
	margin: 0;
	font-size: 13px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: -34px;
	color: var(--color-heading);
}

.bar {
	width: 30px;
	height: 0;
	border-radius: 15px 15px 6px 6px;
	background: linear-gradient(180deg, #ffffff 0%, #aeaeff 80%);
	box-shadow: inset 0 1px 3px rgb(100 100 243), 0 12px 24px rgb(255 255 255 / 10%);
	position: relative;
	left: 0;
	bottom: 0;
}

/* highlighted bar */
.bar.active {
	background: linear-gradient(180deg, #7a7aff 0%, #4b4be5 55%, #3737c9 100%);
	box-shadow: 0 0 25px rgba(75, 75, 229, .35), 0 14px 28px rgba(75, 75, 229, .20);
}

.bar-wrap.animated .bar-1 {
	animation: grow1 1s ease forwards;
}

.bar-wrap.animated .bar-2 {
	animation: grow2 1s ease forwards;
}

.bar-wrap.animated .bar-3 {
	animation: grow3 1s ease forwards;
}

.bar-wrap.animated .bar-4 {
	animation: grow4 1s ease forwards;
}

.bar-wrap.animated .bar-5 {
	animation: grow5 1s ease forwards;
}

.bar-wrap.animated .bar-6 {
	animation: grow6 1s ease forwards;
}

@keyframes grow1 {
	to {
		height: 37%;
	}
}

@keyframes grow2 {
	to {
		height: 56%;
	}
}

@keyframes grow3 {
	to {
		height: 68%;
	}
}

@keyframes grow4 {
	to {
		height: 91%;
	}
}

@keyframes grow5 {
	to {
		height: 62%;
	}
}

@keyframes grow6 {
	to {
		height: 88%;
	}
}

.card-style-two {
	padding: 80px;
	border-radius: 20px;
	padding-bottom: 0;
	background-size: cover;
	background-position: center top;
}

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

.card-style-two .thumb img {
	border-radius: 15px 15px 0 0;
	border-bottom: 8px solid #f8f7fd;
}

.bg-dark .card-style-two .thumb img {
	border-bottom: none;
}

.card-style-three {
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #e1ddf5;
	background: var(--white);
}

.bg-dark .card-style-three {
	background-color: transparent;
	border: none;
	padding: 60px;
	background-size: cover;
	background-position: center;
}

.bg-dark .card-style-three .info {
	padding: 0;
	margin-bottom: 55px;
}

.card-style-three ul.list-style-one {
	margin-top: 17px;
}

.card-style-three .info {
	padding: 35px;
	padding-bottom: 33px;
}

.card-style-three .info p {
	margin: 0;
}

.card-style-three img {
	border-radius: 10px;
}

.card-style-four {
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04), inset 0 -6px 0 rgba(0, 0, 0, 0.035), inset 0 3px 2px rgba(255, 255, 255, 0.55);
	overflow: hidden;
	padding: 50px;
	background: var(--white);
}

.bg-dark .card-style-four {
	background: linear-gradient(135deg, #ffffff 0%, #e5e1fa 100%);
}

.card-style-four h4 {
	color: var(--color-heading);
}

.card-style-four p {
	margin-bottom: 0;
	color: var(--color-paragraph);
}

.chart-list-item {
	display: flex;
	gap: 20px;
}

.chart-list-item i {
	display: inline-block;
	color: var(--white);
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: var(
    --color-primary);
	text-align: center;
	border-radius: 7px;
	font-size: 25px;
}

.chart-list {
	display: grid;
	gap: 30px;
	margin-top: 30px;
}

.chart-list-item:nth-child(2) i {
	background: var(--dark);
}

.chart-list-item h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--color-heading);
}

.chart-list-item p {
	margin: 0;
	color: var(--color-paragraph);
}

/* ============================================================== 
    # Team
=================================================================== */
.team-style-one-item .thumb {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

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

.team-style-one-item {
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}

.team-style-one-item .thumb .social {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: var(--white);
	border-top-left-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.35s ease-in-out;
	padding-top: 15px;
}

.bg-gray .team-style-one-item .thumb .social {
	background: var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social {
	background: var(--white);
}

.team-style-one-item .thumb .social::after {
	position: absolute;
	left: -20px;
	bottom: 0;
	content: "";
	height: 33px;
	width: 20px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .team-style-one-item .thumb .social::after {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social::after {
	box-shadow: 0 20px 0 0 var(--white);
}

.team-style-one-item .thumb .social::before {
	position: absolute;
	right: 0px;
	top: -37px;
	content: "";
	height: 37px;
	width: 20px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 0 0 var(--white);
}

.bg-gray .team-style-one-item .thumb .social::before {
	box-shadow: 0 10px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social::before {
	box-shadow: 0 10px 0 0 var(--white);
}

.team-style-one-item .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.team-style-one-item .info {
	padding: 0 15px;
}

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


/* ============================================================== 
    # 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: 50px;
	background: var(--dark);
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--white);
}

.team-single-area .right-info .social ul {
	display: flex;
	list-style-type: none;
	grid-gap: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
	left: 58px;
	opacity: 1;
	pointer-events: auto;
}

.team-single-area .right-info .social ul li {
	display: inline-block;
	margin: 0;
}

.team-single-area .right-info .social ul li a {
	display: inline-flex;
	height: 50px;
	width: 50px;
	line-height: 52px;
	background: #e7e7f7;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.team-single-items .about ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 25px;
}

.team-single-items .about ul li {
	margin-top: 10px;
	font-size: 18px;
	color: var(--color-heading);
	font-weight: 500;
}

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

.team-single-items .about ul li a:hover {
	color: var(--color-primary);
}

.team-single-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

.team-list-item h2 {
	margin-bottom: 30px;
	font-size: 28px;
}

.team-list-item h3 {
	font-weight: 600;
	font-size: 20px;
}

.team-single-items .about .title {
	margin-bottom: 15px;
}

.team-single-items .about span {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 25px;
	display: inline-block;
	border: 1px solid #c4cece;
	padding: 3px 15px;
	border-radius: 5px;
}

.team-list-item span {
	text-transform: none;
	margin-bottom: 5px;
	color: var(--color-heading);
	display: block;
}

.team-list-item li {
	margin-top: 30px;
}

.team-list-item li:first-child {
	margin-top: 0;
}

.team-single-list ul {
	border: none;
	margin-top: 0;
	padding: 0;
}

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

.team-list-item ul li {
	position: relative;
	z-index: 1;
}

.team-list-item ul li::after {
	position: absolute;
	left: -33px;
	top: 3px;
	content: "";
	height: 15px;
	width: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	background: var(--white);
}

.skill-items .progress {
	overflow: inherit;
	height: 10px;
	border-radius: 50px;
	background: #dae5e5;
}

.skill-items .progress .progress-bar {
	background: var(--color-primary);
	overflow: inherit;
	border-radius: 30px;
	position: relative;
}

.progress-box:first-child {
	margin-top: 0;
}

.progress-box {
	margin-top: 35px;
}

.skill-items .progress-box h4 {
	font-size: 20px;
}

.skill-items .progress .progress-bar span {
	position: absolute;
	right: 0;
	top: -48px;
	background: var(--color-primary);
	border-radius: 5px;
	font-weight: 600;
	padding: 3px 7px;
	display: inline-block;
	font-size: 15px;
}

.skill-items .progress .progress-bar span::after {
	position: absolute;
	left: 3px;
	bottom: -10px;
	content: "";
	height: 11px;
	width: 12px;
	background: var(--color-primary);
	opacity: 0.5;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-form-card {
	padding: 80px;
	border-radius: 10px;
}

.contact-form-card p {
	font-size: 17px;
}

.contact-form-card .sub-title {
	border-color: #c5c6ff;
	margin-bottom: 25px;
}

.contact-form-card .form-group {
	margin-bottom: 30px;
}

.contact-form-card .form-group input, .contact-form-card .form-group textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #cdd6d6;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.contact-form-card .form-group textarea {
	height: 150px;
}


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

.accordion-style-one-items {
	margin-top: -25px;
}

.funfact-card {
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.funfact-card h2,
.funfact-card h4 {
	margin: 0;
	font-size: 20px;
}

.funfact-card .js-counter {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 30px;
}

.funfact-card i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	font-size: 40px;
	font-weight: 300;
}

.funfact-card:nth-child(2) i {
	transform: translateY(-50%) rotate(90deg);
}

.accordion-style-one-item {
	background: transparent;
	overflow: hidden;
	border-radius: 0;
	border-bottom: 1px solid #b7b5c6;
}

.accordion-style-one-item:last-child {
	border: none;
}

.accordion-style-one-item button.accordion-button {
	background: no-repeat;
	box-shadow: none;
	padding: 25px;
	padding-left: 0;
	color: var(--color-heading);
	font-size: 22px;
	font-weight: 500;
	display: flex;
	padding-right: 75px;
	align-items: flex-start;
}

.accordion-style-one-item button.accordion-button span {
	width: 60px;
	min-width: 60px;
}

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

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

.accordion-style-one-item .accordion-body {
	padding: 0;
	padding-bottom: 30px;
	border-top: 1px solid #b7b5c6;
	padding-top: 25px;
}

.accordion-style-one-item .accordion-body h3 {
	font-size: 20px;
	line-height: 1.4;
}

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

.accordion-style-one-item button.accordion-button::before {
	position: absolute;
	right: 0;
	top: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	height: 35px;
	width: 35px;
	color: var(--color-heading);
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	font-size: 18px;
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f068";
}

.bg-dark .accordion-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .accordion-style-one-item button.accordion-button {
	color: var(--white-secondary);
}

.bg-dark .accordion-style-one-item button.accordion-button::before {
	background: var(--white);
	border-color: var(--white);
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--color-style-five);
	color: var(--color-heading);
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed) span {
	color: var(--color-heading);
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	background: var(--color-style-five);
	border-color: var(--dark);
}

.bg-dark .accordion-style-one-item .accordion-body {
	border: none;
}

.bg-dark .style-two .accordion-style-one-item {
	border-color: rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Processs
=================================================================== */

.process-one-wrap {
	position: relative;
}

@media (min-width: 1200px) {
	.process-heading {
		position: sticky;
		top: 205px;
	}
}

.process-style-one-item {
	padding: 50px;
	background: #FAFAFF;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(88, 72, 180, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.8);
	z-index: 1;
	margin-bottom: 30px;
	position: relative;
}

.bg-dark .process-style-one-item {
	background: #22252d;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 25px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: all 0.3s ease;
}

.process-style-one-item:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.process-style-one-item {
		position: sticky;
		top: 200px;
	}
}

.process-style-one-items {
	padding-left: 80px;
	position: relative;
	z-index: 1;
}

.process-style-one-items::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 4px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), var(--color-primary), rgba(255, 255, 255, 0));
}

.process-style-one-item span {
	position: absolute;
	left: -110px;
	height: 60px;
	width: 60px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 58px;
	border-radius: 50%;
	border: 2px solid var(--white);
	font-weight: 600;
	font-size: 20px;
	top: 35px;
}

.process-style-one-item img {
	border-radius: 20px;
}


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

.moving-scrolls {
	margin-top: 10px;
}

.moving-scrolls:first-child {
	margin-top: 0;
}

.brand-style-one-item {
	min-width: 350px;
	display: grid;
	padding: 70px 50px;
	margin: 0px 5px;
	border-radius: 20px;
	place-content: center;
	border: 1px solid #e7e7e7;
	background-color: var(--white);
}

.bg-dark .brand-style-one-item {
	background: #22252d;
	border: none;
}

.brand-style-one-item img {
	max-height: 70px;
	transition: all 0.35s ease-in-out;
	opacity: 0.5;
}

.bg-dark .brand-style-one-item img {
	filter: brightness(0) invert(1);
	opacity: 0.7;
}

.brand-style-one-item:hover img {
	opacity: 1;
}

ul.fun-fact-style-two {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 60px;
}

ul.fun-fact-style-two .js-counter {
	font-size: 80px;
	line-height: 1;
	font-weight: 500;
	color: var(--color-primary);
	margin-bottom: 20px;
}

ul.fun-fact-style-two h3 {
	font-size: 24px;
}

ul.fun-fact-style-two .js-counter span {
	color: var(--color-primary);
}

ul.fun-fact-style-two p {
	margin-top: 15px;
}

.brand-area {
	position: relative;
	z-index: 1;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.brand-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bg-gray) 80%) repeat scroll 0 0;
	z-index: -1;
}

.bg-dark .brand-area::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--dark-secondary) 80%) repeat scroll 0 0;
}

/* ============================================================== 
    # Pricing Style Two
=================================================================== */
.nav.nav-tabs.pricing-tab-navs {
	border: none;
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background: var(--white);
	width: 70px;
	border-radius: 30px;
	padding-left: 3px;
	height: 35px;
	border: 1px solid #b5b6ee;
}

.nav.nav-tabs.pricing-tab-navs button {
	display: inline-block;
	background: transparent;
	border: none;
	color: var(--color-heading);
	padding: 0;
	border-radius: inherit;
	overflow: inherit;
	text-transform: uppercase;
	font-weight: 500;
	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(--color-primary);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}

.color-style-two .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: 5px;
	width: 100px;
	left: 100%;
	opacity: 0.5;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}

.nav.nav-tabs.pricing-tab-navs button:first-child span {
	right: 100%;
	left: auto;
	margin-right: 15px;
}

.nav.nav-tabs.pricing-tab-navs button.active span {
	opacity: 1;
}

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

ul.list-style-three li {
	margin-top: 10px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	color: var(--color-heading);
}

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

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

.bg-theme ul.list-style-three li::after {
	filter: brightness(0) invert(1);
}

ul.list-style-three li::after {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	background-image: url(../img/icon/arrow-standard.png);
	height: 10px;
	width: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.text-light ul.list-style-three li::after {
	filter: brightness(0) invert(1);
}

.pricing-style-one {
	padding: 50px;
	background: var(--white);
	border-radius: 20px;
	height: 100%;
	border: 3px solid var(--white);
	background-position: center !important;
	background-size: cover !important;
}

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

.pricing-style-one.active {
	background: var(--white);
}

.bg-dark .pricing-style-one.active {
	border: none;
}

.pricing-style-one .pricing {
	margin-bottom: 5px;
	display: block;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--color-heading);
}

.bg-dark .pricing-style-one .pricing {
	color: var(--white);
}

.pricing-style-one .pricing span {
	color: var(--color-heading);
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin-top: 10px;
}

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

.pricing-style-one .btn {
	display: block;
	margin-bottom: 30px;
	padding: 14px 40px;
	border-radius: 30px;
}

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

.bg-dark .pricing-style-one .btn::after {
	background: var(--color-primary);
}

.bg-dark .pricing-style-one .btn:hover {
	background: var(--color-primary);
	color: var(--white);
}

.pricing-style-one .btn.btn-border {
	padding: 12px 40px;
}

.bg-dark .pricing-style-one .btn.btn-border {
	background: var(--color-primary);
	border: none;
	padding: 14px 40px;
	color: var(--white);
}

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

.bg-dark .pricing-style-one .btn.btn-border:hover {
	background: var(--white);
	color: var(--color-heading);
}

.pricing-style-one h2,
.pricing-style-one h3 {
	font-size: 24px;
	font-weight: 500;
}

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

ul.list-style-two i {
	width: 28px;
}

ul.list-style-two li {
	font-weight: 400;
	margin-top: 10px;
}



/* ============================================================== 
    # Help Center 
=================================================================== */

.help-center-area {
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

form.searc-form-one {
	border: 1px solid;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	max-width: 600px;
	margin: 40px auto auto;
}

form.searc-form-one input {
	border: none;
	box-shadow: none;
	border-radius: 30px;
	padding: 20px;
}

form.searc-form-one button {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 40px;
	border: none;
	background: var(--dark);
	color: var(--white);
	height: 54px;
	min-width: 120px;
}

form.searc-form-one button:hover {
	background: var(--color-primary);
	color: var(--white);
}

.site-heading .title i {
	display: inline-block;
	background: var(--color-primary);
	color: var(--white);
	height: 65px;
	width: 65px;
	border-radius: 5px;
	font-size: 40px;
	line-height: 65px;
	transform: rotate(-15deg);
	position: relative;
	top: -7px;
	margin-top: 20px;
}

.nav.nav-tabs.help-tab-navs {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: auto;
	margin-bottom: 50px;
	gap: 20px;
}

.nav.nav-tabs.help-tab-navs::before, .nav.nav-tabs.help-tab-navs::after {
	display: none;
}

.nav.nav-tabs.help-tab-navs .nav-link {
	margin: 0;
	border: none;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	color: var(--color-heading);
	border-radius: 10px;
	border: 2px solid transparent;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.nav.nav-tabs.help-tab-navs .nav-link i {
	font-weight: 300;
	font-size: 40px;
}

.nav.nav-tabs.help-tab-navs .nav-link.active {
	border-color: var(--color-primary);
	color: var(--color-heading);
	box-shadow: none;
}

/* ============================================================== 
    # Testimonial
=================================================================== */
.testimonial-style-one .thumb {
	height: 400px;
	width: 400px;
	text-align: center;
	position: relative;
	margin: auto;
}

.testimonial-style-one .thumb > img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	padding: 2px;
	background: rgba(255, 255, 255, 0.1);
}

.testimonial-style-one .thumb .icon {
	position: absolute;
	right: 0;
	top: 60px;
	background: var(--color-primary);
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	border: 2px solid var(--white);
}

.gradient-title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 8vw;
	font-weight: 600;
	background-size: cover;
	line-height: 0.9;
	margin-bottom: 0;
	margin-top: -15px;
}

.testimonial-style-one p {
	font-size: 25px;
	line-height: 1.7;
	margin: 0;
}

.text-light .testimonial-style-one p {
	color: var(--white);
}

.testimonial-style-one .tm-provider {
	margin-top: 30px;
}

.testimonial-style-one .tm-provider h2,
.testimonial-style-one .tm-provider h4,
.testimonial-style-one .tm-provider strong {
	margin-bottom: 5px;
	font-size: 24px;
	color: var(--color-heading);
	line-height: 1.2;
	display: block;
}

.text-light .testimonial-style-one .tm-provider h4,
.text-light .testimonial-style-one .tm-provider strong {
	color: var(--white);
}

.text-light .testimonial-style-one .tm-provider span {
	color: var(--white-secondary);
}

.testimonial-style-one .ratings {
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #c5e4e4;
	padding: 7px 25px;
	border-radius: 30px;
	padding-bottom: 8px;
}

.text-light .testimonial-style-one .ratings {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonial-style-one .ratings i {
	font-size: 15px;
	color: var(--color-primary);
}

.text-light .testimonial-style-one .ratings i {
	color: var(--white);
}

.testimonial-style-one .ratings span {
	margin-left: 5px;
	display: inline-block;
}

.testimonial-one-navtigations {
	display: flex;
	align-items: center;
	gap: 15px;
	position: absolute;
	right: 0;
	bottom: 25px;
	z-index: 1;
}

.testimonial-one-navtigations > div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #c5e4e4;
	border-radius: 50%;
	color: var(--color-primary);
}

.text-light .testimonial-one-navtigations > div {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: var(--white);
}

.testimonial-one-navtigations i {
	font-weight: 400;
}

/* ============================================================== 
    # App Demo
=================================================================== */

.app-demo-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.app-demo-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 150px;
	width: 100%;
	background: var(--bg-gray);
	z-index: -1;
}

.bg-dark .app-demo-area::after {
	background: var(--dark-secondary);
}

.app-demo-content img {
	padding: 10px;
	background: var(--white);
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #d4d4f5;
}

.app-demo-area p {
	margin-top: 15px;
	margin-bottom: 25px;
}

.large-title {
	font-size: 65px;
	margin-top: -10px;
	font-weight: 500;
	padding-bottom: 5px;
}

.site-heading .customer-list {
	justify-content: center;
	margin-bottom: 35px;
}

.site-heading .customer-list h5 {
	background-color: var(--dark);
}

.customer-list {
	display: flex;
	align-items: center;
	margin-left: 15px;
	text-align: left;
}

.customer-list img {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.8);
	margin-left: -15px;
}

.customer-list span,
.customer-list i {
	margin: 0;
	height: 55px;
	width: 55px;
	min-width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	margin-left: -20px;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
}

.customer-list h3 {
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 20px;
	font-family: var(--font-default);
	font-weight: 500;
}


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

.blog-style-one .thumb img {
	border-radius: 10px;
}

.blog-style-one .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 25px;
}

ul.meta-one {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
}

ul.meta-one li a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	padding: 5px 20px;
	border-radius: 7px;
	font-size: 15px;
}

.bg-gray ul.meta-one li a {
	border-color: #cccccc;
}

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

.bg-dark .bg-gray ul.meta-one li a {
	border-color: #47477a;
	color: var(--white-secondary);
}

.blog-style-one .meta-one {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--white);
	border-top-right-radius: 8px;
	padding: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.blog-style-one .meta-one::before {
	position: absolute;
	left: -1px;
	top: -26px;
	content: "";
	height: 26px;
	width: 20px;
	border-bottom-left-radius: 12px;
	box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .blog-style-one .meta-one::before {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.blog-style-one .meta-one::after {
	position: absolute;
	right: -20px;
	bottom: 0;
	content: "";
	height: 33px;
	width: 20px;
	border-bottom-left-radius: 17px;
	box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .blog-style-one .meta-one::after {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray .blog-style-one .meta-one {
	background: var(--bg-gray);
}

.bg-dark .bg-gray .blog-style-one .meta-one {
	background: var(--dark-secondary);
}

.bg-dark .bg-gray .blog-style-one .meta-one::before {
	box-shadow: 0 20px 0 0 var(--dark-secondary);
}

.bg-dark .bg-gray .blog-style-one .meta-one::after {
	box-shadow: 0 20px 0 0 var(--dark-secondary);
}


/* ============================================================== 
    # Request Demo
=================================================================== */
.req-demo-wrap {
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	padding: 120px;
}

.bg-dark .req-demo-wrap {
	background-position: top center;
}

.req-demo-wrap .title {
	font-size: 55px;
}

ul.list-style-four {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 15px;
}

ul.list-style-four li {
	position: relative;
	z-index: 1;
	padding-left: 26px;
}

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

.text-light ul.list-style-four li {
	color: var(--white);
}

.text-light.req-demo-wrap .btn-style-one:after {
	background: var(--black);
}

/* ============================================================== 
    # 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: 600;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 500;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}

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

.contact-form-heading .d-grid {
	display: grid;
}

.contact-form-heading .d-grid {
	grid-template-columns: 200px auto;
	gap: 30px;
}

.contact-form-heading .d-grid img {
	height: 150px;
	margin-left: -20px;
	margin-bottom: -50px;
}

.contact-form-heading h2 {
	font-size: 60px;
	margin: 0;
	margin-top: -10px;
	line-height: 1.1;
}

.contact-form-heading p {
	margin-bottom: 0;
}

.contact-form-style-two input, .contact-form-style-two textarea {
	box-shadow: none !important;
	padding: 15px 25px;
	border-radius: 30px;
	border: 1px solid #ceccd5;
}

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

.contact-address .phone-link {
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 1;
	padding-top: 10px;
}

.contact-address .phone-link i {
	font-size: 40px;
	margin-right: 5px;
}

.contact-style-two-info li {
	display: flex;
	margin-top: 50px;
	padding: 35px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04), inset 0 -6px 0 rgba(0, 0, 0, 0.035), inset 0 3px 2px rgba(255, 255, 255, 0.55);
	border-radius: 20px;
}

.contact-style-two-info li:first-child {
	margin-top: 0;
}

.contact-style-two-info li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	font-size: 25px;
	margin-right: 20px;
}

.contact-style-two-info li:nth-child(2) i {
	background: #0aa4d2;
}

.contact-style-two-info li:nth-child(3) i {
	background: var(--dark);
}

.contact-style-two-info li p {
	margin: 0;
}

.contact-style-two-info li h1,
.contact-style-two-info li h2,
.contact-style-two-info li h3,
.contact-style-two-info li h4 {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 24px;
}

.contact-style-two-info li a {
	font-weight: 400;
}

@media (min-width: 1400px) {
	.contact-style-two-info li p {
		padding-right: 20%;
	}
}

.contact-form-style-two input[type="checkbox"] {
	line-height: 1;
	padding: 0;
	min-height: 0;
	margin-right: 4px;
}

.form-group.check-box-items {
	margin-top: 10px;
}

.form-group.check-box-items label {
	margin-right: 25px;
	font-size: 17px;
}

/* ============================================================== 
    # Footer Style One
=================================================================== */
.footer-top-style-one {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding-top: 120px;
}

.footer-top-style-one .logo img {
	height: 35px;
}

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

ul.social-style-two li a {
	background: rgba(255, 255, 255, 0.15);
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
}

.footer-top-style-one::after {
	position: absolute;
	left: 0;
	bottom: 50px;
	height: 2px;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	content: "";
	z-index: -1;
}

.footer-top-style-one .logo {
	background: var(--dark);
	padding-right: 60px;
}

.footer-style-one ul.social-style-two {
	background: var(--dark);
	padding-left: 60px;
}

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

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

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

.footer-style-one .f-items {
	padding-bottom: 120px;
}

.footer-style-one .about .content {
	padding-right: 45%;
}

form.newsletter-style-two {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

form.newsletter-style-two input,
form.newsletter-style-two input:focus {
	background: transparent;
	border: none;
	color: var(--white);
	min-height: 60px;
	padding: 0 20px;
	box-shadow: none;
}

form.newsletter-style-two button {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background: var(--color-primary);
	color: var(--white);
	border-radius: 5px;
	height: 40px;
	width: 40px;
}

form.newsletter-style-two button i {
	position: relative;
	left: -1px;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 24px;
}

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

footer ul.useful-link li {
	margin-top: 12px;
}

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

ul.contact-list li h3,
ul.contact-list li h5 {
	margin-bottom: 5px;
	font-size: 20px;
}

ul.contact-list li {
	margin-top: 20px;
}

.footer-bottom-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin-top: 50px;
}

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

footer.footer-style-one {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

footer.footer-style-one::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	height: 400px;
	width: 400px;
	background: var(--color-primary);
	bottom: -25%;
	z-index: -1;
	border-radius: 50%;
	filter: blur(140px);
}

footer .large-text {
	margin-bottom: -80px;
	z-index: -1;
	position: relative;
}

footer.footer-style-one .large-text h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 480px;
	line-height: 0.8em;
	letter-spacing: -0.015em;
	display: inline-block;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	font-weight: 500;
	background-position: center;
}

/* CSS */
.light-placeholder::-webkit-input-placeholder {
 /* Chrome */
	color: var(--white-secondary);
}

.light-placeholder:-ms-input-placeholder {
 /* IE 10+ */
	color: var(--white-secondary);
}

.light-placeholder::-moz-placeholder {
 /* Firefox 19+ */
	color: var(--white-secondary);
	opacity: 1;
}

.light-placeholder:-moz-placeholder {
 /* Firefox 4 - 18 */
	color: var(--white-secondary);
	opacity: 1;
}

.footer-style-one-bottom {
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.06);
}

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

footer.footer-style-one::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	height: 400px;
	width: 400px;
	background: var(--color-primary);
	bottom: -25%;
	z-index: -1;
	border-radius: 50%;
	filter: blur(140px);
}

ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

.text-end ul.link-list {
	justify-content: flex-end;
}

ul.link-list li a {
	font-weight: 400;
}

footer a {
	font-weight: 400;
}

footer.text-light, 
footer.text-light li, 
footer.text-light p, 
footer.text-light a {
	color: var(--white-secondary);
}

footer.text-light a:hover {
	color: var(--white);
}


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

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

	.title br {
		display: none;
	}

	/* Banner One */
	.banner-style-one-content h2 {
		font-size: 55px;
	}

	/* About */
	.about-style-one-area .align-items-center {
		align-items: start !important;
	}

	/* Services */
	.services-style-one-area .col-xl-7.col-lg-6 {
		width: 50%;
	}

	.services-style-one-area .col-xl-5.col-lg-6 {
		width: 50%;
	}

	.card-style-two {
		padding: 80px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.card-style-two .thumb img {
		border-radius: 15px;
	}

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

	/* Testimonial One */
	.testimonial-style-one .thumb {
		height: 350px;
		width: 350px;
	}

	.testimonial-style-one p {
		font-size: 22px;
	}

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

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

	.title {
		font-size: 48px;
	}

	.title-sm {
		font-size: 42px;
	}

	/* Banner One */
	.banner-style-one, .banner-style-one div {
		height: auto;
	}

	.banner-style-one {
		padding-top: 230px;
		padding-bottom: 120px;
	}

	.banner-one-dashbaord > img {
		max-width: 100%;
		width: 100%;
		margin: auto;
	}

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

	.banner-style-one .pr-50 {
		padding-right: 15px;
	}

	/* About */
	.about-style-one-area .pr-80 {
		padding-right: 15px;
	}

	.about-thumb img:first-child {
		width: 100%;
	}

	.about-thumb img:nth-child(2) {
		display: none;
	}

	.about-thumb {
		margin-bottom: 50px;
	}

	ul.list-style-five {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 50px;
	}

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

	/* Feature One */
	.feature-one-contents .card-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.feature-one-contents .card-items .account-card {
		margin: 0;
		flex-direction: column-reverse;
		text-align: center;
	}

	.user-card-item {
		display: flex;
		text-align: center;
		flex-direction: column;
		justify-content: center;
	}

	.user-card-item .thumb {
		justify-content: center;
	}

	.feature-style-one-items .feature-carousel {
		margin-top: 30px;
		height: auto;
	}

	.feature-caruosel-item {
		padding: 80px;
	}

	/* Tools Integration */
	ul.integration-tools-list li .icon {
		height: 100px;
		width: 100px;
		padding: 25px;
	}

	ul.integration-tools-list {
		gap: 70px;
	}

	/* Services */
	.card-style-two {
		padding: 80px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.card-style-two .thumb img {
		border-radius: 10px;
	}

	.card-style-three {
		padding: 55px;
	}

	.card-style-three .info {
		padding: 0;
		padding-bottom: 40px;
	}

	/* Team */
	.team-style-one-area .pl-60 {
		padding-left: 15px;
		margin-bottom: 60px;
	}

	/* Process */
	.process-style-one-items {
		margin-left: 30px;
		margin-top: 30px;
	}

	.process-style-one-item img {
		width: 100%;
	}

	.process-style-one-item {
		padding: 80px;
	}

	/* Testimonial One */
	.testimonial-style-one .thumb {
		height: 350px;
		width: 350px;
	}

	.testimonial-style-one p {
		font-size: 22px;
	}

	/* Faq */
	.accordion-style-one-items {
		padding-left: 40px;
	}

	/* Req Demo */
	.req-demo-wrap {
		padding: 80px;
	}

	/* Faq */
	.nav.nav-tabs.help-tab-navs .nav-link {
		padding: 25px;
	}

	/* Contact */
	.contact-area .pr-80 {
		padding-right: 30px;
	}

	.contact-form-heading .d-grid img {
		display: none;
	}

	.contact-form-heading .d-grid {
		grid-template-columns: 1fr;
	}

	 /* Footer One */

	.footer-style-one .about .content {
		padding-right: 0;
	}
}


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Default */

	.title {
		font-size: 46px;
		padding-top: 2px;
	}

	.title br {
		display: none;
	}

	/* Banner One */
	.banner-style-one, .banner-style-one div {
		height: auto;
	}

	.banner-style-one {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.banner-one-dashbaord > img {
		max-width: 100%;
		margin: auto;
		margin-top: 50px;
	}

	/* About */
	.about-thumb img:nth-child(2) {
		display: none;
	}

	.about-thumb {
		margin-bottom: 50px;
	}

	/* Tools Integration */
	.tools-heading img {
		display: none;
	}

	ul.integration-tools-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	ul.integration-tools-list li:nth-child(2n) {
		margin: 0;
	}

	ul.integration-tools-list li .icon {
		width: 100%;
	}

	ul.integration-tools-list li .icon img {
		height: 60px;
		margin: auto;
	}

	.tools-heading {
		height: auto;
		margin: 50px 0;
	}

	.text-end ul.integration-tools-list li:nth-child(2n) {
		margin: 0;
	}

	/* Services */
	.card-style-two {
		padding: 80px;
	}

	.card-style-two .thumb img {
		border-radius: 20px;
	}

	.chart-wrap {
		margin-top: 50px;
		height: auto;
		padding: 80px;
	}

	.card-style-four {
		margin-top: 50px;
	}

	.card-style-three {
		padding: 80px;
	}

	.card-style-three .info {
		padding: 0;
		padding-bottom: 50px;
	}

	/* Pricing */
	.pricing-style-one {
		padding: 50px 30px;
	}

	/* Process */
	.process-style-one-items {
		margin-left: 25px;
		margin-top: 30px;
	}

	/* Testimonial One */
	.testimonial-style-one-carousel {
		text-align: center;
		padding-bottom: 100px;
	}

	.testimonial-style-one .thumb {
		margin: auto auto 50px;
	}

	.testimonial-one-navtigations {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}

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

	/* Blog */
	ul.meta-one li a {
		padding: 5px 10px;
	}

	/* Req Demo */
	.req-demo-wrap {
		padding: 80px;
	}

	/* Help */
	.nav.nav-tabs.help-tab-navs .nav-link {
		padding: 16px;
	}

	/* Contact */
	.contact-form-heading .d-grid {
		grid-template-columns: 1fr;
	}

	.contact-form-heading .d-grid img {
		display: none;
	}

	form.contact-form-style-two {
		margin-top: 40px;
	}

	.contact-style-two-info li {
		margin-top: 30px;
	}

	.contact-style-two-info li:first-child {
		margin-top: 0;
	}

	/* Footer One */
	.footer-top-style-one .logo {
		padding-right: 0;
	}

	.footer-top-style-one::after {
		display: none;
	}

	.footer-style-one ul.social-style-two {
		padding: 0;
	}

	.footer-top-style-one .logo img {
		height: 50px;
	}

	.footer-style-one .about .content {
		padding-right: 0;
	}

	.text-end ul.link-list {
		justify-content: center;
		margin-top: 10px;
	}

	.footer-style-one-bottom {
		text-align: center;
	}

	footer form.newsletter-style-two {
		max-width: 450px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Banner Style One */
	.banner-style-one-content h2 {
		font-size: 40px;
	}

	.banner-style-one, .banner-style-one div {
		height: auto;
	}

	.banner-one-dashbaord {
		padding-right: 0;
	}

	.banner-one-dashbaord > img {
		max-width: 100%;
		margin: 0;
	}

	.banner-style-one .banner-one-dashbaord {
		margin-top: 50px;
		padding-bottom: 0;
	}

	.banner-one-dashbaord .card-style-one {
		position: inherit;
		margin-top: 30px;
		width: 100%;
	}

	.card-style-one img {
		max-width: 160px;
	}

	.banner-style-one {
		padding: 80px 0;
	}

	/* About */
	.about-thumb img:nth-child(2) {
		display: none;
	}

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

	ul.list-style-five li {
		display: block;
		text-align: center;
	}

	ul.list-style-five li i {
		margin-bottom: 30px;
	}

	.trustpilot {
		flex-wrap: wrap;
	}

	/* Features Two */

	.feature-style-one-items,
	.bg-dark-secondary .feature-style-one-items {
		border-radius: 0;
		background: transparent;
	}

	.feature-caruosel-item {
		padding: 30px;
	}

	.bg-dark-secondary .feature-caruosel-item {
		background: rgba(255, 255, 255, 0.1);
	}

	.feature-style-one-items .top-info {
		padding: 0;
		margin-bottom: 30px;
	}

	.feature-two-contents {
		padding: 0;
	}

	.user-card-item {
		display: block;
		text-align: center;
		align-items: center;
	}

	.user-card-item .progressbar {
		margin: auto auto 30px;
	}

	.user-card .thumb {
		justify-content: center;
	}

	.account-card {
		flex-direction: column-reverse;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 30px;
		gap: 30px;
	}

	/* Tools Area */
	.tools-heading img {
		display: none;
	}

	ul.integration-tools-list {
		justify-content: center;
		align-items: center;
		flex-direction: inherit;
		flex-wrap: wrap;
		gap: 10px;
	}

	ul.integration-tools-list li:nth-child(2n) {
		margin: 0;
	}

	ul.integration-tools-list li .icon {
		height: 100px;
		width: 100px;
		padding: 25px;
	}

	.text-end ul.integration-tools-list li:nth-child(2n) {
		margin: 0;
	}

	.tools-heading {
		height: auto;
		margin: 30px 0;
		padding: 50px 30px;
	}

	.tools-heading h2 {
		font-size: 36px;
	}

	/* Services */
	.card-style-two {
		padding: 50px;
	}

	.card-style-two .thumb img {
		border-radius: 10px;
	}

	.chart-wrap {
		margin-top: 30px;
		padding: 50px 31px;
	}

	.bar-wrap:nth-child(2) {
		display: none;
	}

	.card-style-three .info {
		padding: 25px;
		padding-bottom: 35px;
	}

	.card-style-four {
		margin-top: 30px;
		padding: 30px;
	}

	/* Brand */
	ul.fun-fact-style-two {
		display: grid;
		gap: 30px;
	}

	ul.fun-fact-style-two p {
		font-size: 20px;
		line-height: 1.6;
	}

	ul.fun-fact-style-two p br {
		display: none;
	}

	ul.fun-fact-style-two .js-counter {
		font-size: 70px;
	}

	.brand-style-one-item {
		min-width: 250px;
		padding: 50px;
	}

	/* Pricing */
	.pricing-style-one {
		padding: 50px 37px;
	}

	/* Process */
	.process-style-one-item span {
		position: inherit;
		display: inline-block;
		margin-bottom: 30px;
	}

	.process-style-one-items {
		padding: 0;
	}

	.process-style-one-items::after {
		display: none;
	}

	.process-style-one-item {
		padding: 37px;
	}

	/* Testimonial One */
	.testimonial-style-one .thumb {
		height: auto;
		width: auto;
		max-width: 350px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.testimonial-style-one {
		text-align: center;
		padding-bottom: 80px;
	}

	.testimonial-style-one p {
		font-size: 18px;
	}

	.testimonial-one-navtigations {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		bottom: 0;
	}

	.testimonial-style-one .thumb .icon {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0;
	}

	.gradient-title {
		font-size: 40px;
		line-height: 1;
	}

	/* Team Details */
	.team-single-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contact-form-card {
		padding: 35px;
	}

	.team-single-area .right-info .social {
		display: block;
	}

	.team-single-area .right-info .social .share-link {
		margin: 0;
		padding: 0;
		margin-top: 30px;
		display: none;
	}

	/* App Demo */
	.large-title {
		font-size: 36px;
	}

	/* Blog */
	ul.meta-one li a {
		padding: 5px 10px;
	}

	/* Request Demo */
	ul.meta-one li a {
		padding: 5px 10px;
	}

	.req-demo-wrap {
		padding: 50px 30px;
	}

	.req-demo-wrap .title {
		font-size: 36px;
	}

	ul.list-style-four {
		row-gap: 7px;
	}

	/* Faq */
	.accordion-style-one-items {
		margin-top: -15px;
	}

	/* Help Center */
	.nav.nav-tabs.help-tab-navs {
		margin-bottom: 30px;
	}

	.site-heading .title i {
		display: none;
	}

	.nav.nav-tabs.help-tab-navs .nav-link {
		padding: 20px;
	}

	/* Contact */
	.contact-form-heading .d-grid {
		grid-template-columns: 1fr;
	}

	.contact-form-heading .d-grid img {
		display: none;
	}

	form.contact-form-style-two {
		margin-top: 40px;
	}

	.contact-style-two-info li {
		margin-top: 30px;
	}

	.contact-style-two-info li:first-child {
		margin-top: 0;
	}

	/* Blog */

	.blog-area .info h2 {
		font-size: 30px;
	}


	/* Footer One */
	.footer-top-style-one {
		display: block;
		padding-top: 70px;
		padding-bottom: 0;
	}

	.footer-top-style-one .logo {
		padding: 0;
		margin-bottom: 30px;
	}

	.footer-style-one ul.social-style-two {
		padding: 0;
		flex-wrap: wrap;
	}

	.footer-style-one .about .content {
		padding-right: 0;
	}

	.footer-top-style-one::after {
		display: none;
	}

	.footer-style-one .f-items {
		padding-bottom: 60px;
	}

	.footer-top-style-one .logo img {
		margin-bottom: 10px;
	}

	.footer-style-one-bottom {
		text-align: center;
		padding: 30px 0;
	}

	.footer-style-one-bottom .text-end {
		text-align: center !important;
		margin-top: 15px;
	}

	.text-end ul.link-list {
		justify-content: center;
	}
}


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

.hexus-loader-wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.hexus-loader-inner {
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.hexus-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.hexus-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.hexus-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: hexus-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.hexus-loader .hexus-loader-item:nth-child(1) {
	margin-left: 0px;
}

.hexus-loader .hexus-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.hexus-loader .hexus-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.hexus-loader .hexus-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.hexus-loader .hexus-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.hexus-loader .hexus-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.hexus-loader .hexus-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.hexus-loader .hexus-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes hexus-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}