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

Template Name: Markia - SEO & Digital Marketing Agency Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Plus Jakarta Sans
Main Color   : #2802D2

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

[Typography]

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

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

*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


/* Varialbes */
:root {
	--font-default: "Plus Jakarta Sans", sans-serif;
	--fontawesome: "Font Awesome 6 Pro";
	--black: #000000;
	--dark: #1F2B38;
	--dark-secondary: #0e0e0e;
	--white: #ffffff;
	--white-secondary: #d8e3f0;
	--color-primary: #2802D2;
	--color-secondary: #49A6FF;
	--color-style-two: #4E2FDA;
	--color-style-three: #B026F9;
	--color-style-four: #FB3189;
	--color-heading: #232323;
	--color-paragraph: #666666;
	--box-shadow-primary: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	--bg-gray: #eef1f6;
	--bg-gray-secondary: #f1f3f5;
	--bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 70%);
	--bg-gradient-reverse: linear-gradient(108deg,rgba(251, 49, 137, 1) 0%, rgba(78, 47, 218, 1) 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%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

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

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

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

a img {
	border: none;
}

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

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

a:hover {
	outline: none;
	text-decoration: none;
	opacity: 1;
}

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

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

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

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

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

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

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

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

ul {
	list-style-type: none;
}

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

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

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

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


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

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

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

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

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

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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


/* ============================================================== 
	# button styles
=================================================================== */

.btn {
	display: inline-block;
	padding: 14px 40px;
	background: var(--color-style-two);
	font-size: 15px;
	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.circle {
	border-radius: 30px;
}

a.btn-primary {
	background: var(--color-style-two);
	display: inline-block;
	padding: 11px 35px;
	border-radius: 25px;
	color: var(--white);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.btn-primary:hover {
	background: var(--black) !important;
	color: var(--white) !important;
}

a.btn-circle {
	height: 150px;
	width: 150px;
	min-width: 150px;
	border-radius: 50%;
	background: var(--color-style-two);
	color: var(--white);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-circle i {
	transform: rotate(-45deg);
	margin-left: 5px;
}

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

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

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

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

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

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

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

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

a.button-circle-big {
	height: 122px;
	width: 122px;
	display: inline-block;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}

a.button-circle-big span {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
}

a.button-circle-big:hover {
	background: var(--color-style-two);
	color: var(--white);
}

.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-style-two);
	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;
	display: inline-block;
}

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

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

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

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

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

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

.text-light .btn-style-one.light:after {
	background-image: linear-gradient(315deg, #2fdada 0%, #008eff 74%);
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

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

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

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

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

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

@media (min-width: 1400px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
	color: var(--black);
}

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

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

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

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

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

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

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

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

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

.shadow.theme:after {
	background: var(--color-primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	mix-blend-mode: multiply;
}

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

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.default-padding.bottom-less {
	padding-top: 130px;
	padding-bottom: 100px;
}

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

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

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

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

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

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

.relative {
	position: relative !important;
}

.overflow-hidden {
	overflow: hidden;
}

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

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

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

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

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

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

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

	.title br {
		display: none;
	}
}

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

.bg-dark .sub-title {
	-webkit-background-clip: text;
	background: var(--white);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.text-light .sub-title {
	background: white;
	background-clip: text;
}

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

.sub-title {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 22px;
	line-height: 1.2;
	background-clip: text;
	margin-bottom: 20px;
	background: linear-gradient(108deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

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

.sub-title-2 {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	color: var(--color-style-two);
	z-index: 1;
	font-size: 22px;
	margin-bottom: 20px;
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.video-play-button i {
	color: var(--white);
}

.video-play-button::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 110%;
	width: 110%;
	border: 1px solid rgba(255, 255, 255, 0.8);
	animation: pulse-border 3s linear infinite;
	border-radius: 50%;
}

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		width: 100px;
	}
}

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

	100% {
		width: 100px;
	}
}

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

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

	60% {
		background-position: 180px;
	}

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

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

	60% {
		background-position: 180px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: black;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

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

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

/* ============================================================== 
    # navbar
=================================================================== */
.navbar-two .d-flex {
	border: none;
}

nav.navbar.navbar-two.validnavs.navbar-fixed.no-background::after {
	display: none;
}

/* ============================================================== 
    # banner-style-one
=================================================================== */

.client-card .thumb img {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	object-fit: cover;
	margin-left: -20px;
	border: 2px solid var(--white);
}

.client-card .thumb {
	margin-bottom: 20px;
	padding-left: 15px;
}

.banner-style-one-top span {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-heading);
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
	display: block;
}

.banner-style-one-top h2 {
	font-size: 150px;
	font-weight: 900;
	color: var(--color-heading);
	margin-bottom: 0;
	line-height: 130px;
}

.banner-style-one-top .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.banner-style-one-top {
	margin-bottom: 60px;
}

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

.banner-style-one-bottom {
	z-index: 2;
	position: relative;
	padding-bottom: 250px;
}

.banner-style-one-bottom .info {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.banner-style-one-bottom .contain h2 {
	text-transform: uppercase;
	font-weight: 900;
	color: var(--color-heading);
	font-size: 150px;
	line-height: 130px;
	margin-top: -15px;
	margin-bottom: 50px;
}

.banner-style-one-top h2 strong {
	display: none;
}

@media (max-width: 1399px) {
	.banner-style-one-bottom .contain h2 {
		display: none;
	}
}

@media (max-width: 1399px) {
	.banner-style-one-top h2 strong {
		display: inline-block;
	}
}

.banner-style-one-bottom .info p {
	font-size: 20px;
	margin-bottom: 0;
}

.client-card .info {
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.4;
	color: var(--color-heading);
	font-weight: 600;
	display: block;
	;
}

.banner-style-one-bottom .thumb .video a i {
	position: relative;
	color: var(--white);
	font-size: 29px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.banner-style-one-bottom .thumb .video a {
	position: absolute;
	left: 100%;
	bottom: 0;
	height: 110px;
	width: 110px;
	background: var(--color-style-four);
}

.banner-style-one-bottom .thumb {
	position: relative;
}

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

.banner-style-one-bottom .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 48%;
	height: 100%;
}

.banner-style-one-bottom .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 10px 10px 0;
}


/*===============================================
	# banner style two area
================================================*/
.banner-style-two-area {
	background-position: bottom center;
	background-size: cover;
	position: relative;
	padding-top: 280px;
	padding-bottom: 330px;
}

.banner-style-two-items h1 {
	font-size: 80px;
	font-weight: 600;
	padding-left: 110px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 10px;
}

.banner-style-two-items .gradient-text {
	font-size: 80px;
	font-weight: 600;
	text-transform: capitalize;
	color: black;
	background: var(--bg-gradient-reverse);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}

.banner-style-two-items .gradient-text .thumb {
	height: 56px;
	width: 120px;
	background: linear-gradient(-180deg,rgba(251, 49, 137, 1) 0%, rgba(78, 47, 218, 1) 110%);
	border-radius: 40px;
	text-align: center;
	line-height: 47px;
	margin-top: 15px;
}

.banner-style-two-items .content {
	padding-left: 215px;
}

.banner-style-two-items .content h2 {
	font-size: 80px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 35px;
	line-height: 1;
}

.banner-style-two-items .content p {
	font-size: 22px;
}

.banner-style-two-area .shape img:first-child {
	position: absolute;
	bottom: 8%;
	left: 0;
}

.banner-style-two-area .shape img:nth-child(2) {
	position: absolute;
	right: 20px;
	top: 17%;
}

.banner-style-two-items .content input {
	width: 100%;
	height: 70px;
	border-radius: 35px;
	padding-left: 30px;
	text-transform: capitalize;
	font-weight: 500;
}

.banner-style-two-items .content form {
	position: relative;
	margin-top: 30px;
}

.banner-style-two-items .content form button {
	top: 7px;
	position: absolute;
	right: 8px;
	height: 56px;
}

/*===============================================
	# banner style three area
================================================*/
.banner-style-three-area {
	padding-top: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.banner-style-three-info h1 {
	font-size: 77px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.banner-style-three-info h2 {
	font-size: 77px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: capitalize;
	margin-bottom: 60px;
}

.banner-style-three-info h2 span {
	font-size: 25px;
	font-weight: 400;
	border: 2px solid rgba(255, 255, 255, 0.6);
	padding: 5px 20px;
	border-radius: 25px;
	display: inline-block;
	margin-top: 20px;
}

.banner-style-three-info .content {
	display: flex;
	gap: 50px;
}

.banner-style-three-info .content .info p {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-style-three-info .content .info .rating ul {
	display: flex;
	gap: 10px;
}

.banner-style-three-info .content .info .rating ul li {
	font-weight: 600;
}

.banner-style-three-info .content .info .rating ul li i {
	padding: 0px 1px;
}

.banner-style-three-thumb {
	position: relative;
	height: 100%;
	text-align: right;
}

.banner-style-three-thumb> img {
	position: absolute;
	height: 115%;
	object-fit: cover;
	bottom: 0;
	right: -10%;
	z-index: 2;
}

.banner-style-three-info {
	padding-bottom: 150px;
}

.banner-style-three-thumb .shape img {
	position: absolute;
	left: 80px;
	bottom: 0;
	z-index: 1;
}

.banner-style-three-thumb .shape img:first-child {
	top: -60px;
	left: 20%;
	z-index: 2;
}

.banner-style-three-thumb::after {
	position: absolute;
	content: "";
	height: 700px;
	width: 700px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	right: -30%;
	bottom: -300px;
	backdrop-filter: blur(10px);
}

/*===============================================
	# banner style four
================================================*/
.banner-style-four-area {
	padding-top: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
}

.banner-style-four-info h1 {
	font-size: 70px;
	line-height: 1.1;
	font-weight: 600;
	color: var(--color-heading);
	margin-bottom: 30px;
	text-transform: capitalize;
}

.banner-style-four-info p {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.banner-style-four-info p {
		font-size: 20px;
		margin-bottom: 30px;
		padding-right: 15%;
	}
}

.banner-style-four-info .button {
	display: inline-flex;
	gap: 30px;
	align-items: center;
}

.banner-style-four-info .video-play-button {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 18px;
}

.banner-style-four-info .button {
	display: inline-flex;
	gap: 25px;
	align-items: center;
}

.banner-style-four-info .video-play-button::after {
	border: 1px solid #a391f7;
}


/*===============================================
	# banner style five
================================================*/
.banner-style-five {
	padding-top: 170px;
	padding-bottom: 120px;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-style-five-info h2 {
	font-size: 80px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px;
}

.banner-style-five-info p {
	font-size: 23px;
	margin-bottom: 40px;
}

.banner-style-five-info form {
	position: relative;
	width: 91%;
}

.banner-style-five-info form input {
	width: 100%;
	border-radius: 50px;
	height: 60px;
	padding: 0px 20px;
}

.banner-style-five-info form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

/*===============================================
	# banner style five
================================================*/
.banner-style-six-area {
	padding-top: 250px;
	padding-bottom: 120px;
	background-size: cover;
	background-repeat: repeat;
}

.banner-style-six-top {
	margin-bottom: 40px;
}

.banner-style-six-top h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.banner-style-six-bottom .content h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

.client-card-2 .thumb img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-left: -20px;
}

.client-card-2 .thumb {
	margin-left: 20px;
	padding: 30px;
}

.client-card-2 {
	background: var(--white);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.client-card-2 .info {
	padding: 30px;
	padding-top: 0;
}

.client-card-2 .info h5 {
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 600;
}

a.client-card-2-btn {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	background: linear-gradient(-60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
	color: var(--white);
	line-height: 50px;
	border-radius: 0px 0px 10px 10px;
}

a.client-card-2-btn i {
	padding-left: 9px;
	transform: rotate(-45deg);
	font-size: 20px;
}

.banner-style-six-bottom .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.banner-style-six-bottom-info .category-search {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-primary);
	padding: 10px;
	border-radius: 0 0 40px 40px;
	max-width: 580px;
}

.banner-style-six-bottom .content .category-search form {
	width: 100%;
	position: relative;
}

.banner-style-six-bottom .content .category-search form input {
	width: 100%;
	height: 60px;
	border-radius: 40px;
	padding-left: 20px;
}

.banner-style-six-bottom .content .category-search form button {
	border: none;
	background: linear-gradient(-60deg, rgb(56 0 183) 0%, rgba(87, 238, 241, 1) 100%);
	padding: 10px 30px;
	border-radius: 40px;
	color: var(--white);
	position: absolute;
	top: 5px;
	right: 5px;
}

.banner-style-six-bottom .category-search {
	padding: 13px;
	border-radius: 50px;
	background: #dae0ee;
	z-index: 2;
	width: 575px;
	transform: translateX(21%);
	position: relative;
	bottom: -50px;
}

.banner-style-five-thumb {
	position: relative;
	z-index: 1;
}

.banner-style-five-thumb img {
	border-radius: 15px;
}

.banner-style-six-bottom .category-search::after {
	position: absolute;
	content: "";
	height: 34px;
	width: 20px;
	right: -25px;
	top: 28px;
	border-bottom-left-radius: 17px;
	box-shadow: 0 20px 0 0 #d9dced;
	transform: rotate(90deg);
	z-index: -1;
}

.banner-style-six-bottom .category-search::before {
	position: absolute;
	content: "";
	height: 39px;
	width: 21px;
	left: -28px;
	top: 26px;
	border-bottom-right-radius: 21px;
	box-shadow: 0 20px 0 0 #dee7f5;
	transform: rotate(-90deg);
	z-index: -1;
}

.banner-style-six-bottom .content h1 span {
	background: linear-gradient(60deg, rgba(87, 238, 241, 1) 5%, rgb(44 19 215) 90%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-flex;
	align-items: center;
}



/* ============================================================== 
	# features-style-one
=================================================================== */

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

.features-area.features-style-one::after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	content: "";
	height: 20%;
	background: var(--bg-gradient);
	z-index: -1;
	filter: blur(100px);
}

.features-style-one-area {
	overflow: hidden;
}

.features-style-one-item .icon {
	margin-bottom: 50px;
}

.features-style-one-item .info p {
	margin-bottom: 0;
}

.features-style-one-item {
	padding: 0px 68px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

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

.features-style-one-items {
	margin: 0px -55px;
}

.features-style-one-item h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

/* ============================================================== 
	# features style two
=================================================================== */
.features-style-two-items {
	padding: 30px;
	border-radius: 10px;
	background: #DCEBFB;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.features-style-two-items .content {
	background: #ECF3FD;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 09);
	padding: 40px 30px;
	z-index: 2;
}

.features-style-two-item .icon {
	height: 80px;
	width: 80px;
	background: linear-gradient(60deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	border-radius: 550%;
	color: var(--white);
	text-align: center;
	line-height: 80px;
	font-size: 35px;
	margin-bottom: 30px;
}

.features-style-two-item {
	z-index: 1;
}

.features-style-two-item .info p {
	margin-bottom: 0;
}

.features-style-two-item:nth-child(2) .icon {
	background: linear-gradient(
60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
}

.features-style-two-item:nth-child(3) .icon {
	background: linear-gradient(60deg,rgba(87, 238, 241, 1) 0%, rgba(75, 41, 153, 1) 100%);
}

.service-style-four-item .content .info p {
	margin: 0;
}

.features-style-two-item .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.features-style-two-item .thumb h6 {
	margin-bottom: 0;
	padding-top: 7px;
	position: relative;
	bottom: -16px;
	text-transform: capitalize;
}

.features-style-two-item .thumb .button a {
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(153deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	transform: rotate(-45deg);
}

.features-style-two-item .thumb .button {
	position: absolute;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: #ecf3fd;
	text-align: center;
	line-height: 65px;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}

.features-style-two-item .thumb .button::before {
	position: absolute;
	right: -18px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 #ecf3fd;
	transform: rotate(0deg);
}

.features-style-two-item .thumb .button::after {
	position: absolute;
	left: -17px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 #ecf3fd;
	transform: rotate(0deg);
}

.features-style-two-items::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 130px;
	width: 140px;
	background: var(--color-style-four);
	z-index: -1;
	filter: blur(120px);
}

.features-style-two-item {
	z-index: 2;
}

.features-style-two-area {
	position: relative;
}

.features-style-two-area .shape {
	position: absolute;
	right: 15px;
	top: 30px;
}

/* ============================================================== 
	# funfactor-style-two
=================================================================== */

.funfactor-style-one-area {
	background-position: top center !important;
}

.js-counter {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.funfactor-style-one-item .js-counter {
	color: var(--white);
	margin-bottom: 20px;
}

.funfactor-style-one-item strong {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
}


/* ============================================================== 
	# about-area
=================================================================== */
.about-style-one-info .border-shape {
	margin-bottom: 65px;
	margin-top: -60px;
}

.about-style-one-area .shape {
	position: absolute;
	top: 0;
	right: 110px;
}

.about-style-one-tumb .circle-card {
	position: absolute;
	top: 100px;
	right: -45px;
}

.about-style-one-tumb {
	position: relative;
	height: 100%;
	padding-right: 50px;
}

.about-style-one-tumb > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-style-one-tumb .circle-card .curve-text text {
	font-size: 17px;
}

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

.about-style-one-info .content ul.list-style-two {
	border-left: 1px solid #dddddd;
	padding-left: 40px;
	padding-bottom: 30px;
}

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

ul.list-style-two li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e805";
	font-family: "custom-icon";
}

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

/*===========================================================
	# about style two area
=============================================================*/
.expertise-style-one-item .item {
	padding: 50px 40px;
	background: linear-gradient(108deg, rgb(220 212 255) 0%, rgba(143, 229, 252, 1) 100%);
	border-radius: 10px;
}

.expertise-style-one-item .item .icon {
	height: 120px;
}

.expertise-style-one-item .item .info p {
	margin-bottom: 0;
	color: var(--color-heading);
}

.expertise-style-one-item .item h2 {
	font-size: 24px;
	margin-bottom: 15px;
}


/*===========================================================
	# about style three area
=============================================================*/
.about-style-three-thumb {
	display: inline-block;
	margin: 60px 0;
}

.about-style-three-thumb::after {
	position: absolute;
	content: "";
	height: 650px;
	width: 650px;
	background: linear-gradient(108deg, #fefeff 0%, rgb(216 207 255) 100%);
	left: 50%;
	top: 50%;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.about-style-three-thumb .shape img:first-child {
	position: absolute;
	right: 5px;
	top: 0;
}

.about-style-three-thumb .shape img:nth-child(2) {
	bottom: 0px;
	position: absolute;
	right: -33%;
}

.about-style-three-info h2 {
	margin-bottom: 30px;
}

.about-style-three-info .content {
	margin-bottom: 40px;
}

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

.about-style-three-info {
	position: relative;
}

.about-style-three-info .flex {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-left: -180px;
}

.about-style-three-info .skill-style-one-items {
	min-width: 350px;
}


/*===========================================================
	# skill style one area
=============================================================*/
.skill-style-one-items {
	padding: 40px;
	border-radius: 10px;
	background: var(--white);
	width: 400px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.skill-style-one-items .progress-box h5 {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
}

.skill-style-one-items .progress-box h5 span {
	font-weight: 600;
}

.skill-style-one-items .progress-box:first-child {
	margin-bottom: 20px;
}

.skill-style-one-items .progress-box .progress {
	height: 7px;
	border-radius: 30px;
}

.skill-style-one-items .progress-box .progress-bar {
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
}

/*===========================================================
	# skill style two area
=============================================================*/
.process-box-style-two-items ul li {
	padding: 20px;
	border: 1px solid #c2c2c2;
	border-radius: 10px;
	margin-bottom: 20px;
}

.process-box-style-two-items ul li .progress {
	height: 12px;
	border-radius: 25px;
	width: 85%;
}

.process-box-style-two-items ul li h5 {
	display: flex;
	justify-content: space-between;
}

.process-box-style-two-items ul li .progress .progress-bar {
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	border-radius: 25px;
}

.process-box-style-two-items ul li:nth-child(2) .progress .progress-bar {
	background: linear-gradient(-60deg,rgba(105, 186, 242, 1) 0%, rgba(176, 38, 249, 1) 100%);
}

.process-box-style-two-items ul li:nth-child(3) .progress .progress-bar {
	background: linear-gradient(-60deg,rgba(87, 238, 241, 1) 5%, rgba(75, 41, 153, 1) 90%);
}

.process-box-style-two-items ul li h5 span {
	height: 40px;
	width: 70px;
	display: inline-block;
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	line-height: 40px;
	color: var(--white);
	text-align: center;
	border-radius: 10px;
	position: relative;
	bottom: -26px;
}

.process-box-style-two-items ul li:nth-child(2) h5 span {
	background: linear-gradient(-60deg,rgba(105, 186, 242, 1) 0%, rgba(176, 38, 249, 1) 100%);
}

.process-box-style-two-items ul li:nth-child(3) h5 span {
	background: linear-gradient(-60deg,rgba(87, 238, 241, 1) 5%, rgba(75, 41, 153, 1) 90%);
}

.skill-style-two-thumb-2 .shape {
	position: absolute;
	top: -100px;
	left: 0;
}

/* ============================================================== 
	# circle-card
=================================================================== */
.circle-card .curve-text {
	display: inline-block;
	position: relative;
}

.circle-card-2 .icon img {
	width: 53px;
}

.circle-card .curve-text svg {
	background: white;
	border-radius: 50%;
	padding: 25px;
	position: relative;
	z-index: 1;
	font-size: 25px;
	height: 200px;
	width: 200px;
	text-transform: uppercase;
	font-weight: 800;
	border: 2px solid #d8d5d5;
}

.circle-card .curve-text svg {
	fill: var(--white);
	overflow: inherit;
}

.circle-card .curve-text svg path {
	fill: none;
}

.circle-card .curve-text text {
	letter-spacing: 1.4px;
	font-size: 16px;
	font-weight: 500;
}

.circle-card textPath {
	fill: var(--dark);
}

.circle-card img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 75px;
}

.circle-card .curve-text svg {
	animation: rotate 50s linear 0s infinite normal none running;
}

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

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

/* ============================================================== 
	# experience-card
=================================================================== */
.experience-card .js-counter {
	font-size: 50px;
	color: var(--color-primary);
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	margin-top: -10px;
}

.experience-card span.js-counter-num {
	font-size: 130px;
	font-weight: 600;
}

.experience-card h2 {
	font-size: 20px;
	color: var(--color-heading);
	font-weight: 600;
	margin-bottom: 0;
}

.circle-card .icon i {
	transform: rotate(-45deg);
}

/* ============================================================== 
	# list-style-two
=================================================================== */
ul.social.style-two li a {
	display: inline-block;
	border-radius: 50%;
	background: var(--white);
	height: 40px;
	width: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

ul.social.style-two li a {
	z-index: 1;
}

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

ul.social.style-two li a::after {
	height: 100%;
	width: 0;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.36s ease-in-out;
}

ul.social.style-two li a:hover::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

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

ul.social.style-two li {
	padding-right: 10px;
	transition: all 0.36s ease-in-out;
}

/* ============================================================== 
	# list-style-three
=================================================================== */
ul.social.style-three li a {
	line-height: 35px;
	height: 35px;
	width: 35px;
	background: linear-gradient(60deg,rgba(197, 253, 229, 1) 5%, rgba(143, 229, 252, 1) 90%);
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: var(--black);
}

ul.social.style-three li:nth-child(2) a {
	background: #FDE3D3;
}

ul.social.style-three li:nth-child(3) a {
	background: #f1bc7e;
}



/*==============================================================
	# about style one area
================================================================*/
.about-style-one-info .content {
	display: flex;
	gap: 35px;
}

.about-style-one-info .content p {
	margin-bottom: 0;
}

.about-style-one-info .content .experience-card {
	min-width: 210px;
	padding-bottom: 30px;
}

.about-style-one-info .info {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.about-style-one-info ul.list-style-two li::after {
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 21px;
	background: var(--dark);
	border-radius: 50%;
	font-size: 13px;
	top: 5px;
	color: var(--white);
}

.about-style-one-info ul.list-style-two li {
	padding-left: 35px;
}

/*==============================================================
	# about style one area
================================================================*/

.about-style-two-info h2.title span {
	background-clip: text;
	background: linear-gradient(108deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.about-style-two-info h2.title {
	margin-bottom: 30px;
}

.about-style-two-info .content {
	display: flex;
	gap: 80px;
	align-items: flex-end;
	position: relative;
}

.about-style-two-info .content .social li {
	margin-top: 10px;
}

.about-style-two-info .content .social ul li a {
	display: inline-block;
	border: 1px solid #c2b8b8;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--white);
}

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

.about-style-two-info .content .info p {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfd9d9;
}

.about-style-two-info .content .info ul li {
	margin-bottom: 8px;
	padding-left: 28px;
	position: relative;
	color: var(--color-heading);
	font-weight: 600;
}

.about-style-two-info .content .info ul li::after {
	position: absolute;
	content: "\e805";
	font-family: "custom-icon";
	left: 0;
	top: 0px;
	color: var(--color-style-two);
	font-size: 18px;
}

.about-style-two-info .content .info ul {
	margin-bottom: 30px;
}

.about-style-two-info .content .social ul {
	padding-top: 40px;
}

.about-style-two-info .content::after {
	position: absolute;
	content: "";
	height: 41%;
	width: 1px;
	border-left: 1px solid #e2e2e2;
	top: 0;
	left: 25px;
	z-index: -1;
}

.thumb-style-one {
	text-align: center;
	position: relative;
	z-index: 1;
}

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

.thumb-style-one::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	height: 600px;
	width: 600px;
	background: url(../img/shape/2.jpg);
	z-index: -1;
	transform: translateX(-50%);
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.thumb-style-one .thumb-inner {
	margin: auto;
	border-radius: 0 0 480px 485px;
	overflow: hidden;
	text-align: center;
}

.about-style-two-thumb .thumb .shape img {
	position: absolute;
}

.about-style-two-thumb .thumb .shape img:first-child {
	left: 6%;
	bottom: 10%;
}

.about-style-two-thumb .thumb .shape img:last-child {
	left: 7%;
	top: 20%;
}

.about-style-two-thumb .thumb .shape img:nth-child(2) {
	right: 8%;
	top: 10%;
	z-index: -1;
}

.expertise-style-one-item .item .icon h1 {
	font-weight: 600;
	font-size: 55px;
}

.expertise-style-one-item:nth-child(4) .item {
	background: linear-gradient(108deg,rgba(251, 241, 227, 1) 0%, rgba(254, 221, 203, 1) 100%);
}

.expertise-style-one-item:nth-child(2) .item {
	background: linear-gradient(108deg, rgb(246 246 215) 0%, rgba(206, 230, 222, 1) 100%);
}

.expertise-style-one-item:nth-child(3) .item {
	background: linear-gradient(108deg, rgb(251 243 243) 0%, rgb(209 159 255) 100%);
}

/* ============================================================== 
	# about style four
=================================================================== */
.about-style-four-area {
	background-size: cover;
}

ul.list-style-five li {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	color: var(--color-heading);
	font-size: 18px;
}

ul.list-style-five li i {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: var(--bg-gradient);
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	color: var(--white);
	font-weight: 300;
	font-size: 18px;
}

ul.list-style-five {
	display: grid;
	gap: 13px;
}

.about-style-four-info p {
	margin-bottom: 40px;
}

.about-style-four-thumb img {
	border-radius: 10px;
}

.about-style-four-info .d-grid {
	grid-template-columns: 250px auto;
	gap: 50px;
}

.about-style-four-info .experience-card {
	border-right: 1px solid #d8cfff;
}

.about-style-four-info .experience-card .js-counter {
	color: var(--color-heading);
}

.about-style-four-thumb {
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.about-style-four-thumb img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-style-four-thumb img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	mix-blend-mode: color;
	border-radius: 0;
	height: auto;
}

.about-style-four-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* ============================================================== 
	# about style five
=================================================================== */
.about-style-five-thumb .process-card {
	position: absolute;
	bottom: 70px;
	right: -50px;
}

.about-style-five-thumb .process-card img {
	border-radius: 10px;
}

.about-style-five-info .content {
	padding-left: 100px;
}

.about-style-five-area .shape {
	position: absolute;
	top: 30px;
	left: 100px;
}

ul.list-style-three li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

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

ul.list-style-three li::after {
	position: absolute;
	content: "\f00c";
	left: 0;
	top: 5px;
	height: 20px;
	width: 20px;
	font-family: "Font Awesome 6 Pro";
	background: linear-gradient(60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
	border-radius: 5px;
	text-align: center;
	line-height: 22px;
	color: var(--white);
	font-size: 15px;
}

/* ============================================================== 
	# about style five
=================================================================== */
.about-style-six-thumb img {
	border: 10px solid var(--bg-gray);
	border-radius: 10px;
}

.fun-factor-style-one-card ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}

.fun-factor-style-one-card ul li .js-counter {
	font-size: 50px;
}

.fun-factor-style-one-card ul li h6 {
	margin-bottom: 0;
	color: var(--color-paragraph);
}

.fun-factor-style-one-card {
	padding: 50px;
	box-shadow: var(--box-shadow-primary);
	border-radius: 10px;
}

.about-style-six-info p {
	margin-bottom: 50px;
	padding-right: 200px;
}

.about-style-six-area .shape {
	position: absolute;
	right: 0;
	bottom: 25%;
}

.nav.nav-tabs.about-tab-navs {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: var(--white);
	width: 70px;
	border-radius: 30px;
	padding-left: 3px;
	height: 35px;
	border: 1px solid #b5b6ee;
	top: 50%;
	transform: translateY(-50%);
}

.nav.nav-tabs.about-tab-navs button {
	display: inline-block;
	background: transparent;
	border: none;
	color: var(--color-heading);
	padding: 0;
	border-radius: inherit;
	overflow: inherit;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	height: 36px;
	width: 30px;
}

.about-tab-style-one {
	background: #E6E6E6;
	text-align: center;
	border-radius: 40px;
	height: 70px;
	line-height: 24px;
	width: 400px;
}

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

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

.nav.nav-tabs.about-tab-navs button span {
	position: absolute;
	top: 5px;
	width: 120px;
	left: 100%;
	opacity: 0.5;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}

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

.nav.nav-tabs.about-tab-navs button::before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	height: 27px;
	width: 0;
	background: var(--color-style-two);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}

/* ============================================================== 
	# services-style-one
=================================================================== */

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

.service-style-one-items .service-tab-control {
	padding-right: 80px;
}

.services-style-one-area::after {
	position: absolute;
	content: "";
	height: 70%;
	width: 8%;
	right: 0;
	top: 50%;
	background: var(--bg-gradient);
	filter: blur(200px);
	z-index: 0;
	transform: translateY(-50%);
}

/* ============================================================== 
	# Services style two
=================================================================== */

.service-style-two-items {
	position: relative;
}

.service-style-two-item {
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	padding: 80px;
	border-radius: 10px;
	background: #B1F4EE;
	z-index: 0;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.service-style-two-item {
		position: sticky;
		top: 150px;
	}
}

.service-style-two-item h2 {
	font-size: 30px;
	line-height: 1.3;
}

.service-style-two-item .thumb {
	text-align: center;
	position: relative;
}

.service-style-two-item .thumb::after {
	position: absolute;
	content: "";
	height: 380px;
	width: 380px;
	background: #C5F6F5;
	left: 50%;
	top: 50%;
	z-index: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.service-style-two-item .thumb img {
	z-index: 2;
	position: relative;
}

.service-style-two-item .left-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-style-two-item .right-info h3 {
	margin-bottom: 25px;
	font-size: 24px;
}

.service-style-two-item .left-info p {
	margin-bottom: 0;
}

.service-style-two-item:nth-child(2) {
	background: linear-gradient(108deg,rgba(238, 238, 212, 1) 0%, rgba(206, 230, 222, 1) 100%);
}

.service-style-two-item:nth-child(2) .thumb::after {
	background: #E7F0E5;
}

.service-style-two-item:nth-child(3) {
	background: linear-gradient(108deg,rgba(196, 252, 251, 1) 0%, rgba(179, 245, 181, 1) 100%);
	margin-bottom: 0;
}

.service-style-two-item:nth-child(3) .thumb::after {
	background: #D1FBE7;
}

/* ============================================================== 
	# Services style three
=================================================================== */
.service-style-three-item {
	padding: 50px;
	background: #B5F6EC;
	padding-bottom: 0;
	overflow: hidden;
	border-radius: 10px;
}

.service-style-three-item .info h3 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.3;
}

@media (min-width: 1024px) {
	.service-style-three-item .info h3 {
		padding-right: 15%;
	}
}

.service-style-three-item .button {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-bottom: 30px;
}

.service-style-three-item .button h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800;
	opacity: 0.3;
}

.btn-standard {
	display: inline-flex;
	height: 50px;
	border: 1px solid #7c759a;
	border-radius: 25px;
	font-size: 14px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.btn-standard span {
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.btn-standard:hover span {
	opacity: 1;
	visibility: visible;
	transition: all 0.35s ease-in-out;
	transition-delay: 0.2s;
}

.btn-standard:hover {
	width: 170px;
}

.btn-standard:hover i {
	opacity: 0;
	visibility: hidden;
}

.service-style-three-item .info p {
	margin-bottom: 0;
}

.service-style-three-item .thumb {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	text-align: center;
}

.service-style-three-item .thumb::after {
	position: absolute;
	height: 410px;
	width: 410px;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	left: 50%;
	top: 83%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50%;
}

.service-style-three-item .thumb img {
	width: 270px;
}

.service-style-three-items {
	position: relative;
	z-index: 2;
}

.bg-dark .service-style-three-items::after {
	position: absolute;
	content: "";
	height: 50%;
	width: 70%;
	background: #49A6FF;
	bottom: 0;
	left: 50%;
	z-index: -1;
	filter: blur(120px);
	transform: translateX(-48%);
}

/* ============================================================== 
	# Services style four
=================================================================== */
.service-style-four-item .content {
	padding: 50px 38px;
	background: var(--white);
	border-radius: 10px;
	z-index: 1;
	position: relative;
	transition: all 0.35s ease-in-out;
}

.service-style-four-area {
	position: relative;
}

.service-style-four-area .shape {
	position: absolute;
	bottom: -38px;
	left: 30%;
	z-index: 0;
}

.service-style-four-item .content .icon {
	margin-bottom: 50px;
}

.service-style-four-item .content .icon img {
	height: 70px;
}

.service-style-four-item .content .info h4 {
	margin-bottom: 20px;
	line-height: 1.4;
}

.service-style-four-item .content .info .btn-simple {
	margin-top: 20px;
}

/* ============================================================== 
	# Services style five
=================================================================== */
.service-style-five-area {
	background: #1F2B38;
}

.service-style-five-item .item {
	padding: 60px 55px;
	border-radius: 10px;
	border: 1px solid rgba(255,2555,255,0.2);
	background: #273545;
	position: relative;
	overflow: hidden;
}

.service-style-five-item .icon {
	margin-bottom: 40px;
}

.service-style-five-item .info h3 {
	margin-bottom: 30px;
}

.service-style-five-item .info p {
	margin-bottom: 30px;
}

.service-style-five-item .info .btn-standard:hover {
	background: var(--white);
	color: var(--black);
	border: none;
}

.service-style-five-item .info  .btn-standard:hover span {
	color: var(--black);
}

.service-style-five-item .item::after {
	position: absolute;
	content: "";
	height: 60px;
	width: 50%;
	background: #b4deff;
	left: 50%;
	bottom: 0;
	filter: blur(80px);
	transform: translateX(-50%);
}

.service-style-five-item:nth-child(2) .item::after {
	background: #f3aa6c;
}

/* ============================================================== 
	# Services style six
=================================================================== */
.service-style-six-thumb {
	height: 550px;
	width: 550px;
	background: #A8F0F1;
	border-radius: 50%;
	text-align: center;
	line-height: 543px;
	z-index: 1;
	position: relative;
}

.service-style-six-accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
	color: rgba(0, 0, 0, .125);
	box-shadow: inherit;
	border-bottom: none;
	color: rgba(255, 255, 255, 0.6);
}

.service-style-six-accordion .accordion-button:focus {
	z-index: 0;
	border-color: inherit;
	outline: 0;
	box-shadow: inherit;
}

.service-style-six-accordion .accordion-button {
	padding: 30px 0px;
	background: transparent;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	;
}

.service-style-six-accordion .accordion-button h4 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 30px;
}

.service-style-six-accordion .accordion-body .thumb img {
	width: 100%;
	border-radius: 10px;
}

.service-style-six-accordion .accordion-body {
	padding: 15px 0px;
}

.service-style-six-accordion .accordion-body .thumb .button a {
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(153deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	transform: rotate(-45deg);
}

.service-style-six-accordion .accordion-item:last-child {
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.service-style-six-accordion .accordion-body .thumb .button {
	position: absolute;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: var(--white);
	text-align: center;
	line-height: 65px;
	right: 32px;
	bottom: -30px;
}

.service-style-six-accordion .accordion-body .thumb .button::before {
	position: absolute;
	right: -18px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.service-style-six-accordion .accordion-item {
	background: transparent;
	border: none;
}

.service-style-six-accordion .accordion-item .accordion-button::after {
	position: absolute;
	right: 20px;
	top: 40px;
	height: 60px;
	width: 60px;
	background-image: url(../img/icon/20.png);
	background-size: cover;
	content: "";
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
}

.service-style-six-accordion .accordion-item:nth-child(2) .accordion-button::after {
	background-image: url(../img/icon/21.png);
}

.service-style-six-accordion .accordion-item:nth-child(3) .accordion-button::after {
	background-image: url(../img/icon/20.png);
}

.service-style-six-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(0deg);
}

.service-style-fix-area {
	position: relative;
}

.service-style-fix-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}


/* ============================================================== 
	# Service-tabs
=================================================================== */
.service-tab-info .icon {
	margin-bottom: 30px;
}

.service-tab-info .icon img {
    height: 80px;
}

.service-tab-info {
	padding: 75px;
	background: var(--white);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.service-tab-info h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.service-tab-info .info p {
	margin-bottom: 20px;
}

.service-tab-control .nav-pills .nav-link.active {
	background: inherit !important;
	color: black;
	border: 1px solid var(--color-primary);
	border-radius: 10px;
}

.service-tab-control .nav>li {
	display: block !important;
	width: 100% !important;
}

.service-tab-control .nav-item button.nav-link {
	width: 100% !important;
	padding: 57px 35px;
	display: flex;
	gap: 50px;
	border: 1px solid transparent;
	border-top: 1px solid #d5cef6;
	border-radius: 0;
	position: relative;
	transition: all 0.35s ease-in-out;
}

.service-tab-control .nav-item button.nav-link strong {
	margin-bottom: 0;
	text-align: start;
	font-size: 25px;
	line-height: 1.4;
	color: var(--color-heading);
}

.service-tab-control .nav-item button.nav-link span {
	font-size: 40px;
	color: var(--black);
	line-height: 1.3;
}

.service-tab-control .nav-item button.nav-link::after {
	position: absolute;
	content: "\f178";
	font-family: var(--fontawesome);
	color: var(--black);
	right: 50px;
	font-weight: 300;
	font-size: 35px;
	transform: rotate(-45deg);
	transition: all 0.36s ease-in-out;
}

.service-tab-control .nav-pills .nav-link.active::after {
	transform: rotate(45deg);
}

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

@media (min-width: 1024px) {
	.services-details-items .title {
		font-size: 42px;
	}
}

.services-details-items img {
	border-radius: 10px;
}

.quick-contact-widget {
	padding: 50px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.services-sidebar .single-widget {
	margin-bottom: 50px;
}

.services-sidebar .single-widget:last-child {
	margin-bottom: 0;
}

.quick-contact-widget h4 a {
	text-decoration: underline;
	display: inline-block;
	margin-top: 30px;
}

.single-widget.services-list-widget {
	padding: 50px;
	padding-bottom: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}

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

.services-list-widget ul li a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	transform: translateY(-50%) rotate(-45deg);
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}

.services-list-widget ul li.current-menu-item a::after {
	opacity: 1;
	visibility: visible;
}

.services-list-widget ul li a {
	display: block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}

.services-list-widget ul li:last-child {
	border: none;
}

.services-list-widget ul li.current-menu-item {
	border: none;
	margin-bottom: 5px;
}

.services-list-widget ul li.current-menu-item a {
	background: var(--white);
	border-radius: 8px;
	border: 1px solid #d0d0ff;
	padding: 12px 20px;
}

@media (min-width: 992px) {
	.services-details-items {
		position: relative;
		z-index: 1;
	}

	.service-sidebar-items {
		position: sticky;
		top: 140px;
	}
}

/* ============================================================== 
	# why choose style one 
=================================================================== */

ul.cirle-progress-style-one li {
	text-align: center;
}

ul.cirle-progress-style-one {
	display: flex;
	justify-content: space-between;
}

ul.cirle-progress-style-one li .content {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 185px;
	width: 185px;
	text-align: center;
	margin-bottom: 30px;
}

ul.cirle-progress-style-one li h4.js-counter {
	font-size: 40px;
	line-height: 185px;
	margin-bottom: 0;
	color: #bde7fe;
	font-weight: 500;
}

ul.cirle-progress-style-one li h4.js-counter .js-counter-num {
	color: inherit;
}

ul.cirle-progress-style-one li h5 {
	margin-bottom: 0;
	font-size: 20px;
}

.why-choose-style-one-info p {
	margin-bottom: 60px;
}

.why-choose-style-one-info .title {
	margin-bottom: 30px;
}

ul.cirle-progress-style-one li:nth-child(2) h4.js-counter {
	color: #FCE7D7;
}

ul.cirle-progress-style-one li:nth-child(3) h4.js-counter {
	color: #B8F7CA;
}

ul.cirle-progress-style-one li:nth-child(3) h4.js-counter {
	color: #B8F7CA;
}

.why-choose-style-one-thumb {
	position: relative;
	padding-left: 95px;
}

.why-choose-style-one-thumb .shape img {
	position: absolute;
	left: 13%;
	top: 25%;
}

/* ============================================================== 
	# why choose style two 
=================================================================== */

.choose-us-style-two-items {
	margin: 0 15px;
}

.why-choose-style-two-item .item {
	padding: 40px;
	padding-bottom: 50px;
	background: #cfe6de;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.why-choose-style-two-item .item h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.why-choose-style-two-item .item i {
	position: relative;
	font-size: 50px;
	color: var(--black);
	font-weight: 300;
	margin-bottom: 50px;
	z-index: 2;
	padding-top: 5px;
}

.why-choose-style-two-item .item .icon {
	position: relative;
}

.why-choose-style-two-item .item .icon::after {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	background: var(--bg-gray);
	border-radius: 50%;
	z-index: 0;
	left: 0px;
	top: 8px;
}

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

.why-choose-style-two-item .item::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	right: 10px;
	bottom: 10px;
	background: var(--white);
	z-index: -1;
	border-radius: 10px;
}

.why-choose-style-two-item:nth-child(2) .item .icon::after {
	background: #FDE5D5;
	right: -20px;
	top: 13px;
}

.why-choose-style-two-item:nth-child(2) .item {
	background: #FDE5D5;
}

.why-choose-style-two-item:nth-child(3) .item {
	background: #94E7FA;
}

.why-choose-style-two-item:last-child .item .icon::after {
	background: #94E7FA;
}

/* ============================================================== 
	# why choose style three 
=================================================================== */
.why-choose-style-three-area .why-choose-style-three-item .item {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 50px 37px;
	background: var(--white);
	z-index: 1;
	border-radius: 10px;
}

.why-choose-style-three-info .shape {
	position: absolute;
	left: -60px;
	top: 50%;
	z-index: -1;
	transform: translateY(-50%);
}

.why-choose-style-three-info {
	position: relative;
	z-index: 1;
}

.why-choose-style-three-thumb .thumb img {
	width: 100%;
	border-radius: 10px;
}

.why-choose-style-three-thumb h2 {
	margin-bottom: 50px;
}

.why-choose-style-three-item .item .icon {
	position: relative;
}

.why-choose-style-three-item .item i {
	position: relative;
	font-size: 50px;
	color: var(--black);
	font-weight: 300;
	margin-bottom: 40px;
	z-index: 2;
	padding-top: 5px;
}

.why-choose-style-three-item .item .icon::after {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	background: var(--bg-gray);
	border-radius: 50%;
	z-index: 0;
	left: 0px;
	top: 8px;
}

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

.why-choose-style-three-item:last-child .item .icon::after {
	background: #94E7FA;
}

.why-choose-style-three-info .col-lg-6:nth-child(2) .why-choose-style-three-item .item .icon::after {
	background: #FDE5D5;
}

/* ============================================================== 
	# Why choose style four 
=================================================================== */
.why-choose-style-four-area .why-choose-style-one-info ul li h4.js-counter {
	background: linear-gradient(60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 64%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.why-choose-style-four-area .why-choose-style-one-info ul li:nth-child(2) h4.js-counter {
	background: linear-gradient(60deg, rgb(195 24 152) 0%, rgba(87, 113, 241, 1) 66%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


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

.team-style-one-item .thumb .shape {
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-style-one-item h3 {
	font-size: 26px;
	margin-bottom: 8px;
}

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

.team-style-one-item .info span {
	margin-bottom: 0;
	color: var(--color-paragraph);
	font-weight: 400;
	display: block;
	font-size: 18px;
}

.team-style-one-item ul.social-style-one {
	position: absolute;
	bottom: 0px;
	left: 0;
}

.team-style-one-item ul.social-style-one li {
	display: inline-block;
	padding-left: 5px;
}

.team-style-one-item ul.social-style-one li a {
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #bfbfbf;
}

.team-style-one-item .thumb .shape img {
	width: 56%;
}

.team-style-one-item ul.social-style-one li a:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--white);
}

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

/* ============================================================== 
	# team style two area
=================================================================== */
.team-style-two-item .item {
	padding: 40px 30px;
	border-radius: 10px;
	background: var(--white);
	text-align: center;
}

.team-style-two-item .thumb {
	border-radius: 50%;
	background: #A5EFF4;
	height: 235px;
	width: 235px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
}

.team-style-two-item:nth-child(2) .thumb {
	background: #FCECDC;
}

.team-style-two-item:nth-child(3) .thumb {
	background: #E4ECD8;
}

.team-style-two-item:nth-child(4) .thumb {
	background: #BBF8D6;
}

.team-style-two-item .thumb img {
	position: relative;
	bottom: -18px;
}

.team-style-two-item .thumb ul {
	position: absolute;
	bottom: 20px;
	left: 45px;
	gap: 0px;
}

.team-style-two-item .thumb ul li a {
	transition: all 0.36s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.team-style-two-item:hover .thumb ul li a {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50px);
	display: inline-block;
}

.team-style-two-item .thumb ul li:nth-child(2) a {
	transition-delay: 100ms;
}

.team-style-two-item .thumb ul li:nth-child(3) a {
	transition-delay: 200ms;
}

.team-style-two-item .info h4 {
	margin-bottom: 10px;
}

.team-style-two-item .info h6 {
	margin-bottom: 0;
	color: var(--color-paragraph);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.testimonial-style-two-item .sub-title {
	font-size: 18px;
}

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

.team-single-items {
	position: relative;
	z-index: 1;
}

.team-single-items .thumb img {
	border-radius: 10px;
}

@media (min-width: 992px) {
	.team-single-items .thumb {
		position: sticky;
		top: 160px;
	}
}

.team-single-area .right-info .social {
	display: flex;
	margin-top: 35px;
	font-weight: 600;
	align-items: center;
}

.team-single-area .right-info .social h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 25px;
}

.team-single-area .right-info .social ul {
	margin: 0;
	padding: 0;
	border: none;
}

.team-single-area .right-info .social .share-link {
	position: relative;
	z-index: 1;
	margin-left: 15px;
	padding-right: 20px;
}

.team-single-area .right-info .social .share-link>i {
	display: inline-block;
	height: 50px;
	background: var(--dark);
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	color: var(--white);
}

.team-single-items .about h2 {
	margin-bottom: 10px;
}

.team-single-items h2 {
	font-size: 48px;
}

.team-single-items .about span {
	margin-bottom: 25px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
}

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

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

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

.team-single-area .right-info .social ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #e7e7e7;
	text-align: center;
	border-radius: 50%;
}

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

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

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

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

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

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

.team-list-item h4 {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.skill-items .progress .progress-bar span::after {
	position: absolute;
	left: 3px;
	bottom: -11px;
	content: "";
	height: 11px;
	width: 12px;
	background: #8f91f4;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

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

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

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

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

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

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

/* ============================================================== 
	# Portfolio Style One
=================================================================== */
@media (min-width: 1400px) {
	.container-fluid {
		padding: 0;
	}
}

.portfolio-style-one-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border-radius: 10px;
}

.portfolio-style-one-item .info {
	padding: 68px 57px;
	background: var(--dark);
}

.portfolio-style-one-item .info span {
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	border-radius: 25px;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.portfolio-style-one-item .info h2 {
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 1.4;
}

.portfolio-style-one-item .info p {
	margin-bottom: 30px;
}

a.btn-simple {
	text-transform: uppercase;
	font-weight: 600;
}

a.btn-simple i {
	font-weight: 300;
	padding-left: 5px;
}

.portfolio-style-one-item .thumb img {
	height: 100%;
	object-fit: cover;
}

.portfolio-style-one-item .info {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.portfolio-style-one-pagination {
	text-align: center;
	margin-top: 30px;
}

.portfolio-style-one-pagination .swiper-pagination-bullet-active {
	transform: scale(1.5);
	background: var(--color-style-two);
}

/* ============================================================== 
	# Portfolio Style two
=================================================================== */

.portfolio-style-two-carousel .swiper-slide {
	padding: 0 22px;
}

.portfolio-style-two-carousel {
	margin: 0 -60px;
}

.portfolio-carousel-navs > div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--white);
	border-radius: 50%;
	color: var(--color-heading);
}

.portfolio-carousel-navs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}

.portfolio-style-two-area> .shape {
	position: absolute;
	top: 5%;
	right: 5%;
}

.portfolio-style-two-items {
	position: relative;
	z-index: 1;
	margin: 0px 60px;
}

.portfolio-style-two-item .thumb {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-style-two-item .thumb .shape {
	position: absolute;
	bottom: 0;
	right: -1px;
}

.portfolio-style-two-item .thumb .button {
	position: absolute;
	bottom: -9px;
	right: -9px;
	padding: 10px;
	background: var(--bg-gray);
	border-radius: 40px 0px 40px 0px;
}

.portfolio-style-two-item .thumb .button::after {
	position: absolute;
	content: "";
	height: 35px;
	width: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--bg-gray);
	transform: rotate(0deg);
	top: -35px;
	right: 9px;
	z-index: 0;
}

.portfolio-style-two-item .thumb .button::before {
	position: absolute;
	content: "";
	height: 35px;
	width: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--bg-gray);
	transform: rotate(0deg);
	bottom: 9px;
	left: -20px;
	z-index: 0;
}

.portfolio-style-two-item .thumb a {
	border-radius: 50%;
	border: 1px solid #cabeff;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.36s ease-in-out;
	z-index: 1;
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 47px;
	transform: rotate(-45deg);
	background: var(--white);
}

.portfolio-style-two-item:hover .thumb a {
	transform: rotate(0deg);
}

.portfolio-style-two-item .thumb img {
	border-radius: 10px;
	width: 100%;
}

.portfolio-style-two-item .info span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: 8px;
	display: block;
}

.portfolio-style-two-item .info h2 {
	margin-bottom: 0;
	font-size: 26px;
}

.portfolio-style-two-items .swiper-button-prev::after,
.portfolio-style-two-items .swiper-button-next::after {
	display: none;
}

.portfolio-style-two-tabs .nav-item {
	display: block;
	padding-bottom: 0;
	text-transform: capitalize;
}

.portfolio-style-two-area .left-heading h2.title {
	margin-bottom: 25px;
}

.portfolio-style-two-tabs .nav-item .nav-link {
	background: none;
	color: var(--color-paragraph);
	border: none;
}

.portfolio-style-two-tabs .nav-item .nav-link.active {
	background: linear-gradient(108deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.portfolio-style-two-tabs {
	padding-left: 60px;
	border-left: 1px solid #bfc3df;
	border-bottom: none;
}

.portfolio-two-carousel-pagination {
	text-align: center;
	margin-top: 60px;
}

.portfolio-two-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-primary);
	transform: scale(1.5);
	border: 1px solid var(--white);
}

.portfolio-two-carousel-pagination .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	border: 1px solid #b8a8ff;
	opacity: 1;
	padding: 0;
	border-radius: 50%;
	background: var(--white);
}

.portfolio-style-two-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding-bottom: 4px;
}

/* ============================================================== 
    # Portfolio style three
=================================================================== */

.portfolio-style-three-area.default-padding {
	padding-bottom: 70px;
}

.portfolio-style-three-items {
	margin: 0 -20px;
}

.left-heading .mix-item-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px;
}

.portfolio-style-three-area .portfolio-carousel .owl-nav,
.portfolio-style-three-area .portfolio-carousel-3-colo .owl-nav {
	margin: 0;
}

.portfolio-style-three-area .portfolio-carousel .owl-nav .owl-prev, 
.portfolio-style-three-area .portfolio-carousel-3-col .owl-nav .owl-prev,
.portfolio-style-three-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-style-three-area .portfolio-carousel-3-col .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: var(--white);
	font-size: 30px;
	height: 40px;
	left: 30px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.portfolio-style-three-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-style-three-area .portfolio-carousel-3-col .owl-nav .owl-next {
	left: auto;
	right: 30px;
}

.portfolio-style-three-area .mix-item-menu button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	font-family: var(--font-default);
	font-weight: 600;
	padding: 8px 25px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	color: var(--black);
	transition: all 0.36s ease-in-out;
	border: 1px solid #c2c2c2;
	border-radius: 25px;
	font-size: 15px;
}

.portfolio-style-three-area.full-width .mix-item-menu {
	margin-bottom: 50px;
}

.portfolio-style-three-area .mix-item-menu button.active {
	color: var(--white);
	position: relative;
	z-index: 1;
}

.portfolio-style-three-area.inc-colum {
	padding-bottom: 105px;
}

.portfolio-style-three-area.full-width.inc-colum {
	padding-bottom: 0;
	margin-bottom: -5px;
}

.portfolio-style-three-items .owl-item .pf-item {
	width: auto;
	padding: 0;
}

.portfolio-style-one-items {
	margin: 0 -15px;
}

.portfolio-style-three-items .pf-item {
	float: left;
	padding: 0 40px;
	width: 50%;
	padding-bottom: 80px;
}

.portfolio-style-three-items.columns-4 .pf-item {
	float: left;
	padding: 15px;
	width: 25%;
}

.portfolio-style-three-items .pf-item .thumb {
	margin-bottom: 30px;
}

.portfolio-style-three-items .pf-item .thumb img {
	border-radius: 10px;
	width: 100%;
}

.portfolio-style-three-items .pf-item .info span {
	color: var(--color-paragraph);
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.portfolio-style-three-items .pf-item .info h3 {
	margin-bottom: 0;
	position: relative;
	padding-left: 40px;
	font-size: 26px;
}

.portfolio-style-three-items .pf-item .info h3 a {
	display: inline-block;
}

.portfolio-style-three-items .pf-item .info h3::after {
	position: absolute;
	content: '\e810';
	font-weight: 900;
	font-family: "custom-icon";
	left: 0;
	font-size: 24px;
	top: 3px;
}

.portfolio-style-three-area .mix-item-menu button::after {
	position: absolute;
	content: "";
	height: 102%;
	width: 102%;
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	z-index: -1;
	left: 50%;
	top: 50%;
	border-radius: 25px;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
}

.portfolio-style-three-area .mix-item-menu button.active::after {
	visibility: visible;
	opacity: 1;
}

.portfolio-style-three-area .mix-item-menu.text-center {
	margin-top: -20px;
}


/* ============================================================== 
    # Portfolio style four
=================================================================== */
.portfolio-style-four-accordion .accordion-button:not(.collapsed) {
	background-color: var(--white);
	color: rgba(0, 0, 0, .125);
	box-shadow: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.portfolio-style-four-accordion .accordion-button:focus {
	z-index: 0;
	border-color: inherit;
	outline: 0;
	box-shadow: inherit;
}

.portfolio-style-four-accordion .accordion-button::after {
	display: none;
}

.portfolio-style-four-accordion .accordion-button {
	padding: 30px;
	background: rgba(255, 255, 255, 0.2);
}

.portfolio-style-four-accordion .accordion-button h6 {
	font-size: 16px;
	color: var(--color-paragraph);
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	font-weight: 500;
}

.portfolio-style-four-accordion .accordion-button h4 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 26px;
}

.portfolio-style-four-accordion .accordion-body .thumb img {
	width: 100%;
	border-radius: 10px;
}

.portfolio-style-four-accordion .accordion-body {
	padding: 35px;
}

.bg-gray .portfolio-style-four-accordion .accordion-body .thumb .button a {
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(153deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	transform: rotate(-45deg);
}

.portfolio-style-four-accordion .accordion-body .thumb .button {
	position: absolute;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: var(--white);
	text-align: center;
	line-height: 65px;
	right: 50px;
	bottom: -30px;
}

.bg-gray .portfolio-style-four-accordion .accordion-body .thumb .button {
	background: var(--bg-gray);
}

.portfolio-style-four-accordion .accordion-body .thumb .button::before {
	position: absolute;
	right: -18px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.bg-gray .portfolio-style-four-accordion .accordion-body .thumb .button::before {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.portfolio-style-four-accordion .accordion-body .thumb .button::after {
	position: absolute;
	left: -17px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.bg-gray .portfolio-style-four-accordion .accordion-body .thumb .button::after {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.portfolio-style-four-info {
	height: 100%;
}

.portfolio-style-four-info .shape {
	position: absolute;
	bottom: 30%;
}

.bg-gray .portfolio-style-four-accordion .accordion-button:not(.collapsed) {
	background: rgba(255, 255, 255, 0.2);
	border-color: #ded9f6;
}

.bg-gray .accordion-item {
	background: rgba(255, 255, 255, 0.4);
	border-color: #ded9f6;
}


/* ============================================================== 
    # Portfolio style five
=================================================================== */
.portfolio-style-five-items {
	display: grid;
	grid-template-columns: 1fr 1fr  1fr;
}

.portfolio-style-five-item:nth-child(2) {
	display: flex;
	flex-direction: column-reverse;
}

.portfolio-style-five-item .info {
	padding: 57px 50px;
}

.portfolio-style-five-item .info h3 {
	margin-bottom: 30px;
}

.portfolio-style-five-item .thumb img {
	width: 100%;
}

.portfolio-style-five-item .info p {
	margin-bottom: 30px;
	font-size: 16px;
}

.portfolio-style-five-item .info ul li {
	display: inline-block;
}

.portfolio-style-five-item .info ul li a {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 25px;
	border: 1px solid #c2c2c2;
	border-radius: 25px;
	background: linear-gradient(60deg, rgba(87, 238, 241, 1) 0%, rgba(75, 41, 153, 1) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.portfolio-style-five-item .info ul li:nth-child(2) a {
	background: linear-gradient(60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
	background-clip: text;
}

a.arrow-circle {
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(153deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	transform: rotate(-45deg);
}

a.arrow-circle svg {
	transform: rotate(45deg);
}

a.arrow-circle i {
	font-weight: 700;
}

.portfolio-style-five-item .thumb .button {
	position: absolute;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: var(--white);
	text-align: center;
	line-height: 65px;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}

.portfolio-style-five-item .thumb .button::before {
	position: absolute;
	right: -18px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.portfolio-style-five-item .thumb .button::after {
	position: absolute;
	left: -17px;
	top: -15px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

/* ============================================================== 
    # Portfolio style six
=================================================================== */
.portfolio-style-six-tabs.design-2 .nav-item .nav-link.active {
	background: linear-gradient(108deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	color: var(--white);
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	border-radius: 5px;
}

.portfolio-style-six-tabs.design-2 {
	display: flex;
	gap: 10px;
}

.portfolio-style-six-tabs.design-2 .nav-item .nav-link {
	color: var(--black);
	border: 1px solid #c2c2c2;
	border-radius: 5px;
}

.portfolio-style-six-area .portfolio-style-six-item .thumb .button {
	position: absolute;
	bottom: -42px;
	right: 45px;
	padding: 10px;
	background: #ffffff;
	border-radius: 50%;
}

.portfolio-style-six-area .portfolio-style-six-item .thumb .button::after {
	position: absolute;
	right: -15px;
	top: -6px;
	content: "";
	height: 34px;
	width: 22px;
	border-bottom-left-radius: 122px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.portfolio-style-six-area .portfolio-style-six-item .thumb .button::before {
	position: absolute;
	content: "";
	height: 34px;
	width: 22px;
	border-bottom-right-radius: 122px;
	box-shadow: 0 20px 0 0 #ffffff;
	transform: rotate(0deg);
	top: -5px;
	left: -15px;
	z-index: 0;
}

.portfolio-style-six-area .portfolio-style-six-items {
	margin: 0;
}

.portfolio-style-six-carousel .swiper-slide {
	padding: 0 22px;
}

.portfolio-style-six-carousel {
	margin: 0 -60px;
}

.portfolio-carousel-navs > div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 44px;
	background: var(--white);
	border-radius: 50%;
	color: var(--color-heading);
	border: 4px solid var(--bg-gray);
}

.portfolio-carousel-navs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}

.portfolio-style-six-area> .shape {
	position: absolute;
	top: 5%;
	right: 5%;
}

.portfolio-style-six-items {
	position: relative;
	z-index: 1;
	margin: 0px 30px;
}

.portfolio-style-six-item .thumb {
	position: relative;
	margin-bottom: 20px;
}

.portfolio-style-six-item .thumb .shape {
	position: absolute;
	bottom: 0;
	right: -1px;
}

.portfolio-style-six-item .thumb .button {
	position: absolute;
	bottom: -9px;
	right: -9px;
	padding: 10px;
	background: var(--bg-gray);
	border-radius: 40px 0px 40px 0px;
}

.portfolio-style-six-item .thumb .button::after {
	position: absolute;
	content: "";
	height: 34px;
	width: 31px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--bg-gray);
	transform: rotate(0deg);
	top: -33px;
	right: 8px;
	z-index: 0;
}

.portfolio-style-six-item .thumb a {
	border-radius: 50%;
	border: 1px solid #a8a8a8;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.36s ease-in-out;
	z-index: 1;
	position: relative;
	text-align: center;
}

.portfolio-style-six-item .thumb a span {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #a8a8a8;
	border-radius: 25px;
	margin-left: 11px;
	transition: all 0.36s ease-in-out;
}

.portfolio-style-six-item .thumb a span i {
	font-weight: 400;
}

.portfolio-style-six-item .thumb a:hover span {
	background: linear-gradient(108deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	color: var(--white);
}

.portfolio-style-six-item .thumb img {
	border-radius: 10px;
	width: 100%;
}

.portfolio-style-six-item .info h6 {
	font-size: 17px;
	font-weight: 500;
}

.portfolio-style-six-item .info h2 {
	margin-bottom: 0;
}

.portfolio-style-six-items .swiper-button-prev::after,
.portfolio-style-six-items .swiper-button-next::after {
	display: none;
}

.portfolio-style-six-tabs .nav-item {
	display: block;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.portfolio-style-six-tabs .nav-item .nav-link {
	background: none;
	color: var(--color-paragraph);
	border: none;
}

.portfolio-style-six-tabs .nav-item .nav-link.active {
	background: linear-gradient(108deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.portfolio-style-six-tabs {
	padding: 0px 60px;
	border-left: 1px solid #d0d0d0;
	border-bottom: none;
}


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

.project-details-items img {
	border-radius: 10px;
}

@media (min-width: 1600px) {
	.project-details-main-info .title {
		padding-right: 15%;
	}
}

ul.project-info-list ul.list-style-two li::after {
	color: var(--color-primary);
}

ul.project-info-list {
	margin-bottom: 0;
	border-top: 1px solid #dcddfd;
	list-style: none;
	display: flex;
	gap: 50px;
	padding-top: 40px;
	margin-top: 40px;
}

ul.project-info-list .right-info ul li {
	list-style: disc;
	margin-left: 20px;
	font-weight: 500;
}

ul.project-info-list p {
	margin: 0;
	line-height: 2;
	font-weight: 500;
}

ul.project-info-list > li {
	flex-grow: 1;
}

ul.project-info-list > li h3 {
	font-size: 24px;
}

ul.project-info-list > li:last-child {
	border: none;
}

ul.project-info-list ul li {
	margin-top: 5px;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.item-grid-container {
	display: grid;
	grid-row-gap: 60px;
}

.item-grid-container img {
	margin-top: 50px;
}

.item-grid-colum {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

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

.item-grid-colum .left-info h3 strong {
	position: relative;
	z-index: 1;
	margin-right: 25px;
	padding-right: 50px;
	font-size: 40px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 700;
}

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

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

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

.project-paginvation-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d4d4fa;
	padding-top: 60px;
	padding-bottom: 60px;
}

.default-padding-bottom .project-paginvation-items {
	padding-bottom: 0;
}

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

.project-previous a,
.project-next a {
	display: flex;
	align-items: center;
}

.project-next a {
	text-align: right;
}

.project-previous .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	border-radius: 5px;
}

.project-next .icon {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gray);
	margin-right: 15px;
	color: var(--color-heading);
	border: 1px solid #d4d4fa;
	margin-left: 15px;
	border-radius: 5px;
}

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

.project-previous h5,
.project-next h5 {
	margin: 0;
}

.project-previous .nav-title,
.project-next .nav-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.project-previous .nav-title h4,
.project-next .nav-title h4 {
	text-transform: none;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0;
}

.project-paginvation-items .project-all i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 5px;
}

.project-previous .icon i,
.project-next .icon i {
	font-weight: 500;
}

/*==============================================================
    # success style one area
=================================================================*/
.achivement-style-one-item .info {
	padding: 50px;
	border-radius: 10px;
	background: linear-gradient(153deg,rgba(78, 47, 218, 1) 0%, rgba(24, 4, 112, 1) 100%);
}

@media (min-width: 1200px) {
	.achivement-style-one-item .info {
		padding-right: 30%;
	}
}

.achivement-style-one-item .js-counter {
	font-size: 60px;
	color: var(--white);
	margin-bottom: 20px;
	font-weight: 600;
}

.achivement-style-one-item h4 {
	margin-bottom: 0;
}

.achivement-style-one-item ul {
	display: flex;
	align-items: center;
	padding-top: 15px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	gap: 50px;
	flex-wrap: wrap;
}

.achivement-style-one-item ul li {
	font-size: 20px;
}

.achivement-style-one-item ul li i {
	padding-right: 5px;
}

.achivement-style-one-item .shape {
	position: absolute;
	right: 0;
	top: 0;
}

.achivement-style-one-item:nth-child(2) .info {
	background: linear-gradient(153deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
}

.success-style-one-area::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 62%;
	width: 100%;
	background: var(--bg-gray);
	z-index: -1;
}

/* ============================================================== 
	# testimonial-style-one
=================================================================== */
.testimonnial-style-one-items .client-card {
	display: flex;
	justify-content: end;
	gap: 15px;
	align-items: center;
}

.testimonnial-style-one-items .client-card .thumb {
	margin-bottom: 0;
}

.testimonnial-style-one-items {
	padding: 90px 70px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.testimonial-style-one-item {
	padding: 50px;
	position: relative;
	border-radius: 11px;
	transition: all 0.36s ease-in-out;
}

.testimonial-style-one-item .content {
	display: flex;
	gap: 40px;
}

.testimonial-style-one-item .testimonial-provider {
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.testimonial-style-one-item .content .info p {
	margin-bottom: 0;
}

.testimonial-style-one-item .icon img {
	width: 206px;
}

.testimonial-style-one-item .icon {
	z-index: 2;
}

.testimonial-style-one-item .info {
	z-index: 2;
}

.testimonial-style-item-bottom .testimonial-provider .thumb img {
	height: 62px;
	width: 62px;
	border-radius: 50%;
	object-fit: cover;
}

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

.testimonial-style-one-item .testimonial-provider .info .provider-info h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.testimonial-style-one-item .testimonial-provider .info .provider-info h4 {
	margin-bottom: 0;
	font-size: 15px;
	color: var(--color-primary);
	font-weight: 500;
}

.testimonial-style-one-item .testimonial-provider .info .rating h2 sup {
	padding-left: 10px;
	top: -24px;
	position: relative;
	color: #FF9D10;
	font-size: 17px;
	left: -7px;
}

.testimonial-style-one-item .testimonial-provider .info .rating h2 {
	margin-bottom: 0;
}

.testimonial-style-item-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ececec;
	z-index: 2;
	position: relative;
}

.testimonial-style-one-item {
	background: var(--white);
	z-index: 2;
}

.testimonnial-style-one-items::after {
	position: absolute;
	height: 100%;
	width: 137px;
	content: "";
	background: var(--bg-gradient);
	left: 250px;
	top: 0;
	transform: rotateZ(-45deg);
	filter: blur(120px);
	z-index: -1;
}

/* ============================================================== 
	# testimonial style two
=================================================================== */
.testimonial-style-two-area {
	background: linear-gradient(270deg, rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	margin-top: 150px;
	padding-top: 50px;
}

.testimonial-style-two-area> .shape {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100%;
}

.testimonial-style-two-area> .shape img {
	width: 100%;
}

.testimonial-style-two-item .testimonial-provider .thumb img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial-style-two-item .testimonial-provider .thumb {
	margin-bottom: 25px;
}

.testimonial-style-two-item .testimonial-provider {
	position: relative;
	z-index: 1;
}

.testimonial-style-two-item .testimonial-provider::after {
	position: absolute;
	right: 0;
	top: -50%;
	content: "";
	height: 200%;
	width: 300%;
	background: #edf0f9;
	z-index: -1;
}

.testimonial-style-two-item {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 60px;
	padding: 80px;
	overflow: hidden;
	background: var(--white);
	border-radius: 10px;
}

.testimonial-style-two-item h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.testimonial-style-two-item h4 {
	font-size: 20px;
}

.testimonial-style-two-info .review {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.testimonial-style-two-info .review .qoute i {
	height: 70px;
	width: 70px;
	background: var(--bg-gradient);
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	line-height: 67px;
	font-size: 30px;
	color: var(--white);
}

.testimonial-style-two-info .review .info i {
	color: #fca705;
	padding-left: 5px;
}

.testimonial-style-two-info p {
	font-size: 25px;
	margin-bottom: 0;
}

.testimonial-style-two-carousel-navs {
	position: absolute;
	display: flex;
	left: 80px;
	justify-content: space-between;
	width: 385px;
	bottom: 15%;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
	z-index: 1;
}

.testimonial-style-two-carousel-navs .testimonial-two-prev,
.testimonial-style-two-carousel-navs .testimonial-two-next {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 500;
	color: var(--color-heading);
	text-transform: uppercase;
	line-height: 1;
}

.testimonial-style-two-info .info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.testimonial-style-two-info .info img {
	max-width: max-content;
}


/* ============================================================== 
	# testimonial style three
=================================================================== */
.testimonial-card-style-one {
	padding: 50px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 1;
	background: linear-gradient(45deg, #d2023e 0%, var(--color-secondary) 50%);
}

.testimonial-card-style-one::after {
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	right: 2px;
	bottom: 2px;
	background: var(--white);
	z-index: -1;
	border-radius: 10px;
}

ul.list-style-four {
	display: flex;
	gap: 10px;
	color: var(--white);
	font-size: 25px;
	padding-bottom: 30px;
	justify-content: center;
}

ul.list-style-four li i {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: linear-gradient(0deg, rgb(226 241 255) 0%, rgb(227 221 255) 100%);
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: var(--color-heading);
}

ul.list-style-four li i.icon-menu-board::before {
	position: relative;
	top: -3px;
}

.testimonial-card-style-one .review-icon i {
	padding-right: 5px;
	color: #FF9D10;
}

.testimonial-card-style-one h2 {
	font-weight: 800;
	font-size: 60px;
	color: var(--color-primary);
}

.testimonial-card-style-one span {
	line-height: 1.6;
	font-size: 18px;
	display: block;
	color: var(--color-heading);
	font-weight: 600;
	margin-bottom: 15px;
}

.testimonial-style-three-item {
	padding: 50px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
}

.testimonial-style-three-item .icon {
	margin-bottom: 20px;
}

.testimonial-style-three-item p {
	margin-bottom: 0;
}

.testimonial-style-three-item .icon img {
	width: 110px;
}

.testimonial-style-three-carousel-navs {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: end;
}

.testimonial-three-prev, .testimonial-three-next i {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 49px;
	color: var(--white);
	background: var(--dark);
	font-size: 17px;
}

.testimonial-style-three-item h3 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.4;
}


/* ============================================================== 
	# testimonial style four
=================================================================== */
.testimonial-style-four-item .testimonial-provider img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.testimonial-style-four-item {
	padding: 80px;
	background: var(--white);
	border-radius: 10px;
	background-size: cover;
}

.testimonila--style-four-area::after {
	position: absolute;
	right: 0;
	top: 24%;
	height: 80%;
	width: 46px;
	background: red;
	filter: blur(120px);
	content: "";
}

.testimonila--style-four-area {
	overflow: hidden;
	position: relative;
}

.testimonial-style-four-item .testimonial-provider h3 {
	line-height: 1;
	font-weight: 600;
}

.testimonial-style-four-item .testimonial-provider h6 {
	margin-bottom: 0;
	color: var(--color-paragraph);
	text-transform: uppercase;
}

.testimonial-style-four-item .testimonial-provider {
	margin-bottom: 30px;
}

.testimonial-style-four-item .review p {
	font-size: 23px;
}

.testimonial-style-four-item .star i {
	font-size: 18px;
	padding-right: 2px;
	color: #FF9D10;
}

.testimonila--style-four-items h1 {
	position: absolute;
	top: 10%;
	left: 28%;
	font-size: 85px;
	color: var(--color-primary);
	opacity: 0.6;
	font-weight: 900;
	text-transform: uppercase;
}

.testimonial-style-four-item .quote i {
	height: 70px;
	width: 70px;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	background: linear-gradient(153deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	color: var(--white);
	font-size: 30px;
}

.testimonial-style-four-carousel .swiper-slide {
	padding: 45px 30px;
}

.testimonial-style-four-carousel {
	margin: 0 -30px;
}

.testimonial-carousel-navs > div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--white);
	border-radius: 50%;
	color: var(--color-heading);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

.testimonial-carousel-navs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}

.testimonial-style-four-item .quote {
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	height: 95px;
	width: 95px;
	border-radius: 50%;
	background: var(--bg-gray);
	z-index: 1;
	text-align: center;
	line-height: 100px;
}

.testimonial-style-four-item .quote::before {
	position: absolute;
	right: -20px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--bg-gray);
	transform: rotate(0deg);
}

.testimonial-style-four-item .quote::after {
	position: absolute;
	left: -20px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--bg-gray);
	transform: rotate(0deg);
}

/* ============================================================== 
	# testimonial style five
=================================================================== */
.testimonial-style-five-item {
	padding: 50px;
	border-radius: 10px;
	background: linear-gradient(60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
}

.swiper-slide:nth-child(2n) .testimonial-style-five-item {
	background: linear-gradient(60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
}

.testimonial-style-five-item .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	line-height: normal;
}

.testimonial-style-five-item .flex .quote i {
	font-size: 40px;
}

.testimonial-style-five-item .provider-info h5 {
	font-size: 24px;
}

.testimonial-style-five-item .provider-info h6 {
	margin-bottom: 0;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

.testimonial-style-five-item .button {
	position: absolute;
	bottom: -34px;
	padding: 10px;
	background: var(--bs-body-bg);
	border-radius: 50% 50% 0px 0px;
	right: 50px;
}

.testimonial-style-five-item p {
	color: var(--white);
}

.bg-gray .testimonial-style-five-item .button {
	background: var(--bg-gray);
}

.testimonial-style-five-carousel .swiper-wrapper {
	padding: 25px 0px;
}

.testimonial-style-five-item .button::before {
	position: absolute;
	right: -20px;
	top: 1px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.bg-gray .testimonial-style-five-item .button::before {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.testimonial-style-five-item .button::after {
	position: absolute;
	left: -20px;
	top: 1px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.bg-gray .testimonial-style-five-item .button::after {
	box-shadow: 0 20px 0 0 var(--bg-gray);
}

.testimonial-style-five-item .button i {
	height: 65px;
	width: 65px;
	display: inline-block;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
	font-size: 24px;
}

.swiper-slide:nth-child(2n) .testimonial-style-five-item .button i {
	background: linear-gradient(60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
}

.testimonial-style-five-item .flex .ratings {
	display: flex;
	font-size: 15px;
	gap: 3px;
}

/* ============================================================== 
	# testimonial style four
=================================================================== */
.testimonial-style-six-item .testimonial-provider img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.testimonial-style-six-item {
	border-radius: 10px;
	background-size: cover;
	padding: 80px;
}

.testimonial--style-four-area::after {
	position: absolute;
	right: 0;
	top: 24%;
	height: 80%;
	width: 46px;
	background: red;
	filter: blur(120px);
	content: "";
}

.testimonial-style-six-item .review h6 {
	margin-bottom: 0;
}

.testimotestimonialnila--style-four-area {
	overflow: hidden;
	position: relative;
}

.testimonial-style-six-item .testimonial-provider h3 {
	line-height: 1;
	font-weight: 600;
}

.testimonial-style-six-item .testimonial-provider h6 {
	margin-bottom: 0;
	color: var(--color-paragraph);
	text-transform: uppercase;
}

.testimonial-style-six-item .testimonial-provider {
	margin-bottom: 30px;
}

.testimonial-style-six-item .review p {
	font-size: 23px;
}

.testimonial-style-six-item .star i {
	font-size: 18px;
	padding-right: 2px;
	color: #FF9D10;
}

.testimonial-style-four-items h1 {
	position: absolute;
	top: 10%;
	left: 28%;
	font-size: 85px;
	color: var(--color-primary);
	opacity: 0.6;
	font-weight: 900;
	text-transform: uppercase;
}

.testimonial-style-six-item .quote i {
	height: 70px;
	width: 70px;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	background: linear-gradient(153deg,rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	color: var(--white);
	font-size: 30px;
}

.testimonial-style-six-carousel .swiper-slide {
	padding: 45px 30px;
}

.testimonial-style-six-carousel {
	margin: 0 -30px;
}

.testimonial-carousel-navs > div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: var(--white);
	border-radius: 50%;
	color: var(--color-heading);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
}

.testimonial-carousel-navs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}

.testimonial-style-six-item .quote {
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	height: 95px;
	width: 95px;
	border-radius: 50%;
	background: var(--white);
	z-index: 1;
	text-align: center;
	line-height: 100px;
}

.testimonial-style-six-item .quote::before {
	position: absolute;
	right: -19px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 61px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.testimonial-style-six-item .quote::after {
	position: absolute;
	left: -19px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.testimonial-style-six-items .testimonial-style-four-item .testimonial-provider img {
	border: 2px solid;
	margin-bottom: 0;
	object-fit: cover;
}

.testimonial-style-six-area .testimonial-style-four-item .quote::before {
	position: absolute;
	right: -19px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 21px;
	box-shadow: 0 20px 0 0 #ffffff;
	transform: rotate(0deg);
}

.testimonial-style-six-area .testimonial-style-four-item .quote::after {
	position: absolute;
	left: -19px;
	top: 10px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 21px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.testimonial-style-six-area .testimonial-style-four-item .quote {
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	height: 95px;
	width: 95px;
	border-radius: 50%;
	background: #ffffff;
	z-index: 1;
	text-align: center;
	line-height: 100px;
}


/*===============================================
	#call to action style two area
===================================================	*/
.call-to-action-style-two-items h4 {
	margin-bottom: 30px;
}

.call-to-action-style-two-items h2 {
	font-size: 60px;
	margin-bottom: 35px;
}

.call-toaction-style-two-area {
	background-size: cover;
	background-position: bottom center;
}

.call-toaction-style-two-area .shape img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.call-toaction-style-two-area .shape img:nth-child(2) {
	left: 0px;
	bottom: 50px;
}


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

.nav.nav-tabs.pricing-tab-navs button {
	display: inline-block;
	background: transparent;
	border: none;
	color: var(--color-heading);
	padding: 0;
	border-radius: inherit;
	overflow: inherit;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	height: 36px;
	width: 30px;
}

.nav.nav-tabs.pricing-tab-navs button::after {
	display: none;
}

.nav.nav-tabs.pricing-tab-navs button::before {
	position: absolute;
	left: 0;
	bottom: 6px;
	content: "";
	height: 27px;
	width: 0;
	background: var(--bg-gradient);
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 40px;
}

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

.nav.nav-tabs.pricing-tab-navs button span {
	position: absolute;
	top: 5px;
	width: 100px;
	left: 100%;
	opacity: 0.5;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}

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

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

.pricing-style-one {
	background: var(--white);
	padding: 60px 45px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	border: 1px solid #bdc0c4;
	box-sizing: border-box;
	overflow: hidden;
}

.pricing-style-one .badge {
	background: var(--dark);
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 20px;
	color: var(--white);
	font-size: 16px;
	border-radius: 0 0 0 10px;
}

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

.pricing-style-one .badge::before {
	position: absolute;
	left: -28px;
	top: -8px;
	content: "";
	height: 35px;
	width: 21px;
	border-bottom-right-radius: 21px;
	box-shadow: 0 20px 0 0 var(--dark);
	transform: rotate(-90deg);
}

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

.pricing-style-one .badge i {
	margin-right: 5px;
}

.pricing-style-one ul {
	margin-top: 30px;
}

.pricing-style-one.active {
	border-color: var(--color-primary);
}

.pricing-style-one .badge::after {
	position: absolute;
	right: 4px;
	bottom: -34px;
	content: "";
	height: 38px;
	width: 30px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--dark);
	transform: rotate(-90deg);
}

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

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

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

.pricing-style-one.active .badge::before {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.pricing-style-one.active .badge::after {
	box-shadow: 0 20px 0 0 var(--color-primary);
}

.pricing-style-one.active .badge i {
	color: var(--white);
}

.pricing-style-one h3 {
	font-size: 48px;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-style-one h2 {
	font-size: 24px;
	margin-bottom: 15px;
}


/*===============================================
	#blog style one area
===================================================	*/
.blog-style-one-item {
	display: inline-block;
	padding: 20px;
	border: 1px solid #ece4e4;
	border-radius: 10px;
	background: var(--white);
}

.blog-style-one-item .thumb img {
	width: 100%;
	border-radius: 10px;
}

.blog-style-one-item .thumb {
	margin-bottom: 30px;
}

.blog-style-one-item .info h3 {
	margin-bottom: 20px;
}

.blog-style-one-item .info h2 {
	margin-bottom: 20px;
	font-size: 30px;
}

.blog-style-one-item .info .btn {
	margin-top: 10px;
}

.blog-style-one-item .info h5 a {
	padding: 5px 15px;
	border-radius: 25px;
}

.blog-style-one-item .info h5 {
	margin-bottom: 20px;
}

.blog-style-one-item .info {
	padding: 10px;
	padding-top: 0;
}

.blog-style-one-info .side-heading p {
	margin-bottom: 0;
}

.blog-style-one-item .info h5 a {
	color: var(--color-style-two);
	display: inline-block;
}

.blog-style-one-item .info h5 a i {
	padding-right: 5px;
}

.blog-style-one-item .blog-tags {
	margin-bottom: 15px;
}

.blog-style-one-info .side-heading {
	margin-bottom: 60px;
}

.blog-pagination span {
	color: black;
	font-weight: 600;
}

.blog-pagination span.swiper-pagination-total {
	font-size: 30px;
}

.blog-style-one-area .shape {
	position: absolute;
	background-size: cover;
	bottom: 0;
	left: 0;
	background-position: bottom;
	z-index: -1;
}

.blog-one-swiper-nav {
	position: relative;
	display: flex;
	width: 200px;
	justify-content: space-between;
	align-items: center;
	color: var(--color-heading);
}

.blog-one-swiper-nav .blog-one-pagination {
	background: transparent;
	position: absolute;
	line-height: 50px;
	font-size: 24px;
	width: auto;
	font-weight: 600;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.blog-one-prev, .blog-one-next {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #6a6874;
	border-radius: 50%;
}

.blog-one-prev i, .blog-one-next i {
	font-weight: 500;
}


/*===============================================
	#blog style two area
===================================================	*/
.blog-style-two-info {
	position: sticky;
	top: 180px;
}

.blog-style-two-info p {
	margin-bottom: 30px;
}

.blog-style-two-item {
	padding: 30px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	padding-bottom: 60px;
	margin-bottom: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.blog-style-two-item .info {
	position: relative;
	top: 10px;
}

.blog-style-two-item:last-child {
	margin-bottom: 0;
}

.blog-style-two-item .thumb img {
	border-radius: 10px;
	height: 110%;
	object-fit: cover;
	object-position: center;
}

.blog-style-two-item .info h2 {
	line-height: 1.3;
	font-size: 28px;
	margin-bottom: 15px;
}

.blog-style-two-item .info ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 15px;
	align-items: center;
	margin-bottom: 15px;
}

.blog-style-two-item .info ul li {
	display: inline-block;
}

.blog-tags a {
	padding: 4px 18px;
	border: 1px solid #c2c2c2;
	display: inline-block;
	border-radius: 25px;
	font-size: 15px;
}

.blog-tags a i {
	padding-right: 5px;
}

.blog-style-two-item .info ul li i {
	margin-right: 5px;
}

.blog-style-two-item .info ul li {
	font-weight: 500;
}

.blog-style-two-item .info ul li a {
	color: var(--color-paragraph);
	font-weight: 500;
}

.blog-style-two-item .info ul li a:hover {
	color: var(--color-primary);
}

.blog-style-two-item .shape {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

/*===============================================
	#blog style three area
===================================================	*/
.blog-style-three-item .content {
	padding: 30px;
	border: 1px solid #dddd;
	background: var(--white);
	border-radius: 10px;
	margin-left: 70px;
}

.blog-style-three-item .thumb {
	margin-right: 80px;
	position: relative;
	bottom: -150px;
	margin-top: -150px;
}

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

.blog-style-three-item .content .info> a {
	align-items: center;
	display: inline-block;
	margin-bottom: 20px;
}

.blog-style-three-item .content .info> a i {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: var(--color-paragraph);
}

.blog-style-three-item .content .info> a span {
	border: 1px solid #c2c2c2;
	display: inline-block;
	height: 40px;
	border-radius: 25px;
	line-height: 40px;
	padding: 0px 23px;
	color: var(--color-paragraph);
	font-size: 15px;
	font-weight: 500;
}

.blog-style-three-item .content .date {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.blog-style-three-item .content .date span {
	writing-mode: sideways-lr;
	color: var(--color-primary);
	display: block;
	margin-bottom: 50px;
	font-weight: 600;
	position: relative;
	bottom: -15px;
	right: -5px;
}

.blog-style-three-item .content .info h3 {
	font-size: 34px;
	margin-bottom: 0;
}

/*===============================================
	#blog style four area
===================================================	*/
.blog-style-four-item .thumb {
	position: relative;
	margin-bottom: 30px;
}

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

.blog-style-four-item .info> a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.blog-style-four-item .info> a i {
	color: var(--color-style-two);
	font-weight: 600;
	padding-right: 5px;
}

.blog-style-four-item .info {
	padding: 0px 40px;
}

.blog-style-four-item .info h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.blog-style-four-item .date {
	background: var(--white);
	position: absolute;
	bottom: -6px;
	right: 50px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 12px 29px;
	padding-bottom: 6px;
}

.blog-style-four-item .date h6 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--color-primary);
}

.blog-style-four-item .date h3 {
	margin-bottom: 5px;
	font-size: 35px;
	font-weight: 600;
	background: linear-gradient(108deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.blog-style-four-item .date::before {
	position: absolute;
	right: -10px;
	top: 50px;
	content: "";
	height: 30px;
	width: 10px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.blog-style-four-item .date::after {
	position: absolute;
	left: -10px;
	top: 50px;
	content: "";
	height: 30px;
	width: 10px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

/*===============================================
	#blog style four area
===================================================	*/
.blog-style-five-item .info h3 {
	margin-bottom: 50px;
}

a.style-one {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
}

a.style-one i {
	color: var(--color-style-two);
	font-weight: 600;
	padding-right: 5px;
}

.blog-style-five-item .info ul li {
	display: inline-block;
	padding-right: 20px;
}

.blog-style-five-item .info .content {
	padding: 0px 50px;
	position: relative;
}

.blog-style-five-item .info .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: auto;
	border-left: 1px solid #c2c2c2;
}

a.btn-default i {
	font-size: 10px;
}

a.btn-default {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.blog-style-five-item:nth-child(2) .thumb {
	margin-bottom: 0;
}

.blog-style-five-items {
	display: flex;
}

.blog-style-five-item:nth-child(2) .info {
	padding-top: 30px;
}

.blog-style-five-item .thumb img {
	width: 100%;
}

.blog-style-five-item .info .content ul {
	padding-bottom: 30px;
}

.blog-style-five-item .info .content p {
	margin-bottom: 40px;
}

.blog-style-five-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.blog-style-five-item .thumb {
	height: 100%;
	position: relative;
}

.blog-style-five-item .thumb img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-style-five-item:first-child .info {
	padding-left: 50px;
	padding-bottom: 30px;
}


/*==========================================
   # blog style six
============================================*/
.blog-style-six-item .thumb {
	position: relative;
}

.blog-style-six-item .thumb img {
	width: 100%;
}

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

.blog-style-six-item .thumb .button {
	position: absolute;
	right: 10%;
	bottom: -34px;
	padding: 10px;
	background: var(--white);
	border-radius: 50%;
}

.blog-style-six-item .info {
	margin-left: 50px;
	margin-right: 175px;
	border-radius: 10px;
	padding: 30px;
	box-shadow: var(--box-shadow-primary);
	position: relative;
	top: -50px;
	z-index: 1;
	background: var(--white);
}

.blog-style-six-item .info ul {
	margin-bottom: 20px;
}

.blog-style-six-item .info ul li {
	display: inline-block;
	padding-right: 20px;
}

.blog-style-six-item .info h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #c2c2c2;
}

.blog-style-six-item .info .content {
	padding-left: 17px;
	position: relative;
}

.blog-style-six-item .info .content::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	border-left: 1px solid #c2c2c2;
}

.blog-style-six-item .thumb .button::before {
	position: absolute;
	right: -18px;
	top: -14px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-left-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.blog-style-six-item .thumb .button::after {
	position: absolute;
	left: -17px;
	top: -14px;
	content: "";
	height: 50px;
	width: 21px;
	border-bottom-right-radius: 18px;
	box-shadow: 0 20px 0 0 var(--white);
	transform: rotate(0deg);
}

.blog-style-six-item:nth-child(2) a.style-one i {
	background: linear-gradient(60deg,rgba(176, 38, 249, 1) 5%, rgba(105, 186, 242, 1) 90%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog-style-six-item:nth-child(2) a.arrow-circle {
	background: linear-gradient(60deg,rgba(176, 38, 249, 1) 5%, rgba(105, 186, 242, 1) 90%);
}

/* ============================================================== 
	# circle-card
=================================================================== */


.circle-card img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 75px;
}

.circle-card .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 50px;
	height: 125px;
	width: 125px;
	text-align: center;
	line-height: 125px;
	border-radius: 50%;
	color: var(--white);
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
}

.circle-card .curve-text svg {
	animation: rotate 50s linear 0s infinite normal none running;
}

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

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


/* ============================================================== 
	# list-style-one
=================================================================== */
ul.list-style-one li {
	position: relative;
	padding-left: 30px;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--color-heading);
}

ul.list-style-one li:last-child {
	margin-bottom: 0;
}

ul.list-style-one li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	height: 18px;
	width: 18px;
	border: 1px solid #706f75;
	border-radius: 50%;
}

ul.list-style-one li::before {
	position: absolute;
	content: "";
	left: 7px;
	top: 13px;
	height: 4px;
	width: 4px;
	background: #876dff;
	border-radius: 50%;
}


/* ============================================================== 
    # Faq
=================================================================== */
.blurry-shape-right-bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.blurry-shape-right-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}

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

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

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

.blurry-shape-bottom::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 200px;
	width: 25%;
	background: linear-gradient(90deg, #00bafa 0%, #ff008b 100%);
	z-index: -1;
	filter: blur(180px);
}

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

.faq-style-one-area {
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

.accordion-style-one-item button.accordion-button {
	box-shadow: none;
	padding: 25px 30px;
	font-size: 20px;
	border: 1px solid #d7d7ff;
	background: transparent;
	border-radius: 10px;
	padding-right: 85px;
	line-height: 1.4;
}

.accordion-secondary .accordion-style-one-item button.accordion-button {
	border: 2px solid var(--white);
}

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

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

.accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
	color: var(--white);
	padding: 25px 30px;
	border-radius: 0;
	border: none;
}

.accordion-secondary .accordion-style-one-item button.accordion-button:not(.collapsed) {
	background: var(--bg-gradient);
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
	background: var(--white);
	color: var(--color-heading);
}

.accordion-style-one-item .accordion-body {
	position: relative;
	z-index: 1;
	padding: 30px;
}

.accordion-secondary .accordion-style-one-item .accordion-body {
	background: var(--bg-gradient);
}

.accordion-style-one-item {
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
	background: rgba(255, 255, 255, 0.5);
}

.accordion-style-one-item .accordion-body::after {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0;
	content: "";
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

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

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

ul.faq-tags li {
	position: relative;
	z-index: 1;
	padding-right: 15px;
}

ul.faq-tags li::after {
	position: absolute;
	right: 0;
	top: 1px;
	content: "/";
	font-weight: 600;
}

ul.faq-tags li:last-child::after {
	display: none;
}

ul.faq-tags li.active a,
ul.faq-tags li a.active {
	color: var(--color-primary);
}

ul.faq-tags li a {
	font-weight: 500;
}



/* ============================================================== 
	# Why Choose us
=================================================================== */

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

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

.work-process-style-one-area > .shape {
	position: absolute;
	top: -10%;
	right: -6%;
}

.choose-us-style-one-area .site-heading {
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}

.choose-us-style-one-area .site-heading::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 1px;
	width: 400%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.choose-us-style-one-area > .shape {
	position: absolute;
	top: -10%;
	right: -6%;
}

.work-process-style-one-items {
	margin-bottom: 70px;
}

.work-process-style-one-info {
	padding: 60px;
	background: #364454;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
}

.work-process-style-one-item .icon {
	margin-bottom: 40px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #4E2FDA;
	text-align: center;
	line-height: 100px;
}

.work-process-style-one-item .info p {
	margin-bottom: 0;
}

.work-process-style-one-item .info h2 {
	line-height: 1.5;
	font-size: 24px;
	margin-bottom: 15px;
}

.work-process-style-one-item:nth-child(2) .icon {
	background: linear-gradient(270deg,rgba(78, 47, 218, 1) 0%, rgba(251, 49, 137, 1) 100%);
}

.work-process-style-one-info h3 {
	margin-bottom: 25px;
}

.work-process-style-one-info::after {
	position: absolute;
	z-index: -1;
	content: "";
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	right: -24%;
	bottom: -38%;
	border: 50px solid var(--color-style-four);
	border-radius: 50%;
	filter: blur(10px);
}

.work-process-style-one-thumb {
	position: relative;
	height: 100%;
}

.work-process-style-one-thumb img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.work-process-style-one-thumb .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* ============================================================== 
	# work process style two
=================================================================== */

.work-process-style-two-item .item {
	display: flex;
}

.work-process-style-two-item .item .content {
	display: flex;
	gap: 30px;
	margin-bottom: 10px;
}

.work-process-style-two-item .item .icon {
	height: 80px;
	width: 80px;
	border-radius: 10px;
	background: linear-gradient(270deg,rgba(40, 2, 210, 1) 0%, rgba(73, 166, 255, 1) 100%);
	text-align: center;
	line-height: 80px;
	margin-bottom: 30px;
}

.work-process-style-two-item .item .step h2 {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
	writing-mode: sideways-lr;
	padding: 15px 5px;
	border: 1px solid #d8d3ef;
	border-radius: 3px;
	background: var(--white);
}

.bg-gray .work-process-style-two-item .item .step h2 {
	background: var(--bg-gray);
	border: 1px solid #c1bfcd;
}

.work-process-style-two-item .item .step h2 span {
	background-clip: text;
	background: linear-gradient(430deg, rgba(73, 166, 255, 1) 0%, rgba(40, 2, 210, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	writing-mode: sideways-lr;
}

.work-process-style-two-item .item .info {
	padding-left: 40px;
	position: relative;
	padding-right: 20px;
}

.work-process-style-two-item .item .info h3 {
	line-height: 1.3;
	font-size: 24px;
}

@media (min-width: 1400px) {
	.work-process-style-two-item .item .info h3 {
		padding-right: 20%;
		font-size: 26px;
	}
}

.work-process-style-two-item .item .info p {
	margin-bottom: 0;
}

.work-process-style-two-item .item .step {
	position: relative;
	z-index: 1;
}

.work-process-style-two-item .item .step::after {
	position: absolute;
	content: "";
	left: 18px;
	top: 0;
	width: 5px;
	height: 100%;
	border-left: 1px solid #d8d3ef;
	z-index: -1;
}

.bg-gray .work-process-style-two-item .item .step::after {
	border-left: 1px solid #c1bfcd;
}

.work-process-style-two-item:nth-child(2) .item .icon {
	background: linear-gradient(60deg,rgba(251, 49, 137, 1) 0%, rgba(78, 47, 218, 1) 100%);
}

.work-process-style-two-item:nth-child(2) .item h2 span {
	background: linear-gradient(60deg,rgba(251, 49, 137, 1) 0%, rgba(78, 47, 218, 1) 100%);
	background-clip: text;
}

.work-process-style-two-item:nth-child(3) .item h2 span {
	background: linear-gradient(60deg,rgba(87, 238, 241, 1) 0%, rgba(75, 41, 153, 1) 100%);
	background-clip: text;
}

.work-process-style-two-item:nth-child(3) .item .icon {
	background: linear-gradient(60deg,rgba(87, 238, 241, 1) 0%, rgba(75, 41, 153, 1) 100%);
}

/* ============================================================== 
	# work process style four
=================================================================== */
.work-process-style-four-item .item {
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.work-process-style-four-item .item {
	padding: 40px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.work-process-style-four-item .item .icon {
	position: relative;
}

.work-process-style-four-item  .item p {
	margin-bottom: 0;
}

.work-process-style-four-info .shape {
	position: absolute;
	top: 60%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.work-process-style-four-right-item h4 {
	margin-bottom: 30px;
}

.work-process-style-four-right-item h2 {
	margin-bottom: 0;
}

.work-process-style-four-right-item .info {
	margin-bottom: 30px;
}

.work-process-style-four-right-item p {
	margin-bottom: 30px;
}

.work-process-style-four-info {
	padding: 0px 40px;
	position: relative;
}

.work-process-style-four-item .item .icon h2 span {
	position: absolute;
	font-size: 16px;
	display: inline-block;
	background-image: linear-gradient(-60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
	background-clip: text;
	left: 5px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	margin-top: 4px;
	text-transform: uppercase;
	font-weight: 600;
	width: 43px;
	text-align: center;
}

.work-process-style-four-item .item .icon h2 {
	font-size: 75px;
	font-weight: 800;
	background: linear-gradient(-60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
	background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.work-process-style-four-item .item .icon h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	background: white;
	height: 22px;
	width: 50px;
	z-index: -1;
	transform: translateY(-50%);
	margin-top: 3px;
}

.work-process-style-four-item .item .icon.design-2 h2 {
	font-size: 75px;
	font-weight: 800;
	background: linear-gradient(-60deg, rgba(176, 38, 249, 1) 0%, rgba(105, 186, 242, 1) 100%);
	background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.work-process-style-four-item .item .icon.design-3 h2 {
	font-size: 75px;
	font-weight: 800;
	background: linear-gradient(-60deg,rgba(87, 238, 241, 1) 0%, rgba(75, 41, 153, 1) 100%);
	background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.work-process-style-four-item .item h4 {
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
}

.work-process-style-four-right-item {
	padding-left: 35px;
}

/* ============================================================== 
	# work process style six
=================================================================== */
.work-process-style-six-item .item {
	background: var(--white);
	box-shadow: 0px 0 40px -10px rgb(109 117 143 / 33%);
}

.work-process-style-six-item .item {
	padding: 40px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.work-process-style-six-item .item .icon {
	position: relative;
}

.work-process-style-six-item  .item p {
	margin-bottom: 0;
}

.work-process-style-six-info .shape {
	position: absolute;
	top: 60%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.work-process-style-six-right-item h4 {
	margin-bottom: 30px;
}

.work-process-style-six-right-item h2 {
	margin-bottom: 0;
}

.work-process-style-six-right-item .info {
	margin-bottom: 30px;
}

.work-process-style-six-right-item p {
	margin-bottom: 30px;
}

.work-process-style-six-info {
	padding: 0px 40px;
	position: relative;
}

.work-process-style-six-item .item .icon h2 span {
	position: absolute;
	font-size: 16px;
	display: inline-block;
	background-image: linear-gradient(-60deg,rgba(75, 41, 153, 1) 0%, rgba(87, 238, 241, 1) 100%);
	background-clip: text;
	left: 5px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	margin-top: 4px;
	text-transform: uppercase;
	font-weight: 600;
	width: 43px;
	text-align: center;
}

.work-process-style-six-item .item .icon h2 {
	font-size: 75px;
	font-weight: 700;
	background: linear-gradient(-60deg, rgb(38 249 233) 0%, var(--color-primary) 50%);
	background-clip: text;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.work-process-style-six-item .item .icon h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	background: white;
	height: 24px;
	width: 50px;
	z-index: -1;
	transform: translateY(-50%);
	margin-top: 4px;
}

.work-process-style-six-item .item h3 {
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 22px;
}

.work-process-style-six-right-item {
	padding-left: 35px;
}


/* ============================================================== 
    # Contact
=================================================================== */
.contact-form-style-one {
	padding: 80px;
	background: var(--white);
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	border-radius: 10px;
	position: relative;
}

.contact-form-style-one img {
	position: absolute;
	right: 100%;
	bottom: -50px;
	margin-right: -41px;
	z-index: -1;
	width: 150px;
}

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

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

.contact-form-style-one input, .contact-form-style-one textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d2e3f9;
	padding: 0;
	box-shadow: none !important;
}

.contact-form-style-one .form-group {
	margin-bottom: 20px;
}

.contact-form-style-one textarea {
	height: 200px;
	margin-top: 15px;
}

.contact-form-style-one h2 {
	margin-bottom: 15px;
}

.contact-style-one-info .contact-info-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.contact-style-one-info .contact-info-items .item-single {
	border: 1px solid #a7d4f2;
	border-radius: 10px;
	padding: 50px 40px;
}

.contact-style-one-info .contact-info-items .item-single p {
	margin-bottom: 0;
}

.contact-style-one-info .contact-info-items .item-single .icon img {
	height: 60px;
	margin-bottom: 30px;
}

.contact-style-one-info .contact-info-items .item-single .icon i {
	font-weight: 100;
	font-size: 40px;
	margin-bottom: 30px;
	color: var(--color-primary);
}

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

.contact-info-items h3 {
	font-size: 24px;
}

.contact-info-items ul li a {
	font-weight: 400;
	color: var(--color-paragraph);
}

.contact-info-items ul li a:hover {
	color: var(--color-primary);
}

.google-maps {
	overflow: hidden;
	border-radius: 20px;
}

.google-maps iframe {
	margin-bottom: -10px;
	height: 550px;
	width: 100%;
}

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

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

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

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

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

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;
	height: 35px;
}

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

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

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

.footer-bottom-one .logo img {
	height: 55px;
}

.footer-bottom-one .content {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
}

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

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

.footer-bottom p {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.footer-style-one-items {
	display: flex;
	gap: 30px;
}

.footer-style-one-items .f-item {
	flex-grow: 1;
}

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

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

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

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

.footer-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
}

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

footer.footer-style-one::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 300px;
	width: 400px;
	background: var(--bg-gradient);
	z-index: -1;
	filter: blur(100px);
	opacity: 0.5;
}

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

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

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

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

/* ============================================================== 
    # Responsive
=================================================================== */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.banner-style-two-area .shape img:nth-child(2) {
		max-width: 300px;
	}

	.banner-style-two-area .shape img:first-child {
		max-width: 400px;
	}

	.portfolio-style-two-area> .shape {
		display: none;
	}

	.portfolio-style-two-items {
		margin: 0;
	}

	.portfolio-style-two-carousel {
		margin: 0;
	}

	.portfolio-style-two-carousel .swiper-slide {
		padding: 0 15px;
	}

	.blog-style-two-item .thumb img {
		height: 100%;
	}
}

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


    /* Banner Three */
	.banner-style-three-area {
		padding-top: 220px;
	}

	.banner-style-three-thumb> img {
		height: auto;
		position: inherit;
		right: 0;
	}

	.banner-style-three-thumb {
		margin-top: -50px;
	}

	.banner-style-three-info {
		padding: 0;
	}

	.banner-style-three-info h1 {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.banner-style-three-info h2 {
		font-size: 50px;
		margin-bottom: 35px;
	}

	.banner-style-three-thumb .shape {
		display: none;
	}

	.banner-style-three-thumb::after {
		display: none;
	}

	.banner-style-three-info .content .cicle-card-2 {
		display: none;
	}

     /* Services One */
	.services-style-one-area .left-heading .text-end {
		text-align: left !important;
		margin-top: 30px;
	}

	.service-style-one-items .service-tab-control {
		padding: 0;
	}

	.service-tab-control .nav-item button.nav-link {
		border: 1px solid #d5cef6;
		border-radius: 10px;
		margin-bottom: 30px;
		padding: 50px;
	}

	.service-tab-control .nav-item:last-child button.nav-link {
		margin-bottom: 0;
	}

	.service-tab-control .nav-item button.nav-link::after {
		display: none;
	}

	.service-tab-info {
		padding: 70px;
	}
}

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

    /* Banner One */
	.banner-style-one-top .client-card {
		display: none;
	}

	.banner-style-one-top h2 {
		font-size: 120px;
		line-height: 1;
	}

    /* Banner Two */
	.banner-style-two-area .shape img:nth-child(2) {
		top: 80px;
		max-width: 300px;
	}

	.banner-style-two-area .shape img:first-child {
		bottom: 0;
		max-width: 300px;
	}

	.banner-style-two-area {
		padding-top: 200px;
		background-position: center  top !important;
		padding-bottom: 200px;
		margin-bottom: -70px;
	}

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

	.banner-style-two-items h1 {
		padding: 0;
		font-size: 70px;
	}

	.banner-style-two-items .gradient-text {
		font-size: 70px;
	}

	.banner-style-two-items .content h2 {
		font-size: 70px;
	}

	.banner-style-two-items .content p {
		font-size: 18px;
	}


    /* About One */
	.about-style-one-info .content {
		flex-direction: column;
		gap: 0;
	}

	.about-style-one-info .content ul.list-style-two {
		margin: 0;
		padding: 0;
		border: none;
	}

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

	.services-style-one-area .left-heading .text-end {
		text-align: right !important;
	}

    /* About Two */
	.thumb-style-one::after {
		height: 500px;
		width: 500px;
	}

	.about-style-two-thumb .thumb .shape img:first-child {
		bottom: 5%;
	}

	.about-style-two-thumb .thumb .shape img:last-child {
		left: auto;
		right: 0;
		top: 35%;
	}

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

    /* About Three */
	.about-style-four-info .d-grid {
		grid-template-columns: 240px auto;
		gap: 40px;
	}

	.call-toaction-style-two-area .shape img {
		max-width: 250px;
	}

    /* Expertise */
	.expertise-style-one-item .item .icon {
		height: 100px;
	}

	.expertise-style-one-item .item {
		padding: 50px 30px;
	}

	.expertise-style-one-item .item h2 {
		font-size: 20px;
	}

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


    /* Work Process */
	.choose-us-style-one-area > .shape {
		max-width: 30%;
	}

	.work-process-style-one-items .col-xl-3 {
		width: 33.33333%;
	}

	.work-process-style-one-item .info h2 {
		font-size: 28px;
	}

	.work-process-style-six-info {
		padding: 0;
		margin-right: -20px;
	}

	.work-process-style-six-item .item {
		padding: 40px 30px;
	}

    /* Why Choose Us */
	ul.cirle-progress-style-one li .content {
		height: 160px;
		width: 160px;
	}

	ul.cirle-progress-style-one li h4.js-counter {
		line-height: 160px;
	}

	ul.cirle-progress-style-one li h5 {
		font-size: 18px;
	}

    /* Portfolio */
	.portfolio-style-one-item {
		grid-template-columns: 1fr;
	}

	.portfolio-style-one-item .thumb img {
		height: auto;
	}

	.portfolio-style-one-items {
		margin: 0;
	}

    /* Portfolio Two */
	.portfolio-style-two-items {
		margin: 0;
	}

	.portfolio-style-two-carousel {
		margin: 0 -15px;
	}

	.portfolio-style-two-carousel .swiper-slide {
		padding: 0 15px;
	}

    /* Testimonial */
	.testimonial-style-one-item {
		padding: 50px 30px;
	}

	.testimonial-style-one-item .testimonial-provider .info .rating {
		display: none;
	}

	.testimonial-style-two-carousel-navs {
		width: 290px;
	}

    /* Blog */
	.blog-style-one-items {
		margin-left: -8%;
	}

	.blog-style-one-item .info h3 {
		font-size: 26px;
		line-height: 1.3;
	}

    /* Blog Two */
	.blog-style-two-item {
		background-image: none !important;
		border: 1px solid #dddddd;
	}

	.blog-style-two-item .thumb img {
		height: 100%;
	}

	.blog-style-two-item .info {
		top: 0;
	}
}

@media (max-width: 1199px) {
    /* Feature Two */
	.features-style-one-item {
		border: none;
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);
		margin-top: 30px;
	}

	.features-style-one-items {
		margin: 0;
		margin-top: -30px;
	}

	.features-style-one-item .item {
		padding: 50px 30px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 10px;
	}

	.features-style-one-item .item img {
		height: 60px;
	}

    /* Work Process */
	.work-process-style-two-item .item {
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 50px 30px;
		border-radius: 7px;
		display: block;
		background: rgba(255, 255, 255, 0.4);
	}

	.work-process-style-two-item {
		margin-bottom: 30px;
	}

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

	.work-process-style-two-item .item .info {
		padding: 0;
	}

	.work-process-style-two-item .item .step h2 span {
		writing-mode: inherit;
	}

	.work-process-style-two-item .item .step h2 {
		writing-mode: inherit;
		padding: 0;
		background: var(--white);
		border: none;
		padding: 8px 15px;
		display: none;
	}

	.work-process-style-two-item .item .step::after {
		display: none;
	}

	.bg-gray .work-process-style-two-item .item .step h2 {
		background: var(--white);
		border: none;
	}
}

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

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

	.row.align-items-end {
		align-items: flex-start !important;
	}

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

	.banner-style-one-top .client-card {
		display: none;
	}

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

	.banner-style-one-bottom .thumb {
		width: 50%;
	}

	.banner-style-one-bottom .info {
		flex-direction: column;
		gap: 20px;
		padding-left: 50px;
	}

	.banner-style-one-bottom .info p {
		font-size: 18px;
	}
    
    /* Banner Two */
	.banner-style-two-area .shape img:nth-child(2) {
		top: 0;
		max-width: 150px;
		display: none;
	}

	.banner-style-two-area .shape img:first-child {
		bottom: 0;
		max-width: 200px;
		display: none;
	}

	.banner-style-two-area {
		padding-top: 120px;
		background-position: center  top !important;
		padding-bottom: 200px;
		margin-bottom: -70px;
	}

	.banner-style-two-items .content {
		padding-left: 70px;
	}

    /* Banner Three */
	.banner-style-three-thumb {
		margin-top: 60px;
	}

    /* About */
	.about-style-one-tumb {
		display: none;
	}

	.about-style-one-info .pl-90 {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

    /* About Two */
	.about-style-two-thumb {
		display: none;
	}

    /* About Three */
	.about-style-four-area .pl-80 {
		padding-left: 40px;
	}

	.about-style-four-info .title {
		font-size: 38px;
	}

	.about-style-four-info .d-grid {
		grid-template-columns: 1fr;
	}

	.about-style-four-info .experience-card {
		border: none;
		display: none;
	}

	.about-style-four-info p {
		margin-bottom: 25px;
	}

    /* Services */
	.service-style-two-item {
		padding: 50px;
		gap: 40px;
		align-items: center;
		grid-template-columns: repeat(3, 1fr);
	}

	.service-style-two-item h2 {
		font-size: 24px;
	}

	.service-style-two-item .thumb::after {
		height: 280px;
		width: 280px;
	}

	.service-style-two-item ul.list-style-two li {
		font-size: 15px;
	}

	.service-style-two-item .left-info p {
		font-size: 15px;
	}

	.service-style-two-item .thumb img {
		max-width: 80%;
	}

    /* Service Details */
	.services-details-items ul.list-style-one {
		margin-bottom: 30px;
	}

	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}

	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}

	.services-details-items .pricing-style-one {
		margin-top: 30px;
	}

    /* Choose Us One */
	.choose-us-style-one-area .site-heading::after {
		display: none;
	}

	.choose-us-style-one-area .site-heading {
		padding-bottom: 0;
	}

	.work-process-style-one-info {
		padding: 40px;
		margin-right: -10px;
	}

	.work-process-style-one-info h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.choose-us-style-one-area > .shape {
		max-width: 35%;
	}

	.why-choose-style-one-thumb {
		display: none;
	}

	ul.cirle-progress-style-one {
		justify-content: inherit;
		gap: 50px;
	}

    /* Choose Us Two */
	.why-choose-style-two-item .item {
		padding: 30px;
		padding-left: 20px;
		padding-bottom: 40px;
	}

    /* Work Process */
	.work-process-style-six-info .order-xl-last {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.work-process-style-six-info {
		margin-bottom: 30px;
		padding: 0;
	}

	.work-process-style-six-info .shape {
		display: none;
	}

	.work-process-style-six-right-item {
		padding: 0;
	}

	.work-process-style-six-item {
		margin-bottom: 30px;
	}


    /* Portfolio */
	.portfolio-style-one-item {
		grid-template-columns: 1fr;
	}

	.portfolio-style-one-item .thumb img {
		height: auto;
	}

	.portfolio-style-one-item .info {
		padding: 50px;
	}

	.portfolio-style-one-item .info h2 br {
		display: none;
	}

	.portfolio-style-one-items {
		margin: 0;
	}

    /* Portfolio Two */
	.portfolio-style-two-area> .shape {
		display: none;
	}

	.portfolio-style-two-items {
		margin: 0;
	}

	.portfolio-style-two-carousel {
		margin: 0 -15px;
	}

	.portfolio-style-two-carousel .swiper-slide {
		padding: 0 15px;
	}

    /* Project Details */
	.item-grid-colum {
		grid-template-columns: 1fr 1.5fr;
	}

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

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

    /* Testimonial Two */
	.testimonial-style-two-area {
		margin-top: 70px;
	}

	.testimonial-style-two-carousel-navs {
		width: auto;
		gap: 65px;
	}

	.testimonial-style-two-info p {
		font-size: 18px;
		line-height: 2;
	}

    /* Testimonial Three */
	.testimonial-style-three-area .row.align-items-end {
		align-items: end !important;
	}

    /* Call to Action */
	.call-toaction-style-two-area .shape img {
		max-width: 200px;
	}

    /* Blog Two */
	.blog-style-two-area .pl-60 {
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: 50px;
	}

	.blog-style-two-item .thumb img {
		height: 100%;
	}

	.blog-style-two-item {
		align-items: center;
	}

	.blog-style-two-item .info {
		top: 0;
	}

	.blog-style-two-item .info h2 {
		font-size: 36px;
	}

	.blog-style-three-item .content .info h3 {
		font-size: 26px;
		line-height: 1.3;
	}

    /* Contact */
	.google-maps iframe {
		height: 450px;
	}

	.contact-style-one-info .contact-info-items {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.banner-style-three-area {
		padding-top: 220px;
	}
}

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

/* Screen Mobile To Tablet */
@media screen and (max-width: 991px) {
	.text-scroll-animation p.text {
		color: var(--color-paragraph);
	}

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

    /* Blog Three */
	.blog-style-three-item .thumb {
		margin: 0;
		bottom: 0;
	}

	.blog-style-three-item .content {
		margin: 0;
		padding: 30px;
		border-radius: 0 0 7px 7px;
		border-top: none;
	}

	.blog-style-three-item .content .date {
		display: block;
	}

	.blog-style-three-item .content .date span {
		writing-mode: inherit;
		margin-bottom: 20px;
		position: inherit;
	}

	.blog-style-three-item .thumb img {
		border-radius: 0;
	}

	.blog-style-three-item {
		overflow: hidden;
		border-radius: 7px;
	}

	.blog-style-three-item .content .info h3 {
		font-size: 24px;
	}

	.blog-style-three-item .content .info> a i {
		font-weight: 300;
	}
}

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

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

    /* Banner Style One */
	.banner-style-one {
		padding-top: 120px;
	}

	.banner-style-one-top h2 {
		font-size: 100px;
		line-height: 1;
	}

	.banner-style-one-top .client-card {
		display: none;
	}

	.banner-style-one-bottom .thumb {
		height: auto;
		position: inherit;
		width: 100%;
		margin-top: 80px;
	}

	.banner-style-one-bottom .thumb img {
		height: auto;
		border-radius: 0;
	}

	.banner-style-one-bottom {
		padding-bottom: 0;
	}

	.banner-style-one::after {
		display: none;
	}

    /* Banner Two */
	.banner-style-two-area .shape img:nth-child(2) {
		top: 0;
		max-width: 150px;
		display: none;
	}

	.banner-style-two-area .shape img:first-child {
		bottom: 0;
		max-width: 200px;
		display: none;
	}

	.banner-style-two-area {
		padding-top: 120px;
		background-position: center  top !important;
		padding-bottom: 200px;
		margin-bottom: -70px;
	}

	.banner-style-two-items .content {
		padding-left: 70px;
	}

    /* Banner Three */
	.banner-style-three-area {
		padding-top: 110px;
		padding-bottom: 120px;
	}

	.banner-style-three-thumb> img {
		height: auto;
		position: inherit;
		right: 0;
	}

	.banner-style-three-thumb {
		height: auto;
		margin-top: 50px;
		display: none;
	}

	.banner-style-three-thumb .shape {
		display: none;
	}

	.banner-style-three-info {
		padding: 0;
	}

	.banner-style-three-thumb::after {
		bottom: -29%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		height: 650px;
		width: 650px;
	}

	.banner-style-three-info h1 {
		font-size: 70px;
	}

	.banner-style-three-info h2 {
		font-size: 70px;
	}

    /* About */
	.about-style-one-area .shape {
		right: 0;
		opacity: 0.4;
	}

	.about-style-one-info .border-shape {
		margin: 0;
		margin-bottom: 60px;
		display: none;
	}

	.about-style-one-tumb {
		height: auto;
		margin-bottom: 50px;
		padding: 0;
	}

	.about-style-one-tumb .circle-card {
		display: none;
	}

    /* About Two */
	.about-style-two-thumb {
		margin-top: 50px;
	}

    /* About Three */
	.about-style-four-thumb {
		height: auto;
		margin-bottom: 50px;
	}

    /* Fun Factor One */
	.funfactor-style-one-item .item {
		background: rgba(0, 0, 0, 0.1);
		padding: 30px;
		border-radius: 10px;
	}

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

	.funfactor-style-one-area {
		padding-bottom: 100px;
	}



    /* Services One */
	.services-style-one-area .left-heading .text-end {
		text-align: center !important;
		margin-top: 30px;
	}

	.service-style-one-items .service-tab-control {
		padding: 0;
	}

	.service-tab-control .nav-item button.nav-link {
		border: 1px solid #d5cef6;
		border-radius: 10px;
		margin-bottom: 30px;
		padding: 30px 50px;
	}

    /* Services Two */
	.service-style-two-item .thumb {
		display: none;
	}

	.service-style-two-item {
		grid-template-columns: 1fr 1.2fr;
		gap: 40px;
		padding: 50px;
	}

	.service-style-two-item h2 {
		font-size: 26px;
	}

	.service-style-two-item .left-info {
		display: block;
	}

	.service-style-two-item .right-info {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		padding-left: 40px;
	}

	.service-style-two-item ul.list-style-two li {
		font-size: 15px;
	}


    /* Choose Us One */
	.choose-us-style-one-area .site-heading::after {
		display: none;
	}

	.work-process-style-one-item .item {
		padding: 50px 30px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 10px;
		margin-top: 30px;
	}

	.work-process-style-one-items {
		margin-top: -30px;
		margin-bottom: 50px;
	}

	.choose-us-style-one-area .site-heading {
		padding-bottom: 0;
	}

    /* Choose Us Two */
	.why-choose-style-one-thumb {
		display: none;
	}

	.why-choose-style-two-item {
		margin-top: 30px;
		height: auto;
	}

	.choose-us-style-two-items {
		margin-top: -30px;
	}

    /* Work Process */
	.work-process-style-six-info .order-xl-last {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.work-process-style-six-info {
		margin-bottom: 50px;
		padding: 0;
	}

	.work-process-style-six-info .shape {
		display: none;
	}

	.work-process-style-six-right-item {
		padding: 0;
	}

    /* Portfolio */
	.portfolio-style-one-item {
		grid-template-columns: 1fr;
	}

	.portfolio-style-one-item .thumb img {
		height: auto;
	}

	.portfolio-style-one-item .info {
		padding: 37px;
	}

	.portfolio-style-one-item .info br {
		display: none;
	}

	.portfolio-style-one-item .info h2 {
		font-size: 24px;
	}

    /* Portfolio Two */
	.portfolio-style-two-area> .shape {
		display: none;
	}

	.portfolio-style-two-tabs {
		padding: 0;
		border: none;
		display: flex;
		gap: 10px;
		margin-top: 30px;
		justify-content: center;
	}

	.portfolio-style-two-tabs .nav-item .nav-link {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}

	.portfolio-style-two-tabs::before, .portfolio-style-two-tabs::after {
		display: none;
	}

	.portfolio-style-two-items {
		margin: 0 -15px;
	}

	.portfolio-style-two-carousel .swiper-slide {
		padding: 0 15px;
	}

	.portfolio-style-two-carousel {
		margin: 0;
	}

    /* Portfolio Three */

	.portfolio-style-three-items {
		margin-top: -50px;
	}

	.left-heading .mix-item-menu {
		justify-content: center;
		margin-top: 40px;
	}

	.portfolio-style-three-items .pf-item {
		padding: 0 15px;
		margin-top: 50px;
	}

	.portfolio-style-three-items {
		margin: 0;
		margin-top: -25px;
	}

	.portfolio-style-three-items .pf-item .info h3 {
		padding: 0;
		font-size: 24px;
	}

	.portfolio-style-three-items .pf-item .info h3 br {
		display: none;
	}

	.portfolio-style-three-items .pf-item .info h3::after {
		display: none;
	}

	.portfolio-style-three-items .pf-item .info span {
		margin-bottom: 7px;
	}

    /* Project Details */
	.thumb-grid {
		margin-bottom: 50px;
	}

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

	.project-paginvation-items .project-all {
		display: none;
	}

	.project-previous .nav-title h4, .project-next .nav-title h4 {
		font-size: 20px;
	}

    /* Call to Action */
	.call-toaction-style-two-area .shape img {
		max-width: 100px;
	}


    /* Testimonial */
	.testimonnial-style-one-items .left-heading {
		text-align: center;
	}

	.testimonnial-style-one-items .text-end {
		text-align: center !important;
		margin-top: 30px;
	}

	.testimonnial-style-one-items .client-card {
		justify-content: center;
	}

    /* Testimonial Two */
	.testimonial-style-two-area {
		margin-top: 60px;
		padding-top: 70px;
	}

	.testimonial-style-two-item {
		padding: 50px;
		gap: 30px;
	}

	.testimonial-style-two-info p {
		font-size: 18px;
	}

	.testimonial-style-two-item .testimonial-provider .thumb img {
		height: 150px;
		width: 150px;
	}

	.testimonial-style-two-carousel-navs {
		width: auto;
		left: 50px;
		gap: 45px;
		border-top: 1px solid;
		bottom: 50px;
	}

	.testimonial-style-two-carousel-navs .testimonial-two-prev, .testimonial-style-two-carousel-navs .testimonial-two-next {
		font-size: 17px;
	}

	.testimonial-style-two-info .info img {
		max-width: max-content;
		max-height: 20px;
	}

    /* Testimonial Three */
	.testimonial-card-style-one {
		height: auto;
		margin-bottom: 30px;
		display: none;
	}

	.testimonial-style-three-carousel-navs {
		justify-content: center;
		margin-top: 35px;
	}

	.left-heading {
		text-align: center;
	}

    /* Team Single */
	.team-single-items .thumb img {
		margin-bottom: 50px;
	}


    /* Blog */
	.blog-one-swiper-nav {
		margin-bottom: 50px;
	}

	.blog-style-one-item .info h3 {
		font-size: 24px;
		line-height: 1.3;
	}

    /* Blog Style Two */
	.blog-style-two-item .thumb img {
		height: 100%;
	}

	.blog-style-two-item p {
		margin-bottom: 15px;
	}

	.blog-style-two-item .info {
		top: 0;
	}

    /* Contact */
	.google-maps iframe {
		height: 350px;
	}

	.contact-style-one-info .contact-info-items {
		grid-template-columns: 1fr 1fr;
	}

	.contact-form-style-one img {
		display: none;
	}

    /* Footer */

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

	.footer-style-one-items {
		border-top: 1px solid #d7d7e9;
		padding-top: 50px;
	}

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

	.footer-style-one-items {
		margin-top: 50px;
	}

	.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-bottom-one .align-center {
		align-items: center;
	}
}

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

	.left-heading .text-end {
		text-align: center !important;
		margin-top: 30px;
	}

    /* Banner One */
	.banner-style-one-top h2 {
		font-size: 40px;
		line-height: 1.2;
	}

	.banner-style-one-top span {
		font-size: 30px;
		color: var(--color-primary);
	}

	.banner-style-one-bottom .thumb {
		display: none;
	}

	.banner-style-one-bottom .info {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		border-top: 1px solid #cccccc;
		padding-top: 30px;
		text-align: center;
	}

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

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

	.banner-style-one::after {
		display: none;
	}

	.banner-style-one-top {
		margin-bottom: 30px;
		text-align: center;
	}

	.banner-style-one-top .content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.client-card .info {
		text-align: center;
	}

    /* Banner Two */
	.banner-style-two-area {
		padding-top: 80px;
		padding-bottom: 150px;
		margin-bottom: -50px;
	}

	.banner-style-two-area .shape {
		display: none;
	}

	.banner-style-two-items h1 {
		font-size: 42px;
		padding: 0;
	}

	.banner-style-two-items .gradient-text {
		font-size: 42px;
		flex-wrap: wrap;
	}

	.banner-style-two-items .gradient-text .thumb {
		display: none;
	}

	.banner-style-two-items .content {
		padding: 0;
	}

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

    /* Banner Three */
	.banner-style-three-info h1 {
		font-size: 30px;
	}

	.banner-style-three-info h2 {
		font-size: 40px;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
	}

	.banner-style-three-info h2 span {
		font-size: inherit;
		font-weight: 600;
		border-radius: 0;
		border: none;
		padding: 0;
		margin: 0;
	}

	.banner-style-three-info .content {
		flex-direction: column-reverse;
	}

	.banner-style-three-area {
		padding-top: 80px;
		text-align: center;
		padding-bottom: 80px;
	}

	.banner-style-three-thumb {
		height: auto;
		text-align: center;
		margin-top: 50px;
		display: none;
	}

	.banner-style-three-thumb> img {
		position: inherit;
		right: inherit;
		height: auto;
	}

	.banner-style-three-thumb::after {
		height: 320px;
		width: 320px;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	.banner-style-three-thumb .shape {
		display: none;
	}

	.banner-style-three-info {
		padding-bottom: 0;
	}

	.banner-style-three-info .content .info .rating ul {
		justify-content: center;
	}

    /* About */
	.about-style-one-area .shape {
		left: auto;
		right: 0;
		opacity: 0.4;
	}

	.about-style-one-info .border-shape {
		display: none;
	}

	.about-style-one-info .content {
		flex-wrap: wrap;
	}

	.about-style-one-tumb {
		height: auto;
		padding-right: 0;
		margin-bottom: 40px;
	}

	.about-style-one-tumb .circle-card {
		right: 0;
		bottom: 0;
		display: none;
	}

	.about-style-one-info .content ul.list-style-two {
		border: none;
		padding: 0;
		border-top: 1px solid #dddddd;
		padding-top: 30px;
		width: 100%;
	}

	.about-style-one-info .info {
		border: none;
	}

	.about-style-one-info .content .experience-card {
		min-width: 100%;
		padding-bottom: 0;
	}

    /* About Two */
	.thumb-style-one::after {
		height: 320px;
		width: 320px;
		display: none;
	}

	.about-style-two-thumb .thumb .shape img:last-child {
		left: auto;
		top: 40%;
		right: 0;
		display: none;
	}

	.about-style-two-info .content {
		gap: 30px;
	}

	.about-style-two-info .social {
		display: none;
	}

	.about-style-two-info .content::after {
		display: none;
	}

	.thumb-style-one .thumb-inner {
		margin-top: 50px;
		border-radius: 0;
	}

	.about-style-two-area {
		padding-bottom: 0;
	}

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

    /* About Four */
	.about-style-four-thumb {
		height: auto;
		margin-bottom: 30px;
	}

	.about-style-four-info .d-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.about-style-four-info .experience-card {
		border: none;
		border-bottom: 1px solid #d8cfff;
		padding-bottom: 25px;
	}

    /* Why Choose Us */
	.choose-us-style-one-area .site-heading {
		padding-bottom: 0;
	}

	.work-process-style-one-item {
		margin-bottom: 30px;
		text-align: center;
	}

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

	.choose-us-style-one-area {
		text-align: center;
	}

	.choose-us-style-one-area > .shape {
		max-width: 60%;
	}

    /* Choose Us Two */
	ul.cirle-progress-style-one {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.why-choose-style-one-info {
		text-align: center;
	}

	ul.cirle-progress-style-one li {
		margin-bottom: 40px;
	}

	.why-choose-style-one-thumb .shape img {
		display: none;
	}

	.why-choose-style-one-thumb {
		padding: 0;
		text-align: center;
		margin-top: 10px;
	}

	.why-choose-style-one-thumb > img {
		max-width: 80%;
		margin: auto;
	}

    /* Choose Us Two */
	.choose-us-style-two-items {
		margin: 0;
		margin-left: 13px;
	}

	.why-choose-style-two-item {
		margin-bottom: 30px;
	}

	.why-choose-style-two-item:last-child {
		margin-bottom: 0;
	}

    /* Work Process */
	.work-process-style-one-item .icon {
		margin: auto auto 20px;
	}

	.choose-us-style-one-area .site-heading::after {
		display: none;
	}

	.work-process-style-one-item .item {
		padding: 30px;
		background: #324254;
		border-radius: 10px;
	}

	.work-process-style-one-items {
		margin-bottom: 30px;
	}

	.work-process-style-one-item .info h2 {
		font-size: 22px;
	}

	.work-process-style-one-info {
		padding: 50px 37px;
	}

    /* Services */
	.service-style-one-items .service-tab-control {
		padding: 0;
	}

	.service-tab-control .nav-item button.nav-link {
		border: 1px solid #d1ccea;
		border-radius: 10px;
		margin-bottom: 15px;
		padding: 30px;
		gap: 20px;
		text-align: left;
	}

	.service-tab-control .nav-item button.nav-link span {
		font-weight: 700;
		opacity: 0.4;
		display: block;
		font-size: 30px;
	}

	.service-tab-control .nav-item button.nav-link strong {
		font-size: 18px;
	}

	.service-tab-control .nav-item button.nav-link::after {
		bottom: auto;
		top: 20px;
		display: none;
	}

	.service-tab-info {
		padding: 50px 30px;
	}

	.service-tab-info .icon {
		margin-bottom: 20px;
	}

	.service-tab-info h2 {
		font-size: 22px;
	}

    /* Services Two */
	.service-style-two-item {
		grid-template-columns: 1fr;
		padding: 50px 30px;
		gap: 40px;
	}

	.service-style-two-item .thumb::after {
		height: auto;
		width: auto;
		display: none;
	}

    /* Service Details */
	.quick-contact-widget {
		padding: 50px 30px;
	}

	.single-widget.services-list-widget {
		padding: 50px 30px;
		padding-bottom: 40px;
	}

	.services-details-items .pricing-items .heading {
		margin-bottom: 0;
	}

	.services-details-items .pricing-items .heading .title {
		margin-bottom: 0;
	}

	.services-details-items .pricing-style-one {
		margin-top: 30px;
	}

    /* Work Process */
	.work-process-style-six-info {
		padding: 0;
	}

	.work-process-style-six-item {
		margin-bottom: 30px;
	}

	.work-process-style-six-right-item {
		padding: 0;
		margin-top: 20px;
	}

    /* Fun Factor One */
	.funfactor-style-one-item .item {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.funfactor-style-one-item:first-child .item {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}

    /* Portfolio */
	.portfolio-style-one-item {
		display: block;
	}

	.portfolio-style-one-items {
		margin: 0;
	}

	.portfolio-style-one-item .thumb img {
		height: auto;
	}

	.portfolio-style-one-item .info {
		padding: 50px 30px;
	}

    /* Portfolio Two */
	.portfolio-style-two-area> .shape {
		display: none;
	}

	.portfolio-style-two-tabs {
		border: 0;
		padding: 0;
		display: flex;
		gap: 10px;
		margin-top: 30px;
		justify-content: center;
	}

	.portfolio-style-two-tabs .nav-item .nav-link {
		border: 1px solid #cccccc;
		border-radius: 5px;
	}

	.portfolio-style-two-tabs::before, .portfolio-style-two-tabs::after {
		display: none;
	}

	.portfolio-style-two-items {
		margin: 0;
	}

	.portfolio-style-two-carousel {
		margin: 0;
	}

	.portfolio-style-two-carousel .swiper-slide {
		padding: 0;
	}

	.portfolio-style-two-item .info h2 {
		font-size: 24px;
	}

    /* Portfolio Three */
	.portfolio-style-three-items {
		margin: 0;
	}

	.portfolio-style-three-items .pf-item {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 50px;
	}

	.portfolio-style-three-items .pf-item:last-child {
		margin-bottom: 20px;
	}

	.left-heading .mix-item-menu {
		justify-content: center;
	}

	.portfolio-style-three-items .pf-item .info h3 {
		padding: 0;
		font-size: 24px;
	}

	.portfolio-style-three-items .pf-item .info span {
		margin-bottom: 7px;
	}

	.portfolio-style-three-items .pf-item .info h3::after {
		display: none;
	}

	.portfolio-style-three-area .mix-item-menu button {
		font-size: 14px;
		font-weight: 500;
		padding: 6px 20px;
	}

    /* Project Details */
	ul.project-info-list {
		display: block;
	}

	ul.project-info-list > li {
		border-bottom: 1px solid #dcddfd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	ul.project-info-list > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

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

	.project-paginvation-items {
		display: block;
		align-items: center;
		padding: 0;
		border: none;
	}

	.project-paginvation-items a {
		background: #e9ecff;
		display: block;
		text-align: center;
		padding: 25px;
		border-radius: 8px;
	}

	.project-paginvation-items > div {
		margin-top: 15px;
	}

	.project-paginvation-items .icon {
		display: none;
	}

	.project-paginvation-items > div:first-child {
		margin-top: 0;
	}

	ul.project-info-list {
		padding-top: 0;
		border: none;
	}

	.thumb-grid {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}

	.item-grid-colum .left-info h3 strong {
		font-size: 26px;
		padding-right: 40px;
	}

	.item-grid-colum .left-info h3 {
		font-size: 24px;
	}

	.item-grid-colum .left-info h3 strong::after {
		right: -5px;
	}

	.item-grid-container {
		grid-row-gap: 30px;
	}

	.item-grid-container img {
		margin-top: 30px;
	}

    /* Call to Action */
	.call-to-action-style-two-items h2 {
		font-size: 42px;
	}

	.call-toaction-style-two-area .shape {
		display: none;
	}


    /* Testimonial */
	.testimonnial-style-one-items {
		text-align: center;
		padding: 0;
		background: transparent;
	}

	.testimonnial-style-one-items .client-card {
		justify-content: center;
		flex-wrap: wrap;
	}

	.testimonial-style-one-item .content {
		display: block;
	}

	.testimonial-style-one-item {
		background: var(--bg-gray);
		padding: 50px 30px;
	}

	.testimonial-style-one-item .icon img {
		width: auto;
		margin-bottom: 20px;
		height: 60px;
		filter: brightness(0);
	}

	.testimonnial-style-one-items::after {
		display: none;
	}

	.testimonial-style-one-item .testimonial-provider .rating {
		display: none;
	}

	.testimonial-style-one-item .testimonial-provider {
		flex-direction: row-reverse;
		gap: 20px;
		text-align: left;
		justify-content: center;
	}

	.testimonial-style-one-item .testimonial-provider .info {
		display: block;
	}

	.testimonial-style-item-bottom {
		border-color: #d8d0fb;
	}

    /* Testimonoial Two */
	.testimonial-style-two-area {
		margin-top: 0;
	}

	.testimonial-style-two-item {
		padding: 0;
		grid-template-columns: 1fr;
		text-align: center;
		gap: 0;
	}

	.testimonial-style-two-item .testimonial-provider::after {
		display: none;
	}

	.testimonial-style-two-item .testimonial-provider {
		background: #edf0f9;
		padding: 30px;
	}

	.testimonial-style-two-info {
		padding: 30px;
		padding-bottom: 100px;
	}

	.testimonial-style-two-info .review {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-bottom: 20px;
	}

	.testimonial-style-two-info .info {
		justify-content: center;
		align-items: center;
	}

	.testimonial-style-two-info p {
		font-size: 17px;
	}

	.testimonial-style-two-carousel-navs {
		left: 50%;
		width: auto;
		transform: translateX(-50%);
		gap: 50px;
		bottom: 40px;
		border: none;
		padding: 0;
	}

    /* Testimonial Three */
	.left-heading {
		text-align: center;
		margin-bottom: 40px;
	}

	.testimonial-style-three-carousel-navs {
		justify-content: center;
		margin-top: 30px;
	}

	.testimonial-card-style-one {
		margin-bottom: 30px;
		height: auto;
	}

	.testimonial-style-three-item {
		padding: 50px 30px;
	}

    /* Team Single */
	.team-single-items .title {
		font-size: 36px;
	}

	.team-single-items .thumb img {
		margin-bottom: 30px;
	}

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

	.contact-form-card {
		padding: 50px 30px;
	}

	.team-single-area .right-info .social .share-link {
		display: none;
	}

    /* Blog */
	.blog-one-swiper-nav {
		margin-bottom: 30px;
	}

	.blog-style-one-item .info h3 {
		font-size: 24px;
		line-height: 1.3;
	}

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

	.blog-style-two-item {
		background-image: none !important;
		border: 1px solid #dddddd;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.blog-style-two-item .thumb img {
		height: auto;
	}

	.blog-style-two-item .info h2 {
		font-size: 24px;
	}

    /* Blog Three */
	.blog-style-three-item {
		margin-top: 30px;
	}

	.col-lg-6:first-child .blog-style-three-item {
		margin-top: 0;
	}

    /* Contact */
	.contact-form-style-one {
		padding: 30px;
	}

	.contact-form-style-one img {
		display: none;
	}

	.contact-style-one-info .contact-info-items {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.google-maps iframe {
		height: 300px;
	}

    /* Footer */

	.footer-style-one-items {
		flex-direction: column;
		gap: 50px;
		margin-top: 50px;
	}

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

	ul.footer-item-social.text-end {
		justify-content: center;
		margin-top: 20px;
	}

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

/* ============================================================== 
    # Preloader
=================================================================== */
#validthemes-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-dark #validthemes-loader {
  background: var(--dark-secondary);
}

.loader-roller {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}

.loader-roller div {
  animation: loader-roller 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.loader-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
  margin: -5px 0 0 -5px;
}

.color-style-two .loader-roller div:after {
  background: var(--color-style-two);
}

.color-style-four .loader-roller div:after {
  background: var(--color-style-four);
}

.color-style-five .loader-roller div:after {
  background: var(--color-style-five);
}

.color-style-six .loader-roller div:after {
  background: var(--color-style-six);
}

.color-style-seven .loader-roller div:after {
  background: var(--color-style-seven);
}

.color-style-eight .loader-roller div:after {
  background: var(--color-style-eight);
}

.color-style-nine .loader-roller div:after {
  background: var(--color-style-nine);
}

.color-style-ten .loader-roller div:after {
  background: var(--color-style-ten);
}

.loader-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.loader-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.loader-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.loader-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.loader-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.loader-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.loader-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.loader-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.loader-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.loader-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.loader-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.loader-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.loader-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.loader-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.loader-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.loader-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes loader-roller {
  0% {
    transform: rotate(0deg);
  }

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