/*
  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');

/*=============================
	01. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Outfit', sans-serif;
    --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;
    --tg-playfair-font-family: 'Playfair Display', serif;
    --tg-primary-color: #008aff;
    --tg-secondary-color: #00CBFF;
	--tg-gradient-color: linear-gradient(89.78deg, #C8BDFF -31.69%, #00b2ff -22.78%, #4ecaff 27.93%, #ffffff 99.79%);
    --tg-gradient-color-two: linear-gradient(87.22deg, #362880 -1.82%, #ffff00 5.99%, #0041f8 50.47%, #ff0000 113.5%);
    --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: #C8B8E8;
    --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: #00115b;
    --tg-cetacean-blue: #000d4f;
    --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: #00000096;
    --tg-black-two: #07117b;
    --tg-black-three: #151515;
    --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: 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;
}
main.main-content {
	position: relative;
	z-index: 1;
	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: var(--tg-secondary-color);
	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: 2rem;
}
h3 {
	font-size: 1.75rem;
}
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-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;
}
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: var(--tg-primary-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;
	overflow: hidden;
}
.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--tg-secondary-color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.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: var(--tg-white);
}
.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-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(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: var(--tg-black-two);
	opacity: 1;
	width: auto;
	height: auto;
	transition: all 0.3s ease 0s;
}
.gradient-btn.gradient-btn-two:hover::before {
	opacity: 0;
}
.gradient-btn.gradient-btn-three {
	background: var(--tg-gradient-color-three);
	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(267deg, #FAEC60 -4.93%, #E5A34B 8.69%, #EE6E4D 20.84%, #F44380 37.75%, #BE3DB3 52.82%,
	#7746E6 73.27%, #5A71F1 89.06%, #439EFF 101.36%);
}
.gradient-btn.gradient-btn-four {
	background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
	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(269deg, #00C39A 36.5%, #FDCF6D 98.77%);
	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: var(--tg-primary-color);
	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);
}


/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1630px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area.transparent-header {
	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: var(--tg-heading-font-color);
	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;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.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;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid rgba(255 255 255 / 15%);
	background: var(--tg-black-two);
	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;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	border-radius: 5px;
	padding: 18px 0;
	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 a {
	padding: 9px 15px 9px 25px;
	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);
}
.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: var(--tg-black-two);
	-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
===============================*/
.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: 300px;
	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: var(--tg-black-two);
	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 ul li > a {
	font-size: 16px;
	margin-left: 20px;
	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 rgba(255 255 255 / 10%);
	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;
}
.banner-content {
	text-align: center;
}
.banner-content .title {
	font-size: 70px;
	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: 300;
	-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: 60%;
	margin: 0 auto 40px;
}
.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: linear-gradient(179.14deg, #F0F0F0 7.77%, #171717 120.01%);
	-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;
}


/*=============================
	05. Breadcrumb
===============================*/
.breadcrumb-area {
	padding: 205px 0 135px;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	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;
}

/*=============================
	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: #1a164c;
	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: 90%;
	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 {
	border-radius: 30px;
}
.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;
	height: 90%;
	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;
	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: 18px;
	margin-bottom: 0;
}
.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;
}
.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;
}


/*=============================
	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;
}



/* 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: 60px;
	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 {
	font-style: italic;
	font-family: var(--tg-playfair-font-family);
}
.services-item-two {
	box-shadow: 0px 19px 10px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	background: var(--tg-black-four);
	padding: 50px 40px 45px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.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, #FDCF6D 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, #00C39A 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 {
	min-height: 50px;
	margin-bottom: 30px;
}
.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;
}
.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 {
	border: 1px solid rgb(255 209 0 / 72%);
	filter: drop-shadow(0px 42px 76px #00042B);
	border-radius: 10px;
	text-align: center;
	padding: 40px 30px;
	margin-bottom: 30px;
}
.counter-item .count {
	font-size: 55px;
	line-height: 1;
	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;
	justify-content: center;
}
.counter-item p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--tg-white);
}

/* counter-two */
.counter-area-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.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: 40px;
}
.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 30px;
}
.counter-item-three .count {
	font-size: 50px;
	display: inline-flex;
	align-items: center;
	line-height: .8;
	margin-bottom: 20px;
	justify-content: center;
}
.counter-item-three p {
	margin-bottom: 0;
}

/*=============================
	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: 60px;
	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 {
	position: relative;
	padding: 40px 50px 40px 95px;
	z-index: 1;
	margin-bottom: 30px;
	transition: .3s linear;
	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);
}
.writing-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: white;
	/* background: var(--tg-gradient-color); */
	font-size: 26px;
	color: white;
	/* 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: #331a5d;
	z-index: -1;
}
.writing-content .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.writing-content p {
	margin-bottom: 17px;
	font-size: 15px;
}
.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;
}
.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(93deg, rgb(34 102 189) -31.69%, rgb(0 107 255 / 39%) -22.78%, rgb(103 33 255 / 18%) 27.93%, rgb(0 196 255 / 26%) 99.79%);
	display: inline-flex;
	border-radius: 10px;
	border: 1px solid rgb(255 255 255 / 39%);
	padding: 10px 30px;
	margin-bottom: 60px;
}
.use-cases-nav-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	color: var(--tg-white);
	padding: 6px 15px;
}
.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);
}
.cases-details-wrap .cases-details-img img {
	border-radius: 30px;
}
.cases-details-wrap {
	position: relative;
	padding-bottom: 30px;
}
.cases-details-content {
	border: 1px solid rgb(51 178 236 / 64%);
	border-radius: 30px;
	padding: 50px 50px 40px;
	width: 450px;
	background: var(--tg-blue);
	position: absolute;
	right: 0;
	bottom: 0;
}
.cases-details-content .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 20px;
}
.cases-details-content p {
	margin-bottom: 35px;
	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;
}
.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: #331a5d;
	z-index: -1;
}
.roadmap-item .roadmap-img {
	position: relative;
	margin-right: 140px;
	width: 574px;
	flex: 0 0 auto;
}
.roadmap-content {
	width: 30%;
}
.roadmap-content .title {
	font-size: 24px;
	margin-bottom: 25px;
}
.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;
}
.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: rgba(255 255 255 / 10%);
	border: 1px solid rgba(255 255 255 / 20%);
	border-radius: 30px;
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
}
.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: 35px 25px 35px 75px;
	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: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 7px;
	top: 14px;
	background: var(--tg-gradient-color);
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 22px;
	z-index: 1;
}
.tools-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 50%;
	background: #331a5d;
	z-index: -1;
}
.tools-content .title {
	font-size: 20px;
	margin-bottom: 12px;
}
.link-btn {
	display: inline-flex;
	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: var(--tg-white);
	z-index: 1;
	overflow: hidden;
}
.compare-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 57%;
	background: var(--tg-gray);
	z-index: -1;
}
.section-title-two .title {
	margin-bottom: 0;
	font-size: 50px;
	color: var(--tg-black-two);
	letter-spacing: -0.01em;
}
.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: var(--tg-white);
}
.compare-content .title {
	color: var(--tg-black-two);
	font-size: 24px;
	margin-bottom: 50px;
}
.compare-content .list-wrap li {
	color: var(--tg-gray-two);
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.compare-content .list-wrap li:last-child {
	margin-bottom: 0;
}
.compare-content .list-wrap li::before {
	content: "\f058";
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
	color: var(--tg-primary-color);
	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: 130px;
}
.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: 30px;
}
.work-thumb img {
	width: 100%;
	filter: drop-shadow(0px 7px 21px rgba(16, 5, 39, 0.09));
	border-radius: 30px;
}
.work-content {
	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: 50px;
}
.work-content p {
	margin-bottom: 0;
}
.work-item:nth-child(odd) {
	flex-direction: row-reverse;
}
.work-item:nth-child(odd) .work-content {
	margin-left: 0;
	margin-right: 60px;
}

/*=============================
	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 28px 20px 28px;
	position: relative;
}
.faq-tab-wrap .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
	background: var(--tg-primary-color);
	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: 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);
}
.cta-content .btn {
	background: var(--tg-black-three);
	border-radius: 5px;
}
.cta-content .btn::before {
	background: var(--tg-cyan);
}
.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: 14px;
}
.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 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.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: 20px;
	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: 20px 20px 30px;
	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;
}
.blog-grid-thumb {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.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;
}
.blog-grid-content .title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.blog-grid-content p {
	margin-bottom: 0;
}
.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;
}


/* 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 {
	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: 30px;
	text-align: center;
	max-width: 355px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
}
.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(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: 60px;
	margin: 0 65px;
}
.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;
}
.contact-form .form-grp textarea {
	min-height: 110px;
	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: var(--tg-cetacean-blue);
	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 #ffffff;
	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: var(--tg-black);
	border: 1px solid #ffffff;
	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: var(--tg-black-two);
	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);
  };
}