/*
  Theme Name: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  Support: themeadapt@gmail.com
  Description: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Banner
05. Breadcrumb
06. Video
07. Vioces
08. About
09. Services
10. Counter
11. Features
12. Writing
13. Speech
14. Use-Cases
15. Roadmap
16. Language
17. Pricing
18. Team
19. Tools
20. Compare
21. Work
22. Testimonial
23. Faq
24. Help
25. CTA
26. Brand
27. Blog
28. Contact
29. Error
30. Login
31. Footer
32. Preloader
============================
*/



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
	--tg-body-font-family: "Space Grotesk", sans-serif;

	/* --tg-body-font-family: 'Outfit', sans-serif; */
	--tg-heading-font-family: "Space Grotesk", sans-serif;
	/* --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif; */
	--tg-playfair-font-family: "Space Grotesk", sans-serif;

	/* --tg-playfair-font-family:'Plus Jakarta Sans', sans-serif; */
	--tg-primary-color: #16a3ce;
	--tg-secondary-color: #00CBFF;
	/* --tg-gradient-color:  */
	--tg-gradient-color: linear-gradient(135deg, #1D91C7, #36C2D9);
	/* background: linear-gradient(135deg, #1D91C7, #36C2D9 ); */
	/* --tg-gradient-color: linear-gradient(89.78deg, #C8BDFF -31.69%, #BAA6FF -22.78%, #6721FF 27.93%, #00CBFF 99.79%); */
	--tg-gradient-color-two: linear-gradient(135deg, #1D91C7, #36C2D9);
	--tg-gradient-color-three: linear-gradient(89.09deg, #FAEC60 -4.93%, #E5A34B 8.69%, #EE6E4D 20.84%, #F44380 37.75%,
			#BE3DB3 52.82%, #7746E6 73.27%, #5A71F1 89.06%, #439EFF 101.36%);
	;
	--tg-body-font-color: #FFFFFF;
	--tg-heading-font-color: #FFFFFF;
	--tg-paragraph-color: #FFFFFF;
	--tg-body-font-size: 16px;
	--tg-body-font-weight: 400;
	--tg-heading-font-weight: 700;
	--tg-body-line-height: 1.75;
	--tg-heading-line-height: 1.2;
	--tg-blue: #270A5F;
	--tg-cetacean-blue: #12032F;
	--tg-indigo: #6610f2;
	--tg-purple: #6f42c1;
	--tg-pink: #d63384;
	--tg-red: #dc3545;
	--tg-orange: #fd7e14;
	--tg-yellow: #FDCF6D;
	--tg-green: #198754;
	--tg-teal: #20c997;
	--tg-cyan: #00C39A;
	--tg-white: #ffffff;
	--tg-black: #0D0126;
	--tg-black-two: #160042;
	--tg-black-three: black;
	--tg-black-four: #222325;
	--tg-gray: #F1F3FA;
	--tg-gray-two: #474C56;
	--tg-gray-three: #ABABAB;
	--tg-gray-four: #F0F0F0;
	--facebook: #3b5998;
	--twitter: #00acee;
	--linkedin: #1976d2;
	--pinterest: #3b5998;
	--youtube: #c4302b;
	--skype: #00aff0;
}

body {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	/* font-family: var(--tg-body-font-family); */
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
	background: white;
}

blockquote {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-left: 5px solid #0f80a0;
	margin: 20px 0;
}


.author {
	font-size: 1.1em;
	font-style: italic;
	/* text-align: right; */
	margin-top: 30px;
}


#about-dalnex {
	/* background: linear-gradient(to right, #43cea2, #185a9d); */
	/* color: white; */
	/* padding: 50px 20px; */
}

blockquote p {
	margin: 0;
}

@media only screen and (min-width: 276px) and (max-width: 767px) {
	blockquote {
		font-size: 14px;
	}

	.author {
		font-size: 18px;
	}
}

main.main-content {
	position: relative;
	z-index: 1;
	background-color: #132232;
	/* background-color: var(--tg-black-two); */
}

.noise-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	mix-blend-mode: soft-light;
	opacity: 0.7;
}

.main-shape {
	left: 0;
	top: 0;
	position: fixed;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-content-two {
	background: var(--tg-black-three);
}

img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #36C2D9;
	text-decoration: none;
}

a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.list-wrap li {
	list-style: none
}

p {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	/* font-size: var(--tg-body-font-size); */
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	/* color: var(--tg-paragraph-color); */
	margin-bottom: 15px;
	text-align: justify;
}


@media only screen and (min-width: 276px) and (max-width: 767px) {
	p {
		font-size: 14px;
	}

	h4 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
	}

	.list-wrap li {
		font-size: 14px;
	}

	h3 {
		font-size: 20px;
	}
}

hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}

::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}

::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}

*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}

*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

/*=============================
	1. Button style
===============================*/
.btn {
	user-select: none;
	-moz-user-select: none;
	/* background: #1d446d; */
	/* background: linear-gradient(135deg, #0f80a0, #1cbed9); */
	/* background: linear-gradient(135deg, #1D91C7, #36C2D9); */
	background: black;
	;
	border: medium none;
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn:hover {
	background: #36C2D9;
}

.btn::before {
	content: "";
	position: absolute;

	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #36C2D9;
	transition: all 0.3s ease 0s;
	/* -webkit-transform: translateX(-50%); */
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.btn:hover::before {
	/* top: -40%; */
}




.readmore-btn {

	user-select: none;
	-moz-user-select: none;
	/* background: #1d446d; */
	/* background: linear-gradient(135deg, #0f80a0, #1cbed9); */
	background: #132232;
	border: medium none;
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 1s ease 2s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px;
	align-items: center;
}

.readmore-btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #36C2D9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.readmore-btn:hover::before {
	top: -40%;
}

.gradient-btn::after,
.btn::after {
	content: "\f061";
	margin-left: 20px;
	/* transform: rotate(-45deg); */
	transition: all 0.3s ease 0s;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
}

.btn:hover::after,
.gradient-btn:hover::after {
	transform: rotate(0);
}

.gradient-btn:hover,
.btn:hover {
	color: #ffffff;
	background: #36C2D9;
}

.gradient-btn.btn-two::after,
.btn.btn-two::after {
	display: none;
}

.btn.btn-three {
	box-shadow: 3px 3px 0px var(--tg-black-two);
}

.btn.btn-three:hover {
	box-shadow: none;
}

.btn.btn-three::before {
	display: none;
}

.gradient-btn {
	user-select: none;
	-moz-user-select: none;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);

	/* background-image: var(--tg-gradient-color); */
	border: medium none;
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	padding: 19px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.gradient-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);

	/* background: linear-gradient(267deg, #6721FF 27.93%, #00CBFF 99.79%, #C8BDFF -31.69%, #BAA6FF -22.78%); */
	border-radius: 30px;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: -1;
}

.gradient-btn:hover::before {
	opacity: 1;
}

.gradient-btn.gradient-btn-two::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 2px;
	top: 2px;
	border-radius: 30px;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);

	opacity: 1;
	width: auto;
	height: auto;
	transition: all 0.5s ease 0s;
}

.gradient-btn.gradient-btn-two:hover::before {
	opacity: 0;
}

.gradient-btn.gradient-btn-three {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	box-shadow: 3px 3px 0px var(--tg-black-two);
}

.gradient-btn.gradient-btn-three:hover {
	box-shadow: none;
}

.gradient-btn.gradient-btn-three::before {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
}

.gradient-btn.gradient-btn-four {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	border-radius: 5px;
	color: var(--tg-black-three);
}

.gradient-btn.gradient-btn-four::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index: -1;
	border-radius: 5px;
}

.gradient-btn.gradient-btn-four:hover::before {
	opacity: 1;
}

.breadcrumb>.active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	bottom: -10%;
	right: 30px;
	font-size: var(--tg-body-font-size);
	border-radius: 6px;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	transition: 1s ease;
	border: none;
}

.scroll-top.open {
	bottom: 30px;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background: var(--tg-secondary-color);
}

/* General Styles */


/* Hero Section Styles */
.hori-title {
	position: sticky;
	top: 0;
	margin-bottom: 50px;
	margin-top: 5%;
	z-index: 1000;


}

#industries-img {
	width: 330px;
	/* height: 389px; */
	object-fit: contain;
}

.scrolling-cards-section {
	background: white;
	padding-top: 50px;
}

#horizontal-scoll {
	padding: 0px 0px;
}

.horizontal-scoll-wrapper {
	overflow: hidden;
	height: auto;
	padding-top: 50px;

}

.horizontal {
	display: flex;
	height: auto;
}

.horizontal>div {
	display: flex;
	flex-shrink: 0;
	padding: 0 5px;
}

.horizontal>div:first-child {
	padding: 0 5px 0 15px;
}

.horizontal>div:last-child {
	padding: 0 15px 0 5px;
}




.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	color: white;
	text-align: left;
	/* padding: 20px; */
}

/* Ensure the video covers the entire screen */
.hero-section {
	position: relative;
	width: 100%;
	height: 85vh;
	overflow: hidden;
}

/* Make the video cover the entire section */
#heroVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.video-container {
    position: relative;
    width: 100%; /* Adjust as needed */
    padding-top: 56.25%; /* This ratio is for 16:9 aspect ratio; adjust as needed */
    overflow: hidden;
}

#architecture-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Adjustments for mobile screens */
@media (max-width: 767px) {
	#heroVideo {
		min-width: 100%;
		min-height: auto;
		width: 100%;
		height: auto;
	}

	.hero-section {
		height: 26vh;
	}
}


/* #heroVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover; 
	transform: translate(-50%, -50%);
	z-index: -1; 
} */

/* .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
} */

.overlay {
	position: absolute;
	top: 35%;
	left: 0;
	width: 45%;
	height: 35%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: 100%;
	text-align: center;
}

.hero h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

.video-button {
	background: none;
	border: none;
	cursor: pointer;
}

.video-icon {
	width: 50px;
	height: 50px;
}

/* Video Popup Styles */
.video-popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
}

.video-popup-content {
	position: relative;
	width: 80%;
	max-width: 800px;
}

.video-popup-content iframe {
	width: 100%;
	height: 450px;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 20px;
	color: white;
	font-size: 2rem;
	cursor: pointer;
}

.bottom-icons {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;

	width: 100%;
	z-index: 1;
}

.icon-item {
	margin-right: 15px;
	text-align: center;
	color: #ffffff;
}

.icon-item i {
	width: 90px;


	margin: 0 auto 10px;
}

.icon-item p {
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	text-align: center;

}

#phone-show {
	display: none;
	/* margin-top: 50px; */
}

#desk-show {
	display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
	#phone-show {
		display: block;
	}

	#desk-show {
		display: none;
	}

	.hero h1 {
		font-size: 22px;
		margin-bottom: -30px;
	}

	.hori-title {
		margin-top: 10%;
	}

	.video-icon {
		width: 40px;
		height: 40px;
	}

	.icon-item img {
		width: 40px;
		height: 40px;
	}

	.video-popup-content iframe {
		height: 315px;
	}

	#industries-img {
		width: 330px;
		/* height: 389px; */
		object-fit: contain;
	}

}
@media (max-width: 480px) {
	#desk-show {
		display: none;
	}
}




/*=============================
	02. Header
===============================*/
#special-width {
	width: 300px;
}

#special-width-2 {
	width: 308px;
}
#special-width-3 {
	width: 308px;
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#phone-hide {
	display: block;
}

@media (max-width: 768px) {
	.grid-container {
		grid-template-columns: 1fr;
		gap: 0;
	}

	#special-width {
		width: auto;
	}

	#special-width-2 {
		width: auto;
	}
	#special-width-3 {
		width: 371px;
	}
	#phone-hide {
		display: none;
	}
}

.sub-col li {
	margin-bottom: 10px;
}

#li-width {
	width: 260px;
}

.icon-box {
	margin-top: 20px;
	background: #00aff0;
	padding: 2px;
	border-radius: 5px;
	width: 40px;
	/* Icon width */
	height: 40px;
	/* Icon height */
	margin-right: 10px;
	/* Space between icon and text */

}

.header-p {
	margin-top: 10px;
	text-transform: capitalize;
	padding-left: 2rem;
	margin-bottom: 5px;
	font-weight: bold;
}

.navigation .sub-line {

	display: inline-block;
	margin-left: 55px;
	vertical-align: middle;
	margin-top: -36px;
	font-size: 13px;
}

.navigation a {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	#li-width {
		width: auto;
	}
}

.custom-container {
	max-width: 1630px;
}

.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}

.menu-area.transparent-header {
	background: white;
	padding: 15px 0;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 auto;
}

.navbar-wrap ul li {
	list-style: none;
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #04047d;
	padding: 40px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	letter-spacing: 0.005em;
}

.navbar-wrap>ul>li.menu-item-has-children>a::after {
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	line-height: 1;
	margin-left: 5px;
	visibility: hidden;
}


@media (max-width: 768px) {
	.navbar-wrap>ul>li.menu-item-has-children>a::after {
		visibility: visible;
	}
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: black;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}

.header-action>ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.header-action>ul li {
	position: relative;
	margin-left: 40px;
}

.header-action ul li:first-child {
	margin-left: 0;
}

.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}

.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 16px;
	padding: 17px 26px;
}

.header-action .header-lang .dropdown>button {
	border: none;
	background: transparent;
	padding: 0;
	color: var(--tg-white);
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.header-action .header-lang img {
	max-width: 19px;
	margin-right: 5px;
	border-radius: 1px;
}

.header-lang .dropdown-menu {
	font-size: 14px;
	background: var(--tg-black-two);
	border: 1px solid rgb(255 255 255 / 15%);
	margin-top: 10px !important;
}

.header-action .header-lang .dropdown-toggle::after {
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	border: none !important;
	margin-left: 5px;
}

.header-action .header-lang .dropdown-item {
	align-items: center;
	display: flex;
	color: var(--tg-white);
	text-transform: uppercase;
}

.header-action .header-lang .dropdown-item:hover {
	background: var(--tg-primary-color);
}

.navbar-wrap ul li .sub-menu {
	position: absolute;
	width: 620px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	/* border: 1px solid rgba(255 255 255 / 15%); */
	background: linear-gradient(135deg, #132232, #1d446d);
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #ffff), var(--tw-ring-shadow, 0 0 #ffff), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #ffff), var(--tw-ring-shadow, 0 0 #ffff), var(--tw-shadow);
	border-radius: 1rem;
	/* padding: 10px ; */
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}

.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}

.navbar-wrap ul li .sub-menu li {
	width: 280px;
}

.navbar-wrap ul li .sub-menu li a {


	/* padding: 15px; */
	padding: 5px 15px 5px 15px;
	/* line-height: 1.4; */
	font-weight: 500;
	color: var(--tg-white);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu li.active a,
.navbar-wrap ul li .sub-menu li a:hover {
	background: var(--tg-primary-color);
	border-radius: 10px;
}

.navbar-wrap ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #132232;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
	box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
	border-radius: 0;
}

.sticky-menu.menu-area {
	padding: 0;
}

.sticky-menu.menu-area.menu-area-two {
	margin-top: 0;
	border-radius: 0;
}

#header-fixed-height.active-height {
	display: block;
	height: 105px;
}


/* megaMenu */
.tg-mega-menu-has-children {
	position: static !important;
}

.tg-mega-menu-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 1250px;
	box-shadow: -1px 23px 55px rgba(33, 33, 33, 0.1);
	border-radius: 20px;
	padding: 50px 40px 20px;
	background: var(--tg-white);
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}

.tg-mega-menu-has-children:hover .tg-mega-menu-wrap {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.mega-menu-item {
	margin-bottom: 30px;
}

.mega-menu-item a {
	padding: 0 !important;
}

.mega-menu-thumb {
	overflow: hidden;
	margin-bottom: 30px;
}

.mega-menu-thumb img {
	transition: .3s linear;
	filter: drop-shadow(1px -2px 13px rgba(0, 0, 0, 0.15));
}

.mega-menu-thumb:hover img {
	transform: scale(1.1);
}

.mega-menu-content .title {
	margin-bottom: 0;
	text-align: center;
	color: var(--tg-black-two);
	letter-spacing: 0.02em;
	font-weight: 600;
	font-size: 18px;
	font-family: var(--tg-body-font-family);
}

.mega-menu-content .title a {
	color: var(--tg-black-two);
	letter-spacing: 0.02em;
	font-weight: 600;
	font-size: 18px;
	font-family: var(--tg-body-font-family);
}

.tg-mega-menu-wrap.black-bg .mega-menu-item.active .mega-menu-content .title a,
.mega-menu-item.active .mega-menu-content .title a,
.mega-menu-content .title a:hover {
	color: var(--tg-primary-color);
}

.tg-mega-menu-wrap.black-bg {
	background: var(--tg-black-two);
	box-shadow: -1px 23px 55px rgba(40 34 34 / 47%);
	border: 1px solid rgba(255 255 255 / 15%);
}

.tg-mega-menu-wrap.black-bg .mega-menu-content .title,
.tg-mega-menu-wrap.black-bg .mega-menu-content .title a {
	color: var(--tg-white);
}

.tg-mega-menu-wrap.black-bg .mega-menu-content .title a:hover {
	color: var(--tg-primary-color);
}

.tg-mega-menu-wrap.black-bg-two {
	background: var(--tg-black-three);
}

.tg-mega-menu-wrap.black-bg-two .mega-menu-item.active .mega-menu-content .title a,
.tg-mega-menu-wrap.black-bg-two .mega-menu-content .title a:hover {
	color: var(--tg-cyan);
}


/* header-two */
.header-top {
	background: var(--tg-gradient-color-three);
	padding: 8px 0 28px;
}

.header-top-content p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-white);
}

.header-top-content p a {
	display: inline-flex;
	align-items: center;
	color: var(--tg-white);
	margin-left: 5px;
}

.header-top-content p a i {
	margin-left: 5px;
}

.header-top-content p a:hover {
	color: var(--tg-secondary-color);
}

.menu-area-two .navbar-wrap ul {
	display: inline-flex;
	background: var(--tg-gray);
	border: 1px solid var(--tg-gray);
	border-radius: 40px;
	padding: 0 57px;
}

.menu-area-two .navbar-wrap ul li a {
	color: var(--tg-black-two);
	padding: 15px 27px;
}

.menu-area-two .header-action .header-lang img {
	width: 24px;
	max-width: 24px;
	border-radius: 50%;
}

.menu-area-two .header-action .header-lang .dropdown>button {
	color: var(--tg-black-two);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.menu-area-two .header-action .header-btn .btn {
	background: var(--tg-black-two);
}

.menu-area-two .header-action .header-btn .btn::before {
	background: var(--tg-primary-color);
}

.menu-area.menu-area-two {
	padding: 27px 0;
	border-bottom: 1px solid var(--tg-gray);
	border-radius: 25px 25px 0 0;
	background: var(--tg-white);
	margin-top: -22px;
	z-index: 2;
	position: relative;
}

/* header-three */
.menu-area-three .header-action .header-lang img {
	max-width: 25px;
	border-radius: 50%;
}

.menu-area-three .navbar-wrap>ul>li.active>a,
.menu-area-three .navbar-wrap>ul>li:hover>a {
	color: var(--tg-cyan);
}

.menu-area-three .header-lang .dropdown-menu {
	background: var(--tg-black-four);
}

.menu-area-three .header-action .header-lang .dropdown-item:hover {
	background: var(--tg-cyan);
}

.menu-area.menu-area-three.transparent-header {
	padding: 0;
}

.menu-area.menu-area-three.sticky-menu {
	background: var(--tg-black-three);
}

.scroll-top.scroll-top-two {
	background: var(--tg-cyan);
}

.scroll-top.scroll-top-two:hover {
	background: var(--tg-black-four);
}

.menu-area-three .navbar-wrap ul li .sub-menu {
	background: var(--tg-black-three);
}

.menu-area-three .navbar-wrap ul li .sub-menu li.active a,
.menu-area-three .navbar-wrap ul li .sub-menu li a:hover {
	background: var(--tg-cyan);
}


/*=============================
	03. Mobile Menu
===============================*/


.logo img {
	width: 120px;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	max-width: 150px;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 400px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #132232;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: var(--tg-white);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}

.mobile-menu .navigation li {
	position: relative !important;
	display: block;
	border-top: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 60px 10px 25px;
	font-size: 16px;
	font-weight: 600;
	color: var(--tg-heading-font-color);
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	letter-spacing: 0.005em;
}

.mobile-menu .navigation li>.nav-sub-a {
	line-height: 10px;



}


.mobile-menu .navigation #nav-sub-li-2 {
	width: 335px;
}

.mobile-menu .navigation li ul li>a {
	font-size: 13px;
	text-align: left;
	margin-left: 10px;

	text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links ul {
	display: flex;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-primary-color);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 27px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: -1px;
	padding: 5px 10px;
	border: 2px solid var(--tg-primary-color);
}

.mobile-menu .tg-mega-menu-wrap.black-bg,
.mobile-menu .tg-mega-menu-wrap {
	display: none;
	width: auto;
	padding: 25px 25px 0;
	background: transparent;
	position: relative;
	opacity: 1 !important;
	visibility: visible;
	transition: 0s;
	box-shadow: none;
	border: none;
	transform: scale(1);
	transform-origin: unset;
}

.mobile-menu .tg-mega-menu-wrap .row .col {
	position: relative;
	width: 100%;
}

.mobile-menu .tg-mega-menu-wrap.black-bg .mega-menu-content .title a {
	color: var(--tg-white);
}

.mobile-menu .tg-mega-menu-wrap.black-bg .mega-menu-content .title {
	color: var(--tg-white);
}

/* mobile-menu-two */
.menu-area-two .mobile-menu .menu-box {
	background: var(--tg-white);
}

.menu-area-two .mobile-menu .close-btn {
	color: var(--tg-primary-color);
}

.menu-area-two .mobile-menu .navigation li>a {
	color: var(--tg-black-two);
}

.menu-area-two .mobile-menu .navigation li {
	border-top: 1px solid rgba(0 0 0 / 10%);
}

.menu-area-two .mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.menu-area-two .mobile-menu .social-links li a {
	border: 1px solid rgba(0 0 0 / 10%);
	color: var(--tg-black-two);
}

.menu-area-two .mobile-menu .social-links li a:hover {
	color: var(--tg-white);
}

/* mobile-menu-three */
.menu-area-three .mobile-menu .menu-box {
	background: var(--tg-black-four);
}

.menu-area-three .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	color: var(--tg-black-three);
	background: var(--tg-cyan);
}

.menu-area-three .mobile-menu .social-links li a:hover {
	border-color: var(--tg-cyan);
	background: var(--tg-cyan);
	color: var(--tg-black-three);
}


/*=============================
	04. Banner
===============================*/
.banner-area {
	padding: 205px 0 150px;
	position: relative;
	/* height: 100vh; */
}

.banner-content {
	text-align: center;
}

.banner-content .title {
	font-size: 40px;
	letter-spacing: -0.01em;
	/* width: 90%; */
	margin: 0 auto 30px;
}

.banner-content .title.d-none span,
.banner-content .ah-headline .ah-words-wrapper .is-visible {
	background: var(--tg-gradient-color);
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	-webkit-background-clip: text;
	background-clip: text;
}

.banner-content .ah-headline.clip .ah-words-wrapper::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	width: 2px;
	height: 75%;
	background: var(--tg-white);
	bottom: 0;
	margin: auto 0;
}

.banner-content .ah-headline span {
	display: unset;
	padding: unset;
}

.banner-content p {
	font-size: 18px;
	width: 65%;
	/* margin: 0 auto 40px; */
	text-align: center;
}

.banner-content .banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 30px;
}

/* banner-two */
.banner-area-two {
	padding: 100px 0;
	position: relative;
	background: var(--tg-white);
	z-index: 1;
	overflow: hidden;
}

.banner-content-two {
	text-align: center;
}

.banner-content-two .title {
	margin-bottom: 35px;
	font-size: 75px;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
}

.banner-content-two .title span {
	font-family: var(--tg-playfair-font-family);
	font-style: italic;
	font-weight: 600;
}

.banner-content-two .title strong {
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.banner-content-two .title strong svg {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 14px;
	z-index: -1;
	animation: title-animation 4s infinite;
}

@keyframes title-animation {
	0% {
		width: 0;
	}

	15% {
		width: 100%;
	}

	85% {
		opacity: 1;
	}

	90% {
		width: 100%;
		opacity: 0;
	}

	to {
		width: 0;
		opacity: 0;
	}
}

.banner-content-two p {
	color: var(--tg-gray-two);
	font-size: 18px;
	width: 75%;
	margin: 0 auto 50px;
}

.banner-btn-two {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
}

.banner-shape-wrap img {
	position: absolute;
	z-index: -1;
}

.banner-shape-wrap img:nth-child(1) {
	top: 45%;
	left: 0;
}

.banner-shape-wrap img:nth-child(2) {
	right: 0;
	top: 40%;
}

@keyframes alltuchtopdown {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}

	50% {
		-webkit-transform: rotateX(0deg) translateY(-20px);
		-moz-transform: rotateX(0deg) translateY(-20px);
		-ms-transform: rotateX(0deg) translateY(-20px);
		-o-transform: rotateX(0deg) translateY(-20px);
		transform: rotateX(0deg) translateY(-20px);
	}

	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

@-webkit-keyframes alltuchtopdown {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}

	50% {
		-webkit-transform: rotateX(0deg) translateY(-20px);
		-moz-transform: rotateX(0deg) translateY(-20px);
		-ms-transform: rotateX(0deg) translateY(-20px);
		-o-transform: rotateX(0deg) translateY(-20px);
		transform: rotateX(0deg) translateY(-20px);
	}

	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-moz-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		-o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

.alltuchtopdown {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

/* banner-three */
.banner-area-three {
	background: var(--tg-black-three);
	position: relative;
	padding: 200px 0 110px;
	z-index: 1;
}

.banner-area-three .banner-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.3;
	z-index: -1;
}

.banner-content-three .title {
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 74px;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.banner-content-three .title span {
	font-family: var(--tg-playfair-font-family);
	font-style: italic;
	font-weight: 500;
}

.banner-content-three p {
	color: var(--tg-gray-three);
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
}

.content-section {
	display: none;
}

.content-section.active {
	display: block;
}

.value-content {
	margin-top: 2px;
}

/* styles.css */
.feature-container {
	text-align: center;
	margin-top: 60px;
}

.feature-item {
	border: #36C2D9 1px solid;
	padding: 15px;
	border-radius: 30px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

/* Ensure mobile-friendliness */
@media (max-width: 768px) {
	.feature-item {
		display: block;
		margin: 10px auto;
	}
}

@media (max-width: 768px) {
	.list-group-item {
		cursor: pointer;
		font-size: 18px;
	}

	.value-content {
		margin-top: 40px;
	}
}

/*=============================
	05. Breadcrumb
===============================*/
.breadcrumb-area {
	padding: 205px 0 100px;
}

* .breadcrumb-content {
	text-align: center;
}

.breadcrumb-content .title {
	font-size: 50px;
	margin-bottom: 0;
	font-size: 70px;
	line-height: 1;
	letter-spacing: -0.01em;
}

.breadcrumb-content .title span {
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-area {
	position: relative;
	width: 100%;
	height: 70vh;
	top: 120px;
	overflow: hidden;
}

.hero-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black overlay */
	z-index: 2;
}

#hero-content {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	color: white;
}

#hero-content h2 {
	position: relative;
	top: 160px;
}

@media (max-width: 768px) {
	#hero-content h2 {
		position: relative;
		top: 100px;
	}
}



.breadcrumb-about {
	background-color: #000000;
	position: relative;
	width: 100%;
	/* max-width: 1480px; */
	/* Maximum width to keep the image within bounds */
	height: 70vh;
	top: 120px;
	object-fit: contain;
	margin: 0 auto;
	/* Center the image */
	display: block;
	/* Ensure the element is treated as a block-level element */
}


@media (max-width: 768px) {
	.hero-area{
		top: 105px;
		height: 45vh;
	}
	.breadcrumb-about {
		height: 30vh;
		/* Adjust height for mobile devices */
	}
}


/*=============================
	06. Video
===============================*/
.video-area {
	position: relative;
}

.video-wrap {
	padding: 0 25px;
	position: relative;
	z-index: 1;
}

.video-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	width: 60%;
	height: 116px;
	background: #000000;
	filter: blur(90.5px);
	z-index: -1;
}

.video-wrap .live-video {
	width: 100%;
	height: 720px;
	object-fit: cover;
	border-radius: 30px;
}

.video-shape svg {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	right: 0;
	z-index: -1;
}

/*=============================
	07. Vioces
===============================*/
.vioces-area {
	background: var(--tg-black-three);
	position: relative;
	z-index: 1;
}

.vioces-shape {
	position: absolute;
	left: 2%;
	top: 8%;
	z-index: -1;
}

.vioces-tab-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}

.vioces-tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: var(--tg-black-four);
	border: none;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-gray-three);
	padding: 11px 30px;
	transition: .3s ease-in-out;
}

.vioces-tab-wrap .nav-tabs .nav-link svg {
	width: 20px;
	color: var(--tg-gray-four);
	flex: 0 0 auto;
	margin-right: 10px;
	min-height: 21px;
	transition: .3s ease-in-out;
}

.vioces-tab-wrap .nav-tabs .nav-link.active {
	color: var(--tg-white);
}

.vioces-tab-wrap .nav-tabs .nav-link.active svg {
	color: var(--tg-cyan);
}

.vioces-item {
	margin-bottom: 10px;
}

.vioces-thumb {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.vioces-thumb img {
	transform: scale(1);
	transition: .3s linear;
}

.vioces-item:hover .vioces-thumb img {
	transform: scale(1.1);
}

.vioces-content {
	text-align: center;
	background: var(--tg-black-four);
	padding: 65px 70px 50px;
	border-radius: 0 0 20px 20px;
	position: relative;
}

.vioces-content .play-btn {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -35px;
	background: var(--tg-black-three);
	border-radius: 50%;
	font-size: 18px;
	color: var(--tg-gray-four);
	transition: .3s linear;
}

.vioces-content .play-btn:hover {
	background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
	color: var(--tg-black-three);
}

.vioces-content .title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--tg-gray-four);
}

.vioces-content .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 20px;
}

.vioces-content .list-wrap li {
	position: relative;
}

.vioces-content .list-wrap li::before {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: var(--tg-gray-three);
	border-radius: 1px;
}

.vioces-content .list-wrap li:nth-child(3)::before {
	display: none;
}

.vioces-content .list-wrap li:last-child::before {
	display: none;
}

.vioces-content .list-wrap li a {
	color: var(--tg-gray-three);
	line-height: 1.2;
	display: block;
}

.vioces-content .list-wrap li a:hover {
	color: var(--tg-cyan);
}

.vioces-tab-wrap .tab-content .row {
	margin: 0 -5px;
}

.vioces-tab-wrap .tab-content .row [class*="col-"] {
	padding: 0 5px;
}

.more-vioces-item {
	border: 1px solid #393A3D;
	border-radius: 20px;
	padding: 60px 60px;
	text-align: center;
	margin-bottom: 10px;
	min-height: 505px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.more-vioces-thumb {
	margin-bottom: 40px;
}

.more-vioces-thumb .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-vioces-thumb .list-wrap li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--tg-gray-four);
}

.more-vioces-thumb .list-wrap li {
	transition: .3s ease-in-out;
}

.more-vioces-thumb .list-wrap li:nth-child(1) {
	z-index: 5;
}

.more-vioces-thumb .list-wrap li:nth-child(2) {
	margin-left: -21px;
	z-index: 4;
}

.more-vioces-thumb .list-wrap li:nth-child(3) {
	margin-left: -21px;
	z-index: 3;
}

.more-vioces-thumb .list-wrap li:nth-child(4) {
	margin-left: -21px;
	z-index: 2;
}

.more-vioces-thumb .list-wrap li:nth-child(5) {
	margin-left: -21px;
}

.more-vioces-thumb .list-wrap li:hover {
	z-index: 5;
}

.more-vioces-content p {
	font-size: 18px;
	margin-bottom: 40px;
	color: var(--tg-gray-three);
	line-height: 1.5;
}

/*=============================
	08. About
===============================*/
.about-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--tg-white);
}

.about-content p {
	margin-bottom: 0;
	font-size: 18px;
	width: 100%;
	text-align: justify;
	color: var(--tg-gray-two);
	
}

.about-content .section-title-two .title span strong svg {
	bottom: 5px;
}

.about-img {
	position: relative;
	margin-left: 32px;
	
}

.about-img img {
	max-height: 400px;
	object-fit: cover;
	width: 450px;
	border-radius: 20px;

}

.about-img .play-btn {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-white);
	color: var(--tg-black);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}

.about-img .play-btn:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.about-wrap .nav-tabs {
	border-bottom: 5px solid var(--tg-gray);
	justify-content: space-between;
	gap: 30px;
	margin-top: 70px;
}

.about-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	padding: 5px 56px 29px 56px;
	font-weight: 500;
	font-size: 20px;
	color: var(--tg-black-two);
	position: relative;
}

.about-wrap .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	border-radius: 5px;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
	background: var(--tg-black-two);
	opacity: 0;
	transition: .3s linear;
}

.about-wrap .nav-tabs .nav-link.active::before {
	opacity: 1;
}

.about-wrap .nav-tabs .nav-link .icon {
	width: 40px;
	min-height: 40px;
	flex: 0 0 auto;
	margin-right: 30px;
}

.about-shape {
	position: absolute;
	right: 0;
	top: 5%;
	z-index: -1;
}

/* about-two */
.about-area-two {
	background: var(--tg-black-three);
	z-index: 1;
}

.about-content-wrap {
	position: relative;
	padding-left: 105px;
}

.about-content-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	height: 100%;
	/* background: linear-gradient(184.96deg, #00C39A 42.63%, #FDCF6D 95.14%); */
}

.about-content-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	background: linear-gradient(135deg, #132232, #1d446d);
	height: 25px;
	/* background: linear-gradient(184.96deg, #00C39A 42.63%, #00C39A 95.14%); */
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.about-content-two p {
	margin-bottom: 45px;
	color: var(--tg-gray-three);
}

.about-content-two .list-wrap li {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	color: var(--tg-gray-four);
	margin-bottom: 15px;
}

.about-content-two .list-wrap li:last-child {
	margin-bottom: 0;
}

.about-content-two .list-wrap li i {
	color: var(--tg-gray-four);
	opacity: 0.6;
	font-size: 20px;
	margin-right: 18px;
}

.about-img-two {
	text-align: right;
	margin-top: -40px;
}

/* inner-about */
.inner-about-img {
	margin-bottom: 55px;
}

.inner-about-img img {
	border-radius: 30px;
	border: 4px solid rgb(217 217 217 / 20%);
	mix-blend-mode: luminosity;
}

.inner-about-content .title {
	font-size: 50px;
	margin-bottom: 40px;
}

.inner-about-content .content-bottom {
	/* display: flex; */
	align-items: flex-start;
	gap: 30px;
}

.inner-about-content .content-bottom p {
	width: 59%;
	font-size: 16px;
	margin-bottom: 0;
	text-align: justify;
}
@media (max-width: 768px) {
	.inner-about-content .content-bottom p {
		width: auto;
	}	
}

.inner-about-content .content-bottom .list-wrap {
	flex-grow: 1;
	margin-left: 60px;
}

.inner-about-content .content-bottom .list-wrap li {
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
	margin-top: 2px;
}

.inner-about-content .content-bottom .list-wrap li:last-child {
	margin-bottom: 0;
}

.inner-about-content .content-bottom .list-wrap li i {
	color: var(--tg-white);
	margin-right: 15px;
}

.vision-img {
	margin-left: 60px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 276px) and (max-width: 767px) {
	.inner-about-content .content-bottom .list-wrap li {
		font-size: 14px;
		margin-top: 10px;

	}

	.vision-img {
		margin-left: 0px;
		margin-bottom: 40px;
	}
}

/*=============================
	09. Services
===============================*/
.services-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--tg-white);
}

.services-tab-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 25px;
	margin-bottom: 80px;
}

.services-tab-wrap .nav-link {
	display: flex;
	align-items: center;
	padding: 11px 23px;
	color: var(--tg-gray-two);
	border: none;
	font-size: 15px;
	font-weight: 500;
	background: var(--tg-gray);
	border-radius: 25px;
}

.services-tab-wrap .nav-link svg {
	width: 22px;
	height: auto;
	max-height: 22px;
	margin-right: 10px;
	color: var(--tg-black-two);
	transition: .3s linear;
}

.services-tab-wrap .nav-link.active svg {
	color: var(--tg-primary-color);
}

.services-tab-wrap .nav-link.active {
	background: var(--tg-white);
	box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}

.services-item {
	position: relative;
	margin-bottom: 30px;
}

.services-item img {
	border-radius: 30px;
}

.services-item .play-btn {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-white);
	color: var(--tg-black);
	font-size: 18px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.services-item .play-btn:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}

.services-shape-wrap img {
	position: absolute;
	z-index: -1;
}

.services-shape-wrap img:nth-child(1) {
	right: 45px;
	top: 12%;
}

.services-shape-wrap img:nth-child(2) {
	left: 28px;
	bottom: 12px;
}

.img-prog {
	/* width: 400px; */
}

/* services-two */
.services-area-two {
	background: var(--tg-black-three);
	position: relative;
	z-index: 1;
}

.services-shape-two {
	position: absolute;
	right: 3%;
	top: 11%;
	z-index: -1;
}

.section-title-three .title {
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 0;
	letter-spacing: -0.02em;
	/* background: linear-gradient(180deg, #F0F0F0 7.14%, #171717 122.86%); */
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	background-clip: text;
}

.section-title-three .title span {
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	/* background: var(--tg-gradient-color); */
	/* font-style: italic; */
	/* font-family: var(--tg-playfair-font-family); */
}

.services-item-two {
	text-align: center;
	box-shadow: 0px 19px 10px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	background: var(--tg-black-four);
	padding: 30px 45px 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.mobail-static-icon {
	width: 40px;
}

.static-icon {
	width: 110px;

}

.services-hover-icon {
	display: none;
	width: 110px;
}

.tools-icon .people-hover-icon {
	display: none;
}

.services-hover-icon {
	display: none;
	transition: opacity 0.3s ease-in-out;


	/* transform: translate(-50%, -50%); */
	opacity: 0;
}

.img-border-radiu {
	border-radius: 10%;
}

.services-item-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-black-four);
	border-radius: 20px;
	z-index: -1;
}

.services-item-overlay::before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
	background: linear-gradient(128.25deg, #16a3ce 2.16%, rgba(34, 35, 37, 0) 26.09%);
	border-radius: 20px;
	z-index: -2;
	transition: .3s linear;
	opacity: 0;
}

.services-item-overlay::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 100%;
	height: 100%;
	background: linear-gradient(313.87deg, #1cbed9 2.61%, rgba(0, 195, 154, 0) 22.43%);
	border-radius: 20px;
	z-index: -2;
	transition: .3s linear;
	opacity: 0;
}

.services-item-two:hover .services-item-overlay::after,
.services-item-two:hover .services-item-overlay::before {
	opacity: 1;


}

.services-area-two .row {
	margin: 0 -5px;
}

.services-area-two .row [class*="col-"] {
	padding: 0 5px;
}

.services-icon-two {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-bottom: 5px;
}

.services-icon-two img {
	opacity: .5;
	transform: rotateY(0);
	transition: .3s linear;
}

.services-item-two:hover .services-icon-two img {
	transform: rotateY(180deg);
	opacity: 1;
}

.services-content-two .title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 25px;
	color: #F0F0F0;
	text-decoration: none;
}

.services-item-two:hover .services-content-two .title {
	text-decoration: underline;
}

.services-content-two .title a:hover {
	color: var(--tg-cyan);

}

.services-content-two p {
	margin-bottom: 0;
	color: var(--tg-gray-three);
}


/*=============================
	10. Counter
===============================*/
.counter-item {
	background: linear-gradient(135deg, #132232, #1d446d);

	/* border: 1px solid rgba(255, 255, 255, 0.12); */
	filter: drop-shadow(0px 42px 76px #00042B);
	border-radius: 10px;
	text-align: center;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.counter-item .count {
	font-size: 60px;
	line-height: 1;
	/* padding-left: 10px; */
	/* margin-bottom: 20px; */
	text-transform: uppercase;
	background: var(--tg-gradient-color-two);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	align-items: center;
	margin-top: 15px;
	justify-content: center;
}

.counter-item p {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: var(--tg-white);
}

@media (max-width: 768px) {
	.counter-item p {
		font-size: 18px;
	}
}

/* counter-two */
.counter-area-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.counter-area {
	background: black;
}

.counter-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.counter-wrap {
	position: relative;
	background: var(--tg-white);
	box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
	border-radius: 30px;
	margin-top: 6px;
	z-index: 1;
}

.counter-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	height: 100%;
	background: linear-gradient(270.97deg, #FAEC60 -12.41%, #E5A34B 1.99%, #EE6E4D 14.83%, #F44380 32.71%, #BE3DB3 48.64%,
			#7746E6 70.26%, #5A71F1 86.95%, #439EFF 99.96%);
	border-radius: 30px;
	z-index: -1;
}

.counter-item-wrap {
	background: var(--tg-white);
	padding: 90px 65px 50px;
	border-radius: 30px 0 0 30px;
	background-size: cover;
	background-position: center;
}

.counter-item-wrap .title {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-black-two);
	margin-bottom: 70px;
}

.counter-item-two {
	text-align: center;
	margin-bottom: 30px;
}

.counter-item-two .count {
	background: var(--tg-gradient-color-three);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 15px;
	line-height: .8;
}

.counter-item-two p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
	color: var(--tg-black-two);
}

.certificate-wrap {
	background: var(--tg-gray);
	border-radius: 0 30px 30px 0;
	height: 351px;
	overflow: hidden;
}

.certificate-item {
	margin-bottom: 30px;
	text-align: center;
	z-index: 2;
}

.certificate-item img {
	margin: 0 auto;
}

/* counter-three */
.counter-content {
	width: 80%;
}

.counter-content p {
	margin-bottom: 0;
	width: 82%;
}

.counter-item-wrap-three {
	margin-left: 65px;
	margin-top: 20px;
}


@media (max-width: 768px) {
	.counter-item-wrap-three {
		margin-left: auto;
		margin-top: 20px;
	}
	
}
.counter-item-wrap-three .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(255 255 255 / 10%);
	border: 1px solid rgba(255 255 255 / 20%);
	border-radius: 30px;
	position: relative;
}

.counter-item-wrap-three .list-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 1px;
}

.counter-item-wrap-three .list-wrap::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.1);
	width: 1px;
	height: 100%;
}

.counter-item-wrap-three .list-wrap li {
	width: 50%;
}

.counter-item-three {
	text-align: center;
	padding: 43px 10px;
}

.counter-item-three .count {
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	line-height: .8;
	margin-bottom: 20px;
	justify-content: center;
}

.counter-item-three p {
	margin-bottom: 0;
	text-align: center;
}

/*=============================
	11. Features
===============================*/
.features-area.features-bg {
	background-size: cover;
	background-position: center;
	background-color: var(--tg-white);
	padding: 0 0 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.features-item-wrap {
	margin-bottom: 70px;
}

.features-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.features-item .icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-gray);
	color: var(--tg-primary-color);
	margin-right: 10px;
}

.features-item .content span {
	font-weight: 500;
	font-size: 18px;
	display: block;
	color: var(--tg-black-two);
}

.features-img {
	text-align: center;
}

.features-img img {
	filter: drop-shadow(-22px 47px 51px rgba(57, 89, 120, 0.15));
}

.features-shape-wrap img {
	position: absolute;
	z-index: -1;
}

.features-shape-wrap img:nth-child(1) {
	bottom: 20%;
	left: 5%;
}

.features-shape-wrap img:nth-child(2) {
	top: 26%;
	right: 7%;
}

.features-shape-wrap img:nth-child(3) {
	right: 4%;
	bottom: 10%;
	animation: leftToRight 8s infinite linear;
}

@keyframes leftToRight {
	0% {
		transform: rotateX(0deg) translateX(0px);
	}

	50% {
		transform: rotateX(0deg) translateX(50px);
	}

	100% {
		transform: rotateX(0deg) translateX(0px);
	}
}

/*=============================
	12. Writing
===============================*/
.section-title .title {
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 0;
	letter-spacing: -0.01em;
}

.section-title .title span {
	/* font-weight: 300; */
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.writing-area .row {
	margin: 0 -10px;
}

.writing-area .row [class*="col-"] {
	padding: 0 10px;
}

.writing-item {
	/* background: linear-gradient(135deg, #132232, #1d446d); */
	position: relative;
	padding: 40px 50px 40px 95px;
	z-index: 1;
	margin-bottom: 30px;
	transition: .3s linear;
	height: 180px;
	transform: translateY(0);
}

.writing-item:hover {
	transform: translateY(-4px);
}

.writing-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.writing-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.writing-shape svg path {
	color: var(--tg-white);
}

.why-dalnex-icon {
	width: 50px;
}

.writing-icon {
	width: 90px;
	height: 90px;
	object-fit: cover;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #133953;
	font-size: 26px;
	color: var(--tg-white);
	position: absolute;
	left: 0;
	top: 11px;
	z-index: 1;
	transition: .3s linear;
	transform: rotateY(0);
}

.writing-icon i {
	transition: .3s linear;
	transform: rotateY(0);
}

.writing-item:hover .writing-icon i {
	transform: rotateY(180deg);
}

.writing-icon::before {
	content: "";
	/* position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px; */
	border-radius: 50%;
	background: #133953;
	z-index: -1;
}

.writing-content {
	padding-left: 10px;
}

.writing-content .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.writing-content p {
	text-align: left;
	margin-bottom: 17px;
	font-size: 15px;
}



/* 

.info-box {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
	border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
	cursor: pointer;
}

.info-box .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
}

.info-box .info-heading {
    font-size: 20px;
    margin-left: 50px;
}

.info-box .info-content {
    display: none;
    margin-top: 20px;
}

.info-box:hover .info-content,
.info-box:hover .read-more-btn {
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;

}

.info-box:hover .info-content {
    display: block;
} */

.about-img{
	border-radius: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
}

.job-box {
	background: linear-gradient(135deg, #132232, #1d446d);
	border: 1px solid white;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 40px;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
	position: relative;
	overflow: hidden;
	text-align: center;
}

.heading-job {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	color: #fff;
	padding: 10px;
	margin: -20px -20px 20px -20px;
	border-radius: 8px 8px 0 0;
	text-align: center;
}

.job-img img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.job-pera {
	font-size: 16px;
	line-height: 1.5;
	/* color: #343a40; */
}

.icon-edge-box {
	margin-bottom: 30px;
	width: 70px;
}


.edge-gatway-box {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
	background: linear-gradient(135deg, #132232, #1d446d);

	transition: box-shadow 0.3s ease-in-out;
}

.edge-box {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
	background: linear-gradient(135deg, #132232, #1d446d);

	transition: box-shadow 0.3s ease-in-out;
}

.edge-box:hover {
	background: black;
}

.edge-title {
	text-align: center;
	margin-bottom: 40px;


}


.advantage-box {

	border-radius: 8px;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
	text-align: left;
	/* padding: 20px; */
	margin-bottom: 40px;
	transition: transform 0.3s ease;
}

.advantage-box:hover {
	transform: translateY(-10px);
}

.advantage-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

.advantage-heading {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;

}

.advantage-box p {
	text-align: left;
	font-size: 14px;

}






.info-box {
	margin-bottom: 30px;
	cursor: pointer;
	background: white;
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	height: 190px;
	/* overflow: visible; */
	text-align: left;
	border-radius: 10px;
	transition: all 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	/* Stack elements vertically */
}
.info-box:hover {
	transform: translateY(-10px);
}
.info-header {
	display: flex;
	align-items: center;
}

.info-box .icon {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.info-box .info-heading {
	color: black;
	font-size: 20px;
	margin: 0;
}

.info-box .info-content {
	color: black;
	/* opacity: 0; */
	text-align: center;
	max-height: 0;
	/* overflow: hidden; */
	transition: all 0.3s ease;
	margin-top: 10px;
}



.info-box:hover .info-content {
	opacity: 1;
	/* max-height: 200px; */
}

.info-content p {
	margin: 0;
	text-align: left;
}

.unique-box {
	margin-bottom: 15px;
	/* Consistent spacing */
}

.hovered {
	z-index: 1;
	/* Bring hovered box above others */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	/* Optional shadow for effect */
}
@media (max-width: 768px) {
	.info-box {
		height: 160px;
	}
}

.read-more-btn {
	color: var(--tg-white);
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	background-color: transparent;
	border: none;
	margin-left: 20px;
}

.read-more-btn-2 {
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	color: var(--tg-white);
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	border: none;
	margin-left: 20px;
}

.read-more-btn-2:hover {
	background: #36C2D9;
	color: white;
}

.why-factos-img {
	/* width: 1000px; */
}

.bordered-section-2 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.bordered-section-2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 80%;
	border-top: 1px solid black;
	transform: translateX(-50%);
}




.bordered-section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.bordered-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 80%;
	border-top: 1px solid white;
	transform: translateX(-50%);
}

#edge-hero {
	align-items: end;
	width: 600px;
}

@media (max-width: 767px) {
	.why-factos-img {
		max-width: 300px;
	}
	.info-box .info-heading{
		font-size: 18px;
	}
}


.writing-content a {
	color: var(--tg-white);
	font-size: 16px;
	display: inline-flex;
	align-items: center;
}

.writing-content a i {
	margin-left: 8px;
}

.writing-content a:hover {
	color: var(--tg-secondary-color);
}

/*=============================
	13. Speech
===============================*/
.speech-area {
	position: relative;
	padding: 0 0 100px;
	z-index: 1;
	background: var(--tg-black-three);
}

.speech-shape-wrap .shape-one {
	position: absolute;
	background-size: cover;
	background-position: center;
	height: 282px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.speech-shape-wrap .shape-two {
	position: absolute;
	background-size: cover;
	background-position: center;
	height: 591px;
	width: 100%;
	left: 0;
	bottom: -200px;
	z-index: -1;
}

.speech-item {
	background: var(--tg-black-four);
	border-radius: 20px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.speech-item .row {
	margin: 0 -10px;
}

.speech-item .row [class*="col-"] {
	padding: 0 10px;
}

.voice-ordering,
.lang-ordering {
	margin-bottom: 20px;
}

.select2-results__option>div,
.select2-selection__rendered>div {
	display: flex;
	align-items: center;
	height: 50px;
}

.select2-results__option>div {
	height: 30px;
}

.select2-results__option>div img,
.select2-selection__rendered>div img {
	margin-right: 8px;
	border-radius: 50%;
}

.select2-results__option>div p,
.select2-selection__rendered>div p {
	color: var(--tg-gray-four);
	text-overflow: ellipsis;
	overflow: hidden;
}

.speech-item .select2-container--default .select2-selection--single {
	background-color: transparent !important;
	border: 1px solid #393A3D;
	border-radius: 5px;
	position: relative;
	height: 50px;
}

.speech-item .select2-container--default .select2-selection--single::before {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--tg-white);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px !important;
	padding-right: 40px !important;
}

.select2-results__option {
	padding: 6px 20px !important;
	transition: .3s linear;
	cursor: pointer;
	color: var(--tg-gray-four);
}

.select2-results__option:hover {
	background: var(--tg-cyan);
}

.select2-dropdown {
	background-color: var(--tg-black-four) !important;
	border: 1px solid #393A3D !important;
	border-radius: 5px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--tg-black-four) !important;
	border-radius: 5px;
	color: var(--tg-white);
	border: 1px solid #393A3D !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.engine-form .form-grp {
	border: 1px solid #393A3D;
	border-radius: 5px;
	padding: 10px 10px 20px;
	margin-bottom: 20px;
}

.engine-form .form-grp textarea {
	width: 100%;
	border: none;
	display: block;
	background: rgba(57 58 61 / 30%);
	border-radius: 5px;
	padding: 10px 20px;
	color: var(--tg-white);
	min-height: 160px;
	max-height: 160px;
	margin-bottom: 15px;
}

.engine-form .form-grp textarea::placeholder {
	color: var(--tg-gray-three);
}

.engine-form-two .form-content,
.engine-form .form-grp .form-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.engine-form-two .form-content span,
.engine-form .form-grp span {
	font-size: 13px;
	line-height: 1.2;
	display: block;
	color: var(--tg-gray-three);
}

.engine-form-two button,
.engine-form button {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tg-black-three);
	border: none;
	width: 100%;
	padding: 13px 20px;
	border-radius: 5px;
	background: var(--tg-cyan);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.engine-form-two button span,
.engine-form button span {
	width: 5px;
	height: 9px;
	display: inline-block;
	background: var(--tg-black-three);
	margin-right: 3px;
}

.engine-form-two button span:nth-child(2),
.engine-form button span:nth-child(2) {
	height: 15px;
}

.engine-form-two button span:last-child,
.engine-form button span:last-child {
	margin-right: 10px;
}

.engine-form-two button:hover,
.engine-form button:hover {
	background: var(--tg-yellow);
}

.browser-upload {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #393A3D;
	border-radius: 5px;
	padding: 14px 20px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .3s linear;
	position: relative;
	gap: 10px;
}

.browser-upload:hover {
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.1);
}

.browser-upload input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
	height: 50px;
}

.browser-upload .title {
	font-size: 16px;
	font-weight: 400;
	color: var(--tg-gray-four);
	font-family: var(--tg-body-font-family);
	margin-bottom: 0;
}

.browser-upload .title i {
	margin-right: 10px;
}

.browser-upload span {
	font-weight: 400;
	font-size: 12px;
	background: #393A3D;
	border-radius: 3px;
	display: block;
	line-height: 1;
	color: var(--tg-gray-four);
	padding: 4px 10px;
	margin-left: 10px;
}

.browser-upload span:last-child {
	margin-left: 0;
}

.engine-form-two .form-grp {
	margin-bottom: 20px;
}

.engine-form-two .form-grp input {
	width: 100%;
	color: var(--tg-gray-four);
	border: 1px solid #393A3D;
	border-radius: 5px;
	background: transparent;
	font-size: 16px;
	padding: 10px 20px;
	height: 50px;
}

.engine-form-two .form-grp input::placeholder {
	color: var(--tg-gray-four);
	opacity: .8;
}

select {
	appearance: none;
	/* Remove default arrow */
	-webkit-appearance: none;
	/* Remove default arrow in Safari */
	-moz-appearance: none;
	/* Remove default arrow in Firefox */
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--tg-white);
	background: rgba(230, 238, 251, 0.08);
	border: 1px solid rgba(230, 238, 251, 0.13);
	border-radius: 5px;
	padding: 10px 20px;
	height: 50px;
	display: block;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
	/* Custom white arrow */
	background-repeat: no-repeat;
	background-position: right 10px center;
	/* Position the arrow */
	cursor: pointer;
}

select option {
	background: rgba(230, 238, 251, 0.08);/* Default background color for options */
	color: #333; /* Text color for options */
	padding: 5px; /* Padding for options */
}

/* Style specific option elements based on their value attribute */
select option[value="IoT Solution"] {
	background: rgba(230, 238, 251, 0.08); /* Background color for IoT Solution */
}

select option[value="Manufacturing"] {
	background-color: #c5e1a5; /* Background color for Manufacturing */
}
/* For WebKit browsers (Chrome, Safari, Edge) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* For Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* For Internet Explorer */
input[type=number] {
	-ms-appearance: none;
}

/* select {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--tg-white);
	background: rgba(230, 238, 251, 0.08);
	border: 1px solid rgba(230, 238, 251, 0.13);
	border-radius: 5px;
	padding: 10px 20px;
	height: 50px;
	display: block;
} */

select::placeholder {
	color: var(--tg-gray-four);
	opacity: .8;
}

select:focus-visible {
	border: inherit;
}

select:focus {
	outline: none;
	border-color: #007bff;
	/* Change border color on focus */
}

.select-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	/* Adjust positioning */
	transform: translateY(-50%);
	pointer-events: none;
	/* Prevent clicks on the icon */
}

.select2-selection__rendered {
	color: var(--tg-gray-four) !important;
	line-height: 50px !important;
}

.engine-form-two .form-content {
	margin-top: 30px;
	margin-bottom: 55px;
}

.hidden-btn-wrap {
	display: none;
}

.hidden-btn-inner {
	display: flex;
	gap: 20px;
}

.hidden-btn-inner {
	margin-top: 20px;
}

.hidden-btn-inner button i {
	margin-right: 10px;
}

.hidden-btn-inner button.download {
	background: var(--tg-yellow);
}

.hidden-btn-inner button.download:hover {
	background: var(--tg-cyan);
}

/*=============================
	14. Use-Cases
===============================*/
.use-cases-content {
	width: 83%;
}

.use-cases-content p {
	margin-bottom: 0;
}

.use-cases-nav-wrap .nav-tabs {
	background: linear-gradient(135deg, #132232, #1d446d);
	/* background: linear-gradient(89.78deg, rgba(200 189 255 / 20%) -31.69%, rgba(186 166 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%); */
	display: inline-flex;
	border-radius: 14px;
	border: 1px solid rgba(255 255 255 / 20%);
	padding: 10px 30px;
	margin-bottom: 40px;

}

.use-cases-nav-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
	color: var(--tg-white);
	padding: 6px 15px;
}

.use-cases-nav-wrap.nav-tabs.nav-link:hover{
 color: black;
}
.iti__country-list {
	background: linear-gradient(135deg, #132232, #1d446d);
}

.use-cases-nav-wrap .nav-tabs .nav-item.show .nav-link,
.use-cases-nav-wrap .nav-tabs .nav-link.active {
	color: var(--tg-white);
	background-color: var(--tg-primary-color);
}

@media only screen and (min-width: 276px) and (max-width: 767px) {
	.use-cases-nav-wrap .nav-tabs .nav-link {
		font-size: 14px;
	}
}

.cases-details-wrap .cases-details-img img {
	border-radius: 30px;
}

.cases-details-wrap {
	position: relative;
	padding-bottom: 30px;
}

.cases-details-content {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 30px 10px 30px 10px;
	/* width: 600px; */
	background: linear-gradient(135deg, #132232, #1d446d);

}

.cases-details-content .icon {
	width: 100px;
	/* height: 40px; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid var(--tg-primary-color); */
	color: var(--tg-white);
	border-radius: 5px;
	padding: 10px;
	/* font-size: 18px; */
	margin-bottom: 20px;
}

.cases-details-content .icon img {}

.cases-details-content p {
	margin-bottom: 20px;
	color: var(--tg-white);
}

.cases-details-content .content-bottom .list-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
}

.cases-details-content .content-bottom .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-white);
	background: var(--tg-black);
	border-radius: 50%;
	font-size: 14px;
}

.cases-details-content .content-bottom .list-wrap li a:hover {
	background: var(--tg-primary-color);
}

.tab-pane.active .cases-details-wrap .cases-details-img {
	animation: taFadeInLeft 0.5s ease-in-out;
}

.tab-pane.active .cases-details-wrap .cases-details-content {
	animation: taFadeInRight 0.5s ease-in-out;
}

.use-cases-area .fade {
	transition: .15s linear;
}

@keyframes taFadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes taFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}


/*=============================
	15. Roadmap
===============================*/
.roadmap-timeline-wrap {
	position: relative;
}

.roadmap-line {
	position: absolute;
	left: 50%;
	top: 52px;
	transform: translateX(-50%);
	width: 140px;
	height: 93%;
	background-repeat: no-repeat;
}

.roadmap-item {
	display: flex;
	align-items: center;
}

#edg-img {
	height: 400px;
	object-fit: cover;
}

.roadmap-item .roadmap-img {
	position: relative;

}

.roadmap-item .roadmap-img .number {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-gradient-color);
	border-radius: 50%;
	font-weight: 600;
	font-size: 20px;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
	z-index: 1;
	position: absolute;
	top: 14px;
	right: 27px;
}

.roadmap-item .roadmap-img .number::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: #132232;
	z-index: -1;
}

.roadmap-item .roadmap-img {
	position: relative;
	margin-right: 140px;
	width: 574px;
	border-radius: 20px;
	flex: 0 0 auto;
}

.roadmap-content {
	width: 30%;
}

.roadmap-content .title {
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 24px;
}

.roadmap-content p {
	margin-bottom: 0;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item {
	flex-direction: row-reverse;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-img {
	margin-left: 140px;
	margin-right: 0;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-img .number {
	top: 14px;
	right: auto;
	left: 27px;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-content {
	text-align: right;
}


/*=============================
	16. Language
===============================*/
.language-area {
	background: var(--tg-white);
	z-index: 1;
}

.language-content p {
	margin-bottom: 30px;
	font-size: 18px;
	width: 82%;
	color: var(--tg-gray-two);
}

.language-content .list-wrap {
	margin-bottom: 40px;
}

.language-content .list-wrap li {
	font-weight: 500;
	font-size: 18px;
	color: var(--tg-black-two);
	display: flex;
	align-items: baseline;
}

.language-content .list-wrap li i {
	opacity: 0.4;
	margin-right: 20px;
}

.language-tab-wrap {
	margin-left: 20px;
}

.language-tab-wrap .nav-tabs {
	border-bottom: none;
	gap: 20px;
	margin-top: 40px;
}

.language-tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: var(--tg-gray);
	border: 2px solid var(--tg-gray);
	border-radius: 30px;
	padding: 5px 12px;
	color: var(--tg-gray-two);
	font-weight: 500;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

.language-tab-wrap .nav-tabs .nav-link img {
	max-width: 24px;
	border-radius: 50%;
	margin-right: 10px;
	flex: 0 0 auto;
}

.language-tab-wrap .nav-tabs .nav-link.active {
	border-color: var(--tg-primary-color);
}

.language-img {
	position: relative;
}

.language-img img {
	border-radius: 30px;
}

.language-img .play-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	background: var(--tg-white);
	border-radius: 20px;
	padding: 6px 22px;
	color: var(--tg-paragraph-color);
	font-weight: 500;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.play-btn {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10%;
	/* background: var(--tg-white); */
	color: var(--tg-white);
	position: relative;
	border: 3px solid var(--tg-white);
	right: 40%;
	top: -4%;
	transform: translate(-50%, -34%);
	font-size: 18px;
}


@media (max-width: 767.98px) {
	.play-btn {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10%;
		/* background: var(--tg-white); */
		color: var(--tg-white);
		position: relative;
		border: 3px solid var(--tg-white);
		right: 35%;
		top: 33%;
		transform: translate(-50%, -34%);
		font-size: 18px;
	}

}

.language-img .play-btn i {
	color: var(--tg-primary-color);
	margin-right: 10px;
	font-size: 14px;
}

/*=============================
	17. Pricing
===============================*/
.pricing-item {
	position: relative;
	padding: 65px 40px 40px;
	margin-bottom: 30px;
	box-shadow: 0px 17px 26px rgba(8, 4, 54, 0.06);
	z-index: 1;
	margin-top: 15px;
}

.pricing-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pricing-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.pricing-shape svg path {
	color: rgba(255, 255, 255, 0.1);
}

.pricing-item .pricing-top {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #451F8F;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.pricing-item .pricing-top .left-side {
	display: flex;
	align-items: center;
	width: 70%;
}

.pricing-item .pricing-top .left-side .icon {
	flex: 0 0 auto;
	width: 58px;
	margin-right: 15px;
	position: relative;
}

.pricing-item .pricing-top .left-side .icon::before {
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.pricing-item .pricing-top .left-side .icon img {
	transform: rotate(30deg);
	width: 58px;
}

.pricing-item .pricing-top .left-side .content .title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1;
}

.pricing-item .pricing-top .left-side .content span {
	display: block;
	line-height: 1;
	font-size: 15px;
}

.pricing-price {
	margin-left: auto;
}

.pricing-price .title {
	margin-bottom: 0;
	font-size: 32px;
}

.pricing-list .list-wrap {
	margin-bottom: 35px;
}

.pricing-list .list-wrap li {
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 15px;
}

.pricing-list .list-wrap li.delete {
	text-decoration-line: line-through;
}

.pricing-list .list-wrap li:last-child {
	margin-bottom: 0;
}

.pricing-list .list-wrap li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: var(--tg-white);
	position: absolute;
	left: 0;
	top: 0;
}

.pricing-list .list-wrap li.delete::before {
	content: "\f057";
}

.pricing-btn .btn {
	width: 100%;
}

.pricing-item.active .pricing-list .list-wrap li {
	color: var(--tg-white);
}

.pricing-item.active .pricing-top {
	border-color: #7C42F9;
}

.pricing-item.active .pricing-btn .btn {
	background: var(--tg-white);
	color: var(--tg-primary-color);
}

.pricing-item.active .pricing-btn .btn:hover {
	color: var(--tg-white);
}

.pricing-item.active .popular {
	background: linear-gradient(89.78deg, #C8BDFF -31.69%, #BAA6FF -22.78%, #6721FF 27.93%, #00CBFF 99.79%);
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-white);
	border-radius: 20px;
	padding: 6px 20px;
	max-width: 135px;
}

.pricing-item-wrap-two .pricing-tab,
.pricing-item-wrap .pricing-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 70px;
}

.pricing-item-wrap-two .pricing-tab .tab-btn,
.pricing-item-wrap .pricing-tab .tab-btn {
	cursor: pointer;
	color: var(--tg-white);
	font-weight: 400;
	font-size: 18px;
	user-select: none;
}

.pricing-tab.seleceted .annual_tab_title {
	color: var(--tg-white);
}

.pricing-tab.seleceted .monthly_tab_title {
	color: var(--tg-white);
}

.pricing-tab .pricing-tab-switcher {
	height: 35px;
	width: 100px;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	margin: 0 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	cursor: pointer;
	background: var(--tg-blue);
	border: 2px solid rgba(255, 255, 255, 0.07);
}

.pricing-tab .pricing-tab-switcher:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	bottom: 4px;
	width: 40px;
	border-radius: 20px;
	background: var(--tg-primary-color);
	transition: .3s;
}

.pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 46px);
}

.pricing-price .annual_price {
	display: none;
}

.pricing-price.change-subs-duration .annual_price {
	display: block;
}

.pricing-price.change-subs-duration .monthly_price {
	display: none;
}

/* pricing-two */
.area-bg {
	background-size: cover;
	background-position: center;
	padding: 135px 0 140px;
}

.pricing-area-two {
	position: relative;
	z-index: 1;
}

.pricing-shape-wrap {
	position: absolute;
	z-index: -1;
	left: 60px;
	top: 0;
}

.pricing-item-wrap-two .pricing-tab .tab-btn {
	color: var(--tg-gray-two);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher {
	height: 30px;
	width: 55px;
	background: var(--tg-primary-color);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 3px;
	bottom: 3px;
	width: 20px;
	border-radius: 50%;
	background: var(--tg-white);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 24px);
}

.pricing-item-two {
	position: relative;
	z-index: 1;
	padding: 35px 40px 40px;
	margin-bottom: 30px;
}

.pricing-item-two .pricing-shape svg path {
	color: var(--tg-white);
	box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
}

.pricing-item-two .pricing-top-content {
	margin-bottom: 80px;
}

.pricing-item-two .pricing-top-content .pricing-plan {
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	font-family: var(--tg-playfair-font-family);
}

.pricing-item-two .pricing-top-content .pricing-price .price {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px;
	color: var(--tg-black-two);
	display: flex;
	align-items: center;
}

.pricing-item-two .pricing-top-content .pricing-price .price span {
	font-weight: 400;
	font-size: 18px;
	font-family: var(--tg-body-font-family);
	margin-left: 10px;
}

.pricing-item-two .pricing-top-content .pricing-price .annual_price {
	display: none;
}

.pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .annual_price {
	display: flex;
}

.pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .monthly_price {
	display: none;
}

.price-ordering {
	position: relative;
	margin-bottom: 35px;
}

.price-ordering select {
	background: var(--tg-gray);
	border: none;
	color: var(--tg-gray-two);
	font-weight: 400;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	padding: 3px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	transition: .3s;
}

.price-ordering::after {
	content: "\f107";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	right: 20px;
	font-size: 14px;
	color: var(--tg-gray-two);
}

.pricing-item-two .pricing-list .list-wrap li {
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 15px;
	color: var(--tg-gray-two);
}

.pricing-item-two .pricing-list .list-wrap li.delete {
	text-decoration-line: line-through;
	opacity: 0.5;
}

.pricing-item-two .pricing-list .list-wrap li::before {
	color: var(--tg-black-two);
}

.pricing-item-two .pricing-btn .btn::after {
	display: none;
}

.pricing-item-two.active .pricing-btn .gradient-btn {
	width: 100%;
}

.pricing-item-two.active .pricing-btn .gradient-btn::after {
	display: none;
}

.pricing-item-two .sticker {
	position: absolute;
	right: 40px;
	top: 35px;
}

/* pricing-three */
.pricing-area-three {
	background: var(--tg-black-three);
	padding: 0 0 120px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.pricing-shape-wrap-two img {
	position: absolute;
	z-index: -1;
}

.pricing-shape-wrap-two img:nth-child(1) {
	right: 5%;
	top: 3%;
}

.pricing-shape-wrap-two img:nth-child(2) {
	left: 1%;
	bottom: 0;
}

.pricing-item-wrap-three .pricing-tab {
	text-align: center;
	margin-bottom: 60px;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs {
	border-bottom: none;
	display: inline-flex;
	border: 1px solid #393A3D;
	border-radius: 30px;
	padding: 6px;
	align-items: center;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	font-weight: 400;
	font-size: 18px;
	border-radius: 30px;
	color: var(--tg-gray-three);
	padding: 10px 20px;
	line-height: 1;
	min-height: 48px;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link.active {
	background: var(--tg-black-four);
	color: var(--tg-gray-four);
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link span {
	background: var(--tg-black-four);
	border-radius: 30px;
	display: inline-block;
	padding: 5px 16px;
	margin-left: 20px;
	transition: .3s;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link.active span {
	background: var(--tg-black-three);
}

.pricing-item-wrap-three .row {
	margin: 0 -5px;
}

.pricing-item-wrap-three .row [class*="col-"] {
	padding: 0 5px;
}

.pricing-item-three {
	border-radius: 20px;
	padding: 45px 40px 50px;
	background: var(--tg-black-four);
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.pricing-top-content-two {
	margin-bottom: 30px;
}

.pricing-top-content-two .pricing-plan {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--tg-gray-four);
}

.pricing-top-content-two p {
	margin-bottom: 0;
	color: var(--tg-gray-three);
	line-height: 1.5;
}

.pricing-item-three .pricing-price .price {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
	color: var(--tg-gray-four);
	letter-spacing: -0.01em;
}

.pricing-item-three .pricing-price .price span {
	font-weight: 400;
	font-size: 18px;
	color: var(--tg-gray-three);
	font-family: var(--tg-body-font-family);
}

.pricing-item-three .pricing-price .character {
	font-size: 20px;
	display: block;
	color: var(--tg-gray-four);
	line-height: 1;
	margin-bottom: 25px;
}

.pricing-item-three .user-wrap {
	border-radius: 5px;
	background: var(--tg-black-three);
	padding: 10px;
	margin-bottom: 25px;
}

.pricing-item-three .user-wrap>span {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	color: var(--tg-gray-three);
	margin-bottom: 10px;
}

.pricing-item-three .user-wrap .num-block {
	position: relative;
}

.pricing-item-three .user-wrap .num-block input {
	width: 100%;
	background: var(--tg-black-four);
	border: none;
	color: var(--tg-gray-three);
	border-radius: 5px;
	padding: 8px 10px;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
}

.user-plus-minus {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	text-align: center;
	z-index: 1;
	border-left: 1px solid #080624;
}

.user-plus-minus>span {
	position: absolute;
	cursor: pointer;
	user-select: none;
	width: 40px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F0F0F0;
	opacity: 0.5;
	font-size: 14px;
}

.user-plus-minus::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #080624;
}

.user-plus-minus>span.plus {
	left: 0;
	top: 0;
	right: 0;
}

.user-plus-minus>span.minus {
	top: auto;
	bottom: 0;
}

.user-plus-minus>span.minus.dis {
	cursor: auto;
}

.pricing-item-three .pricing-list .list-wrap li {
	color: var(--tg-gray-three);
	margin-bottom: 10px;
}

.pricing-item-three .pricing-list .list-wrap li:last-child {
	margin-bottom: 0;
}

.pricing-item-three .pricing-list .list-wrap li::before {
	color: #F0F0F0;
	opacity: 0.6;
}

.pricing-item-three .pricing-list .list-wrap li.delete {
	text-decoration-line: line-through;
	opacity: 0.5;
}

.pricing-btn .gradient-btn {
	width: 100%;
	color: var(--tg-gray-four);
	background: var(--tg-black-three);
}

.pricing-item-three.active .pricing-btn .gradient-btn {
	background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
}

.pricing-item-three.active .best-offer {
	display: inline-block;
	text-transform: uppercase;
	background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
	font-size: 14px;
	color: var(--tg-black-three);
	font-weight: 500;
	line-height: 1;
	padding: 8px 36px;
	position: absolute;
	right: -38px;
	top: 18px;
	transform: rotate(40deg);
	z-index: -1;
}

/*=============================
	18. Team
===============================*/
.section-title-four .title {
	margin-bottom: 0;
	font-size: 50px;
	letter-spacing: -0.01em;
}

.team-item {
	margin-bottom: 50px;
}

.team-thumb {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 25px;
}

.team-hidden-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 60px 50px 56px 50px;
	background: rgba(22, 0, 66, 0.9);
	box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
	border-radius: 30px;
	transition: .4s;
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
}

.team-item:hover .team-hidden-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team-hidden-content .title {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: -0.01em;
}

.team-hidden-content p {
	margin-bottom: 0;
}

.team-content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 25px;
}

.team-content .team-info {
	width: 70%;
}

.team-content .team-info .title {
	font-size: 20px;
	margin-bottom: 3px;
}

.team-content .team-info span {
	display: block;
}

.team-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.team-social .list-wrap li a {
	color: var(--tg-white);
}

.team-social .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

.team-item-two {

	background: #132232;

	border-radius: 30px;
	padding: 0px 0px 20px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-bottom: 30px;
}

.team-item-two:hover {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
}

.team-item-two .team-thumb-two {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.team-item-two .team-thumb-two img {
	width: 100%;
	transition: .3s linear;
	transform: scale(1);
}

.team-item-two:hover .team-thumb-two img {
	transform: scale(1.1);
}

.team-content-two {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 10px;
}

.team-content-two .team-info .title {
	margin-bottom: 3px;
	font-size: 20px;
}

.team-content-two .team-info span {
	display: block;
}

/*=============================
	19. Tools
===============================*/
.tools-item {
	position: relative;
	z-index: 1;
	padding: 1px 1px 1px 1px;
	margin-bottom: 30px;
	transition: .3s linear;
}

.tools-item:hover {
	transform: translateY(-4px);
}

.tools-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.tools-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.tools-shape svg path {
	color: var(--tg-white);
}

.tools-icon {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	/* Center the element horizontally */
	top: -120px;
	transform: translateX(-50%);
	/* Shift the element left by 50% of its own width */
	/* background: var(--tg-gradient-color); */
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 22px;
	z-index: 1;
	margin-bottom: 10px;
}


.tools-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	/* background: black; */
	z-index: -1;
}

.tools-content .title {
	font-size: 20px;
	margin-bottom: 12px;

}

.link-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--tg-white);
}

.link-btn i {
	margin-left: 8px;
}

.tools-area .row {
	margin: 0 -10px;
}

.tools-area .row .col {
	padding: 0 10px;
}


/*=============================
	20. Compare
===============================*/
.compare-area {
	position: relative;
	padding: 130px 0 100px;
	background: black;
	z-index: 1;
	overflow: hidden;
	color: var(--tg-heading-font-color);
}

.compare-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 57%;
	background: black;
	z-index: -1;
}

.light-color {
	color: #36C2D9;
}

.section-title-two .title {
	margin-bottom: 0;
	font-size: 50px;
	color: white;
	letter-spacing: -0.01em;
	font-family: var(--tg-heading-font-family);
}

.section-title-two .title span {
	font-style: italic;
	font-weight: 600;
	font-family: var(--tg-playfair-font-family);
}

.section-title-two .title span strong {
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.section-title-two .title span strong svg {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	min-height: 18px;
	bottom: 8px;
	z-index: -1;
	animation: title-animation 3.5s infinite;
}

.compare-item {
	/* box-shadow: 0px 4px 4px rgba(181, 188, 213, 0.25); */
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}

.compare-thumb img {
	width: 100%;
}

.compare-content {
	padding: 25px 55px 45px;
	background: #1a1a1a;
	/* background: linear-gradient(135deg, #132232, #1d446d); */
}

.compare-content .title {
	color: white;
	font-size: 24px;
	margin-bottom: 50px;
}

.compare-content .list-wrap li {
	color: white;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.compare-content .list-wrap li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 276px) and (max-width: 767px) {
	.compare-content .list-wrap li {
		font-size: 14px;
	}

	.about-content-two .list-wrap li {
		font-size: 14px;
	}
}

.compare-content .list-wrap li::before {
	content: "\f058";
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	color: #36C2D9;
	font-size: 18px;
	margin-right: 12px;
}

.compare-content .list-wrap.delete-item li::before {
	content: "\f057";
	color: var(--tg-black-two);
}

.compare-shape-wrap img {
	position: absolute;
	z-index: -1;
}

.compare-shape-wrap img:nth-child(1) {
	right: 0;
	top: 7%;
}

.compare-shape-wrap img:nth-child(2) {
	left: 0;
	bottom: 22%;
}

/*=============================
	21. Work
===============================*/
.work-item {

	display: flex;
	/* align-items: center; */
	/* margin-bottom: 30px; */
}

/* .slick-prev{
	left: -45px;
} */
/* .slick-next:before{
	content: none;
}
.slick-prev:before{
	content: none;
} */
.slick-next:before {
    content: '\f105'; /* FontAwesome's right arrow */
    font-family: 'FontAwesome';
    font-size: 2.5rem; /* Adjust size */
    color: #000; /* Change color if needed */
    vertical-align: middle; /* Align vertically */
}
.slick-prev:before {
    content: '\f104'; /* FontAwesome's right arrow */
    font-family: 'FontAwesome';
    font-size: 2.5rem; /* Adjust size */
    color: #000; /* Change color if needed */
    vertical-align: middle; /* Align vertically */
}

.slick-next:before,
.slick-prev:before {
	font-size: 80px;
}
.slick-prev:before,
  .slick-next:before {
    color: #1cbed9; /* Change this color to your desired arrow color */
  }

  /* Optional: Add hover effect */
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: white; /* Change this color for hover effect */
  }

  /* Optional: Customize arrow background and border */
  .slick-prev,
  .slick-next {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
	z-index: 100;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }



  /* Optional: Adjust arrow position */
  .slick-prev {
    left: -50px; /* Adjust this value to move the left arrow */
  }

  .slick-next {
    right: -50px; /* Adjust this value to move the right arrow */
  }
  @media (max-width: 768px) {
	.slick-prev {
		left: -40px; /* Adjust this value to move the left arrow */
	  }
	
	  .slick-next {
		right: -40px; /* Adjust this value to move the right arrow */
	  }
	  
.slick-next:before,
.slick-prev:before {
	font-size: 50px;
}
  }

.zigzag-img {
	/* display: flex; */

	width: 400px;
	margin-bottom: 10px;
	border-radius: 30px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
}

.zig-content {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

/* .border-zig-1 {
	
	border-bottom: 2px solid #36C2D9;
	
} */
/* 
.border-zig-2 {
	width: 282px;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;
}

.border-zig-3 {
	width: 290px;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;
}

.border-zig-4 {
	width: 245px;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;
}

.border-zig-5 {
	width: 275px;
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;
} */


.zigzag-img img {
	justify-content: center;
	align-items: center;
	width: 400px;
	border-radius: 20px;
}

.zig-content-phone{
	margin-top: 40px;
	margin-bottom: 40px;
}
/* .color-custom-blue{
	color: #36C2D9;
} */

/* 
.zig-content-phone{
	margin-top: 40px;
	margin-bottom: 40px;
}

.zig-content-phone h2{
	width: 300px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;

} */






.zig-content-phone h2{
	
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #36C2D9;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.zig-content-phone {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .zig-content-phone .border-zig-1-phone
 {
	width: 52%;
} */


/* .zig-content-phone .border-zig-2-phone
 {
	width: 66%;
}

.zig-content-phone .border-zig-3-phone
 {
	width: 70%;
}

.zig-content-phone .border-zig-4-phone
 {
	width: 60%;
}

.zig-content-phone .border-zig-5-phone
 {
	width: 64%;
} */






.zigzag-img-phone {
	width: 250px;
}

.zigzag-img-phone img {
	width: 250px;
	border-radius: 20px;
}

@media (max-width: 768px) {





	/* .border-zig-1 {
		text-align: center;
	} */

	.zigzag-img {
		width: 250px;
	}

	.zigzag-img img {
		width: 250px;
		border-radius: 20px;
	}
}

.work-img {
	margin-bottom: 10px;
	border-radius: 30px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
}

.work-img img {
	/* width: 400px; */
	/* height: 200px; */
	border-radius: 10px;
	/* object-fit: co; */
}

.work-thumb {
	width: 50%;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
	border-radius: 30px;
	padding: 20px;
}

.work-thumb img {
	height: auto;
	object-fit: contain;
	width: 100%;
	filter: drop-shadow(0px 7px 21px rgba(16, 5, 39, 0.09));
	border-radius: 3%;



}


.work-content {
	margin-top: auto;
	flex-grow: 1;
	margin-left: 60px;
}

.work-content span {
	background: var(--tg-primary-color);
	display: inline-block;
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px;
	color: var(--tg-white);
	line-height: 1;
	padding: 7px 22px;
	margin-bottom: 25px;
}

.work-content .title {
	margin-bottom: 25px;
	font-size: 24px;
}

.work-content p {
	margin-bottom: 0;
}

.work-item:nth-child(odd) {
	flex-direction: row-reverse;
}

.work-item:nth-child(odd) .work-content {
	margin-top: 40px;
	margin-left: 0;
	margin-right: 60px;
}

.work-content-2 {
	margin-top: auto;
	align-items: center;

	margin-left: 0;
	margin-left: 60px;
}

.nav-tabs-2 {}

@media (max-width: 768px) {


	.work-content-2 {
		margin-top: 40px;
		align-items: center;

		margin-left: 0;
		margin-left: 0px;
	}
}

.box-2 {
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 20px;
}


.feature-box{
	/* border: 1px solid white; */
	height: 234px;
	/* background: linear-gradient(135deg, #132232, #1d446d); */
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}


.feature-box h3{
	margin-top: 20px;
	font-size: 20px;
}

.feature-divider {
	
    width: 50px;
    margin: 10px auto;
    border: 1px solid #ffffff;
}
.feature-divider-2{
	width: 50px;
    /* margin: 10px auto; */
    border: 1px solid #ffffff;
}

/* .feature-box:hover{
	border: 1px solid #ffffff;
	background:black ;
	
} */

.feature-icon{
	margin-bottom: 20px;
	width: 80px;

}

.box-process {
	width: 290px;
	/* border: 1px solid white; */
	height: 390px;
	text-align: left;
	background: linear-gradient(135deg, #132232, #1d446d);
	/* border: 1px solid #ddd; */
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}
.box-process p{
	text-align: left;
}
.box-process h5{
	padding-top: 20px;
	text-align: left;
}
.box-process:hover {
	border: none;
	background: black;
	transform: translateY(-5px);
	box-shadow: rgba(255, 255, 255, 0.6) 0px 10px 25px 5px;
}
.process-icon{
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.process-icon img{
	width: 70px;
	/* background: white; */
}
.box{
	background: linear-gradient(135deg, #132232, #1d446d);
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-info {
	/* text-align: center; */
	padding: 0px 20px;
}

/*=============================
	22. Testimonial
===============================*/
.testimonial-area {
	overflow: hidden;
	padding: 0 0 150px;
}

.testimonial-item {
	position: relative;
	padding: 40px 35px 35px 135px;
}

.testimonial-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.testimonial-shape svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.testimonial-shape svg path {
	color: var(--tg-white);
	opacity: 0.1;
}

.testimonial-content .rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 18px;
	color: #68538F;
	margin-bottom: 22px;
}

.testimonial-content p {
	margin-bottom: 30px;
}

.testimonial-bottom .title {
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.testimonial-bottom span {
	display: block;
	line-height: 1;
}

.testimonial-thumb {
	position: absolute;
	left: 0;
	top: 60px;
}

.testimonial-thumb img {
	border-radius: 50%;
}

.testimonial-active .slick-list {
	overflow: visible;
}

.testimonial-item-wrap {
	padding: 0 70px;
}

.testimonial-active {
	margin: 0 -20px;
}

.testimonial-active .col {
	padding: 0 20px;
}

/* testimonial-two */
.testimonial-area-two.testimonial-bg {
	background-size: cover;
	background-position: center;
	padding: 130px 0 90px;
	background-color: var(--tg-white);
	overflow: hidden;
}

.testimonial-item-wrap-two {
	padding: 0 60px;
}

.testimonial-item-two {
	position: relative;
	z-index: 1;
	padding: 30px 35px 35px;
	margin-bottom: 40px;
}

.testimonial-shape-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.testimonial-shape-two svg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 30px;
	box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
}

.testimonial-shape-two svg path {
	color: var(--tg-white);
}

.testimonial-item-two .testimonial-avatar {
	display: flex;
	align-items: center;
	margin-bottom: 65px;
}

.testimonial-item-two .testi-avatar-img {
	width: 60px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.testimonial-item-two .testi-avatar-img img {
	border-radius: 50%;
}

.testimonial-item-two .testi-avatar-info .title {
	font-size: 15px;
	color: var(--tg-black-two);
	margin-bottom: 8px;
	text-transform: uppercase;
}

.testimonial-item-two .testi-avatar-info span {
	display: block;
	color: var(--tg-gray-two);
	line-height: 1;
}

.testimonial-content-two p {
	margin-bottom: 20px;
	color: var(--tg-gray-two);
}

.testimonial-content-two .rating {
	display: flex;
	align-items: center;
	gap: 4px;
}

.testimonial-active-two [class*="col-"] {
	padding: 0 15px;
}

.testimonial-active-two .slick-list {
	overflow: visible;
}

/* testimonial-three */
.testimonial-area-three {
	background: var(--tg-black-three);
	overflow: hidden;
	padding: 0 0 140px;
	z-index: 1;
}

.testimonial-area-three .row {
	margin: 0 -5px;
}

.testimonial-area-three .row [class*="col-"] {
	padding: 0 5px;
}

.testimonial-active-three .slick-list {
	overflow: visible;
}

.testimonial-item-three {
	border-radius: 20px;
	background: var(--tg-black-four);
	padding: 50px 40px 40px;
}

.testimonial-item-three .testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.testimonial-item-three .testimonial-avatar {
	display: flex;
	align-items: center;
}

.testimonial-item-three .testi-avatar-img {
	width: 70px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.testimonial-item-three .testi-avatar-img img {
	border-radius: 50%;
}

.testimonial-item-three .testi-avatar-info .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 8px;
	letter-spacing: 0.04em;
	color: var(--tg-gray-four);
}

.testimonial-item-three .testi-avatar-info span {
	display: block;
	color: var(--tg-gray-three);
}

.testimonial-item-three .testimonial-rating {
	display: flex;
	align-items: center;
}

.testimonial-item-three .testimonial-rating span {
	font-weight: 500;
	font-size: 18px;
	color: var(--tg-gray-four);
	font-family: var(--tg-heading-font-family);
}

.testimonial-item-three .testimonial-rating img {
	width: 20px;
	margin-left: 10px;
}

.testimonial-item-three .testimonial-tag .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

.testimonial-item-three .testimonial-tag .list-wrap li a {
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-gray-three);
	display: block;
	border: 1px solid #393A3D;
	border-radius: 5px;
	line-height: 1;
	padding: 6px 10px;
}

.testimonial-item-three .testimonial-tag .list-wrap li a:hover {
	color: var(--tg-white);
	border-color: var(--tg-white);
}

.testimonial-item-three .testimonial-content-three p {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 1.4;
	color: var(--tg-gray-four);
}

/*=============================
	23. Faq
===============================*/
.faq-wrap .accordion-button {
	color: var(--tg-white);
	background-color: transparent;
	box-shadow: none;
	font-weight: 600;
	font-size: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 30px 100px 30px 50px;
	border-radius: 0;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.faq-wrap .accordion-button:not(.collapsed) {
	color: var(--tg-white);
	background-color: transparent;
	border-bottom: transparent !important;
}

.faq-wrap .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-wrap .accordion-item {
	background-color: transparent;
	border: none;
}

.faq-wrap .accordion-body {
	padding: 0 250px 35px 50px;
}

.faq-wrap .accordion-body p {
	margin-bottom: 0;
}

.faq-wrap .accordion-item.active {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
	border-radius: 10px;
}

.faq-wrap .accordion-button::after {
	flex-shrink: 0;
	width: auto;
	height: auto;
	content: "\f055";
	background-image: none;
	font-size: 28px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	right: 50px;
	top: 31px;
	color: var(--tg-white);
}

.faq-wrap .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f056";
	transform: rotate(0);
}

/* faq-two */
.problem-search-wrap {
	margin-bottom: 80px;
}

.problem-search-wrap .form-grp {
	position: relative;
}

.problem-search-wrap .form-grp input {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
	border-radius: 30px;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	padding: 16px 150px 16px 55px;
	height: 60px;
	display: block;
	margin-bottom: 50px;
}

.problem-search-wrap .form-grp input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-paragraph-color);
	opacity: .8;
}

.problem-search-wrap .form-grp label {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: var(--tg-paragraph-color);
}

.problem-search-wrap .form-grp button {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 32px;
}

.problem-search-wrap .form-grp button::after {
	display: none;
}

.problem-search-wrap span {
	display: block;
	font-size: 18px;
}

.faq-tab-wrap .nav-tabs {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	/* box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5); */
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
}

.faq-tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	font-weight: 400;
	font-size: 20px;
	color: var(--tg-paragraph-color);
	display: flex;
	align-items: center;
	padding: 0 13px 20px 1px;
	position: relative;
}

.faq-tab-wrap .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
	background: #36C2D9;
	opacity: 0;
	border-radius: 3px;
	transition: .3s ease-in-out;
}

.faq-tab-wrap .nav-tabs .nav-link.active::before {
	opacity: 1;
}

.faq-tab-wrap .nav-tabs .nav-link img {
	margin-right: 30px;
}


/*=============================
	24. Help
===============================*/
.help-area .help-title .title {
	font-size: 50px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}

.help-area .help-title .title span {
	font-weight: 300;
}

.help-area .help-title p {
	margin-bottom: 0;
	width: 94%;
	margin: 0 auto;
}

.help-center-item {
	border: 1px solid rgba(255, 255, 255, 0.12);
	filter: drop-shadow(0px 42px 76px #00042B);
	border-radius: 10px;
	text-align: center;
	padding: 48px 30px;
	margin-bottom: 30px;
}

.help-center-item .icon {
	min-height: 38px;
	margin-bottom: 25px;
}

.help-center-item .content a {
	font-weight: 600;
	font-size: 20px;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-white);
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 5px;
}

.help-center-item .content a:hover {
	color: var(--tg-primary-color);
}

.help-center-item .content p {
	margin-bottom: 0;
}


/*=============================
	25. CTA
===============================*/
.cta-area {
	background: var(--tg-black-three);
	position: relative;
	z-index: 1;
}

.cta-wrap {
	background: #FFFFFF;
	/* background: linear-gradient(135deg, #0f80a0, #1cbed9); */
	/* background: linear-gradient(84.61deg, #00C39A 1.1%, #FDCF6D 99.29%); */
	border-radius: 20px;
	text-align: center;
	padding: 70px 50px 80px;
	position: relative;
}

.cta-content .title {
	font-weight: 600;
	font-size: 45px;
	letter-spacing: -0.02em;
	color: var(--tg-black-three);
	margin-bottom: 20px;
}

.cta-content .title span {
	/* font-family: var(--tg-playfair-font-family);
	font-style: italic;
	font-weight: 500; */
}

.cta-content p {
	margin-bottom: 40px;
	color: var(--tg-black-three);
	text-align: center;
}

.cta-content .btn {
	background: #132232;
	border-radius: 5px;
}


.cta-content .btn:hover {
	background: #36C2D9;
}


.cta-content .btn::before {
	background: #36C2D9;
}




.cta-shape-wrap img {
	position: absolute;
	z-index: -1;
}

.cta-shape-wrap img:nth-child(1) {
	top: -30px;
	right: -80px;
}

.cta-shape-wrap img:nth-child(2) {
	left: -150px;
	bottom: -65px;
}


/*=============================
	26. Brand
===============================*/
.brand-area {
	padding: 60px 0;
}

.brand-wrap .title {
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 24px;
}

.brand-wrap .title span {
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* .brand-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
}

.brand-item img {
	cursor: pointer;
	opacity: .3;
	transition: .3s;
} */

.brand-item {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.brand-item img {
	/* opacity: .3; */
	width: 200px;
	/* Set your desired width */
	height: 200px;
	/* Set your desired height */
	object-fit: contain;
}

.brand-item img:hover {
	opacity: 1;
}

/* brand-two */
.brand-area-two {
	background: var(--tg-white);
}

.brand-item-wrap .title {
	text-align: center;
	color: var(--tg-gray-two);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 18px;
	margin-bottom: 75px;
}

.brand-item-two {
	border-radius: 30px;
	border: 1px solid var(--tg-gray);
	padding: 0 30px;
	min-height: 60px;
	display: flex !important;
	align-items: center;
	margin: 0 30px;
	cursor: pointer;
	transition: .3s linear;
	margin-bottom: 50px;
}

.brand-item-two:hover {
	background: var(--tg-white);
	border-color: var(--tg-white);
	box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}

/* brand-three */
.brand-aera-three {
	z-index: 1;
	position: relative;
}

.brand-wrap-three .title {
	text-align: center;
	margin-bottom: 70px;
	background: linear-gradient(180deg, #F0F0F0 7.14%, #171717 110%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.brand-item-three {
	width: 232px;
	height: 232px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s linear;
	opacity: .5;
	margin: 0 auto;
	position: relative;
}

.brand-item-three::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px dashed #F0F0F0;
	border-radius: 50%;
	position: absolute;
	transition: .3s linear;
	opacity: .5;
}

.brand-item-three:hover {
	opacity: 1;
}

.brand-item-three:hover::before {
	opacity: 1;
	animation: brandRotate 10s linear infinite;
}

.brand-active-four .slick-slide {
	padding: 0 15px;
}

.brandRotate {
	-webkit-animation-name: brandRotate;
	animation-name: brandRotate;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes brandRotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes brandRotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

/*=============================
	27. Job
===============================*/
.job-tab-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 20px;
	margin-bottom: 60px;
}

.job-tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: 1.5px solid var(--tg-primary-color);
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-white);
	border-radius: 20px;
	padding: 5px 20px;
	display: block;
}



.job-tab-wrap .nav-tabs .nav-link:hover{
	border: 1px white solid;
	/* color: var(--tg-primary-color); */
}
.job-tab-wrap .nav-tabs .nav-link.active {
	background: var(--tg-primary-color);
}

.job-item {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 35px 40px 40px;
	gap: 30px 40px;
	margin-bottom: 20px;
}

.job-item:last-child {
	margin-bottom: 0;
}

.job-content .title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 8px;
	letter-spacing: -0.01em;
}

.job-content p {
	margin-bottom: 15px;
}

.job-content .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.job-content .list-wrap li a {
	font-weight: 400;
	font-size: 14px;
	color: var(--tg-white);
	border: 1px solid var(--tg-primary-color);
	display: block;
	border-radius: 20px;
	padding: 7px 15px;
	line-height: 1;
}

.job-content .list-wrap li a i {
	margin-right: 6px;
}

.job-content .list-wrap li a:hover {
	background: var(--tg-primary-color);
}

.job-detail-btn a {
	font-weight: 600;
	font-size: 18px;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 105px;
}

.job-detail-btn a i {
	margin-left: 10px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out 0s;
}

.job-detail-btn a:hover {
	color: var(--tg-secondary-color);
}

.job-detail-btn a:hover i {
	transform: rotate(0);
}


/* job-details */
.job-details-content {
	margin-left: 60px;
	margin-bottom: 70px;
}

.job-details-content .title {
	font-size: 35px;
	letter-spacing: -0.01em;
	margin-bottom: 50px;
}

.job-qualifications {
	margin-bottom: 60px;
}

.job-qualifications .list-wrap {
	margin-bottom: 50px;
}

.job-qualifications .list-wrap li {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 12px;
}

.job-qualifications .list-wrap li:last-child {
	margin-bottom: 0;
}

.job-qualifications .info-one {
	margin-bottom: 50px;
}

.job-qualifications p {
	margin-bottom: 0;
}

.job-details-list-wrap {
	margin-bottom: 70px;
}

.job-details-list-wrap:last-child {
	margin-bottom: 0;
}

.job-details-list-wrap .title-two {
	margin-bottom: 40px;
	font-size: 30px;
}

.job-details-list-wrap .list-wrap li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.job-details-list-wrap .list-wrap li:last-child {
	margin-bottom: 0;
}

.job-details-list-wrap .list-wrap li::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--tg-paragraph-color);
}

.job-apply-form-wrap .apply-form {
	background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
	border: 1px solid rgba(255 255 255 / 20%);
	border-radius: 30px;
	padding: 60px;
}

.job-apply-form-wrap .apply-form .title {
	font-size: 26px;
	margin-bottom: 15px;
}

.job-apply-form-wrap .apply-form>span {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}

.job-apply-form-wrap .apply-form .form-grp {
	margin-bottom: 30px;
}

.job-apply-form-wrap .apply-form .form-grp label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
	margin-bottom: 10px;
}

.job-apply-form-wrap .apply-form .form-grp textarea,
.job-apply-form-wrap .apply-form .form-grp input {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--tg-paragraph-color);
	padding: 20px 20px;
	height: 60px;
}

.job-apply-form-wrap .apply-form .form-grp input:-internal-autofill-selected {
	background-color: rgba(255, 255, 255, 0.08) !important;
}

.job-apply-form-wrap .apply-form .form-grp textarea {
	min-height: 160px;
	max-height: 160px;
}

.resume-grp .resume-inner {
	position: relative;
	z-index: 1;
}

.resume-grp .resume-inner input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.resume-grp .resume-inner .resume-btn {
	border: 1px solid var(--tg-primary-color);
	font-weight: 700;
	font-size: 22px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	border-radius: 30px;
	background: var(--tg-black-two);
	display: inline-block;
	padding: 5px 35px;
	margin-bottom: 25px;
	cursor: pointer;
}

.resume-grp>span {
	display: block;
}

.resume-grp>span strong {
	color: var(--tg-white);
	font-weight: 500;
}

/*=============================
	27. Blog
===============================*/
.blog-tav-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 30px;
	margin-bottom: 80px;
}

.blog-tav-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	font-weight: 400;
	font-size: 18px;
	border-radius: 0;
	padding: 0 0 10px;
	color: var(--tg-paragraph-color);
	position: relative;
}

.blog-tav-wrap .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: var(--tg-primary-color);
	transition: .3s ease-in-out;
	opacity: 0;
}

.blog-tav-wrap .nav-tabs .nav-link.active::before {
	opacity: 1;
}

.blog-tav-wrap .nav-tabs .nav-link.active {
	color: var(--tg-white);
}

.blog-item {
	display: flex;
	border-radius: 30px;
	border: 1px solid rgba(255 255 255 / 20%);
	padding: 20px 20px 20px 30px;
	align-items: center;
	background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%,
			rgba(0 203 255 / 20%) 99.79%);
	gap: 40px;
	margin-bottom: 50px;
}

.blog-img {
	flex: 0 0 auto;
	width: 42%;
}

.blog-img img {
	border-radius: 30px;
}

.blog-content .date {
	display: block;
	margin-bottom: 10px;
}

.blog-content .title {
	font-size: 24px;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	width: 90%;
	line-height: 1.5;
}

.blog-content p {
	margin-bottom: 0;
	width: 80%;
}

.blog-grid-item {
	border-radius: 30px;
	/* border: 1px solid rgba(255 255 255 / 20%); */
	padding: 10px 10px 30px;
	background: #1D91C7;
	/* background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%); */
	margin-bottom: 30px;
	height: 680px;
}

.blog-grid-item:hover {
	/* background: linear-gradient(135deg, #1D91C7, #36C2D9); */
}

.blog-grid-thumb {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	margin-bottom: 5px;
}

.blog-grid-thumb img {
	transform: scale(1);
}

.blog-grid-item:hover .blog-grid-thumb img {
	transform: scale(1.1);
}

.blog-grid-content .date {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.blog-grid-content .title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}

.blog-grid-content p {
	margin-bottom: 10px;
	text-align: center;
}

.blog-content .title a,
.blog-grid-content .title a {
	position: relative;
	display: inline;
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.blog-content .title a:hover,
.blog-grid-content .title a:hover {
	color: inherit;
	background-size: 0 1px, 100% 1px;
}

.blog-pev-next-wrap {
	margin-top: 30px;
}

.blog-pev-next-wrap .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 130px;
}

.blog-pev-next-wrap .list-wrap li a {
	font-weight: 700;
	font-size: 14px;
	color: var(--tg-white);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
}

.blog-pev-next-wrap .list-wrap li a i {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border: 1px solid var(--tg-primary-color);
	border-radius: 50%;
	margin-right: 20px;
	transition: .3s ease-in-out;
}

.blog-pev-next-wrap .list-wrap li a:hover i {
	background: var(--tg-primary-color);
}

.blog-pev-next-wrap .list-wrap li.next-post a {
	flex-direction: row-reverse;
}

.blog-pev-next-wrap .list-wrap li.next-post a i {
	margin-right: 0;
	margin-left: 20px;
}





.card-ser {
	border-radius: 20px;
	/* background:  #0f80a0; */
	background: #1D91C7;
	/* background: linear-gradient(135deg, #0f80a0, #1cbed9); */

	/* background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%); */
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.card-ser:hover {
	transform: scale(1.05);
	background: linear-gradient(135deg, #0f80a0, #1cbed9);
}

@media (min-width: 300px) and (max-width: 1200px) {
	.blog-grid-item {
		height: auto;
		margin-bottom: 0px;
	}
}

/* blog-details */
.blog-details-wrap {
	padding-right: 110px;
}

.blog-details-thumb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 45px;
}

.blog-details-thumb img {
	border-radius: 30px;
}

.blog-details-social .list-wrap {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 50px;
	margin-left: auto;
}

.blog-details-social .list-wrap li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(230, 238, 251, 0.1);
	font-size: 16px;
	color: var(--tg-paragraph-color);
	border-radius: 50%;
}

.blog-details-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-color: var(--tg-primary-color);
}

.blog-details-content {
	width: 91%;
	margin-bottom: 90px;
}

.blog-details-content .date {
	display: block;
	margin-bottom: 10px;
}

.blog-details-content .title {
	margin-bottom: 30px;
	font-size: 35px;
	letter-spacing: -0.01em;
	width: 75%;
}

.blog-details-content p {
	margin-bottom: 0;
}

.blog-details-content .info-two {
	margin-bottom: 30px;
}

.blog-details-content>.list-title {
	display: block;
	margin-bottom: 15px;
}

.blog-details-content .list-wrap {
	margin-bottom: 40px;
}

.blog-details-content .list-wrap li {
	display: flex;
	align-items: baseline;
	font-size: 18px;
	margin-bottom: 5px;
}

.blog-details-content .list-wrap li:last-child {
	margin-bottom: 0;
}

.blog-details-content .list-wrap li i {
	color: var(--tg-white);
	margin-right: 12px;
}

.blog-avatar-wrap {
	background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
	border: 1px solid rgba(255 255 255 / 20%);
	border-radius: 30px;
	padding: 40px 55px 40px 40px;
	display: flex;
	align-items: center;
	width: 66%;
	margin-bottom: 50px;
}

.blog-post-avatar-img {
	width: 150px;
	flex: 0 0 auto;
	margin-right: 30px;
}

.blog-post-avatar-img img {
	border-radius: 50%;
}

.blog-avatar-info .name {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-avatar-info p {
	margin-bottom: 10px;
}

.blog-avatar-info .avatar-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-avatar-info .avatar-social .list-wrap li a {
	color: var(--tg-white);
	opacity: 0.45;
}

.blog-avatar-info .avatar-social .list-wrap li a:hover {
	opacity: 1;
}

.blog-details-pev-next {
	width: 66%;
	margin-top: 0;
	margin-bottom: 90px;
}

.blog-details-pev-next .list-wrap {
	justify-content: space-between;
}

.related-post-wrap {
	margin-bottom: 60px;
}

.related-post-wrap>.title {
	font-size: 35px;
	margin-bottom: 80px;
	letter-spacing: -0.01em;
}

.related-post-active [class*="col-"] {
	padding: 0 15px;
}

.comments-wrap {
	width: 66%;
	margin-bottom: 90px;
}

.comments-wrap-title {
	font-size: 35px;
	margin-bottom: 70px;
	letter-spacing: -0.01em;
}

.comments-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.latest-comments .children .comments-box {
	margin-left: 100px;
}

.comments-avatar {
	width: 80px;
	flex: 0 0 auto;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.comments-text .avatar-name .name {
	font-size: 18px;
	margin-bottom: 10px;
}

.comments-text .avatar-name .name span {
	color: var(--tg-paragraph-color);
}

.comments-text p {
	margin-bottom: 5px;
}

.comments-text .list-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comments-text .list-wrap li {
	position: relative;
}

.comments-text .list-wrap li::before {
	content: ".";
	position: absolute;
	right: -7px;
	top: 0;
	color: var(--tg-white);
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
}

.comments-text .list-wrap li:last-child::before {
	display: none;
}

.comments-text .list-wrap li a {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tg-white);
}

.comments-text .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

.comments-text .list-wrap li.like a {
	color: var(--tg-primary-color);
}

.comments-text .list-wrap li.like a:hover {
	color: var(--tg-white);
}

.comment-respond {
	background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
	border: 1px solid rgba(255 255 255 / 20%);
	border-radius: 30px;
	padding: 45px 50px 50px;
	width: 66%;
}

.comment-reply-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.comment-respond span {
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}

.comment-form .form-grp {
	margin-bottom: 25px;
}

.comment-form .form-grp label {
	display: block;
	font-weight: 700;
	font-size: 18px;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-paragraph-color);
	padding: 15px 20px;
	height: 60px;
	display: block;
}

.comment-form .form-grp textarea {
	min-height: 160px;
	max-height: 160px;
}

.comment-form .checkbox-grp {
	display: flex;
	align-items: flex-start;
}

.comment-form .checkbox-grp .form-check-input {
	width: 16px;
	height: 16px;
	margin-top: 6px;
	margin-right: 10px;
	background-color: transparent;
	border: 1px solid var(--tg-paragraph-color);
	box-shadow: none;
	outline: none;
	flex: 0 0 auto;
	padding: 0 0;
	border-radius: 2px;
}

.comment-form .checkbox-grp label {
	color: var(--tg-paragraph-color);
	user-select: none;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
}

/*=============================
	28. Contact
===============================*/
.contact-info-wrap {
	margin-bottom: 100px;
}

.contact-info-item {
	border: 1px solid rgba(255, 255, 255, 0.12);
	filter: drop-shadow(0px 42px 76px #00042B);
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	min-height: 288px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	transition: .3s linear;
}

.contact-info-item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.contact-info-item .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: var(--tg-gradient-color);
	position: relative;
	font-size: 24px;
	color: var(--tg-white);
	z-index: 1;
}

.contact-info-item .icon::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: #331a5d;
	z-index: -1;
}

.contact-info-item .icon i {
	transform: rotateY(0);
	transition: .3s linear;
}

.contact-info-item:hover .icon i {
	transform: rotateY(-180deg);
}

.contact-info-item .content .title {
	font-size: 22px;
	margin-bottom: 20px;
}

.contact-info-item .content p {
	margin-bottom: 0;
}

.contact-info-item .content span {
	display: block;
}

.contact-form-wrap {
	position: relative;
}

.contact-form-wrap>.title {
	margin-bottom: 80px;
	text-align: center;
	font-size: 50px;
	letter-spacing: -0.01em;
}

.contact-form-wrap>.title span {
	/* font-weight: 400; */
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.responds-wrap {
	text-align: left;
	background: linear-gradient(135deg, #0f80a0, #1cbed9);
	/* background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%); */
	/* border: 1px solid rgba(255 255 255 / 20%); */
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	max-width: 435px;
	/* min-height: 220px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* margin-left: auto; */
	margin-bottom: 10px;
}

.responds-wrap .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.responds-wrap .list-wrap li {
	transition: .3s linear;
}

.responds-wrap .list-wrap li img {
	border-radius: 50%;
	border: 1px solid rgba(240, 240, 240, 0.12);
}

.responds-wrap .list-wrap li:not(:nth-child(1)) {
	margin-left: -20px;
}

.responds-wrap .list-wrap li:nth-child(1) {
	z-index: 5;
}

.responds-wrap .list-wrap li:nth-child(2) {
	z-index: 4;
}

.responds-wrap .list-wrap li:nth-child(3) {
	z-index: 3;
}

.responds-wrap .list-wrap li:nth-child(4) {
	z-index: 2;
}

.responds-wrap .list-wrap li:hover {
	z-index: 5;
}

.responds-wrap p {
	margin-bottom: 0;
	font-size: 18px;
}

.contact-form {
	background: linear-gradient(135deg, #1D91C7, #36C2D9);
	/* background: linear-gradient(85deg, #2e75b5, #1d446d); */
	/* background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%); */
	border: 1px solid rgba(255 255 255 / 15%);
	border-radius: 30px;
	padding: 40px;
	margin: 0 45px;
}

.contact-form .form-grp {
	margin-bottom: 30px;
}

.contact-form .form-grp textarea,
.contact-form .form-grp input {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--tg-white);
	background: rgba(230, 238, 251, 0.08);
	border: 1px solid rgba(230, 238, 251, 0.13);
	border-radius: 5px;
	padding: 10px 20px;
	height: 50px;
	display: block;
}

.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
	font-size: 16px;
	color: var(--tg-white);
	opacity: .8;
	text-align: left;
}

.contact-form .form-grp textarea {
	min-height: 100px;
	max-height: 110px;
}

.contact-shape {
	position: absolute;
	left: 18%;
	z-index: -1;
	bottom: 8%;
}

.contact-map {
	width: 100%;
	height: 700px;
}

.contact-map iframe {
	width: 100%;
	height: 100%;
}

/*=============================
	29. Error
===============================*/
.error-area {
	position: relative;
	padding: 205px 0 150px;
}

.error-bg {
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}

.error-content .title {
	font-size: 70px;
	margin-bottom: 50px;
	letter-spacing: -0.01em;
}

.error-content img {
	margin-bottom: 50px;
}

.error-content span {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
	letter-spacing: -0.01em;
	margin-bottom: 70px;
}

/*=============================
	30. Login
===============================*/
.menu-area.menu-area-four {
	padding: 25px 0;
}

.login-area {
	min-height: 100vh;
	padding: 180px 0px 120px;
	display: flex;
	align-items: center;
	position: relative;
}

.login-content {
	margin-right: 65px;
}

.login-content .title {
	font-size: 34px;
	margin-bottom: 15px;
	letter-spacing: -0.01em;
}

.login-content>span {
	font-size: 18px;
	display: block;
	margin-bottom: 40px;
}

.login-content .form-grp {
	margin-bottom: 25px;
}

.login-content .form-grp label {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: block;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
	margin-bottom: 10px;
}

.login-content .form-grp input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 5px;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	color: var(--tg-paragraph-color);
	padding: 15px 20px;
	height: 60px;
}

.login-content .password-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.login-content .password-wrap .form-grp {
	display: flex;
	align-items: center;
}

.login-content .form-grp.checkbox-grp .form-check-input {
	padding: 0;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	margin-top: 0;
	margin-right: 10px;
}

.login-content .form-grp.checkbox-grp label {
	margin-bottom: 0;
	user-select: none;
	font-weight: 400;
}

.login-content .password-wrap button {
	border: none;
	background: transparent;
	padding: 0 0;
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-white);
	margin-bottom: 25px;
}

.login-content .password-wrap button:hover {
	color: var(--tg-primary-color);
}

.login-content .sine-btn {
	font-weight: 700;
	font-size: 14px;
	width: 100%;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 18px 20px;
	color: var(--tg-heading-font-color);
	background: var(--tg-primary-color);
	height: 60px;
	margin-bottom: 30px;
}

.login-content .sine-btn:hover {
	background: var(--tg-secondary-color);
}

.login-content .google-btn {
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.13);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--tg-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.login-content .google-btn img {
	margin-right: 10px;
}

.login-content .google-btn:hover {
	color: var(--tg-primary-color);
}

.login-content form span {
	text-align: center;
	display: block;
	font-size: 18px;
}

.login-right-content-wrap {
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
	top: 0;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 80px;
}

.login-right-bg {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	mix-blend-mode: luminosity;
	background-size: cover;
	background-position: center;
}

.login-right-content-inner img {
	margin-bottom: 50px;
}

.login-right-content-inner .title {
	font-size: 35px;
	margin-bottom: 0;
	letter-spacing: -0.01em;
}

.login-right-content-inner span {
	background: var(--tg-gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.menu-area.menu-area-four .mobile-nav-toggler {
	display: block;
}


/*=============================
	31. Footer
===============================*/
.footer-area {
	background: black;
	/* background: linear-gradient(85deg, #2e75b5, #1d446d); */
	z-index: 3;
	position: relative;
}

.footer-widget {
	margin-bottom: 40px;
}

.fw-title {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.footer-link .list-wrap li {
	margin-bottom: 8px;
}

.footer-link .list-wrap li:last-child {
	margin-bottom: 0;
}

.footer-link .list-wrap li a {
	color: var(--tg-paragraph-color);
	position: relative;
}

.footer-link-three .list-wrap li a::before,
.footer-link-two .list-wrap li a::before,
.footer-link .list-wrap li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--tg-paragraph-color);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link-three .list-wrap li a:hover::before,
.footer-link-two .list-wrap li a:hover::before,
.footer-link .list-wrap li a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.footer-contact {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	gap: 5px;
}

.footer-contact a {
	color: var(--tg-paragraph-color);
}

.footer-contact a.email {
	text-decoration: underline;
}

.footer-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-social .list-wrap li a {
	border: 1px solid var(--tg-primary-color);
	border-radius: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	color: var(--tg-white);
	justify-content: center;
}

.footer-social .list-wrap li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
}

.footer-newsletter {
	background: linear-gradient(135deg, #0f80a0, #1cbed9);
	border: 1px solid #251740;
	border-radius: 20px;
	text-align: center;
	padding: 35px 28px 40px;
}

.footer-newsletter .title {
	margin-bottom: 25px;
	font-size: 15px;
	text-transform: capitalize;
}

.footer-newsletter p {
	margin-bottom: 30px;
	line-height: 1.5;
}

.footer-area .footer-top {

	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 55px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 44px 0;
}

.footer-bottom .copyright-text p {
	margin-bottom: 0;
}

.footer-menu .list-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 25px;
}

.footer-menu .list-wrap li a {
	font-size: 15px;
	color: var(--tg-paragraph-color);
	position: relative;
}

.footer-menu .list-wrap li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--tg-paragraph-color);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-menu .list-wrap li a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/* footer-two */
.footer-top-two {
	z-index: 1;
	position: relative;
	background: var(--tg-white);
	border-radius: 0 0 25px 25px;
	padding: 95px 0 60px;
}

.footer-features-wrap {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--tg-gray);
	margin-bottom: 70px;
}

.footer-features-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.footer-features-item .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #FDEAF3 0%, rgba(200, 223, 251, 0.06) 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 10px;
	margin-right: 20px;
	position: relative;
}

.footer-features-item .icon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -56px;
	width: 100%;
	height: 2px;
	background: var(--tg-black-two);
}

.footer-features-item .content .title {
	margin-bottom: 10px;
	color: var(--tg-black-two);
	font-size: 20px;
	letter-spacing: -0.01em;
}

.footer-features-item .content a {
	font-size: 18px;
	color: var(--tg-gray-two);
}

.footer-features-item .content a:hover {
	color: var(--tg-primary-color);
}

.footer-features-item .content a i {
	margin-left: 15px;
}

.fw-title-two {
	font-size: 14px;
	margin-bottom: 32px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tg-black-two);
}

.footer-link-two .list-wrap li {
	margin-bottom: 7px;
}

.footer-link-two .list-wrap li:last-child {
	margin-bottom: 0;
}

.footer-link-two .list-wrap li a {
	font-size: 16px;
	color: var(--tg-gray-two);
	position: relative;
}

.footer-link-two .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

.footer-link-two .list-wrap li a::before {
	background: var(--tg-primary-color);
}

.footer-contact-two {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	gap: 5px;
}

.footer-contact-two a {
	color: var(--tg-gray-two);
	font-size: 16px;
}

.footer-contact-two a:hover {
	color: var(--tg-primary-color);
}

.footer-contact-two a.email {
	text-decoration: underline;
}

.footer-social-two .list-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-social-two .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-black-two);
	border: 1px solid var(--tg-gray);
	border-radius: 50%;
}

.footer-social-two .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-color: var(--tg-primary-color);
}

.footer-bottom-two {
	background: var(--tg-gradient-color-three);
	padding: 50px 0 11px;
	margin-top: -39px;
}

.footer-bottom-two .copyright-text p {
	color: var(--tg-white);
	margin-bottom: 0;
	font-weight: 500;
}

.footer-bottom-two .footer-menu .list-wrap li a {
	font-size: 16px;
	color: var(--tg-white);
}

.footer-bottom-two .footer-menu .list-wrap li a::before {
	background: var(--tg-white);
}

/* footer-three */
.footer-area-three {
	background: var(--tg-black-three);
}

.footer-top-three {
	padding: 100px 0 30px;
}

.footer-top-three .fw-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.footer-link-three .list-wrap li {
	margin-bottom: 8px;
}

.footer-link-three .list-wrap li:last-child {
	margin-bottom: 0;
}

.footer-link-three .list-wrap li a {
	color: var(--tg-gray-three);
	position: relative;
}

.footer-link-three .list-wrap li a::before {
	background: var(--tg-white);
}

.footer-link-three .list-wrap li a:hover {
	color: var(--tg-white);
}

.app-download {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 30px;
}

.app-download img {
	max-width: 130px;
}

.footer-social-three .list-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-social-three .list-wrap li a {
	color: var(--tg-white);
	font-size: 16px;
}

.footer-social-three .list-wrap li a:hover {
	color: var(--tg-cyan);
}

.footer-newsletter-two p {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 35px;
	font-family: var(--tg-heading-font-family);
	letter-spacing: -0.02em;
	color: var(--tg-gray-four);
	line-height: 1.4;
}

.footer-newsletter-two form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-newsletter-two form input {
	width: 100%;
	border: 1px solid #393A3D;
	border-radius: 5px;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 20px;
	color: var(--tg-gray-four);
	height: 40px;
}

.footer-newsletter-two form input::placeholder {
	color: var(--tg-gray-three);
	font-weight: 400;
	font-size: 16px;
}

.footer-newsletter-two form .gradient-btn.gradient-btn-four {
	font-size: 14px;
	color: var(--tg-white);
	padding: 13px 30px;
}

.footer-newsletter-two form .gradient-btn.gradient-btn-four::after {
	display: none;
}

.footer-bottom-three {
	border-top: 1px solid #393A3D;
	padding: 34px 0;
}

.footer-bottom-three .copyright-text p {
	margin-bottom: 0;
	color: var(--tg-gray-three);
}

.footer-bottom-three .footer-menu .list-wrap li a {
	font-size: 16px;
	color: var(--tg-gray-three);
}

.footer-bottom-three .footer-menu .list-wrap li a:hover {
	color: var(--tg-white);
}

.footer-bottom-three .footer-menu .list-wrap li a::before {
	background: var(--tg-white);
}

/*=============================
	32. Preloader
===============================*/
#preloader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #132232;
	z-index: 999;
	width: 100%;
	height: 100%;
}

.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: var(--tg-white);
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1.0);
	}

	;
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}

	;
}