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

Main Font    : Sora
Main Color   : #7476ff

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

[Typography]

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

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

*/

/* Sora font is loaded via <link> in the document <head> for faster, non-render-blocking delivery. */


/* Variables */
:root {
	--font-default: 'Sora', sans-serif;
	--font-heading: 'Sora', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #152747;
	--dark-secondary: #363e40;
	--dark-optional: #111315;
	--light: #B9CBEB;
	--white: #ffffff;
	--white-secondary: #b5b5bc;
	--white-common: #ffecdb;
	--color-primary: #1f3b6c;
	--color-secondary: #ec681c;
	--color-style-two: #d14116;
	--color-style-three: #ef7b00;
	--color-accent-soft: #f28d5a;
	--color-accent-warm: #ee6f52;
	--color-heading: #1f3b6c;
	--color-paragraph: #60616c;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f0f2f4;
	--bg--gray-secondary: #f4f4f4;
	--bg-gradient: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-style-two) 100%);
	--bg-gradient-secondary: linear-gradient(90deg, var(--color-primary) 0%, var(--dark) 100%);
	--bg-gradient-light: linear-gradient(0deg, var(--white) 50%, #fbfbfb 100%);
	--bg-gradient-dark: linear-gradient(0deg, var(--dark) 50%, #2e2e2e 100%);
}

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

html,
body,
div,
span,
img,
ul,
li,
a,
p,
h2,
h3,
h4,
h5,
footer,
header,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

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

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

button {
	outline: medium none;
}

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

ul {
	list-style-type: none;
}

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

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

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

i::before {
	line-height: inherit !important;
}

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

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

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

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


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

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	font-weight: 600;
}

a,
.btn,
button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

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

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

@media (min-width: 1400px) {

	.container {
		max-width: 1400px;
	}
}

@media (min-width: 1400px) {
	.navbar .container-full {
		max-width: 1800px;
		width: 100%;
	}
}

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

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

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

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

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

.shadow.theme:after {
	background: var(--color-primary);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	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;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
	overflow: hidden;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 1.3;
	overflow: hidden;
}

.heading span {
	font-weight: 400;
}

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

.title {
	font-weight: 500;
	font-size: 55px;
	margin-bottom: 25px;
}

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

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 1px solid var(--color-secondary);
	padding: 8px 20px;
	padding-top: 10px;
	border-radius: 5px;
	font-size: 28px;
}

.bg-gray .sub-title {
	border-color: var(--color-secondary);
}

.bg-gray-secondary .sub-title {
	border-color: var(--color-secondary);
}

.text-light .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}

.bg-dark.text-light .sub-title {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

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

.text-center .site-heading p,
.text-center .site-heading p {
	padding: 0 10%;
}

@media (max-width: 767px) {

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

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

.bg-dark .heading-left p {
	opacity: 0.8;
}

.bg-dark .left-heading {
	border-color: rgba(255, 255, 255, 0.3);
}

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

.card-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
}

.card-thumb a {
	display: block;
	position: relative;
	z-index: 1;
}

.vieo-text {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
}

.vieo-text img {
	height: 26px;
}

a.btn-circle {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	min-height: 115px;
	color: var(--color-heading);
	padding-left: 25px;
	padding-bottom: 42px;
	padding-top: 35px;
}

.text-light a.btn-circle {
	color: var(--white);
}

a.btn-circle img {
	height: 30px;
	margin-right: 15px;
	transition: all 0.35s ease-in-out;
}

.text-light a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle img {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle:hover img {
	filter: none;
}

.text-light a.btn-circle:hover::after {
	background: var(--white);
}

a.btn-circle span {
	position: relative;
}

a.btn-circle::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 110px;
	width: 110px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../img/icon/round-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.35s ease-in-out;
}

.bg-dark a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.bg-dark a.btn-circle img {
	filter: brightness(0) invert(1);
}

a.btn-circle .button-content {
	position: relative;
	z-index: 1;
}

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

a.btn-circle:hover::after {
	background-color: var(--color-primary);
	filter: none;
	transform: translateY(-50%) scale(0.8);
	left: -10px;
	background-image: none;
}

a.btn-circle:hover img {
	filter: brightness(0) invert(1);
}

a.btn-circle strong {
	transition: all 0.35s ease-in-out;
}

a.btn-circle:hover strong {
	margin-left: 25px;
}

.text-end a.btn-circle:hover strong {
	transform: translateX(25px);
	margin-left: 0;
}

a.btn-circle:hover img {
	height: 20px;
}


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

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

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

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

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

/*Zoom Animation */

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

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

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

@-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 */

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

@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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		width: 100px;
	}
}

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

	100% {
		width: 100px;
	}
}

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

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

	60% {
		background-position: 180px;
	}

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

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

	60% {
		background-position: 180px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.btn i {
	font-weight: 400;
	transform: rotate(-45deg);
	margin-left: 10px;
}

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

.btn.btn-style-one.btn-whatsapp {
	background: #25d366;
}

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

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

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

/* Base color override: btn-style-one uses secondary (orange) */
.btn-style-one {
	background: var(--color-secondary);
}

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

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

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

a.btn-simple i {
	display: inline-block;
	font-weight: 100;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}

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

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

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

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

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

/* 404 header: dark semi-transparent navbar shown at all times (not only on scroll) */
header.header-dark-always nav.navbar.validnavs.navbar-fixed {
	background: rgba(29, 29, 29, 0.9) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

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

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

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

	.row.gutter-zero {
		--bs-gutter-x: 0;
	}
}

.zoom-thumb {
	overflow: hidden;
}

html.lenis,
html.lenis body {
	height: auto;
}

.smooth-content {
	position: relative;
}

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

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

.text-end .item-flex {
	justify-content: end;
}

.dropdown.language-switcher button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--color-heading);
}

.text-light .dropdown.language-switcher button {
	color: var(--white);
}

.dropdown.language-switcher button img {
	height: 30px;
}

.dropdown.language-switcher button::after {
	display: none;
}

.dropdown.language-switcher button i {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 2px;
}

.dropdown.language-switcher .dropdown-menu li a {
	color: var(--color-heading);
	background: transparent;
}

.dropdown.language-switcher .dropdown-menu {
	min-width: 200px;
	padding: 15px 10px;
	margin-top: 10px !important;
}

/* Navbar Regular */



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

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

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

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .banner-style-one.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: 55px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	width: 55px;
	color: var(--color-heading);
	background: var(--white);
	border-radius: 50%;
	border: 1px solid #cccccc;
	line-height: 55px;
	font-size: 28px;
}

.banner-area.banner-style-one .swiper-button-prev,
.banner-area.banner-style-one .swiper-button-next {
	color: var(--white);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-area .swiper-button-prev i,
.banner-area .swiper-button-next i {
	font-weight: 300;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	display: none;
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 2px solid var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {

	.banner-area .swiper-button-prev,
	.banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {

	.banner-area.navigation-text .swiper-button-prev,
	.banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 18px;
	bottom: inherit;
	right: inherit;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	left: 85px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	left: 30px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 600;
}

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

/* Banner Style One */

@media (min-width: 1400px) {
	.brand-style-one-carousel {
		max-width: 90%;
		margin: auto;
	}
}

@media (min-width: 1024px) {
	.text-center .banner-one-content p {
		padding: 0 10%;
		font-size: 20px;
	}
}


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

@media (min-width: 1024px) {

	.banner-style-two-area,
	.banner-style-two-area div {
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.banner-style-two-area {
		height: 100vh;
	}
}

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

.banner-style-two-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 80px;
}

.banner-two-content {
	position: relative;
	z-index: 1;
}

.banner-two-content .info {
	padding-left: 200px;
}

.banner-two-content h1,
.banner-two-content h2 {
	font-size: 100px;
	line-height: 1;
}

.banner-two-content p {
	margin-top: 25px;
}

@media (min-width: 1024px) {
	.banner-two-content p {
		font-size: 18px;
		padding-right: 13%;
		line-height: 1.8;
	}
}

.banner-two-right-info .thumb img {
	clip-path: polygon(0px 16.9336px, 0px 16.9336px, 0.20941315px 14.338315752px, 0.8156912px 11.876360336px, 1.78589205px 9.580675744px, 3.0870736px 7.484203968px, 4.68629375px 5.619887px, 6.5506104px 4.020666832px, 8.64708145px 2.719485456px, 10.9427648px 1.749284864px, 13.40471835px 1.143007048px, 16px 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 16px) 0.933594px, calc(100% - 13.404609px) 1.143007048px, calc(100% - 10.942592px) 1.749284864px, calc(100% - 8.646883px) 2.719485456px, calc(100% - 6.550416px) 4.020666832px, calc(100% - 4.686125px) 5.619887px, calc(100% - 3.086944px) 7.484203968px, calc(100% - 1.785807px) 9.580675744px, calc(100% - 0.81564800000001px) 11.876360336px, calc(100% - 0.20940100000001px) 14.338315752px, calc(100% - 0px) 16.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0px) 54.9336px, calc(100% - 0.2094009999999px) 57.5288695px, calc(100% - 0.8156479999999px) 59.990816px, calc(100% - 1.785807px) 62.2864965px, calc(100% - 3.0869439999999px) 64.382968px, calc(100% - 4.686125px) 66.2472875px, calc(100% - 6.550416px) 67.846512px, calc(100% - 8.646883px) 69.1476985px, calc(100% - 10.942592px) 70.117904px, calc(100% - 13.404609px) 70.7241855px, calc(100% - 16px) 70.9336px, calc(100% - 16px) 70.9336px, calc(100% - 18.595391px) 71.1430118px, calc(100% - 21.057408px) 71.7492864px, calc(100% - 23.353117px) 72.7194826px, calc(100% - 25.449584px) 74.0206592px, calc(100% - 27.313875px) 75.619875px, calc(100% - 28.913056px) 77.4841888px, calc(100% - 30.214193px) 79.5806594px, calc(100% - 31.184352px) 81.8763456px, calc(100% - 31.790599px) 84.3383062px, calc(100% - 32px) 86.9336px, calc(100% - 32px) 164.934px, calc(100% - 32px) 164.934px, calc(100% - 31.790599px) 167.529148px, calc(100% - 31.184352px) 169.991024px, calc(100% - 30.214193px) 172.286676px, calc(100% - 28.913056px) 174.383152px, calc(100% - 27.313875px) 176.2475px, calc(100% - 25.449584px) 177.846768px, calc(100% - 23.353117px) 179.148004px, calc(100% - 21.057408px) 180.118256px, calc(100% - 18.595391px) 180.724572px, calc(100% - 16px) 180.934px, calc(100% - 16px) 180.934px, calc(100% - 13.404609px) 181.143401px, calc(100% - 10.942592px) 181.749648px, calc(100% - 8.646883px) 182.719807px, calc(100% - 6.550416px) 184.020944px, calc(100% - 4.686125px) 185.620125px, calc(100% - 3.086944px) 187.484416px, calc(100% - 1.785807px) 189.580883px, calc(100% - 0.81564800000001px) 191.876592px, calc(100% - 0.20940100000001px) 194.338609px, calc(100% - 0px) 196.934px, calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0px) calc(100% - 40.066px), calc(100% - 0.2094009999999px) calc(100% - 37.470852px), calc(100% - 0.8156479999999px) calc(100% - 35.008976px), calc(100% - 1.785807px) calc(100% - 32.713324px), calc(100% - 3.0869439999999px) calc(100% - 30.616848px), calc(100% - 4.686125px) calc(100% - 28.7525px), calc(100% - 6.550416px) calc(100% - 27.153232px), calc(100% - 8.646883px) calc(100% - 25.851996px), calc(100% - 10.942592px) calc(100% - 24.881744px), calc(100% - 13.404609px) calc(100% - 24.275428px), calc(100% - 16px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 58px) calc(100% - 24.066px), calc(100% - 59.946361px) calc(100% - 23.908956px), calc(100% - 61.792768px) calc(100% - 23.454288px), calc(100% - 63.514507px) calc(100% - 22.726692px), calc(100% - 65.086864px) calc(100% - 21.750864px), calc(100% - 66.485125px) calc(100% - 20.5515px), calc(100% - 67.684576px) calc(100% - 19.153296px), calc(100% - 68.660503px) calc(100% - 17.580948px), calc(100% - 69.388192px) calc(100% - 15.859152px), calc(100% - 69.842929px) calc(100% - 14.012604px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70px) calc(100% - 12.066px), calc(100% - 70.157071px) calc(100% - 10.119639px), calc(100% - 70.611808px) calc(100% - 8.2732319999999px), calc(100% - 71.339497px) calc(100% - 6.551493px), calc(100% - 72.315424px) calc(100% - 4.9791359999999px), calc(100% - 73.514875px) calc(100% - 3.580875px), calc(100% - 74.913136px) calc(100% - 2.381424px), calc(100% - 76.485493px) calc(100% - 1.405497px), calc(100% - 78.207232px) calc(100% - 0.67780800000003px), calc(100% - 80.053639px) calc(100% - 0.22307099999995px), calc(100% - 82px) calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 16px calc(100% - 0.065999999999974px), 13.40471592px calc(100% - 0.27542799999992px), 10.94276096px calc(100% - 0.88174399999986px), 8.64707704px calc(100% - 1.8519959999999px), 6.55060608px calc(100% - 3.1532319999999px), 4.68629px calc(100% - 4.7524999999999px), 3.08707072px calc(100% - 6.616848px), 1.78589016px calc(100% - 8.7133239999999px), 0.81569024px calc(100% - 11.008976px), 0.20941288px calc(100% - 13.470852px), 0px calc(100% - 16.066px), 0px 16.9336px);
}

.banner-two-right-info .top-info {
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	border-radius: 10px;
	margin-top: 30px;
}

.banner-two-right-info .top-info h4 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
	text-align: center;
}

.banner-two-right-info .top-info h5 {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 15px;
}


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


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

.bg-dark .banner-style-four-area::after {
	background: var(--dark-optional);
}

/* CSS */

.bg-dark .banner-style-four-items form input,
.bg-dark .banner-style-four-items form input:focus {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

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

/* CSS */
.bg-dark .banner-style-four-items form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}

.bg-dark .banner-style-four-items form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}

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

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

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

.infinite-gallery-carousel .swiper-wrapper {
	align-items: end;
	transition-timing-function: linear !important;
}

.infinite-gallery-carousel {
	position: relative;
	bottom: -120px;
}

/* CSS */

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

.bg-theme .multi-users i {
	background: var(--dark);
	border: 2px solid;
	line-height: 43px;
}

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


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

/* About Style Two */


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

.bg-dark .about-style-three-thumb img {
	box-shadow: none;
	background: var(--white);
	padding: 2px;
}

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

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

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

.bg-dark .faq-style-two-items .accordion-item.faq-style-two .accordion-button {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

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

.about-style-five-area {
	position: relative;
	z-index: 1;
	background-color: #F9F0E1;
}

.about-style-five-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/about/bg-estoas.jpg);
	background-image: -webkit-image-set(url(../img/about/bg-estoas.avif) type("image/avif"), url(../img/about/bg-estoas.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/about/bg-estoas.avif) type("image/avif"), url(../img/about/bg-estoas.jpg) type("image/jpeg"));
	background-repeat: no-repeat;
	background-position: 30% center;
	opacity: 0.5;
	background-size: contain;
	z-index: -2;
}

.bg-dark .about-style-five-area {
	background-color: var(#F9F0E1);
}

.about-style-five-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.bg-dark .about-style-five-area::before {
	background-color: var(--dark);
	mix-blend-mode: multiply;
}

.about-style-five-left-info ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 0;
	column-gap: 30px;
}

.about-style-five-left-info h5 {
	line-height: 1.8;
	margin-bottom: 25px;
}


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

ul.feature-list li {
	padding: 30px;
	background: color-mix(in srgb, var(--color-accent-warm) 40%, transparent);
	border-radius: 10px;
}

ul.feature-list li h4 {
	color: var(--dark);
}

.bg-dark ul.feature-list li h4 {
	color: var(--white-common);
}

ul.feature-list li:nth-child(2) {
	background: color-mix(in srgb, var(--color-accent-soft) 40%, transparent);
}

ul.feature-list li p {
	color: var(--dark);
}

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

.about-style-five-right-info ul.feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 35px;
}

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

ul.feature-list li img {
	height: 55px;
	margin-bottom: 40px;
}

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

p.strong {
	font-weight: 500;
	color: var(--color-heading);
}

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


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


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

/* ============================================================== 
    # Brand Style Two
=================================================================== */
.brand-style-two-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.brand-style-two-items .brand-style-two-item {
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
}

.brand-style-two-item {
	height: 12em;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.brand-style-two-item img {
	max-height: 12em;
}

.brand-style-two-item a {
	margin-top: 25px;
	font-weight: 400;
	display: inline-block;
	color: var(--white);
	background: var(--bg-gradient);
	padding: 4px 15px;
	border-radius: 6px;
	padding-bottom: 3px;
}

.brand-style-two-item h5 {
	text-transform: uppercase;
	padding: 17px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}

.brand-style-two-item .info {
	padding: 35px 30px;
	padding-bottom: 45px;
}

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

.bg-dark .promotional-brand-one.bg-dark {
	background: #2c3137 !important;
}

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

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

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

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


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

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

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

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



/* ============================================================== 
    # Services Style One
=================================================================== */
.community-card {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-style-one-item {
	border: 1px solid #e7e7e7;
	padding: 50px;
	border-radius: 20px;
}

@media (min-width: 1024px) {
	.service-style-one-single {
		padding: 0;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(2n) .service-style-one-item {
		border-right: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-bottom: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}
}

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

.service-style-one-item img {
	height: 45px;
	margin-bottom: 70px;
}

.community-card .info {
	padding-top: 10px;
}

.community-card .info h5 {
	margin: 0;
	margin-top: 15px;
}



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

ul.list-style-disc {
	padding-left: 1.25rem;
}

ul.list-style-disc li {
	list-style: disc;
	padding-left: 0;
	margin-bottom: 8px;
}

ul.list-style-disc li::after {
	display: none;
}

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

.services-style-three-carousel {
	padding-right: 1px;
}

.service-style-three-item {
	padding: 50px;
	border-radius: 10px;
	background: var(--white);
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #e0e1ff;
}

.service-style-three-item img {
	height: 55px;
	margin-bottom: 30px;
}

.service-style-three-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.service-style-three-item ul li a {
	display: inline-block;
	border: 1px solid #e7e7ff;
	font-weight: 500;
	padding: 7px 20px;
	padding-top: 8px;
	border-radius: 30px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.6);
	line-height: 1.2;
}

.text-light .fun-fact-car-two .js-counter,
.text-light.fun-fact-car-two .js-counter {
	color: var(--white);
}

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

.bg-dark .services-style-four-item::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .services-style-four-item::before {
	border-color: rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Services Five
=================================================================== */
.service-style-five-item {
	padding: 0 15px;
}

.service-style-five-item p {
	margin: 0;
}

.service-style-five-item i {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: var(--color-primary);
	text-align: center;
	line-height: 70px;
	color: var(--white);
	font-size: 30px;
	border-radius: 15px;
	margin-bottom: 50px;
}

.service-style-five-item h4 {
	font-size: 20px;
}

.bg-dark .service-style-five-item a {
	color: var(--white);
}

.bg-dark .service-style-five-item a:hover {
	color: var(--color-primary);
}


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

.service-tab-contents img {
	transition: all 0.35s ease-in-out;
	transform: scale(0.9);
}

.service-tab-contents.active img {
	transform: scale(1);
}

.service-tab-contents {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.service-tab-contents.active {
	opacity: 1;
	visibility: visible;
}

ul.service-tab-content-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

ul.service-tab-content-list li {
	border-top: 1px solid #d7d7ff;
}

ul.service-tab-content-list li p {
	margin: 0;
}

ul.service-tab-content-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.bg-dark ul.service-tab-content-list li {
	border-color: rgba(255, 255, 255, 0.2);
}

.service-tab-contents img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.text-scroll-animation .text {
	width: 100%;
	color: rgba(0, 6, 98, .2);
	background: linear-gradient(to right, #b6b6b6, var(--color-heading)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
	display: flex;
	position: relative;
	z-index: 1;
}

.bg-dark .text-scroll-animation .text {
	color: rgba(255, 255, 255, .4);
	background: linear-gradient(to right, #b6b6b6, var(--white)) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
}

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

.text-scroll-animation .text::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/shape/2.jpg);
	color: #0D0D0D;
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	transform-origin: center;
	transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.text-scroll-animation .text:hover::after,
.text-scroll-animation .active .text::after {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


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

.services-style-seven-area {
	background-color: white;
}

.bg-dark .services-style-seven-area {
	background-color: #151e2c;
}

.services-style-seven-item .accordion-body {
    display: block;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
    padding: 30px;
	align-items: center;
}

.services-style-seven-item .thumb img {
	border-radius: 10px;
}

.services-style-seven-item button.accordion-button {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 20px 30px;
    border-radius: 0;
    font-size: 24px;
    display: grid;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    grid-template-columns: 1fr 2fr 1fr;
}

.services-style-seven-item button.accordion-button i {
    font-size: 30px;
}

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

.services-style-seven-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	height: 35px;
	width: 35px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	font-size: 14px;
	border: 1px solid var(--dark);
}

.services-style-seven-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f063";
	background: transparent;
	border: 1px solid;
}

.services-style-seven-item {
    border-bottom: 1px solid var(--light);
}

.services-style-seven-items {
    border: 1px solid var(--light);
    overflow: hidden;
    border-radius: 10px;
}

.services-style-seven-item:last-child {
    border: none;
}

.services-style-seven-item .accordion-body {
    border-top: 1px solid var(--light);
}

.services-style-seven-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	color: var(--white);
}

.bg-dark .services-style-seven-items {
    border-color: rgba(255, 255, 255, 0.2);
}

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

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

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

.bg-dark .services-style-seven-item button.accordion-button::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
}



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

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

.process-style-one-area {
	overflow: hidden;
	position: relative;
}

/* Blurred copy of the background image */
.process-style-one-area::before {
	content: "";
	position: absolute;
	inset: -40px;
	background-image: url(../img/shape/banner-6.jpg);
	background-size: cover;
	background-position: center;
	filter: blur(8px);
	z-index: 0;
}

.process-style-one-area::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-secondary);
	mix-blend-mode: hue;
	z-index: 0;
	pointer-events: none;
}

body.bg-dark .process-style-one-area::after {
	background-color: var(--color-primary);
	mix-blend-mode: color;
}

.process-style-one-area > *:not(.shape) {
	position: relative;
	z-index: 1;
}

.brand-style-two-area {
	position: relative;
	overflow: hidden;
}

.brand-style-two-area::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../img/shape/banner-15.jpg);
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.brand-style-two-area::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-primary);
	mix-blend-mode: hue;
	z-index: 0;
	pointer-events: none;
}

body.bg-dark .brand-style-two-area::after {
	background-color: var(--color-secondary);
}

.brand-style-two-area > * {
	position: relative;
	z-index: 1;
}

.process-style-one-items {
	display: flex;
	position: relative;
	z-index: 1;
	padding: 120px 90px;
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 0 0;
}

.process-style-one-item {
	flex: 1;
	position: relative;
	z-index: 1;
	padding: 0 50px;
}

.process-style-one-item::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
}

.process-style-one-item:last-child:after {
	display: none;
}

.process-style-one-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	padding-top: 30px;
}

.process-style-one-area .shape img {
	height: 100%;
}

.process-style-one-item p {
	margin: 0;
	color: var(--white-common);
}

.process-style-one-item h4 {
	font-size: 20px;
}

.process-style-one-item h2 {
	display: block;
	color: transparent;
	-webkit-text-stroke: 1px var(--white-common);
	font-weight: 900;
	writing-mode: vertical-rl;
	font-size: 60px;
	line-height: 0.7;
	transform: rotateZ(180deg);
	min-height: 85px;
	margin-bottom: 30px;
}


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


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


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


@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

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

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

@-moz-keyframes spin-two {
	100% {
		-moz-transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes spin-two {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}



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


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

.text-large {
	font-size: 7vw;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0;
}

@media (min-width: 2400px) {
	.text-large {
		font-size: 6vw;
	}
}

.text-large strong {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}




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

.bg-dark .item-grid-colum .left-info h3 strong {
	-webkit-text-stroke: 1px #cccccc;
}

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

.bg-dark .project-paginvation-items {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-dark .project-next .icon {
	background: var(--dark-optional);
	color: var(--white);
}


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

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

.bg-dark .award-style-one-item h2 {
	opacity: 0.5;
}

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

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

/* Team Page */


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

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

.bg-dark .contact-form-card {
	background-color: rgb(25, 25, 25);
}

.contact-form-card {
	background-color: var(--bg--gray-secondary);
	padding: 80px;
	border-radius: 10px;
}

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

.contact-form-card .sub-title {
	border-color: var(--color-secondary);
	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 var(--color-paragraph);
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

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

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

.testimonial-one-control .testimonial-swiper-nav>div {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 35px;
	background: #19364b;
	border-radius: 50%;
	border: 2px solid #637495;
}

.testimonial-one-control .testimonial-swiper-nav>div.testimonial-swiper-button-next {
	left: auto;
	right: 0;
}

.testimonial-one-control .testimonial-swiper-nav>div i {
	font-weight: 500;
	font-size: 14px;
}

.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination {
	position: absolute;
	left: 0;
	display: grid;
	grid-column-gap: 0;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	overflow: inherit;
	transform: translateY(-50%);
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 4px;
}

.testimonial-style-one-carousel .testimonial-one-control .testimonial-swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 9;
	background: transparent;
	background: var(--bg-gradient);
	height: 2px;
}

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


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

.project-swiper-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.project-swiper-nav>div {
	height: 40px;
	width: 40px;
	line-height: 42px;
	background: var(--color-primary);
	text-align: center;
	color: var(--white);
	border-radius: 50%;
}

.project-swiper-nav>div.testimonial-three-prev {
	background: var(--dark);
}


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

.testimonial-style-four-left-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.testimonial-style-four-right-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.bg-dark .testimonial-style-four-item {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark .testimonial-style-four-item .bottom {
	border-color: rgba(255, 255, 255, 0.2);
}

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

.blurry-shape-left-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape-left-bottom::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 22%;
	background: linear-gradient(90deg, #20b6ff 0%, #783cff 100%);
	z-index: -1;
	filter: blur(180px);
}

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

.bg-dark .funfact-style-one-item p {
	color: var(--white);
}


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

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

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

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

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


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

.bg-dark .pricing-style-two .badge {
	background: #3f3f51;
	color: var(--white);
}

.bg-dark .pricing-style-two .badge::before {
	box-shadow: 0 20px 0 0 #3f3f51;
}

.bg-dark .pricing-style-two .badge::after {
	box-shadow: 0 20px 0 0 #3f3f51;
}



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

.infinit-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.infinit-carousel .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
}

.infinit-carousel {
	text-align: center;
}

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

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

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



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

.blog-style-two-box {
	padding: 80px;
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid var(--white);
	border-radius: 15px;
}

.btn-regular {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.btn-regular:hover {
	color: var(--color-heading);
}

.btn-regular img {
	height: 13px;
	position: relative;
	top: -2px;
}

.blog-style-two .btn-regular {
	margin-top: 5px;
}

.blog-style-two .thumb img {
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
	aspect-ratio: 800 / 500;
	object-fit: cover;
	display: block;
}

.blog-style-two h4 {
	font-size: 27px;
	line-height: 1.3;
}


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

.bg-gray .blog-style-three .info,
.bg-cover .blog-style-three .info {
	border: none;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
}

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

.contact-style-one-info.info-variant li i {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
}

.contact-style-one-info.info-variant li h4 {
	font-size: medium;
}

.contact-style-one-items {
	background-repeat: no-repeat;
	background-position: left center;
}

.contact-style-one-info li {
	display: flex;
	margin-top: 30px;
}

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

.contact-style-one-info li:nth-child(2) i {
	background: var(--color-secondary);
}

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

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

.contact-style-one-info li h4 {
	font-weight: 600;
	margin-bottom: 10px;
}

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

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

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

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

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

ul.footer-item-social li {
	display: inline-block;
}

ul.footer-item-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
}

ul.footer-item-social li a img {
	height: 18px;
	filter: brightness(0);
}

.bg-dark ul.footer-item-social li a img {
	filter: brightness(1);
}

ul.footer-item-social.text-end {
	justify-content: flex-end;
}

.bg-dark .footer-bottom-one .content {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
	padding: 25px 0;
}

.footer-bottom p {
	margin: 0;
}

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

.footer-bottom ul li {
	display: inline-block;
}

.footer-bottom .text-end ul li {
	margin-left: 30px;
}

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

.footer-bottom ul li a:hover {
	color: var(--white);
}

footer.bg-dark,
footer.bg-dark p,
footer.bg-dark a {
	color: var(--white);
}

.footer-bottom a {
	font-weight: 400;
}

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

.f-item.about h2 {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

footer .f-item .logo img {
	height: 35px;
	margin-bottom: 50px;
}

h4.widget-title {
	margin-bottom: 30px;
}

.f-item.link li a {
	font-weight: 400;
	font-size: 16px;
}

.f-item.link li {
	margin-top: 10px;
}

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

.bg-dark .footer-shape {
	opacity: 1;
}

footer ul.contact {
	display: grid;
	gap: 15px;
	margin-top: 30px;
}

footer ul.contact h4 {
	margin: 0;
	font-size: 20px;
}

footer.bg-dark ul.contact h4 a {
	color: var(--white);
}

footer ul.contact p {
	margin-bottom: 7px;
}


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

.f-item.about .logo img {
	height: 60px;
	margin-bottom: 50px;
}

.f-item.about .newsletter-style-one {
	margin-top: 30px;
}

.newsletter-style-one {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-style-one form {
	position: relative;
}

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

.newsletter-style-one button {
	background: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newsletter-style-one button img {
	height: 26px;
}

.bg-dark .newsletter-style-one button img {
	filter: brightness(0) invert(1);
}

.newsletter-style-one input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white-common);
}

.newsletter-style-one input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white-common);
}

.newsletter-style-one input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white-common);
	opacity: 1;
}

.newsletter-style-one input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white-common);
	opacity: 1;
}

footer .gradient-text {
	color: var(--color-primary);
	font-weight: 500;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 55px;
	margin-bottom: 50px;
	line-height: 1.1;
}

.footer-style-two .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 1;
}

.footer-style-two .f-item.about {
	position: relative;
	z-index: 1;
	padding-right: 60px;
}

.footer-style-two .f-item.about::after {
	position: absolute;
	right: 0;
	top: -200px;
	height: 500%;
	content: "";
	width: 500%;
	background: #303339;
	z-index: -1;
}

.footer-style-two .f-item.about .footer-item-social {
	margin-top: 40px;
}

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

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

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark h6 {
	color: var(--white);
}

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

.bg-dark .about-style-one-info .fixed-text {
	opacity: 0.15;
}

.bg-dark .about-style-one-info {
	background: transparent !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-dark .card-style-one-item .info p {
	color: var(--white);
}

.bg-dark .card-style-one-two {
	background: rgba(255, 255, 255, 0.08);
}

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

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

.bg-dark .service-style-one-item a {
	color: var(--white);
}

.bg-dark .navbar.white.sticked .btn.btn-border-light {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark .process-style-one-item h2 {
	color: transparent;
}

.bg-dark .community-card {
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .bg-gray {
	background-color: #1B2638;
}

.bg-dark .social-overlay .icon {
	background: var(--dark-secondary);
}

.bg-dark .team-style-one-item h4 a {
	color: var(--white);
}

.bg-dark .bg-dark {
	background: #1B2638 !important;
}

.bg-dark .social-overlay .icon {
	background: var(--bg-gradient);
	padding: 2px;
}

.bg-dark .social-overlay {
	bottom: -15px;
}

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

.bg-dark .blog-style-one h2 a {
	color: var(--white);
}

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

.bg-dark .project-style-one-item {
	background: #282a2d;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-dark .project-style-one-item h3 a {
	color: var(--white);
}

.bg-dark ul.project-tags li::after {
	background: var(--dark);
}

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

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

.bg-dark .accordion-style-one-item {
	background: transparent;
}

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

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

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

.bg-dark .services-style-two-item h4 a {
	color: var(--white);
}

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

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

.bg-dark .feature-style-one-area {
	background-image: none !important;
}

.bg-dark .feature-style-one {
	background: rgba(255, 255, 255, 0.06);
}

.bg-dark .pricing-style-one-item.bg-dark {
	background: var(--dark-secondary) !important;
}

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

.bg-dark .btn-style-one.btn-border {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--white);
	padding: 14px 40px;
	background: transparent;
}

.bg-dark .btn-style-one.btn-border:hover {
	border-color: transparent;
}

.bg-dark .team-style-two-item .social-overlay {
	bottom: 0;
}

.bg-dark .team-style-two-item .info h4 a {
	color: var(--white);
}

.bg-dark .team-style-two-item .social-overlay .icon::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .team-style-two-item .social-overlay .icon::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .team-style-two-item .social-overlay .icon {
	background: var(--dark-optional);
	padding: 5px;
}

.bg-dark .team-style-two-item .social-overlay .icon a {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.bg-dark .team-style-two-item .social-overlay .icon a:hover {
	border-color: var(--color-primary);
}

.bg-dark .team-style-two-item .social-overlay .icon i {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
}

.bg-dark .blog-style-two-box {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

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

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

.bg-dark .btn-regular img {
	filter: brightness(0) invert(1);
}

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

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

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

.bg-dark .banner-style-three-info .notificaiton p {
	color: var(--white);
}

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

.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p {
	background: var(--white);
	color: var(--color-heading);
}

.bg-dark .chat-bot-thumb .chat-item:nth-child(2n) p::after {
	background: var(--white);
}

.bg-dark .banner-style-three-info form input {
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.bg-dark .banner-style-three-info form input::-webkit-input-placeholder {
	/* Chrome */
	color: var(--white);
}

.bg-dark .banner-style-three-info form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white);
}

.bg-dark .banner-style-three-info form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white);
	opacity: 1;
}

.bg-dark .banner-style-three-info form input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: var(--white);
	opacity: 1;
}

@media (min-width: 1024px) {

	nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid #e1e2fa;
		background: #fafaff;
	}

	nav.navbar.white.navbar-common ul.nav.navbar-nav.navbar-center,
	.bg-dark nav.navbar.navbar-common ul.nav.navbar-nav.navbar-center {
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: rgba(0, 0, 0, 0.2);
	}

	nav.navbar.navbar-common.sticked ul.nav.navbar-nav.navbar-center {
		border: none;
		backdrop-filter: inherit;
		background: transparent;
	}
}

.bg-dark .user-card-style-two {
	background: var(--dark-optional);
}

.bg-dark .user-card-style-two::before {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .user-card-style-two::after {
	box-shadow: 0 20px 0 0 var(--dark-optional);
}

.bg-dark .dashboard-info::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #3032b1 100%) repeat scroll 0 0;
}

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

.bg-dark .api-intigration-items {
	background: #2a3035;
}

.bg-dark .fun-fact-car-two {
	background: rgba(255, 255, 255, 0.1);
}

.bg-dark .fun-fact-car-two .js-counter {
	color: var(--white);
}

.bg-dark .fun-fact-car-two.bg-theme {
	background: var(--bg-gradient);
}

.bg-dark .services-style-three-area {
	position: relative;
	z-index: 1;
}

.bg-dark .services-style-three-area::before {
	position: absolute;
	right: -5%;
	bottom: 0;
	content: "";
	height: 150px;
	width: 40%;
	background: linear-gradient(90deg, #299cbd 0%, #0034fa 100%);
	z-index: -1;
	filter: blur(180px);
}

.bg-dark .service-style-three-item {
	background: transparent;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-dark .service-style-three-item h4 a {
	color: var(--white);
}

.bg-dark .service-style-three-item ul li a {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
}

.bg-dark .nav.nav-tabs.pricing-tab-navs button span {
	color: var(--white);
}

.bg-dark .pricing-style-two {
	background: transparent;
	border-color: #3f3f51;
}

.bg-dark .pricing-style-two.active {
	border-color: var(--color-primary);
}

.bg-dark .testimonial-style-three-items {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
}

.bg-dark .newsletter-style-two form input {
	border-color: rgba(255, 255, 255, 0.15);
	color: var(--white);
}

.bg-dark .newsletter-style-two form button {
	color: var(--white);
}

.bg-dark .newsletter-style-two fieldset a {
	color: var(--white);
}

.bg-dark .blog-style-three .info {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
}

.bg-dark footer .footer-bottom a {
	color: var(--white);
}

.bg-dark footer .footer-bottom a:hover {
	color: var(--color-primary);
}

.bg-dark ul.footer-item-social li a {
	color: var(--white);
}

.bg-dark ul.footer-item-social li a:hover {
	color: var(--color-primary);
}

.bg-dark footer ul.contact h4 a {
	color: var(--white);
}

.bg-dark footer ul.contact h4 a:hover {
	color: var(--color-primary);
}

.bg-dark footer.footer-style-one.bg-gray::after {
	background: linear-gradient(90deg, #74ffb5 0%, #4c14ff 100%);
}

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

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

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

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

	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}

	/* Banner Four */

	/* Banner Six */

	/* Banner Seven */


	/* About One */

	/* About Five */
	.about-style-five-right-info {
		margin-left: -8%;
	}

	/* About Six */

	/* Feature One */

	/* Feature Style Two */

	/* Why Choose Us */


	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}

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

	/* Service */

	/* Service Two */


	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}

	.service-style-three-item h4 {
		font-size: 20px;
	}

	.service-style-three-item ul li a {
		padding: 6px 18px;
		font-size: 13px;
	}

	/* Project */

	/* Team */


	/* Pricing */

	/* Blog Two */
	.blog-style-two h4 {
		font-size: 22px;
	}

	/* Footer */

	.footer-style-two .pl-80 {
		padding-left: 50px;
	}

	footer ul.contact h4 {
		font-size: 20px;
	}
}

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

	/* Default CSS */
	.title {
		font-size: 42px;
	}

	/* Banner Two */

	.banner-style-two-area .align-center {
		align-items: center;
	}

	.banner-two-content h1,
	.banner-two-content h2 {
		font-size: 60px;
	}

	.banner-two-content .info {
		padding-left: 0;
	}

	.text-light .sub-title {
		font-size: 24px;
	}

	/* Banner Style Three */

	/* Banner Five */


	/* Project Details */
}

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

	/* Default CSS */
	.title {
		font-size: 42px;
	}

	/* Banner One */
	.text-center .banner-one-content p {
		padding: 0;
	}

	/* Banner Six */

	/* Banner Seven */

	/* About */

	/* About Two */

	/* About Three */

	/* About Four */

	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}

	/* About Six */

	/* Features */

	/* Feature Two */


	/* Why Choose Us */


	/* Service One */
	.service-style-one-item {
		padding: 37px;
	}

	.community-card {
		padding: 37px;
	}

	.service-style-one-item img {
		margin-bottom: 50px;
	}

	.service-style-one-item p {
		font-size: 16px;
	}


	/* Service Two */

	/* Service Three */

	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: #424749;
	}

	.services-style-three-carousel {
		padding-bottom: 30px;
	}

	/* Service Four */


	/* Service Details */


	/* Process */
	.process-style-one-area .shape {
		height: 80%;
	}

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

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

	.process-style-one-item p {
		font-size: 16px;
	}

	/* Process Three */

	/* Project */

	/* Project Two */

	/* Project Details */


	/* Team One */


	/* Team */

	/* Testimonial */

	/* Fun Factor */

	/* Pricing */

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 30%;
	}

	/* Blog */

	/* Blog Two */
	.blog-style-two {
		margin-top: 50px;
	}

	.blog-style-two {
		margin-top: 50px;
	}

	.blog-style-two-box {
		padding-top: 30px;
	}

	/* Footer Two */
	footer .gradient-text {
		font-size: 45px;
	}

	.footer-style-two .pl-80 {
		padding-left: 15px;
	}

	.footer-style-two ul.contact h4 a {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {}

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {}

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

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

	/* Banner Style One */

	.brand-style-one-carousel {
		margin-top: 50px;
	}

	/* Banner Two */
	.banner-two-content h1,
	.banner-two-content h2 {
		font-size: 60px;
	}

	.banner-two-content .info {
		padding-left: 0;
	}

	.banner-two-right-info {
		margin-top: 50px;
	}

	.banner-style-two-area {
		padding: 120px 0;
	}

	.banner-two-right-info .top-info {
		display: none;
	}

	/* Banner Three */

	/* Banner Style Four */


	/* Banner Five */

	/* Banner Six */

	/* Banner Seven */


	/* About */

	/* About Style Two */

	/* About Three */


	/* About Four */

	/* About Five */
	.about-style-five-left-info {
		margin-bottom: 50px;
	}

	/* About Six */

	/* Feature */

	/* Language Support */

	/* Feature */

	/* Why Choose Us */

	/* Award */

	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}

	.service-style-one-single {
		padding: 0;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(3) .service-style-one-item {
		border-right: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(4) .service-style-one-item {
		border-top: none;
		border-bottom: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(5) .service-style-one-item {
		border-top: none;
	}

	.col-lg-4.col-md-6.service-style-one-single:nth-child(6) .service-style-one-item,
	.col-lg-4.col-md-6.community-card:nth-child(6) {
		border-left: none;
	}

	/* Service Two */

	/* Service Three */
	.service-style-three-item {
		padding: 50px 30px;
	}

	.service-style-three-item h4 {
		font-size: 20px;
	}

	.service-style-three-item ul li a {
		padding: 5px 15px;
		padding-top: 6px;
		font-size: 12px;
	}

	.bg-dark .fun-fact-car-two.bg-gray-secondary {
		background: var(--dark-secondary);
	}

	.services-style-three-carousel {
		padding-bottom: 50px;
	}

	/* Services Four */

	/* Service Six */
	.text-scroll-animation .text {
		color: var(--color-heading);
	}

	/* Services Seven */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}

	.services-style-seven-item .accordion-body img {
		width: 100%;
	}

	/* ============================================================== 
    # Services Seven
=================================================================== */
.services-style-seven-item .accordion-body {
    display: block;
    padding: 30px;
}

.services-style-seven-item .thumb img {
	border-radius: 10px;
}

.services-style-seven-item button.accordion-button {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 20px 30px;
    border-radius: 0;
    font-size: 24px;
    display: grid;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    grid-template-columns: 1fr 2fr 1fr;
}

.services-style-seven-item button.accordion-button i {
    font-size: 30px;
}

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

.services-style-seven-item button.accordion-button::before {
	position: absolute;
	right: 30px;
	top: 20px;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	height: 35px;
	width: 35px;
	background: var(--dark);
	color: var(--white);
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	font-size: 14px;
	border: 1px solid var(--dark);
}

.services-style-seven-item button.accordion-button:not(.collapsed)::before {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f063";
	background: transparent;
	border: 1px solid;
}

.services-style-seven-item {
    border-bottom: 1px solid var(--light);
}

.services-style-seven-items {
    border: 1px solid var(--light);
    overflow: hidden;
    border-radius: 10px;
}

.services-style-seven-item:last-child {
    border: none;
}

.services-style-seven-item .accordion-body {
    border-top: 1px solid var(--light);
}

.services-style-seven-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	color: var(--white);
}

.bg-dark .services-style-seven-items {
    border-color: rgba(255, 255, 255, 0.2);
}

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

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

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

.bg-dark .services-style-seven-item button.accordion-button::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
}


	/* Process Style One */
	.process-style-one-items {
		padding: 80px;
		flex-direction: column;
	}

	.process-style-one-row {
		flex-direction: column;
		border-bottom: none !important;
		padding-top: 0 !important;
	}

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

	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}

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

	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}

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

	.process-style-one-item:first-child::before {
		display: none;
	}

	.process-style-one-row--second .process-style-one-item:first-child {
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-row--second .process-style-one-item:first-child::before {
		display: block;
	}

	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}

	.process-style-one-area .shape {
		display: none;
	}

	/* Process Two */

	/* Process Three */
	.services-style-seven-item button.accordion-button {
		grid-template-columns: 80px 2fr 70px;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}

	.services-style-seven-item .accordion-body img {
		width: 100%;
	}

	/* Process Three */

	/* Pricing */

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: auto;
	}

	.brand-style-two-item a {
		font-size: 15px;
		padding-bottom: 5px;
	}

	/* Project */

	/* Project Two */

	/* Project Details */


	/* Team One */


	/* Team Single */

	/* Testimonial One */

	/* Testimonial Two */

	/* Testimonial Three */

	/* Fun Fact */

	/* Newsletter */

	/* Faq */

	/* Blog */

	/* Blog Two */
	.blog-style-two-box {
		padding: 80px;
		padding-top: 30px;
	}

	.blog-style-two h4 {
		font-size: 34px;
	}

	.blog-style-two {
		margin-top: 50px;
	}

	/* Blog Three */

	/* Contact Us */


	/* Footer */
	footer h4.widget-title {
		margin-bottom: 20px;
	}

	footer ul.contact h4 {
		font-size: 18px;
	}

	.f-item.contact {
		margin-bottom: 50px;
	}

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

	footer ul.contact {
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 10px;
	}

	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}

	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}

	.footer-style-two .f-item.about {
		padding-right: 0;
		margin-top: 0;
	}

	.f-item.about .newsletter-style-one {
		margin-top: 0;
	}

	footer .gradient-text {
		display: none;
	}

	.footer-style-two .f-item {
		margin-top: 50px;
		margin-bottom: 0;
	}

	footer.bg-gray .footer-shape {
		display: none;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	/* Default CSS */
	.title {
		font-size: 36px;
	}

	/* Banner Style One */

	/* Banner Two */

	.banner-style-two-area {
		padding: 80px 0;
	}

	.banner-two-content h1,
	.banner-two-content h2 {
		font-size: 40px;
		line-height: 1.1;
		margin: 0;
	}

	.banner-two-content .info {
		padding: 0;
		margin-top: 3px;
	}

	.banner-two-right-info {
		margin-top: 50px;
	}

	/* Banner Style Three */

	/* Banner Four */

	/* Banner Five */

	.infinite-gallery-carousel {
		bottom: -60px;
		padding: 0 10px;
	}

	/* Banner Six */


	/* Banner Seven */



	/* About */

	/* About Two */

	/* About Three */


	/* About */

	/* About Five */
	.about-style-five-left-info ul {
		grid-template-columns: 1fr;
	}

	.about-style-five-right-info {
		margin-top: 30px;
	}

	.about-style-five-right-info ul.feature-list {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* About Six */

	/* Why Choose Us */

	/* Choose Us Style Two */

	/* Feature */

	/* Feature Two */

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

	.bg-dark .dashboard-info .thumb img {
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px;
	}

	.blurry-shape-left-bottom::after {
		width: 50%;
	}

	/* Award */

	/* Brand */
	.brand-style-two-items .brand-style-two-item {
		width: 100%;
	}

	/* Service */
	.service-style-one-items {
		padding: 0 12px;
	}

	.service-style-one-single {
		padding: 0;
		margin-top: 30px;
	}

	.service-style-one-items .community-card {
		margin-top: 30px;
		padding: 50px 30px;
	}

	.service-style-one-item img {
		margin-bottom: 30px;
	}

	.service-style-one-item {
		padding: 50px 30px;
	}

	.bg-dark .service-style-one-item,
	.bg-dark .service-style-one-items .community-card {
		border-color: rgba(255, 255, 255, 0.2);
	}


	/* Service Two*/

	.services-style-three-carousel {
		padding-bottom: 30px;
	}

	.service-style-three-item ul li a {
		padding: 6px 17px;
		padding-top: 7px;
		font-size: 13px;
	}

	/* Service Three */

	.services-style-three-area {
		padding-bottom: 70px;
	}

	.service-style-three-item {
		padding: 50px 30px;
	}

	/* Service Four */

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


	/* Service Five */

	/* Service Six */

	.text-scroll-animation .text strong {
		display: none;
	}

	.text-scroll-animation .text {
		color: var(--color-heading);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 5px;
		border: none;
	}

	ul.service-tab-content-list li {
		margin-top: 25px;
		border: none;
	}

	.service-tab-contents {
		position: inherit;
		display: none;
	}

	.service-tab-contents.active {
		display: block;
	}

	.service-tab-content-box {
		display: none;
	}

	/* Service Seven */

	.services-style-seven-item button.accordion-button {
		grid-template-columns: 1fr 70px;
	}

	.services-style-seven-item button.accordion-button i {
		display: none;
	}

	.services-style-seven-item .accordion-body {
		grid-template-columns: 1fr;
	}
	
	/* Service Details */

	/* Langue Support */


	/* Process Style One */
	.process-style-one-items {
		padding: 50px 30px;
		flex-direction: column;
	}

	.process-style-one-row {
		flex-direction: column;
		border-bottom: none !important;
		padding-top: 0 !important;
	}

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

	.process-style-one-item {
		padding: 0;
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-item h2 {
		writing-mode: inherit;
		transform: none;
		min-height: auto;
		line-height: 1;
	}

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

	.process-style-one-item::before {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 1px;
		width: 100%;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white), rgba(255, 255, 255, 0));
	}

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

	.process-style-one-item:first-child::before {
		display: none;
	}

	.process-style-one-row--second .process-style-one-item:first-child {
		margin-top: 30px;
		padding-top: 30px;
	}

	.process-style-one-row--second .process-style-one-item:first-child::before {
		display: block;
	}

	.process-style-one-item h2 {
		color: transparent;
		-webkit-text-stroke: 1px var(--white);
	}

	.process-style-one-area .shape {
		display: none;
	}


	/* Process Style Two */

	/* Process Three */

	/* Project */

	/* Project Style Two */

	/* Project Details */

	/* Pricing */

	/* Team */

	/* Team Single */

	.contact-form-card {
		padding: 50px 30px;
	}

	/* Testimonial */

	.testimonial-style-one-carousel {
		text-align: center;
	}

	/* Testimonial */

	/* Testimonial Three */

	.project-swiper-nav {
		position: inherit;
		text-align: center;
		justify-content: center;
		margin-top: 30px;
		display: none;
	}

	/* Faq*/


	/* Fun Factor */

	/* Brand */

	/* Blog */

	.blog-style-two-box {
		padding: 50px 30px;
		padding-bottom: 10px;
	}

	.blog-style-two {
		margin-bottom: 40px;
	}

	.blog-style-two h4 {
		font-size: 24px;
	}

	/* Contact Us */


	/* Newsletter */

	/* Error Page */

	/* Footer */

	footer h4.widget-title {
		margin-bottom: 20px;
	}

	.f-item.contact {
		margin-bottom: 50px;
	}

	footer ul.contact h4 {
		font-size: 18px;
	}

	ul.footer-item-social.text-end {
		justify-content: center;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 15px;
	}

	.footer-bottom .text-end ul li {
		margin: 0 15px;
	}

	/* Footer Two */
	.footer-style-two .f-item.about::after {
		display: none;
	}

	.footer-style-two .f-item.about {
		padding-right: 0;
	}

	.f-item.about .logo img {
		margin-bottom: 20px;
	}

	footer .gradient-text {
		font-size: 36px;
		display: none;
	}

	.footer-style-two .f-item {
		margin-bottom: 50px;
	}

	.footer-style-two .f-items {
		padding-bottom: 20px;
	}
}


/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--white);
	z-index: 999;
}

.robok-loader-inner {
	background-color: var(--white);
	position: fixed;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.bg-dark .robok.loader-inner {
	background-color: var(--black);
}

.robok-loader {
	margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.robok-loader {
		transform: scale(0.8);
		margin-left: 66px;
	}
}

.robok-loader-item {
	position: absolute;
	width: 6px;
	height: 80px;
	margin-top: -45px;
	border-radius: 0px;
	background-color: var(--color-primary);
	animation: robok-loader-aim 0.8s infinite;
	animation-direction: alternate-reverse;
}

.robok-loader .robok-loader-item:nth-child(1) {
	margin-left: 0px;
}

.robok-loader .robok-loader-item:nth-child(2) {
	margin-left: -14px;
	animation-delay: 0.1s;
}

.robok-loader .robok-loader-item:nth-child(3) {
	margin-left: -28px;
	animation-delay: 0.2s;
}

.robok-loader .robok-loader-item:nth-child(4) {
	margin-left: -42px;
	animation-delay: 0.3s;
}

.robok-loader .robok-loader-item:nth-child(5) {
	margin-left: -56px;
	animation-delay: 0.4s;
}

.robok-loader .robok-loader-item:nth-child(6) {
	margin-left: -70px;
	animation-delay: 0.5s;
}

.robok-loader .robok-loader-item:nth-child(7) {
	margin-left: -84px;
	animation-delay: 0.6s;
}

.robok-loader .robok-loader-item:nth-child(8) {
	margin-left: -98px;
	animation-delay: 0.7s;
}

@keyframes robok-loader-aim {
	0% {
		height: 2px;
		margin-top: 0;
		transform: rotate(0deg);
	}

	100% {
		height: 80px;
		transform: rotate(0deg);
	}
}


/* ==================================================
    Contact form: dark-mode legibility + date inputs
================================================== */
body.bg-dark .contact-form-card .form-group input,
body.bg-dark .contact-form-card .form-group textarea {
	color: #f2f2f2;
}

body.bg-dark .contact-form-card .form-group input::placeholder,
body.bg-dark .contact-form-card .form-group textarea::placeholder {
	color: var(--white-common);
	opacity: 1;
}

.contact-form-card .form-group input.date-input::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: 0.6;
}

body.bg-dark .contact-form-card .form-group input.date-input::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

/* ==================================================
    Contact form: services checklist
================================================== */
.contact-form-card .checkbox-field {
	line-height: 1.4em;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-paragraph);
	user-select: none;
}

.contact-form-card .checkbox-field input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.contact-form-card .checkbox-mark {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-paragraph);
	border-radius: 4px;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-form-card .checkbox-mark::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	transition: transform 0.15s ease;
}

.contact-form-card .checkbox-field input:checked ~ .checkbox-mark {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.contact-form-card .checkbox-field input:checked ~ .checkbox-mark::after {
	transform: rotate(45deg) scale(1);
}

.contact-form-card .checkbox-field input:focus-visible ~ .checkbox-mark {
	outline: 2px solid var(--color-secondary);
	outline-offset: 2px;
}

.contact-form-card .services-toggle {
	font-weight: 500;
	color: var(--color-heading);
}

.contact-form-card .services-checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	margin-top: 22px;
	padding-left: 12px;
}

@media only screen and (max-width: 767px) {
	.contact-form-card .services-checklist {
		grid-template-columns: 1fr;
		padding-left: 8px;
	}
}

body.bg-dark .contact-form-card .checkbox-field {
	color: #f2f2f2;
}

body.bg-dark .contact-form-card .services-toggle {
	color: #fff;
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

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

.error-page-area {
	background-image: url(../img/shape/banner-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100dvh;
	align-content: center;
	position: relative;
	z-index: 1;
}

.error-page-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	z-index: 0;
}

.bg-dark .error-page-area::before {
	background: var(--dark);
	mix-blend-mode: multiply;
}

.error-page-area .container {
	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 {
	color: var(--color-secondary);
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	color: var(--color-secondary);
	font-weight: 600;
	margin-bottom: 20px;
}

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



/* ==============================================================
    # One-pager Nav - Active Section
=================================================================== */

nav.navbar.validnavs ul.navbar-center > li.active > a {
	color: var(--color-secondary);
}

/* ==============================================================
    # Stage & F.O.H. Section - Blue Active Tab
=================================================================== */

#faqAccordion .services-style-seven-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient-secondary);
	color: var(--white);
}

/* ==============================================================
    # Venue Section - Inverted Colors
=================================================================== */

.venue-title {
	color: var(--color-secondary);
}

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

#venueAccordion .services-style-seven-item button.accordion-button i {
	color: var(--color-style-two);
}

#venueAccordion .services-style-seven-item button.accordion-button:not(.collapsed) i {
	color: var(--white);
}

#venueAccordion .services-style-seven-item button.accordion-button::before {
	background: var(--color-style-two);
	border-color: var(--color-style-two);
	color: var(--white);
}

#venueAccordion .services-style-seven-item button.accordion-button:not(.collapsed)::before {
	background: transparent;
	border-color: var(--white);
	color: var(--white);
}

.services-style-seven-items:has(#venueAccordion) {
	border-color: var(--color-accent-soft);
}

#venueAccordion .services-style-seven-item {
	border-bottom-color: var(--color-accent-soft);
}

#venueAccordion .services-style-seven-item .accordion-body {
	border-top-color: var(--color-accent-soft);
}

.alert-success {
	margin-top: 50px;
	background-color: transparent;
}

div.button {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
