@charset "UTF-8";
/*------------------------------------------------------------------
  Theme Name: Bizos - Creative Agency HTML Template
  Author: Kazi Shahiduzzaman
  Description: Bizos - Creative Agency HTML Template. Can be Used For Various Perposes.
  Version: 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Variable css
2. Mixins Css
3. Typography css
4. Faq css
5. Theme Default css
6. Grids css
7. BG css
8. Margin Padding Css
9. BTN Css
10. Hero css
11. Footer css
12. Scroll top css
13. Navbar css
14. Breadcrumb css
15. RTL css
16. Vidz css
17. Blog Single css
18. Sidebar css
19. Pagination css
20. Gallery css
21. Topbar css
22. Heading css
23. Contact css
24. Text Color css
25. Header Hero Top css
26. About css
27. Service CSS
28. Counter Css
29. Why css
30. Work css
31. Container css
32. Price css
33. Team css
34. Review css
35. Blog css
36. Register css
37. Step css
38. Sub css
39. Project Single css
40. Service Single css
41. Feature css
42. Benefit css
43. Promo css
44. Requ css
45. CTA css
46. Marquee css
47. Team Single css
48. Partner css
49. Skill Progress
50. Best css
51. Sidenav css
52. Border Animation css
53. Timeline css
54. 404
-------------------------------------------------------------------*/
/*Start Theme Basic*/
/*-------------------------------------------------------
01. Variable css
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	--clr-heading: #0a0909;
	--clr-body: #444;
	--clr-bg: #f0f0f5;
	--clr-def: #ff6b47;
	--clr-def-2: #4bc7eb;
	--clr-def-3: #0b6460;
	--clr-def-4: #267472;
	--clr-white: #fff;
	--clr-white-rgb: 255, 255, 255;
	--clr-heading-rgb: 10, 9, 9;
	--clr-def-rgb: 236, 9, 111;
	--clr-def-2-rgb: 75, 199, 235;
	--clr-black: #000;
	--clr-black-1: #1c1d2e;
	--clr-black-2: #252525;
	--clr-black-3: #051228;
	--clr-orange: #f42222;
	--font-1: "Roboto", sans-serif;
	--font-2: "Lato", sans-serif;
	--clr-menu: #ff4a17;
	--clr-aaa: #aaa;
	--clr-bbb: #bbb;
	--clr-ccc: #ccc;
	--clr-ddd: #ddd;
	--clr-eee: #eee;
	--clr-border: #e9e9e9;
	--box-shadow: 0px 0px 50px rgba(10, 9, 9, 0.1);
}

/*-------------------------------------------------------
02. Mixins Css #070E27 #5416CF #0B0F28;
---------------------------------------------------------*/
/*-------------------------------------------------------
03. Typography css
---------------------------------------------------------*/
*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	scroll-behavior: inherit !important;
}

html,
body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	box-sizing: border-box;
}

body {
	font-family: var(--font-2);
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--clr-body);
}

main.main {
	overflow: hidden;
}

a {
	color: var(--clr-body);
	font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--clr-heading);
	margin: 0 0 1.5rem 0;
	font-weight: 600;
	font-family: var(--font-1);
	line-height: 1.2;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	margin-bottom: 1.5rem;
}

.img,
img {
	max-width: 100%;
	-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;
	height: auto;
}

hr {
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	color: #999;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #555;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #555;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #999;
	font-size: 1.4rem;
	opacity: 1;
}

*::placeholder {
	color: #999;
	font-size: 1.4rem;
	opacity: 1;
}

/*-------------------------------------------------------
04. Faq css
---------------------------------------------------------*/
.faq-section .faq-item {
	border-bottom: 1px solid var(--clr-border);
	margin-bottom: 2rem;
}
.faq-section .faq-item .faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1rem 1.5rem 2rem 0;
	background: transparent;
	border: none;
	font-family: var(--font-1);
	font-size: 28px;
	color: var(--clr-heading);
	cursor: pointer;
	position: relative;
}
.faq-section .faq-item .faq-question .icon {
	display: inline-block;
	transition: transform 0.4s ease;
	font-size: 2.3rem;
	color: var(--clr-def);
}
.faq-section .faq-item .faq-answer {
	display: none;
	padding: 0 1.5rem 2rem 0;
	line-height: 1.6;
	font-size: 17px;
}
.faq-section .faq-item.active .faq-question .icon {
	transform: rotate(45deg);
}

.highlight {
	background: red !important;
}

.faq-hlf {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100px;
}

.faq-extra {
	background: var(--clr-def);
	padding: 6rem 7rem;
	border-radius: 12px;
	margin-top: 80px;
	text-align: center;
}
.faq-extra p {
	color: var(--clr-white);
	margin-bottom: 10px;
}
.faq-extra h6 {
	color: var(--clr-white);
	margin-bottom: 0;
}
.faq-extra h6 span {
	color: var(--clr-def-2);
}

.accordion-item {
	background-color: var(--clr-white);
	border: 1px solid rgba(13, 29, 99, 0.1019607843);
	margin-bottom: 3rem;
}
.accordion-item:first-of-type {
	border-radius: 0;
}
.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-header {
	margin-bottom: 0;
	padding: 2rem 2rem 2rem 2rem;
}

.accordion-button:not(.collapsed) {
	color: var(--clr-heading-2);
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(13, 29, 99, 0.1019607843);
}

.accordion-button {
	width: 100%;
	color: var(--clr-heading);
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-body {
	padding: 0 2rem 2rem 2rem;
}
.accordion-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.accordion-button::after {
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: var(--clr-white);
	background: var(--clr-def);
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-family: "Font Awesome 6 Free";
	content: "\f077"; /* FontAwesome Unicode */
	font-weight: 900;
	background-image: inherit;
	font-size: 1.4rem;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
	background-image: inherit;
	font-family: "Font Awesome 6 Free";
	content: "\f077"; /* FontAwesome Unicode */
	font-weight: 900;
	font-size: 1.4rem;
}

.accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.faq-2 .accordion-item {
	background-color: transparent;
	border: none;
	margin-bottom: 3rem;
}
.faq-2 .accordion-button::after {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: var(--clr-def);
	color: var(--clr-white);
	left: -50px;
	right: inherit;
}
.faq-2 .accordion-header {
	padding: 0 0 0 5rem;
}
.faq-2 .accordion-header .accordion-button {
	padding: 0;
	font-weight: 800;
	font-size: 22px;
}
.faq-2 .accordion-body {
	padding: 2rem 0 0 0;
}

.faw {
	border-radius: 10px;
}

.faq-3 .accordion-item {
	background: var(--clr-white);
	border: none;
	margin-bottom: 3rem;
	padding: 30px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.faq-3 .accordion-button::after {
	display: none;
}
.faq-3 .accordion-header {
	padding: 0 0 0 0;
}
.faq-3 .accordion-header .accordion-button {
	padding: 0;
	font-weight: 800;
	font-size: 18px;
}
.faq-3 .accordion-body {
	padding: 2rem 0 0 0;
}

.faq-ovs {
	position: absolute;
	bottom: 60px;
	left: 0;
	display: flex;
	align-items: center;
	background: var(--clr-def-4);
}
.faq-ovs .faq-ovs-icon i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: var(--clr-def);
	display: inline-block;
}
.faq-ovs .faq-ovs-desc {
	background: var(--clr-def-4);
	padding: 0 20px;
}
.faq-ovs .faq-ovs-desc h2 {
	color: var(--clr-white);
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}
.faq-ovs .faq-ovs-desc span {
	display: inline-block;
	color: var(--clr-white);
}

.circle-half {
	position: absolute;
	z-index: 1;
	top: -100px;
	right: -100px;
}

.faq-right-top {
	width: 470px;
	padding: 50px;
	background: var(--clr-def-2);
}
.faq-right-top i {
	display: block;
	margin-bottom: 2rem;
}
.faq-right-top h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	color: var(--clr-white);
	margin-bottom: 0;
}

.faq-4 .accordion-button::after {
	color: var(--clr-heading);
	background: transparent;
}
.faq-4 .accordion-header {
	background: transparent;
	padding: 0rem 0rem 2rem 4rem;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.faq-4 .accordion-header::before {
	top: 30%;
	left: 0;
	position: absolute;
	content: "";
	width: 18.22px;
	height: 6px;
	background: var(--clr-heading);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translate(0, -50%);
}
.faq-4 .accordion-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(10, 9, 9, 0.3);
}
.faq-4 .accordion-item:last-child {
	border: none;
}
.faq-4 .accordion-item .accordion-body {
	padding: 0rem 2rem 2rem 4rem;
}

.accor-4 {
	width: 534px;
}

.faq-gp {
	position: absolute;
	z-index: 1;
	bottom: 70px;
	right: -142px;
}

.faq-left-contact {
	padding: 80px 0;
}

.faq-left-pic {
	display: inline-block;
	margin-left: -228px;
	padding: 20px;
	border: 1px solid var(--clr-heading);
}
.faq-left-pic .faq-main-pic {
	padding: 10px;
	background: var(--clr-white);
}

.faq-top-content {
	background: var(--clr-bg);
	padding: 50px 20px 0 100px;
}

.faq-widget {
	margin-bottom: 40px;
}
.faq-widget:last-child {
	margin-bottom: 0;
}

.faq-pic-element {
	position: relative;
	z-index: 1;
}
.faq-pic-element h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: var(--clr-white);
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-bottom: 0;
}

.faq-search .input-style-4 {
	background: #f4f4f4;
	border: none;
}
.faq-search .btn-sub {
	background: transparent;
}
.faq-search .btn-sub i {
	color: var(--clr-body);
}

/*-------------------------------------------------------
05. Theme Default css
---------------------------------------------------------*/
.column-2 {
	column-count: 2;
}

.overflow-hidden {
	overflow: hidden;
}

.element-center {
	height: 100%;
	display: flex;
	align-items: center;
}

.element-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

/*Theme button css*/
.about-title {
	text-align: center;
	padding-top: 9rem;
}
.about-title .heading-2 {
	font-weight: 500;
}
.about-title::before {
	position: absolute;
	content: "";
	height: 7rem;
	width: 2px;
	z-index: -1;
	background: var(--clr-white);
	opacity: 1;
	left: 50%;
	top: 0;
	translate: -50% 0;
}

.sec-sub-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--clr-def-rgb-80);
	font-family: var(--font-1);
	display: inline-block;
}

.sec-title {
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;
	text-transform: uppercase;
	color: var(--clr-heading);
}

.site-title {
	margin-bottom: 6rem;
}
.site-title h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--clr-heading);
}
.site-title h2:first-letter {
	text-transform: uppercase;
}
.site-title h2 span {
	color: var(--clr-def);
	font-family: var(--font-3);
}
.site-title p {
	padding: 0 15%;
}

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

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
	color: var(--clr-white);
}

.pos-rel {
	position: relative;
	z-index: 1;
}

.round-move {
	animation: round-move 5s linear infinite;
}

@keyframes round-move {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.up-move {
	animation: up-move 5s ease-in-out infinite;
}

@keyframes up-move {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(0px);
	}
}
.small-big {
	animation: small-big 5s ease-in-out infinite;
}

@keyframes small-big {
	0% {
		transform: scale(0.5);
	}
	51% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.5);
	}
}
.to-left {
	animation: to-left 5s linear infinite alternate;
}

@-webkit-keyframes to-left {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-30px);
	}
	100% {
		transform: translateX(0px);
	}
}
.car-run {
	animation: run 3s ease-in-out infinite;
}

@-webkit-keyframes run {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(50px);
	}
	100% {
		transform: translateX(0);
	}
}
/*-------------------------------------------------------
06. Grids css
---------------------------------------------------------*/
.grid-2 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
	grid-gap: 0;
}

.cs-gap-1 {
	grid-gap: 1rem;
}

.cs-gap-2 {
	grid-gap: 2rem;
}

.cs-gap-3 {
	grid-gap: 3rem;
}

.cs-gap-4 {
	grid-gap: 4rem;
}

.cs-gap-5 {
	grid-gap: 5rem;
}

.cs-gap-6 {
	grid-gap: 6rem;
}

.cs-gap-7 {
	grid-gap: 7rem;
}

.cs-gap-8 {
	grid-gap: 8rem;
}

.cs-gap-9 {
	grid-gap: 9rem;
}

.cs-gap-10 {
	grid-gap: 10rem;
}

/*-------------------------------------------------------
07. BG css
---------------------------------------------------------*/
.colmn-2 {
	column-count: 2;
}

.bg-fix {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

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

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

.bg-bottom-right {
	background-size: 56%;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.width-100 {
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.text-right {
	text-align: right;
}

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

.rad-50 {
	border-radius: 50%;
}

.c-pd {
	padding: 0 7rem;
}

.s-pd {
	padding: 0 12rem;
}

.h-100vh {
	height: 100vh;
}

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

.bg-2 {
	background: var(--clr-bg-2);
}

.bg-3 {
	background: var(--clr-bg-3);
}

.bg-heading {
	background: var(--clr-heading);
}

.bg-170802 {
	background: #170802;
}

.bg-theme {
	background: var(--clr-def);
}

.bg-theme-2 {
	background: var(--clr-def-2);
}

.bg-theme-3 {
	background: var(--clr-def-3);
}

.bg-18 {
	background: #181818;
}

.bg-black {
	background: var(--clr-black);
}

.bg-black-1 {
	background: var(--clr-black-1);
}

.bg-black-2 {
	background: var(--clr-black-2);
}

.bg-black-3 {
	background: var(--clr-black-3);
}

.bg-grad {
	background: var(--clr-gradient);
}

div[data-bg] {
	background: var(--custom-background-color);
}

.bg-blur {
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(7.5px);
	border-radius: 10px;
	padding: 32px 100px 36px 60px;
	z-index: 2;
}

.wh {
	color: var(--clr-white);
}

.bg-overlay {
	position: relative;
	z-index: 1;
}
.bg-overlay::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgb(0, 5, 33);
	opacity: 0.83;
	top: 0;
	left: 0;
}

.hero-overlay {
	position: relative;
	z-index: 1;
}
.hero-overlay::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
	top: 0;
	left: 0;
}

.hero-overlay-2 {
	position: relative;
	z-index: 1;
}
.hero-overlay-2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #0d0f31 1.17%, rgba(36, 37, 56, 0.1) 110.99%);
	opacity: 1;
	top: 0;
	left: 0;
}

.hero-overlay-3 {
	position: relative;
	z-index: 1;
}
.hero-overlay-3::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgb(2, 5, 52);
	opacity: 0.75;
	top: 0;
	left: 0;
}

.grad-overlay {
	position: relative;
	z-index: 1;
}
.grad-overlay::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: var(--clr-gradient-3);
	opacity: 0.9;
	top: 0;
	left: 0;
}

.white-overlay {
	position: relative;
	z-index: 1;
}
.white-overlay::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: var(--clr-white);
	opacity: 0.2;
	top: 0;
	left: 0;
}

/*-------------------------------------------------------
08. Margin Padding Css
---------------------------------------------------------*/
/*margins paddings*/
.p-50 {
	padding: 50px;
}

.pb-140 {
	padding-bottom: 14rem;
}

.pd-50 {
	padding: 5rem 0;
}

.pr-120 {
	padding-right: 12rem;
}

.de-padding {
	padding: 12rem 0;
}

.de-pt {
	padding-top: 12rem;
}

.de-pb {
	padding-bottom: 12rem;
}

.pd-0 {
	padding: 0;
}

.pl-20 {
	padding-left: 2rem;
}

.pl-30 {
	padding-left: 3rem;
}

.pl-40 {
	padding-left: 4rem;
}

.pl-50 {
	padding-left: 5rem;
}

.pl-60 {
	padding-left: 6rem;
}

.pl-70 {
	padding-left: 7rem;
}

.pl-80 {
	padding-left: 8rem;
}

.pl-90 {
	padding-left: 9rem;
}

.pl-100 {
	padding-left: 10rem;
}

.pl-300 {
	padding-left: 30rem;
}

.pt-64 {
	padding-top: 6.4rem;
}

.pt-0 {
	padding-top: 0rem;
}

.pt-10 {
	padding-top: 1rem;
}

.pt-20 {
	padding-top: 2rem;
}

.pt-30 {
	padding-top: 3rem;
}

.pt-40 {
	padding-top: 4rem;
}

.pt-50 {
	padding-top: 5rem;
}

.pt-60 {
	padding-top: 6rem;
}

.pt-70 {
	padding-top: 7rem;
}

.pt-80 {
	padding-top: 8rem;
}

.pt-90 {
	padding-top: 9rem;
}

.pt-100 {
	padding-top: 10rem;
}

.pr-10 {
	padding-right: 1rem;
}

.pr-20 {
	padding-right: 2rem;
}

.pr-30 {
	padding-right: 3rem;
}

.pr-40 {
	padding-right: 4rem;
}

.pr-50 {
	padding-right: 5rem;
}

.pr-60 {
	padding-right: 6rem;
}

.pr-70 {
	padding-right: 7rem;
}

.pr-80 {
	padding-right: 8rem;
}

.pr-90 {
	padding-right: 9rem;
}

.pr-100 {
	padding-right: 10rem;
}

.pr-160 {
	padding-right: 16rem;
}

.pb-0 {
	padding-bottom: 0rem;
}

.pb-10 {
	padding-bottom: 1rem;
}

.pb-20 {
	padding-bottom: 2rem;
}

.pb-30 {
	padding-bottom: 3rem;
}

.pb-40 {
	padding-bottom: 4rem;
}

.pb-50 {
	padding-bottom: 5rem;
}

.pb-60 {
	padding-bottom: 6rem;
}

.pb-70 {
	padding-bottom: 7rem;
}

.pb-80 {
	padding-bottom: 8rem;
}

.pb-90 {
	padding-bottom: 9rem;
}

.pb-100 {
	padding-bottom: 10rem;
}

.pb-256 {
	padding-bottom: 25.6rem;
}

.pl-60 {
	padding-left: 6rem;
}

.mr-100 {
	margin-right: 10rem;
}

.mt-64 {
	margin-top: 6.4rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-40 {
	margin-top: 4rem;
}

.mt-50 {
	margin-top: 5rem;
}

.mt-60 {
	margin-top: 6rem;
}

.mt-70 {
	margin-top: 7rem;
}

.mt-80 {
	margin-top: 8rem;
}

.mt-90 {
	margin-top: 9rem;
}

.mt-100 {
	margin-top: 10rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 1rem;
}

.mb-15 {
	margin-bottom: 1.5rem;
}

.mb-20 {
	margin-bottom: 2rem;
}

.mb-30 {
	margin-bottom: 3rem;
}

.mb-40 {
	margin-bottom: 4rem;
}

.mb-50 {
	margin-bottom: 5rem;
}

.mb-60 {
	margin-bottom: 6rem;
}

.mb-70 {
	margin-bottom: 7rem;
}

.mb-80 {
	margin-bottom: 8rem;
}

.mb-90 {
	margin-bottom: 9rem;
}

.mb-100 {
	margin-bottom: 10rem;
}

.mb-110 {
	margin-bottom: 11rem;
}

.mb-120 {
	margin-bottom: 12rem;
}

.mb-200 {
	margin-bottom: 20rem;
}

.mb-300 {
	margin-bottom: 30rem;
}

.mb-400 {
	margin-bottom: 40rem;
}

.ml-300 {
	margin-left: 30rem;
}

.ml-5 {
	margin-left: 5;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 3rem;
}

.ml-40 {
	margin-left: 4rem;
}

.ml-50 {
	margin-left: 5rem;
}

.ml-60 {
	margin-left: 6rem;
}

.ml-70 {
	margin-left: 7rem;
}

.ml-80 {
	margin-left: 8rem;
}

.ml-90 {
	margin-left: 9rem;
}

.ml-100 {
	margin-left: 100rem;
}

.mr-300 {
	margin-right: 30rem;
}

.mr-5 {
	margin-right: 5;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 3rem;
}

.mr-40 {
	margin-right: 4rem;
}

.mr-50 {
	margin-right: 5rem;
}

.mr-60 {
	margin-right: 6rem;
}

.mr-70 {
	margin-right: 7rem;
}

.mr-80 {
	margin-right: 8rem;
}

.mr-90 {
	margin-right: 9rem;
}

.mr-100 {
	margin-right: 100rem;
}

.margin-center {
	margin: 0 auto;
}

/*-------------------------------------------------------
09. BTN Css  fill="#0A0909" stroke="#0A0909"
---------------------------------------------------------*/
/*Theme Button New*/
.btn-ve-price {
	padding: 12px 22px;
	background: var(--clr-def);
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-white);
	font-family: var(--font-1);
	display: inline-block;
	letter-spacing: 0.01em;
	line-height: 1;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
	border-right: 1px solid var(--clr-heading);
	border-bottom: 1px solid var(--clr-heading);
}
.btn-ve-price i {
	display: inline-block;
	padding-left: 7px;
}
.btn-ve-price i svg {
	fill: var(--clr-white);
	stroke: var(--clr-white);
	transition: all 0.5s ease;
}
.btn-ve-price:hover {
	background: var(--clr-heading);
	color: var(--clr-white);
}
.btn-ve-price:hover i svg {
	fill: var(--clr-white);
	stroke: var(--clr-white);
	transform: rotate(45deg);
}

.btn-ve-thm {
	padding: 12px 22px;
	background: var(--clr-def);
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-white);
	font-family: var(--font-1);
	display: inline-block;
	letter-spacing: 0.01em;
	line-height: 1;
	transition: all 0.5s ease;
	border: none;
}
.btn-ve-thm i {
	display: inline-block;
	padding-left: 7px;
}
.btn-ve-thm i svg {
	fill: var(--clr-white);
	stroke: var(--clr-white);
	transition: all 0.5s ease;
}
.btn-ve-thm:hover {
	background: var(--clr-heading);
	color: var(--clr-white);
}
.btn-ve-thm:hover i svg {
	fill: var(--clr-white);
	stroke: var(--clr-white);
	transform: rotate(45deg);
}

.btn-ve-thm-2 {
	padding: 12px 22px;
	background: var(--clr-def);
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-white);
	font-family: var(--font-1);
	display: inline-block;
	letter-spacing: 0.01em;
	line-height: 1;
	transition: all 0.5s ease;
	border: 2px solid transparent;
}
.btn-ve-thm-2:hover {
	background: transparent;
	color: var(--clr-white);
	border: 2px solid var(--clr-white);
}

.btn-ve-global {
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-heading);
	text-transform: capitalize;
	font-family: var(--font-1);
	border-bottom: 1px solid var(--clr-heading);
	transition: all 0.5s ease;
}
.btn-ve-global:hover {
	color: var(--clr-heading);
}
.btn-ve-global:hover i {
	transform: rotate(-45deg);
}
.btn-ve-global i {
	display: inline-block;
	margin-left: 15px;
	transition: all 0.5s ease;
}
.btn-ve-global i svg {
	fill: var(--clr-heading);
}

.btn-ve-hero {
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-white);
	text-transform: capitalize;
	font-family: var(--font-1);
	border-bottom: 1px solid var(--clr-white);
	transition: all 0.5s ease;
}
.btn-ve-hero:hover {
	color: var(--clr-white);
}
.btn-ve-hero:hover i {
	transform: rotate(-45deg);
}
.btn-ve-hero i {
	display: inline-block;
	margin-left: 15px;
	transition: all 0.5s ease;
}
.btn-ve-hero i svg {
	fill: var(--clr-white);
}

.btn-ve-round {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	padding: 12px 22px;
	text-transform: capitalize;
	color: var(--clr-white);
	background: var(--clr-def);
	font-family: var(--font-1);
	border: 2px solid transparent;
	border-radius: 50px;
	transition: all 0.5s ease;
	display: inline-block;
}
.btn-ve-round:hover {
	background: transparent;
	color: var(--clr-white);
	border: 2px solid var(--clr-def);
}

.btn-ve-black {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	padding: 12px 28px;
	text-transform: capitalize;
	color: var(--clr-white);
	background: var(--clr-heading);
	font-family: var(--font-1);
	transition: all 0.5s ease;
	display: inline-block;
	border: 1px solid transparent;
}
.btn-ve-black:hover {
	background: transparent;
	color: var(--clr-heading);
	border: 1px solid var(--clr-heading);
}

/*Theme Button*/
.btn-transparent {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 1.5rem 3.5rem;
	background-color: transparent;
	border: none;
	color: var(--clr-white);
	border-radius: 5px;
	outline: 1px solid var(--clr-white) !important;
	line-height: 1;
	transition: all 0.5s ease;
}
.btn-transparent.btn-home-2 {
	outline: 1px solid var(--clr-def) !important;
	color: var(--clr-heading);
}
.btn-transparent:hover {
	background-color: var(--clr-white);
	color: var(--clr-heading);
}

.btn-transparent-md {
	padding: 2rem 5.4rem;
}

.btn-1 {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 1.6rem 5rem;
	background-color: var(--clr-def);
	color: var(--clr-white);
	border-radius: 0px;
	border: none;
	outline: none;
	line-height: 1;
	transition: all 0.5s ease;
}
.btn-1 i {
	margin-left: 1rem;
}
.btn-1:hover {
	background: var(--clr-def-2);
	color: var(--clr-white);
}

.btn-2 {
	display: inline-block;
	padding: 2rem 4rem;
	color: var(--clr-white);
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: none;
	outline: none;
	line-height: 1;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}
.btn-2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: var(--clr-def);
	opacity: 1;
	border-radius: 4px;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	border-radius: 100px;
}
.btn-2 i {
	margin-left: 1rem;
}
.btn-2:hover {
	background: var(--clr-black);
	color: var(--clr-white);
}
.btn-2:hover::before {
	scale: 0;
}

.btn-3 {
	font-weight: 600;
	color: var(--clr-white);
	border: none;
	background: var(--clr-def);
	padding: 0 3rem;
	height: 50px;
	display: inline-block;
	line-height: 50px;
}
.btn-3:hover {
	background: var(--clr-black);
	color: var(--clr-white);
}
.btn-3:hover::before {
	scale: 0;
}

.btn-4 {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 1.5rem 3.5rem;
	background-color: var(--clr-white);
	border: none;
	color: var(--clr-heading);
	border-radius: 5px;
	line-height: 1;
	transition: all 0.5s ease;
}
.btn-4:hover {
	background-color: var(--clr-def);
	color: var(--clr-white);
}

.btn-5 {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 2.5rem 5.5rem;
	background-color: var(--clr-def);
	color: var(--clr-white);
	border-radius: 5px;
	border: none;
	outline: none;
	line-height: 1;
	transition: all 0.5s ease;
}
.btn-5:hover {
	background-color: var(--clr-white);
	color: var(--clr-black);
}

.btn-home-3 {
	background: var(--clr-def);
	border: none;
	color: var(--clr-white);
	height: 40px;
	padding: 12px 16px 12px 16px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: all 0.5s ease;
}

.btn-md {
	padding: 2rem 5.4rem;
}

.btn-sm {
	padding: 1.5rem 3.5rem;
}

.btn-second {
	background-color: var(--clr-def-2);
	border: 2px solid transparent;
}
.btn-second:hover {
	border: 2px solid var(--clr-def);
	background-color: var(--clr-def);
}

.btn-solar {
	background-color: var(--clr-solar);
}
.btn-solar:hover {
	background-color: var(--clr-solar-2);
	color: var(--clr-white);
}

.btn-gradient {
	background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
}
.btn-gradient:hover {
	background: var(--clr-def);
	color: var(--clr-white);
}

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

.btn-border {
	border: 2px solid var(--clr-white);
	background-color: transparent;
	color: var(--clr-white);
}
.btn-border:hover {
	background-color: var(--clr-def);
	color: var(--clr-heading);
	border: 2px solid var(--clr-def);
}

.btn-border-2 {
	border: 2px solid var(--clr-heading);
	color: var(--clr-heading);
	background-color: transparent;
}
.btn-border-2:hover {
	background-color: var(--clr-def);
	color: var(--clr-white);
	border: 2px solid var(--clr-def);
}

.btn-border-3 {
	border: 2px solid var(--clr-heading);
	color: var(--clr-heading);
	background-color: transparent;
}
.btn-border-3:hover {
	background-color: var(--clr-white);
	color: var(--clr-heading);
	border: 2px solid var(--clr-white);
}

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

.btn-black-2 {
	color: var(--clr-white);
	background-color: var(--clr-black);
	border: 2px solid transparent;
}
.btn-black-2:hover {
	background-color: var(--clr-white);
	color: var(--clr-black);
	border: 2px solid var(--clr-heading);
}

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

.btn-no-rad {
	border-radius: 0;
}

.btn-sub {
	height: 7rem;
	width: 7rem;
	border: none;
	background-color: var(--clr-def);
	border-radius: 2px;
	outline: none;
}

@keyframes slide-bg {
	to {
		transform: scaleX(1);
	}
}
@keyframes draw-underline {
	to {
		width: 70%;
		left: 15%;
	}
}
@keyframes ripple-ring {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0.6;
	}
	80% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0.2;
	}
	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}
@keyframes btn-bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-4px);
	}
}
@keyframes slide-fill {
	to {
		transform: scaleX(1);
	}
}
.btn--liquid {
	position: relative;
	display: inline-block;
	padding: 1.6rem 4.5rem;
	font-family: var(--font-1);
	font-size: 1.6rem;
	color: var(--clr-black);
	background: var(--clr-white);
	text-decoration: none;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: border-radius 0.4s ease, transform 0.4s ease;
}
.btn--liquid.def {
	color: var(--clr-white);
	background: var(--clr-def);
}
.btn--liquid::before {
	content: "";
	position: absolute;
	inset: 0;
	background: conic-gradient(from 180deg at 50% 50%, var(--clr-def-2), var(--clr-def), var(--clr-def-2));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.6s ease;
	z-index: 0;
}
.btn--liquid .btn__label {
	position: relative;
	z-index: 1;
}
.btn--liquid:hover,
.btn--liquid:focus {
	border-radius: 10px;
	transform: rotate(12deg);
	color: var(--clr-white);
}
.btn--liquid:hover::before,
.btn--liquid:focus::before {
	animation: slide-fill 0.6s ease forwards;
}

/*-------------------------------------------------------
10. Hero css clip-path: polygon(0 0, 100% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
---------------------------------------------------------*/
.hero-single {
	padding-top: 20vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hero-single .hero-content {
	padding-right: 100px;
	padding-bottom: 135px;
}
.hero-single .hero-content .hero-title {
	margin-bottom: 20px;
}
.hero-single .hero-content p {
	padding-right: 37%;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.7;
}
.hero-single .hero-content .para {
	line-height: 3.2rem;
	padding-right: 31%;
	margin-bottom: 6rem;
	padding-left: 0;
}

.btn-h {
	background-color: var(--clr-def);
	padding: 14px 28px;
	color: var(--clr-white);
	font-weight: 600;
	border-radius: 6px;
	transition: background 0.3s ease;
	text-decoration: none;
}

.btn-h:hover {
	background-color: rgb(255, 78.2847826087, 35.3);
	color: var(--clr-white);
}

.btn-ve-h {
	border: 2px solid var(--clr-def);
	padding: 12px 26px;
	color: var(--clr-def);
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-ve-h:hover {
	background-color: var(--clr-def);
	color: var(--clr-white);
	border-color: var(--clr-def);
}

.hero-btns {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hero-content-pic {
	display: flex;
	align-items: flex-end;
	height: 100%;
}

.circle-container {
	width: 600px;
	height: 600px;
	position: absolute;
	z-index: -1;
	top: -100px;
	left: 40%;
	transform: translate(-50%, 0);
	opacity: 0.4;
}
.circle-container .circle {
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.circle-container .circle-outer {
	width: 100%;
	height: 100%;
	background-color: #b3e5fc;
}
.circle-container .circle-middle {
	width: 80%;
	height: 80%;
	background-color: #81d4fa;
}
.circle-container .circle-inner {
	width: 60%;
	height: 60%;
	background-color: #4fc3f7;
	overflow: hidden;
}

.hero-diamond-ui {
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #f7fafd, #f0f4f8);
	padding: 16px 24px;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
	max-width: max-content;
	position: absolute;
	top: 100px;
	left: -180px;
}
.hero-diamond-ui i {
	background-color: var(--clr-def-2);
	border-radius: 12px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	position: relative;
}
.hero-diamond-ui i::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -4px;
	width: 18px;
	height: 18px;
	background-color: var(--clr-def);
	border-radius: 50%;
	border: 5px solid var(--clr-white);
}
.hero-diamond-ui i svg {
	width: 40px;
	height: 40px;
}
.hero-diamond-ui i svg g {
	fill: var(--clr-white);
}
.hero-diamond-ui .hero-diamond-text h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.hero-diamond-ui .hero-diamond-text p {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #5f6c7b;
}

.expert-card {
	background: var(--clr-white);
	border-radius: 12px;
	padding: 16px 20px;
	width: fit-content;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	text-align: center;
	position: absolute;
	right: 75px;
	bottom: 75px;
}
.expert-card .expert-icon {
	background-color: var(--clr-def);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.expert-card .expert-icon svg {
	width: 20px;
	height: 20px;
}
.expert-card .expert-label {
	font-size: 16px;
	font-weight: 600;
	color: #2b2b2b;
	margin-top: 15px;
	margin-bottom: 12px;
}
.expert-card .expert-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.expert-card .expert-group .expert-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--clr-white);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.expert-card .expert-group .expert-count {
	font-size: 14px;
	font-weight: 500;
	color: #3a3a3a;
	padding-left: 4px;
}

.hero-suchok {
	position: absolute;
	top: 50px;
	right: 80px;
	display: inline-block;
	height: 110px;
	width: 110px;
	line-height: 83px;
	text-align: center;
	border-radius: 50%;
	background: var(--clr-def);
	border: 12px solid var(--clr-white);
}
.hero-suchok svg {
	height: 45px;
	width: 45px;
}
.hero-suchok svg g {
	fill: var(--clr-white);
}

.gul-border {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: var(--clr-def);
	border: 5px solid var(--clr-white);
	position: absolute;
	top: -5px;
	left: 100px;
}

.mt-160 {
	margin-top: 160px;
}

.menu-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.hero-single-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 860px;
}

.hero-title-sec {
	font-size: 120px;
	line-height: 1.1;
	color: var(--clr-white);
	text-transform: uppercase;
}

.hero-up-2-1 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.hero-up-2-1 h2 {
	margin-bottom: 0;
	line-height: 1;
}
.hero-up-2-1 span,
.hero-up-2-1 p,
.hero-up-2-1 .hero-subtitle {
	color: var(--clr-white);
	font-family: var(--font-1);
	font-weight: 500;
	letter-spacing: 0.7px;
	font-size: 20px;
	margin: 0;
}

.hero-up-2-2 {
	display: grid;
	grid-template-columns: 190px 1fr;
	grid-gap: 60px;
}
.hero-up-2-2 .hero-up-img {
	position: relative;
	z-index: 1;
}
.hero-up-2-2 .hero-up-img::before {
	position: absolute;
	z-index: -1;
	border-radius: 100px;
	border: 1px dashed rgba(255, 255, 255, 0.68);
	content: "";
	top: 30px;
	right: -15px;
	height: 88%;
	width: 80%;
}
.hero-up-2-2 .hero-up-img::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	content: "";
	bottom: 30px;
	left: -15px;
	height: 100px;
	width: 100px;
	background: var(--clr-def);
}
.hero-up-2-2 .hero-up-img img {
	border-radius: 100px;
}
.hero-up-2-2 .hero-up-2-2-content p {
	color: rgba(255, 255, 255, 0.8);
	padding-right: 40%;
	line-height: 32px;
}

.hero-sldr.hero-style-2 .swiper-button-next,
.hero-sldr.hero-style-2 .swiper-rtl .swiper-button-prev {
	right: 140px;
	left: inherit;
}
.hero-sldr.hero-style-2 .swiper-button-prev,
.hero-sldr.hero-style-2 .swiper-rtl .swiper-button-next {
	right: 140px;
	left: inherit;
	top: 40%;
}
.hero-sldr.hero-style-2 .swiper-button-next,
.hero-sldr.hero-style-2 .swiper-button-prev {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid rgba(var(--clr-white-rgb), 0.5);
	color: rgba(var(--clr-white-rgb), 0.8);
}
.hero-sldr.hero-style-2 .swiper-button-next:after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='80' viewBox='0 0 6 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M3 80L5.88675 75H0.113249L3 80ZM2.5 0L2.5 75.5H3.5L3.5 0L2.5 0Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 6px;
	top: -10%;
	position: absolute;
	transform: translate(0, -50%);
}
.hero-sldr.hero-style-2 .swiper-button-prev:after {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='80' viewBox='0 0 6 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M3 0L0.113249 5H5.88675L3 0ZM3.5 80L3.5 4.5H2.5L2.5 80H3.5Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 6px;
	bottom: -90px;
	position: absolute;
	transform: translate(0, -50%);
}
.hero-sldr.hero-style-2 .swiper-button-next:after,
.hero-sldr.hero-style-2 .swiper-button-prev:after {
	font-size: 0;
}

@keyframes grow {
	0%,
	20% {
		transform: scale(1);
	}
	75%,
	100% {
		transform: scale(1.15);
	}
}
.swiper-slide.swiper-slide-active .hero-bg-animate {
	scale: 1;
	animation: grow 4s linear forwards;
}

.animate-pos {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: -5;
}


/* Dark overlay for hero slider to improve text readability */
.animate-pos::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}

.hero-sldr .swiper-button-next,
.hero-sldr .swiper-button-prev {
	color: var(--clr-heading);
	height: 6rem;
	width: 6rem;
	line-height: 6rem;
	text-align: center;
	background: var(--clr-white);
	-webkit-border-radius: 0%;
	border-radius: 0%;
}
.hero-sldr .swiper-button-next,
.hero-sldr .swiper-rtl .swiper-button-prev {
	left: 140px;
	top: 59%;
}
.hero-sldr .swiper-button-prev,
.hero-sldr .swiper-rtl .swiper-button-next {
	left: 140px;
}
.hero-sldr .swiper-button-next:after,
.hero-sldr .swiper-button-prev:after {
	font-size: 14px;
}
.hero-sldr .hero-single .hero-content h2 {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	transform: translateY(-20px);
}
.hero-sldr .hero-single .hero-content p {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	transform: translateX(-50px);
}
.hero-sldr .hero-single .hero-content .hero-btn {
	transform: scaleY(0);
	transition: all 500ms ease;
	transition-delay: 2000ms;
	transform-origin: bottom;
}
.hero-sldr .hero-single .hdr-pic {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	transform: translateY(50px);
}

.hero-sldr .swiper-slide-active.hero-single .hero-content h2 {
	opacity: 1;
	visibility: visible;
	transition-delay: 800ms;
	transform: translateY(0px);
}
.hero-sldr .swiper-slide-active.hero-single .hero-content p {
	opacity: 1;
	visibility: visible;
	transition-delay: 1600ms;
	transform: translateX(0px);
}
.hero-sldr .swiper-slide-active.hero-single .hero-content .hero-btn {
	transform: scale(1);
}
.hero-sldr .swiper-slide-active.hero-single .hdr-pic {
	opacity: 1;
	visibility: visible;
	transition-delay: 1200ms;
	transform: translateY(0px);
}

/*-------------------------------------------------------
11.Footer css
---------------------------------------------------------*/
.footer-up-overlay {
	position: relative;
	z-index: 1;
}
.footer-up-overlay::before {
	position: absolute;
	background: var(--clr-black);
	opacity: 0.8;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}

.site-footer {
	background: #0a0f19;
	color: #edf2f7;
	font-size: 14px;
	line-height: 1.6;
	padding: 60px 60px 30px 60px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.site-footer {
	background: #0a0f19;
	color: #edf2f7;
	font-size: 14px;
	line-height: 1.6;
	padding: 40px 35px 40px 35px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.site-footer .footer-top {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 60px;
	align-items: center;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-brand .logo {
	background: #ff6b47;
	color: white;
	font-size: 20px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-brand h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.footer-nav {
	display: flex;
	gap: 20px;
	align-items: center;
}
.footer-nav a {
	color: #edf2f7;
	text-decoration: none;
	position: relative;
	transition: color 0.3s;
	font-size: 16px;
}
.footer-nav a:hover {
	color: #4bc7eb;
}
.footer-nav a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #4bc7eb;
	transition: width 0.3s;
}
.footer-nav a:hover::after {
	width: 100%;
}

.footer-newsletter {
	display: flex;
	gap: 12px;
	align-items: center;
}
.footer-newsletter input {
	background: rgb(2.7142857143, 4.0714285714, 6.7857142857);
	border: none;
	padding: 12px 16px;
	border-radius: 6px;
	color: #edf2f7;
	width: 100%;
}
.footer-newsletter input::placeholder {
	color: #7a8fa6;
}
.footer-newsletter button {
	background: var(--clr-def);
	color: var(--clr-white);
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}
.footer-newsletter button:hover {
	background: rgb(111.72, 210.424, 239.08);
}

.footer-social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: black;
	border-radius: 50%;
	transition: background 0.3s, transform 0.3s;
}
.footer-social a svg,
.footer-social a i {
	color: #edf2f7;
	font-size: 16px;
}
.footer-social a:hover {
	background: #ff6b47;
	transform: scale(1.1);
}
.footer-social a:hover svg,
.footer-social a:hover i {
	color: white;
}

.footer-bottom {
	border-top: 1px solid rgb(24.5714285714, 36.8571428571, 61.4285714286);
	padding-top: 40px;
	text-align: center;
}
.footer-bottom small {
	color: #7a8fa6;
}

.footer-top-list .footer-nav {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.footer-top-about {
	padding-right: 100px;
}

.footer-cta .footer-cta-phone svg {
	height: 30px;
	width: 30px;
}
.footer-cta .footer-cta-phone svg g {
	fill: var(--clr-def);
}
.footer-cta .footer-cta-phone span {
	color: var(--clr-def);
	display: inline-block;
	font-size: 24px;
	margin-bottom: 30px;
}
.footer-cta h3 {
	color: var(--clr-white);
	line-height: 1.5;
}

.foote-up-ard {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.foote-up-ard i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	/* background: var(--clr-def);
	border-radius: 50%; */
	text-align: center;
}
.foote-up-ard i svg {
	height: 30px;
	width: 30px;
	color: var(--clr-def);
}
.foote-up-ard i svg path,
.foote-up-ard i svg circle {
	stroke: currentColor;
}
.foote-up-ard span {
	display: inline-block;
	font-size: 20px;
	line-height: 1.3;
	color: var(--clr-white);
}

.footer-up-shape {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.footer-up-shape::before {
	position: absolute;
	content: "";
	background: var(--clr-def);
	z-index: -1;
	height: 100%;
	width: 300px;
	top: 0;
	right: 0;
	opacity: 0.5;
	clip-path: polygon(79% 0%, 100% 0, 100% 60%, 100% 100%, 0 100%, 17% 80%, 45% 43%);
}
.footer-up-shape::after {
	position: absolute;
	content: "";
	background: var(--clr-def);
	z-index: -1;
	height: 372px;
	width: 400px;
	top: 0;
	right: 0;
	opacity: 0.3;
	clip-path: polygon(52% 100%, 0 0, 100% 0);
}

@media (max-width: 600px) {
	.site-footer .footer-top {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.site-footer .footer-social {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.site-footer .footer-brand {
		display: flex;
		align-items: center;
		gap: 12px;
		justify-content: center;
	}
}
/*-------------------------------------------------------
12. Scroll top css
---------------------------------------------------------*/
#scrtop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: 1px solid #ddd;
	outline: none;
	background-color: var(--clr-heading);
	color: var(--clr-white);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	line-height: 1;
}
#scrtop:hover {
	background-color: var(--clr-heading);
}

/*-------------------------------------------------------
13. Navbar css
---------------------------------------------------------*/
@media (min-width: 1400px) {
	.navbar-container-fluid {
		max-width: 1600px;
	}
}
.navbar-container {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
	padding: 0 20rem;
}

.navbar-container-bg {
	background: rgba(24, 25, 29, 0.5);
}

.in .navbar-container {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
	padding: 0 20rem;
	background: var(--clr-white);
}
.in .menu-phone .menu-phone-tx p {
	color: var(--clr-heading);
}

.nav-item.active .nav-link {
	color: var(--clr-def) !important;
}

.navbar-home-1 {
	padding: 0 35px;
}
.navbar-home-1 .navbar-brand {
	margin-right: 108px;
}

.srs-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}
.srs-btn span {
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: var(--clr-heading);
	font-family: var(--font-1);
}

.navbar-home-bg {
	background: #e7e7ec;
	display: flex !important;
	padding: 0 60px;
}

.navbar-home-2 {
	padding: 5px 25px;
	background: var(--clr-white);
}

.btn-ext {
	padding: 35px 30px;
	background: var(--clr-def-2);
	display: inline-block;
	width: 240px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	color: var(--clr-white);
	transition: all 0.5s ease;
}
.btn-ext:hover {
	background: var(--clr-def);
	color: var(--clr-white);
}

.header-3 .bsnav-transparent {
	background: var(--clr-heading);
}

.header-3-tr .bsnav-transparent {
	background: 0 0;
}

.search-cart.nav-profile.hm-search-3 {
	width: 100%;
	flex: 0 1 clamp(280px, 30vw, 420px);
	margin-left: 0;
}
.search-cart.nav-profile.hm-search-3 .menu-cart {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.search-cart.nav-profile.hm-search-3 .menu-cart li {
	flex: 1 1 100%;
	display: flex;
	width: 100%;
}
.search-cart.nav-profile.hm-search-3 .menu-cart li form {
	width: 100%;
}

.bsnav-mobile {
	z-index: 102;
}

.bsnav-mobile .navbar {
	right: inherit;
	transform: translate3d(-300px, 0, 0);
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
}

.mobile-header-search {
	width: 100%;
}

.mobile-header-search.hm-search-2 .header-search-inline {
	padding: 6px 12px;
	gap: 8px;
}
.mobile-header-search.hm-search-2 .search-icon svg {
	width: 16px;
	height: 16px;
}
.mobile-header-search.hm-search-2 input[type="search"] {
	font-size: 14px;
}
.mobile-header-search.hm-search-2 .search-submit {
	font-size: 12px;
	padding: 6px 14px;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.navbar .collapse {
		display: flex;
		align-items: center;
		gap: clamp(16px, 3vw, 32px);
	}
}
.navbar-nav.navbar-mobile {
	flex: 1 1 auto;
	justify-content: center;
}

.search-cart.nav-profile {
	width: auto;
	margin-left: 0;
	display: flex;
	justify-content: flex-end;
	flex: 0 1 clamp(320px, 30vw, 460px);
	max-width: 100%;
}

.hm-search-2 .header-search-inline {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 8px 16px;
	background: var(--clr-white);
	border: 1px solid rgba(9, 12, 23, 0.15);
	border-radius: 999px;
}
.hm-search-2 .header-search-inline .search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hm-search-2 .header-search-inline .search-icon svg {
	display: block;
	width: 20px;
	height: 20px;
}
.hm-search-2 .header-search-inline input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: transparent;
	font-size: 15px;
	line-height: 1.4;
	color: var(--clr-heading);
}
.hm-search-2 .header-search-inline input[type="search"]::placeholder {
	color: #8e9093;
}
.hm-search-2 .header-search-inline input[type="search"]:focus {
	outline: none;
}
.hm-search-2 .header-search-inline .search-submit {
	border: none;
	background: var(--clr-def);
	color: var(--clr-white);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	padding: 9px 20px;
	border-radius: 999px;
	transition: background 0.3s ease;
	cursor: pointer;
}
.hm-search-2 .header-search-inline .search-submit:hover,
.hm-search-2 .header-search-inline .search-submit:focus {
	background: var(--clr-def-2);
}

@media (max-width: 1199.98px) {
	.search-cart.nav-profile.hm-search-2 {
		flex: 0 1 clamp(260px, 45vw, 360px);
	}
}
@media (max-width: 991.98px) {
	.navbar .collapse {
		display: none;
	}
	.hm-search-2 .header-search-inline {
		border-radius: 8px;
	}
}
.g-nop {
	display: none;
}

.navbar-brand-tog {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
	padding: 0;
}

.navbar-bar-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
	background: var(--clr-def);
	width: 420px;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.navbar-extra-logo {
	position: relative;
	z-index: 9;
}

.extra-logo-solar {
	background: var(--clr-solar);
	padding: 3rem;
	margin-right: clamp(1.5rem, 2.8vw, 4rem);
	border-radius: 10px;
}

.navbar-menu-opt {
	position: relative;
	z-index: 4;
}

.top-header-menu {
	padding-left: 0px;
}

.navbar-brand.nop {
	display: none;
}

.navbar-nav .nav-item.menu-item-has-children .ti-on {
	display: inline-block;
}
.navbar-nav .nav-item.menu-item-has-children .ti-off {
	display: none;
}
.navbar-nav .nav-item.menu-item-has-children.in .ti-on {
	display: none;
}
.navbar-nav .nav-item.menu-item-has-children.in .ti-off {
	display: inline-block;
}

.navbar {
	display: inherit;
}
.navbar.in {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.navbar.in .navbar-brand.nop {
	display: block;
}
.navbar.in .navbar-bar-shape {
	display: none;
}
.navbar.in::before {
	display: none;
}
.navbar.in .top-bar-area {
	display: none;
}
.navbar.in .navbar-extra-logo {
	display: none;
}
.navbar.in .navbar-container {
	grid-template-columns: 100% !important;
}
.navbar.in .top-header-menu {
	padding-left: 0;
	width: 100%;
}
.navbar::before {
	position: absolute;
	z-index: -1;
	background: var(--clr-gradient);
	top: 0;
	left: 0;
	width: 34%;
	height: 100%;
	content: "";
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
	display: none;
}

.header-before-off .navbar.in::before {
	display: none;
}
.header-before-off .navbar::before {
	display: none;
}

.navbar .navbar-nav .nav-item .nav-link {
	height: 70px;
	line-height: 70px;
	padding: 0;
	text-transform: capitalize;
	color: var(--clr-heading);
	margin-right: clamp(1.5rem, 2.8vw, 4rem);
	font-weight: 700;
	font-size: 16px;
	font-family: var(--font-1);
	letter-spacing: 0.04em;
}
.navbar .navbar-nav .nav-item .nav-link i {
	font-size: 1rem;
	margin-left: 3px;
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}
.navbar .navbar-nav .nav-item.dropdown {
	border-radius: 0;
}
.navbar .navbar-nav .nav-item.dropdown .navbar-nav {
	padding: 3rem 2.5rem;
	box-shadow: none;
	border: 1px solid #ddd;
}
.navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
	line-height: 1;
	height: inherit;
	margin-bottom: 1.8rem;
	margin-right: 0;
}
.navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {
	margin-bottom: 0;
}
.navbar.in .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
}
.navbar.in .hm-search-2 #openDrawerButton {
	color: var(--clr-white);
}

.nav-item.dropdown > .navbar-nav {
	width: 250px;
}

.header-2 .navbar .navbar-nav .nav-item .nav-link {
	color: var(--clr-white);
}
.header-2 .navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}
.header-2 .navbar .navbar-nav .nav-item.dropdown {
	border-radius: 0;
}
.header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
}
.header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {
	margin-bottom: 0;
}
.header-2 .navbar .search-cart ul li a i svg {
	stroke: white;
}
.header-2 .navbar.in .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
}
.header-2 .navbar.in .search-cart ul li a i svg {
	stroke: var(--clr-heading);
}
.header-2 .nav-item .caret {
	border-top: solid 5px var(--clr-heading);
}

.nav-item .caret {
	border-top: solid 5px var(--clr-white);
}

.in .nav-item .caret {
	border-top: solid 5px var(--clr-heading);
}

.header-3 #openDrawerButton {
	color: var(--clr-heading);
	background: var(--clr-white);
}
.header-3 .navbar .navbar-nav .nav-item .nav-link {
	color: var(--clr-white);
}
.header-3 .navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}
.header-3 .navbar .navbar-nav .nav-item.dropdown {
	border-radius: 0;
}
.header-3 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
}
.header-3 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {
	margin-bottom: 0;
}
.header-3 .navbar .search-cart ul li .srs-btn i svg {
	fill: var(--clr-white);
}
.header-3 .navbar .search-cart ul li .srs-btn span {
	color: var(--clr-white);
}
.header-3 .navbar .search-cart ul li a i svg {
	stroke: var(--clr-heading);
}
.header-3 .navbar.in #openDrawerButton {
	color: var(--clr-white);
	background: var(--clr-def);
}
.header-3 .navbar.in .navbar-nav .nav-item .nav-link {
	color: var(--clr-heading);
}
.header-3 .navbar.in .search-cart ul li .srs-btn i svg {
	fill: var(--clr-heading);
}
.header-3 .navbar.in .search-cart ul li .srs-btn span {
	color: var(--clr-heading);
}
.header-3 .navbar.in .search-cart ul li a i svg {
	stroke: var(--clr-heading);
}

.header-border .navbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-border .navbar .navbar-brand {
	padding-right: 3rem;
}
.header-border .navbar .collapse.navbar-collapse {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 3rem;
}

.header-border-black .navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header-border-black .navbar .navbar-brand {
	padding-right: 3rem;
}
.header-border-black .navbar .collapse.navbar-collapse {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	padding-right: 3rem;
}
.header-border-black .navbar.in {
	border-bottom: none;
}
.header-border-black .navbar.in .navbar-brand {
	padding-right: 3rem;
}
.header-border-black .navbar.in .collapse.navbar-collapse {
	border-left: none;
	border-right: none;
	padding-right: 0;
}

.dropdown.megamenu > .navbar-nav {
	width: 100%;
	padding: 0;
	left: 0;
	overflow: hidden;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
	transition: transform 0.4s 0.2s;
	transform: translate3d(0, 0, 0);
	background-color: var(--clr-white);
	top: 0;
}

.navbar .navbar-brand .logo-display {
	display: block;
}

.navbar .navbar-brand .logo-scrolled {
	display: none;
}

.navbar.in .navbar-brand .logo-display {
	display: none;
}

.navbar.in .navbar-brand .logo-scrolled {
	display: block;
}

.navbar-toggler.active,
.navbar-toggler.active.btn,
.navbar-toggler.active.focus.btn,
.navbar-toggler.btn:active,
.navbar-toggler.btn:active:focus,
.navbar-toggler.btn:active:hover,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover,
.navbar-toggler.btn:not(:disabled):not(.disabled).active,
.navbar-toggler.btn:not(:disabled):not(.disabled):active,
.navbar-toggler.focus.btn,
.navbar-toggler:active,
.navbar-toggler:active:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-togglerbutton.active,
.navbar-togglerbutton.active.focus,
.navbar-togglerbutton.focus,
.navbar-togglerbutton:active,
.navbar-togglerbutton:active:focus,
.navbar-togglerbutton:active:hover,
.navbar-togglerbutton:focus,
.navbar-togglerbutton:hover,
.navbar-togglerbutton:not(:disabled):not(.disabled).active,
.navbar-togglerbutton:not(:disabled):not(.disabled):active {
	background: 0 0 !important;
	border: transparent !important;
	outline: none;
	box-shadow: none;
}

.bsnav-transparent .nav-item.dropdown > .navbar-nav,
.bsnav-transparent .nav-item.dropdown > .navbar-nav .navbar-nav {
	border-radius: 0;
}

/* -------------------------------------------------------
14. Breadcrumb css
---------------------------------------------------------*/
.breadcrumb-shape-2 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: none;
}

.breadcrumb-chakka-2 {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	display: none;
}

.site-breadcrumb {
	height: 60vh;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.site-breadcrumb::before {
	position: absolute;
	content: "";
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(269.82deg, rgba(3, 3, 3, 0) 37.89%, rgba(var(--clr-def-2-rgb), 0.9) 70.7%);
}
.site-breadcrumb .breadcrumb-title {
	font-size: 4rem;
	text-transform: uppercase;
	color: var(--clr-white);
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.0025em;
	display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
	position: relative;
	display: inline-block;
	margin-left: 3rem;
	color: var(--clr-white);
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--font-1);
}
.site-breadcrumb .breadcrumb-menu li a {
	color: var(--clr-white);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-breadcrumb .breadcrumb-menu li.active {
	color: var(--clr-white);
}
.site-breadcrumb .breadcrumb-menu li::before {
	position: absolute;
	content: "/";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 2rem;
	right: -24px;
	top: 1px;
	text-align: center;
	font-size: 1.4rem;
	color: var(--clr-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
	margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
	display: none;
}
.site-breadcrumb .breadcrumb-menu li:hover {
	color: #d63031;
}

.site-breadcrumb-wpr {
	margin-top: 100px;
}

/*-------------------------------------------------------
15. RTL css
---------------------------------------------------------*/
body.rtl-mode {
	direction: rtl;
}
body.rtl-mode .item-area {
	direction: ltr;
}
body.rtl-mode .price-wpr {
	direction: rtl;
}
@media (min-width: 992px) {
	body.rtl-mode .navbar-brand {
		margin-left: 3rem;
	}
	body.rtl-mode .navbar .nav-item .nav-link {
		margin-left: 3rem;
		margin-right: 0;
	}
}

/*-------------------------------------------------------
16. Vidz css
---------------------------------------------------------*/
.p-300 {
	padding: 300px 0;
}

.mfp-hide {
	display: none;
}

#vidz {
	display: flex;
	align-items: center;
	justify-content: center;
}
#vidz iframe {
	width: 853px;
	height: 480px;
}

.mfp-close-btn-in .mfp-close {
	color: #fff !important;
}

.vidz-wpr {
	position: relative;
	z-index: 1;
}
.vidz-wpr img {
	filter: brightness(0.3);
}
.vidz-wpr .pl {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pl .play-bt {
	width: 9rem;
	height: 9rem;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: var(--clr-def);
	line-height: 90px;
	padding-left: 5px;
	border: none;
}
.pl .play-bt i {
	color: var(--clr-white);
	font-size: 4rem;
}
.pl .play-bt:hover {
	color: var(--clr-def);
}
.pl .play-bt .wave-3,
.pl .play-bt::before,
.pl .play-bt::after {
	content: "";
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	pointer-events: none;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	z-index: -1;
	background: var(--clr-def);
	height: 15rem;
	width: 15rem;
}
.pl .play-bt::before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.pl .play-bt::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.pl .play-bt .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@keyframes waves {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.2, 0.2);
		transform: translate(-50%, -50%) scale(0.2, 0.2);
		opacity: 0;
	}
	50% {
		opacity: 0.9;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
		transform: translate(-50%, -50%) scale(0.9, 0.9);
		opacity: 0;
	}
}
@-webkit-keyframes button_wave {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.2);
	}
	100% {
		transform: translate(-50%, -50%) scale(0.5);
	}
}
.vidz-padding {
	padding: 398px 0;
}

/*-------------------------------------------------------
17. Blog Single css
---------------------------------------------------------*/
.blog-single-title {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.blog-slg-tt {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #7b7d83;
}

.blog-single-meta {
	display: flex;
	align-items: center;
	gap: 30px;
}
.blog-single-meta li a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-single-meta li a i {
	display: inline-block;
}
.blog-single-meta li a span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #677471;
}

.quot {
	background: var(--clr-def);
	padding: 30px;
}
.quot i {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	color: var(--clr-white);
}
.quot p {
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color: var(--clr-white);
	margin-bottom: 20px;
}
.quot h6 {
	font-family: var(--font-2);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: var(--clr-white);
}

.blog-single-tags {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-single-tags .blog-single-tags-left {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-single-tags .blog-single-tags-left h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	font-family: var(--font-2);
	color: var(--clr-heading);
	margin-bottom: 0;
}
.blog-single-tags .blog-single-tags-left .blog-single-tg {
	display: flex;
	align-items: center;
	gap: 8px;
}
.blog-single-tags .blog-single-tags-left .blog-single-tg li a {
	padding: 5px 10px;
	display: inline-block;
	transition: all 0.5s ease;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--clr-heading);
	border: 1px solid #e8e8e8;
}
.blog-single-tags .blog-single-tags-left .blog-single-tg li a:hover {
	background: var(--clr-heading);
	color: var(--clr-white);
}
.blog-single-tags .share-social {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-single-tags .share-social li a i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: var(--clr-heading);
	border: 1px solid rgba(var(--clr-heading-rgb), 0.4);
	transition: all 0.5s ease;
}
.blog-single-tags .share-social li a i:hover {
	background: var(--clr-def);
	color: var(--clr-white);
}

.blog-single-inner-content {
	position: relative;
	z-index: 2;
	margin-top: -128px;
}

.blog-single-inner-inner {
	background: var(--clr-white);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
	padding: 30px;
	margin: 0 65px;
}

.blog-single-cm .blog-single-over-bio {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 30px;
}
.blog-single-cm .blog-single-over-bio .bnm {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.blog-single-cm .blog-single-over-bio:last-child .bnm {
	border-bottom: none;
	padding-bottom: 0px;
}
.blog-single-cm .blog-single-over-bio img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.blog-single-cm .blog-single-over-bio p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--clr-heading);
	opacity: 0.7;
}
.blog-single-cm .blog-single-over-name {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 2rem;
}
.blog-single-cm .blog-single-over-name h5 {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #222222;
}
.blog-single-cm .blog-single-over-name span {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #777777;
	display: inline-block;
}
.blog-single-cm .blog-single-over-name .blog-single-rr span {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #222222;
	display: inline-block;
}

.blog-single-bx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-single-bx .blog-bx-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: #111111;
	margin-bottom: 0;
}

.contact-form-single .input-style-2 {
	background: transparent;
	border: 1px solid #a8a8a8;
}
.contact-form-single .input-style-2::placeholder {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #a8a8a8;
}

.blog-single-check {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.blog-single-check .form-check-input[type="checkbox"] {
	margin-left: 0;
}
.blog-single-check label {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: var(--clr-heading);
	opacity: 0.7;
}

.pl-110 {
	padding-left: 110px;
}

.blog-com-title {
	color: #222222;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.blog-com-title span {
	color: #999999;
}

.theme-single-pill {
	box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
	background-color: var(--clr-white);
}
.theme-single-pill .nav {
	display: flex;
	flex-wrap: inherit;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: space-between;
}
.theme-single-pill .nav-pills .nav-item {
	width: 100%;
}
.theme-single-pill .nav-pills .nav-item .nav-link {
	border: 3px solid transparent;
	border-radius: 5px 5px 0 0;
	padding: 2rem;
	line-height: 1;
	margin-right: 0;
	color: var(--clr-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.0015em;
	width: 100%;
}
.theme-single-pill .nav-pills .nav-link.active,
.theme-single-pill .nav-pills .show > .nav-link {
	color: var(--clr-white);
}

/*-------------------------------------------------------
18. Sidebar css
---------------------------------------------------------*/
.widget {
	padding: 0;
	box-shadow: none;
	margin-bottom: 3rem;
	border-radius: 0;
}
.widget:last-child {
	margin-bottom: 0;
}

.ps.g-5 {
	--bs-gutter-x: 5rem;
}

.sidebar-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--clr-heading);
	margin-bottom: 30px;
}

.sbs {
	text-align: center;
	padding: 80px 60px;
}
.sbs p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: var(--clr-white);
}

.search-form {
	position: relative;
	z-index: 1;
}
.search-form .input-style-2 {
	padding-left: 1rem;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
}
.search-form button i {
	color: var(--clr-white);
}

.search-style-1 {
	position: relative;
	z-index: 1;
}
.search-style-1 .input-style-4 {
	background: #ffffcc;
	border: none;
	height: 52px;
}
.search-style-1 .input-style-4::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #677471;
}
.search-style-1 button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	border-radius: 0;
	background: transparent;
	border: none;
}
.search-style-1 button i svg {
	fill: #0a0909;
}

.sidebar-rel-title h5 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: #004c3f;
	margin-bottom: 0;
}

.sidebar-rel-bx {
	position: relative;
	z-index: 1;
}
.sidebar-rel-bx::before {
	position: absolute;
	z-index: 0;
	background: var(--clr-def);
	opacity: 0.8;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}

.sidebar-rel-overlay {
	position: absolute;
	bottom: -20px;
	left: 30px;
}
.sidebar-rel-overlay h6 {
	font-family: var(--font-2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: var(--clr-white);
}
.sidebar-rel-overlay p {
	color: var(--clr-white);
}

.sidebar-rel-admin {
	display: inline-block;
}
.sidebar-rel-admin a {
	display: flex;
	align-self: center;
	gap: 7px;
	padding: 15px 20px;
	line-height: 1;
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-heading);
	background: var(--clr-white);
	border-radius: 5px;
}

.sidebar-slider-wrp .swiper-wrapper {
	padding-bottom: 20px;
}

.sidebar-rel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar-rc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	position: relative;
}
.sidebar-rc .swiper-button-next,
.sidebar-rc .swiper-button-prev {
	position: inherit;
	top: inherit;
	width: 30px;
	height: inherit;
	border: none;
	color: #5c6663;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-position: center center;
	margin-top: 0;
}
.sidebar-rc .swiper-button-next,
.sidebar-rc .swiper-rtl .swiper-button-prev {
	right: inherit;
	left: inherit;
	background-image: url("data:image/svg+xml, %3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6875 7.71875L8.6875 12.7188C8.5 12.9062 8.25 13 8 13C7.71875 13 7.46875 12.9062 7.28125 12.7188C6.875 12.3438 6.875 11.6875 7.28125 11.3125L10.5625 8H1C0.4375 8 0 7.5625 0 7C0 6.46875 0.4375 6 1 6H10.5625L7.28125 2.71875C6.875 2.34375 6.875 1.6875 7.28125 1.3125C7.65625 0.90625 8.3125 0.90625 8.6875 1.3125L13.6875 6.3125C14.0938 6.6875 14.0938 7.34375 13.6875 7.71875Z' fill='%23E3E3E3'/%3E%3C/svg%3E");
}
.sidebar-rc .swiper-button-next:hover,
.sidebar-rc .swiper-rtl .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6875 7.71875L8.6875 12.7188C8.5 12.9062 8.25 13 8 13C7.71875 13 7.46875 12.9062 7.28125 12.7188C6.875 12.3438 6.875 11.6875 7.28125 11.3125L10.5625 8H1C0.4375 8 0 7.5625 0 7C0 6.46875 0.4375 6 1 6H10.5625L7.28125 2.71875C6.875 2.34375 6.875 1.6875 7.28125 1.3125C7.65625 0.90625 8.3125 0.90625 8.6875 1.3125L13.6875 6.3125C14.0938 6.6875 14.0938 7.34375 13.6875 7.71875Z' fill='%230A0909'/%3E%3C/svg%3E");
}
.sidebar-rc .swiper-button-prev,
.sidebar-rc .swiper-rtl .swiper-button-next {
	left: inherit;
	right: inherit;
	background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 5.28125L6.3125 0.281249C6.5 0.0937493 6.75 -7.21238e-07 7 -6.99382e-07C7.28125 -6.74795e-07 7.53125 0.0937493 7.71875 0.281249C8.125 0.656249 8.125 1.3125 7.71875 1.6875L4.4375 5L14 5C14.5625 5 15 5.4375 15 6C15 6.53125 14.5625 7 14 7L4.4375 7L7.71875 10.2812C8.125 10.6562 8.125 11.3125 7.71875 11.6875C7.34375 12.0937 6.6875 12.0937 6.3125 11.6875L1.3125 6.6875C0.906251 6.3125 0.906251 5.65625 1.3125 5.28125Z' fill='%23E3E3E3'/%3E%3C/svg%3E");
}
.sidebar-rc .swiper-button-prev:hover,
.sidebar-rc .swiper-rtl .swiper-button-next:hover {
	background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 5.28125L6.3125 0.281249C6.5 0.0937493 6.75 -7.21238e-07 7 -6.99382e-07C7.28125 -6.74795e-07 7.53125 0.0937493 7.71875 0.281249C8.125 0.656249 8.125 1.3125 7.71875 1.6875L4.4375 5L14 5C14.5625 5 15 5.4375 15 6C15 6.53125 14.5625 7 14 7L4.4375 7L7.71875 10.2812C8.125 10.6562 8.125 11.3125 7.71875 11.6875C7.34375 12.0937 6.6875 12.0937 6.3125 11.6875L1.3125 6.6875C0.906251 6.3125 0.906251 5.65625 1.3125 5.28125Z' fill='%230A0909'/%3E%3C/svg%3E");
}
.sidebar-rc .swiper-button-next:after,
.sidebar-rc .swiper-button-prev:after {
	font-size: inherit;
	line-height: 1;
	color: transparent;
}

.category-list ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.category-list ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #e3e3e3;
}
.category-list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-list ul li a p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #677471;
}
.category-list ul li a span {
	color: var(--clr-heading);
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.subs.bg-overlay::before {
	border-radius: 5px;
}
.subs .work-title {
	color: var(--clr-white);
}
.subs .subs-title {
	color: #bbbbbb;
	margin-bottom: 25px;
}

.subs-sub .ipp input {
	width: 100%;
	border-radius: 5px;
	height: 50px;
	padding-left: 0;
	text-align: center;
	border: 2px solid var(--clr-white);
	background: transparent;
}
.subs-sub .ipp input::placeholder {
	color: var(--clr-white);
	font-size: 1.5rem;
}
.subs-sub .ipp {
	margin-bottom: 2rem;
}
.subs-sub button {
	background: var(--clr-def);
	width: 100%;
	border: none;
	border-radius: 5px;
	color: var(--clr-white);
	font-size: 1.5rem;
	height: 50px;
	padding: 1.2rem 2rem;
	text-align: center;
}

.slidecontainer {
	width: 100%;
}
.slidecontainer .slider {
	-webkit-appearnce: none;
	width: 100%;
	height: 4px;
	background: var(--clr-bg-2);
	outline: none;
	border: none;
}
.slidecontainer .slider:hover {
	opacity: 1;
}
.slidecontainer .slider::-webkit-slider-thumb {
	-webkit-appearnce: none;
	width: 5px;
	height: 5px;
	background: red;
	cursor: pointer;
}
.slidecontainer .slider::-moz-range-thumb {
	width: 5px;
	height: 5px;
	background: red;
	cursor: pointer;
}

.sidebar-rating {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.sidebar-rating li {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding-left: 3rem;
}
.sidebar-rating li::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid var(--clr-def);
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.sidebar-rating li::after {
	width: 8px;
	height: 8px;
	position: absolute;
	content: "";
	z-index: -1;
	background: var(--clr-def);
	left: 4px;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
}

.recent-post-single {
	margin-bottom: 2rem;
}
.recent-post-single:last-child {
	margin-bottom: 0;
}
.recent-post-single a span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #677471;
	margin-bottom: 15px;
}
.recent-post-single a span i {
	color: var(--clr-heading);
}
.recent-post-single a h6 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.content-tags {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.content-tags h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.0015em;
}
.content-tags ul {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.tags-link {
	padding: 5px 10px;
	background-color: var(--clr-def);
	color: var(--clr-white);
	opacity: 0.6;
	display: inline-block;
	font-weight: 400;
}
.tags-link:hover {
	background-color: var(--clr-black);
	color: var(--clr-white);
}

.sidebar-tags .tags a {
	margin: 8px 8px 8px 0;
}

.share {
	font-size: 14px;
	font-weight: 500;
	line-height: 10px;
	letter-spacing: 0.0025em;
	text-transform: capitalize;
	color: var(--clr-heading);
}
.share img {
	margin-right: 7px;
}

.de-bpd {
	padding-left: 10rem;
}

.service-sidebar ul li {
	margin-bottom: 1.5rem;
	display: block;
}
.service-sidebar ul li:last-child {
	margin-bottom: 0;
}
.service-sidebar ul li a {
	display: flex;
	padding: 15px 20px;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid #e6ecf7;
	background-color: var(--clr-bg);
	align-items: center;
	justify-content: space-between;
}

.theme-pic .pdt-title {
	margin-right: 3rem;
}

.project-sidebar-single {
	box-shadow: 0 0 10px #eee;
	padding: 30px;
	margin-bottom: 3rem;
	background-color: var(--clr-white);
}
.project-sidebar-single:last-child {
	margin-bottom: 0;
}
.project-sidebar-single ul li {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: var(--font-2);
	font-weight: 600;
	line-height: 33px;
}
.project-sidebar-single ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.project-sidebar-single ul li span {
	display: block;
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
}

.rating a i {
	color: var(--clr-def);
}

.range-label {
	color: var(--clr-heading);
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
	margin-bottom: 1.5rem;
}

.range-slider {
	width: 100%;
}

.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - 73px);
	height: 10px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
	background: var(--clr-def);
}
.range-slider__range:active::-webkit-slider-thumb {
	background: var(--clr-def);
}
.range-slider__range:active::-moz-range-thumb {
	background: var(--clr-def);
}
.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-moz-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
	background: var(--clr-def);
}
.range-slider__range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--clr-def);
}

.range-slider__value {
	display: inline-block;
	position: relative;
	width: 60px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #2c3e50;
	padding: 5px 10px;
	margin-left: 8px;
}
.range-slider__value:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #2c3e50;
	border-bottom: 7px solid transparent;
	content: "";
}

::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}

ul.chk {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	line-height: 18px;
	color: var(--clr-heading);
	font-size: 1.8rem;
	font-weight: 400;
}
.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: var(--clr-def);
}
.styled-checkbox:hover + label:before {
	background: var(--clr-def);
}
.styled-checkbox:focus + label:before {
	box-shadow: none;
}
.styled-checkbox:checked + label:before {
	background: var(--clr-def);
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: var(--clr-white);
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
	transform: rotate(45deg);
}

/*-------------------------------------------------------
19. Pagination css
---------------------------------------------------------*/
.pagination {
	display: block;
	margin-top: 6rem;
	margin-bottom: 0px;
	text-align: center;
}
.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: var(--clr-white);
	border: 1px solid #e3e3e3;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination ul li a.active {
	background-color: var(--clr-heading);
	border: 1px solid var(--clr-heading);
	color: var(--clr-white);
}
.pagination ul li a:hover {
	background-color: var(--clr-heading);
	border: 1px solid var(--clr-heading);
	color: var(--clr-white);
}
.pagination ul li a i {
	font-size: 15px;
}
.pagination .page-value {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: var(--clr-white);
	border: 1px solid #e3e3e3;
	font-size: 15px;
	font-weight: 600;
	margin: 0 2px 10px;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination .page-value.next {
	width: 100px;
}
.pagination .page-value.current {
	background-color: var(--clr-heading);
	border: 1px solid var(--clr-heading);
	color: var(--clr-white);
}
.pagination .page-value:hover {
	background-color: var(--clr-heading);
	border: 1px solid var(--clr-heading);
	color: var(--clr-white);
}
.pagination .page-value i {
	font-size: 15px;
}

/*-------------------------------------------------------
20. Gallery css
---------------------------------------------------------*/
.portfolio-section {
	background: linear-gradient(135deg, #24003c 0%, #4a006f 100%);
	position: relative;
	overflow: hidden;
}
.portfolio-section::before,
.portfolio-section::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.05);
	transform: rotate(45deg);
}
.portfolio-section::before {
	top: 10%;
	right: -80px;
}
.portfolio-section::after {
	bottom: 5%;
	left: -80px;
}
.portfolio-section .portfolio-filter {
	display: flex;
	justify-content: center;
	gap: 3rem;
	list-style: none;
	padding: 0;
	margin-bottom: 7rem;
}
.portfolio-section .portfolio-filter .filter-tab {
	cursor: pointer;
	padding: 1.5rem 2.5rem;
	border-radius: 5px;
	font-weight: 600;
	color: var(--clr-white);
	transition: background 0.3s, color 0.3s;
}
.portfolio-section .portfolio-filter .filter-tab.active,
.portfolio-section .portfolio-filter .filter-tab:hover {
	background: var(--clr-def);
	color: var(--clr-white);
}
.portfolio-section .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 3rem;
}
.portfolio-section .portfolio-grid .portfolio-item {
	background: var(--clr-white);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--box-shadow);
	text-align: center;
	transition: transform 0.3s ease;
}
.portfolio-section .portfolio-grid .portfolio-item img {
	display: block;
	width: 100%;
	height: auto;
}
.portfolio-section .portfolio-grid .portfolio-item h4 {
	padding: 2rem;
	margin-bottom: 0;
}
.portfolio-section .portfolio-grid .portfolio-item:hover {
	transform: translateY(-5px);
}

.filter-menu-style-1 button {
	padding: 12px 20px;
	border-radius: 30px;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--clr-white);
	border: 1px solid var(--clr-white);
	background: transparent;
	margin-right: 10px;
	margin-bottom: 20px;
}
.filter-menu-style-1 button:hover,
.filter-menu-style-1 button.active {
	border: 1px solid var(--clr-def);
	background: var(--clr-def);
	color: var(--clr-heading);
}

.gallery-slider-2 .swiper-button-next,
.gallery-slider-2 .swiper-button-prev {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
.gallery-slider-2 .swiper-button-next:after,
.gallery-slider-2 .swiper-button-prev:after {
	font-size: 24px;
	color: #292d32;
}

.gallery-title {
	background: var(--clr-bg);
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.gallery-title h2 {
	font-size: 110px;
	margin-bottom: 0;
}

.gallery-title-2 {
	background: var(--clr-bg);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-title-2 h2 {
	font-size: 110px;
	margin-bottom: 0;
}

.gallery-container {
	transition: all 0.5s ease;
	overflow: hidden;
}
.gallery-container:hover img {
	scale: 1.2;
}

.gallery-view-btn {
	display: inline-block;
	text-decoration: underline;
	color: var(--clr-heading);
	transition: all 0.5s ease;
	font-weight: 400;
}
.gallery-view-btn.def {
	color: var(--clr-def);
}
.gallery-view-btn.wh {
	color: var(--clr-white);
}
.gallery-view-btn:hover {
	color: var(--clr-def);
}

/*-------------------------------------------------------
21. Topbar css
---------------------------------------------------------*/
.top-bar-area {
	padding: 10px 0;
}

.top-left {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-left .slogan-text {
	font-family: var(--font-2);
	font-size: 16px;
	color: var(--clr-white);
}
.top-left .slogan-text a {
	text-decoration: underline;
	font-weight: 400;
	color: var(--clr-white);
}

.top-right {
	display: flex;
	justify-content: flex-end;
}
.top-right .top-right-content {
	display: flex;
	align-items: center;
	gap: 24px;
}
.top-right .top-right-content p {
	color: var(--clr-white);
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font-2);
	margin-bottom: 0;
}

.top-box {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--clr-heading);
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid var(--clr-border);
}
.top-box:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.top-box i {
	color: var(--clr-heading);
}
.top-box span {
	display: block;
	font-size: 15px;
}

.top-barshp {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}

.topbar-before-off::before {
	display: none;
}

.top-box.top-location.hm-2 span {
	font-size: 2rem;
	letter-spacing: 1px;
}
.top-box.top-location.hm-2 span:first-letter {
	text-transform: uppercase;
}

.top-box.top-login {
	justify-content: flex-end;
}

.topbar-white .top-box {
	color: var(--clr-white);
}
.topbar-white .top-box a {
	color: var(--clr-white);
}
.topbar-white .top-box i {
	color: var(--clr-white);
}

.top-social {
	display: flex;
	align-items: center;
	gap: 24px;
}
.top-social li a i {
	color: var(--clr-white);
	display: inline-block;
	font-size: 16px;
	transition: all 0.5s ease;
}
.top-social li a i:hover {
	color: var(--clr-def);
}

.top-style-2 {
	position: relative;
	z-index: 1;
}
.top-style-2::before {
	position: absolute;
	content: "";
	background: var(--clr-def-2);
	width: 800px;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%);
}
.top-style-2 .top-right-content {
	border-right: 0.5px solid rgba(255, 255, 255, 0.5);
	margin-right: 40px;
	padding-right: 40px;
}

.top-left-2-time-env {
	display: flex;
	align-items: center;
	gap: 30px;
}
.top-left-2-time-env p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: var(--clr-white);
}

.top-same-2 {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-same-2 p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: var(--clr-white);
}

.top-social-menu {
	gap: 30px;
}
.top-social-menu li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s ease;
}
.top-social-menu li a:hover {
	color: rgb(255, 255, 255);
}

.top-style-3 {
	padding: 10px 120px;
}
.top-style-3 .slogan-text {
	color: #767676;
}
.top-style-3 .slogan-text a {
	color: #767676;
}
.top-style-3 .top-social li a i {
	color: var(--clr-black-1);
}
.top-style-3 .top-same-2 p {
	color: #767676;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}

.brrr {
	border-right: 0.5px solid #767676;
	margin-right: 20px;
	padding-right: 20px;
}

/*-------------------------------------------------------
22. Heading css
---------------------------------------------------------*/
.sec-heading-1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.heading-1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 200;
}

.heading-2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 200;
}

.heading-3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 200;
}

.heading-4 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-4 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 200;
}

.heading-5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-5 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 200;
}

.heading-6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.heading-light-6 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 200;
}

.p-para {
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
}

.p-para-heading {
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
	color: var(--clr-heading);
}

.hero-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.1;
	font-family: var(--font-1);
}
.hero-title.wh {
	color: var(--clr-white);
}
.hero-title.blk {
	color: var(--clr-heading);
}
.hero-title.def {
	color: var(--clr-def);
}

.hero-title-light {
	font-size: 55px;
	line-height: 1.2;
	font-weight: 300;
	font-family: var(--font-1);
	text-transform: capitalize;
}
.hero-title-light.wh {
	color: var(--clr-white);
}
.hero-title-light.blk {
	color: var(--clr-heading);
}
.hero-title-light.def {
	color: var(--clr-def);
}

.hero-sub-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
	display: inline-block;
	font-family: var(--font-1);
}
.hero-sub-title.wh {
	color: var(--clr-white);
}
.hero-sub-title.blk {
	color: var(--clr-heading);
}
.hero-sub-title.def-3 {
	color: var(--clr-def);
}

/*-------------------------------------------------------
23. Contact css
---------------------------------------------------------*/
.contact-section {
	background: linear-gradient(135deg, #24003c 0%, #4a006f 100%);
}
.contact-section .contact-wrap {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
}
@media (max-width: 900px) {
	.contact-section .contact-wrap {
		flex-direction: column;
		gap: 2rem;
	}
}
.contact-section .contact-image {
	flex: 1;
}
.contact-section .contact-image img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 8px;
}
.contact-section .contact-form h2 {
	margin-bottom: 3rem;
	color: var(--clr-white);
}
.contact-section .contact-form .info-grid {
	display: flex;
	gap: 3rem;
	margin-bottom: 4rem;
}
.contact-section .contact-form .info-grid div h5 {
	color: var(--clr-white);
}
.contact-section .contact-form .info-grid div p {
	font-size: 1.7rem;
	color: var(--clr-white);
}
.contact-section .contact-form form .btn-primary {
	margin-top: 2rem;
	align-self: flex-start;
	background: var(--clr-white);
	color: #350151;
	border: none;
	padding: 0.75rem 2rem;
	border-radius: 4px;
	font-family: var(--font-1);
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}
.contact-section .contact-form form .btn-primary:hover {
	background: rgba(255, 255, 255, 0.9);
}
.contact-section .contact-form .social-meta {
	margin-top: 4rem;
	display: flex;
	gap: 3rem;
	font-size: 2rem;
	color: var(--clr-white);
}
.contact-section .contact-form .social-meta div {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}
.contact-section .contact-form .social-meta div a {
	color: var(--clr-white);
	text-decoration: underline;
}

.g-map-home iframe {
	filter: grayscale(100%) invert(10%);
}

.form-check-input[type="checkbox"] {
	border-radius: 0;
	margin-top: 0;
	vertical-align: top;
	float: none;
	margin-left: 0;
}

.form-check-label {
	color: var(--clr-white);
}
.form-check-label span {
	color: var(--clr-white);
}

.contact-style-1 {
	padding: 60px 60px 60px 140px;
	background: var(--clr-def);
}
.contact-style-1 h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;
	text-transform: uppercase;
	color: var(--clr-white);
}
.contact-style-1 .file-up-btn label {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color: var(--clr-white);
	font-family: var(--font-1);
}
.contact-style-1 .input-style-2 {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid var(--clr-white);
	height: 34px;
	border-radius: 0;
	padding: 0;
}
.contact-style-1 .input-style-2::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: var(--font-1);
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: var(--clr-white);
}
.contact-style-1 .input-style-2:focus {
	box-shadow: none;
	outline: none;
}
.contact-style-1 .input-style-textarea-1 {
	background: transparent;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid var(--clr-white);
	height: 150px;
	padding: 0;
}
.contact-style-1 .input-style-textarea-1::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: var(--font-1);
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: var(--clr-white);
}
.contact-style-1 .input-style-textarea-1:focus {
	box-shadow: none;
	outline: none;
}

.contact-left-up {
	padding: 0px 0 60px 140px;
}
.contact-left-up h2 {
	font-weight: 400;
	font-size: 100px;
	line-height: 120px;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.file-up-btn {
	margin: 30px 0 20px 0;
}

.login-btn {
	padding: 12px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #fffe55;
	background: var(--clr-heading);
}
.login-btn i {
	display: inline-block;
	margin-left: 64px;
}

.input-style-1 {
	border: 1.5px solid rgba(17, 17, 17, 0.15);
	height: 60px;
	outline: none;
	line-height: 1;
	padding-left: 2rem;
	font-size: 16px;
}
.input-style-1::placeholder {
	color: var(--clr-rgb-1);
	font-size: 18px;
	line-height: 1;
}
.input-style-1:focus {
	box-shadow: none;
	outline: none;
}

textarea.input-style-1 {
	height: 120px;
	padding-top: 1rem;
	margin-bottom: 3rem;
}

.input-style-2 {
	border: none;
	width: 100%;
	height: 60px;
	background: var(--clr-bg-2);
	font-size: 16px;
	color: var(--clr-heading);
	padding-left: 2rem;
	margin-bottom: 2rem;
}
.input-style-2::placeholder {
	color: var(--clr-body);
	font-family: var(--font-2);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.015em;
}
.input-style-2:focus {
	box-shadow: none;
	outline: none;
	color: var(--clr-heading);
}

textarea.input-style-2 {
	height: 160px;
	padding-top: 2rem;
}

.input-style-4 {
	background: #fff;
	height: 70px;
	padding-left: 2rem;
	border: 1px solid var(--clr-bbb);
	font-size: 16px;
	width: 100%;
}
.input-style-4::placeholder {
	color: rgba(25, 25, 25, 0.5);
	font-family: var(--font-1);
	font-size: 16px;
	font-weight: 400;
}
.input-style-4:focus {
	box-shadow: none;
	outline: none;
}

.contact-single-csx {
	background: var(--clr-def);
}

.contact-single-ttl {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: #22252f;
}

.mt-35 {
	margin-top: 35px;
}

.contact-style-2 .input-style-2 {
	background: rgba(var(--clr-heading-rgb), 0.1);
	color: var(--clr-white);
}
.contact-style-2 .input-style-2::placeholder {
	color: var(--clr-white);
}

.contact-cx {
	position: relative;
	z-index: 1;
	background: var(--clr-white);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 70px 60px 50px 60px;
	border: 1px solid var(--clr-aaa);
}
.contact-cx i {
	display: inline-block;
	position: absolute;
	z-index: 1;
	height: 80px;
	width: 80px;
	line-height: 80px;
	top: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	border-radius: 50%;
	color: var(--clr-white);
	background: var(--clr-heading);
}
.contact-cx span {
	display: block;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	color: var(--clr-heading);
}

.contact-fol {
	position: absolute;
	top: 0;
	right: -180px;
	z-index: -1;
}

.s-hidden {
	visibility: hidden;
	padding-right: 10px;
}

.select {
	position: relative;
}

.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none !important;
	line-height: 60px;
	padding-left: 2rem;
	background: var(--clr-bg-2);
	color: var(--clr-body);
	font-family: var(--font-2);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.015em;
}
.styledSelect::after {
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
	background-repeat: no-repeat;
	background-size: 12px;
	height: 12px;
	width: 12px;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}

.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 2rem;
	list-style: none;
	border: 1px solid #ccc;
	border-top: none;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
	padding: 0 10px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: rgba(13, 29, 99, 0.6980392157);
	cursor: pointer;
	transition: all 0.5s ease;
}
.options li:last-child {
	margin-bottom: 0;
}
.options li:hover {
	background-color: none;
	color: var(--clr-def);
}

#datepicker:focus {
	outline: none;
}

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909c;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546e7a;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a > span {
	display: none;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
	color: #78909c;
	font-weight: 400;
	font-size: 0.75rem;
}

/*Google Maps*/
.g-map-area {
	height: 50vh;
}

.g-map--wrapper iframe {
	width: 100%;
	height: 100vh;
	border: none;
}

/*-------------------------------------------------------
Apple-Style Contact Page Design
Based on Apple's Human Interface Guidelines
--------------------------------------------------------*/
/* Apple Design Principles Applied:
1. Clarity - Clear visual hierarchy
2. Deference - Content is the focus
3. Depth - Subtle layering and shadows
*/
.contact-page-area {
	padding: 120px 0;
	background: linear-gradient(to bottom, rgba(250, 250, 252, 0) 0%, rgb(250, 250, 252) 50%, #ffffff 100%);
}
@media (max-width: 768px) {
	.contact-page-area {
		padding: 80px 0;
	}
}

.contact-page-wpr {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page-top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 80px;
}
@media (max-width: 992px) {
	.contact-page-top {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.contact-page-top {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 60px;
	}
}

.contact-cx {
	position: relative;
	background: var(--clr-white);
	border-radius: 16px;
	padding: 48px 32px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.contact-cx:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: rgba(0, 0, 0, 0.08);
}
.contact-cx i {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: var(--clr-white);
	font-size: 28px;
	margin-bottom: 24px;
	position: relative;
	top: 0;
	left: auto;
	transform: none;
}
.contact-cx i.fa-solid {
	font-size: 28px;
}
.contact-cx .fa-phone-volume + span {
	color: #667eea;
}
.contact-cx .fa-envelope + span {
	color: #f093fb;
}
.contact-cx .fa-location-dot + span {
	color: #4facfe;
}
.contact-cx span {
	display: block;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.47;
	color: var(--clr-heading);
	letter-spacing: -0.01em;
}
.contact-cx span a {
	color: var(--clr-heading);
	text-decoration: none;
	transition: color 0.3s ease;
}
.contact-cx span a:hover {
	color: var(--clr-def);
}

.contact-form-wrapper {
	background: var(--clr-white);
	border-radius: 20px;
	padding: 60px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
	.contact-form-wrapper {
		padding: 40px 24px;
	}
}

.contact-form-real {
	max-width: 800px;
	margin: 0 auto;
}

.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
@media (max-width: 768px) {
	.contact-form-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.contact-input-group {
	position: relative;
}
.contact-input-group.contact-input-group-full {
	grid-column: 1/-1;
}

.contact-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: var(--font-1);
}

.input-style-2 {
	width: 100%;
	height: 56px;
	padding: 0 20px;
	font-size: 17px;
	font-family: var(--font-2);
	color: var(--clr-heading);
	background: #f5f5f7;
	border: 2px solid transparent;
	border-radius: 12px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
	box-sizing: border-box;
}
.input-style-2::placeholder {
	color: rgba(0, 0, 0, 0.4);
	font-size: 17px;
}
.input-style-2:focus {
	background: var(--clr-white);
	border-color: var(--clr-def);
	box-shadow: 0 0 0 4px rgba(255, 107, 71, 0.1);
}
.input-style-2:hover:not(:focus) {
	background: #fafafa;
}

textarea.input-style-2 {
	min-height: 140px;
	padding-top: 16px;
	resize: vertical;
}

.contact-submit {
	margin-top: 16px;
	grid-column: 1/-1;
}

.btn-primary {
	width: 100%;
	max-width: 280px;
	height: 56px;
	background: var(--clr-def);
	color: var(--clr-white);
	font-size: 17px;
	font-weight: 500;
	font-family: var(--font-1);
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
	box-shadow: 0 2px 8px rgba(255, 107, 71, 0.2);
}
.btn-primary:hover {
	background: #e55a37;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(255, 107, 71, 0.3);
}
.btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(255, 107, 71, 0.2);
}
.btn-primary:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 107, 71, 0.2);
}

.g-map-area {
	position: relative;
	margin-top: 80px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
	.g-map-area {
		margin-top: 60px;
		border-radius: 12px;
	}
}

.g-map--wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.g-map--wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	filter: grayscale(20%) brightness(1.05);
	transition: filter 0.5s ease;
}
.g-map--wrapper:hover iframe {
	filter: grayscale(0%) brightness(1);
}

.site-breadcrumb {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 100px 0 80px;
	position: relative;
	overflow: hidden;
}
.site-breadcrumb .breadcrumb-title {
	font-size: 56px;
	font-weight: 700;
	color: var(--clr-white);
	margin: 0;
	text-align: center;
	font-family: var(--font-1);
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.site-breadcrumb .breadcrumb-title {
		font-size: 36px;
	}
}
.site-breadcrumb .breadcrumb-menu {
	text-align: left;
	margin-top: 16px;
}
.site-breadcrumb .breadcrumb-menu li {
	display: inline-block;
	font-size: 15px;
}
.site-breadcrumb .breadcrumb-menu li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
	color: var(--clr-white);
}
.site-breadcrumb .breadcrumb-menu li.active {
	color: rgba(255, 255, 255, 0.6);
}
.site-breadcrumb .breadcrumb-menu li.active::before {
	content: "/";
	margin: 0 12px;
	color: rgba(255, 255, 255, 0.6);
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.contact-cx,
.contact-form-wrapper {
	animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.contact-cx:nth-child(1) {
	animation-delay: 0.1s;
}

.contact-cx:nth-child(2) {
	animation-delay: 0.2s;
}

.contact-cx:nth-child(3) {
	animation-delay: 0.3s;
}

.contact-form-wrapper {
	animation-delay: 0.4s;
}

@media (max-width: 992px) {
	.contact-cx {
		padding: 40px 24px;
	}
}
@media (max-width: 576px) {
	.site-breadcrumb {
		padding: 60px 0 50px;
	}
	.contact-page-area {
		padding: 60px 0;
	}
	.contact-page-top {
		margin-bottom: 40px;
	}
}
/*-------------------------------------------------------
24. Text COlor css
---------------------------------------------------------*/
.text-solar {
	color: var(--clr-solar);
}

.text-exo {
	font-family: var(--font-exo);
}

.text-grad {
	background: var(--clr-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-grad-2 {
	background: var(--clr-gradient-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-theme {
	background: var(--clr-def);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-clr-theme {
	color: var(--clr-def);
}

.font-size-14 {
	font-size: 14px;
}

.text-white-80 {
	color: var(--clr-white-80) !important;
}

/*End Theme Basic*/
/*-------------------------------------------------------
25. Header Hero Top css
---------------------------------------------------------*/
.header-hero-top {
	display: grid;
	grid-template-columns: 250px 1fr;
}

/*-------------------------------------------------------
26. About css
---------------------------------------------------------*/
.about-left-pic-1::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 40px;
	left: 0;
	width: 300px;
	height: 300px;
	border-radius: 50px 442px 481px 50px;
	background: var(--clr-def-2);
	rotate: -34deg;
}
.about-left-pic-1 img {
	border-radius: 120px;
}

.about-left-pic-2 {
	bottom: 90px;
	right: -100px;
}
.about-left-pic-2 img {
	border-radius: 30px;
	border: 10px solid var(--clr-white);
}

.about-left-pic-3 {
	position: absolute;
	top: 0;
	right: -200px;
	z-index: -1;
}
.about-left-pic-3 img {
	width: 60%;
	border-radius: 30px;
}

.brush-stroke {
	position: absolute;
	bottom: 35px;
	right: -100px;
}
.brush-stroke img {
	width: 80%;
}
.brush-stroke .about-brush-ey {
	position: absolute;
	top: 42%;
	left: 42%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: var(--clr-white);
}
.brush-stroke .about-brush-ey h2 {
	color: var(--clr-white);
	font-size: 70px;
	line-height: 1;
	opacity: 0.7;
	margin-bottom: 5px;
}
.brush-stroke .about-brush-ey p {
	color: var(--clr-white);
}

.section-about-us {
	display: flex;
	align-items: center;
	color: var(--clr-def);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	gap: 0.5rem;
}
.section-about-us::before,
.section-about-us::after {
	content: "";
	display: block;
	flex: 1;
	height: 2px;
	background: var(--clr-def);
}
.section-about-us::before {
	max-width: 40px;
}
.section-about-us::after {
	max-width: 40px;
}

.about-right p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.7;
}

.about-list-opt {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	border-right: 1px solid #aaa;
}
.about-list-opt li {
	display: flex;
	align-items: center;
	gap: 5px;
}
.about-list-opt li i svg {
	height: 13px;
	width: 13px;
}
.about-list-opt li i svg g {
	fill: var(--clr-def);
}
.about-list-opt li span {
	font-weight: 500;
}

.about-right-sat {
	padding-left: 30px;
}
.about-right-sat h2 {
	font-size: 80px;
	line-height: 1;
}
.about-right-sat span {
	display: inline-block;
}

.image-roun {
	border-radius: 100px;
}

.hero-btn-content-pics {
	display: flex;
	align-items: center;
}
.hero-btn-content-pics i {
	height: 60px;
	width: 60px;
	line-height: 55px;
	text-align: center;
	background: var(--clr-def);
	color: var(--clr-white);
	border: 3px solid var(--clr-white);
	margin-left: -20px;
	z-index: 4;
	border-radius: 50%;
	font-size: 24px;
}
.hero-btn-content-pics span {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--clr-heading);
	color: var(--clr-white);
	border: 2px solid var(--clr-def);
	margin-left: -20px;
	z-index: 4;
	border-radius: 50%;
	font-weight: 400;
	font-size: 10px;
	text-transform: capitalize;
	font-family: var(--font-1);
	display: inline-block;
}
.hero-btn-content-pics img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid var(--clr-def);
}
.hero-btn-content-pics img:first-child {
	z-index: 2;
}
.hero-btn-content-pics img:nth-child(2) {
	z-index: 3;
	margin-left: -20px;
}
.hero-btn-content-pics img:nth-child(3) {
	z-index: 4;
	margin-left: -20px;
}
.hero-btn-content-pics img:nth-child(4) {
	z-index: 4;
	margin-left: -20px;
}

.circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 50px auto;
}
.circle .logo {
	position: absolute;
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: #f5f5f5;
	border-radius: 100vmax;
	text-align: center;
	z-index: 3;
}
.circle .text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: consolas;
	color: #000;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
}
.circle .text span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 100px;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.about-style-2 .sec-sub-title {
	color: var(--clr-white);
}
.about-style-2 .sec-title {
	color: var(--clr-white);
	font-size: 45px;
}
.about-style-2 p {
	color: rgba(var(--clr-white-rgb), 0.7);
}
.about-style-2 .progress-wpr .progress-box h5 {
	color: var(--clr-white);
}
.about-style-2 .progress-wpr .progress-box .progress {
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--clr-white);
	--bs-progress-bar-bg: var(--clr-def);
}

.about-yr-exp {
	position: absolute;
	top: 125px;
	right: 50px;
	padding: 5rem 3rem;
	background: var(--clr-def);
	border-radius: 0px 100px 100px 0px;
	text-align: center;
	z-index: -1;
}
.about-yr-exp h2 {
	font-size: 60px;
	color: var(--clr-white);
	line-height: 1;
	margin-bottom: 0;
}
.about-yr-exp p {
	color: var(--clr-white);
	font-weight: 500;
}

.about-2-1 {
	border-radius: 300px 0px 0px 300px;
	width: 62%;
}

.about-2-2 {
	position: absolute;
	bottom: 40px;
	right: 60px;
	border-radius: 150px;
	border: 10px solid var(--clr-white);
}

.about-list-content {
	margin-bottom: 4rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid var(--clr-aaa);
}

.about-list-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4rem;
}

.about-suc-rate {
	padding: 2rem 3rem;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}
.about-suc-rate::before {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: var(--clr-def);
	content: "";
	top: 0;
	left: 0;
	opacity: 0.8;
	border-radius: 10px;
}
.about-suc-rate h2 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 300;
	color: var(--clr-white);
}
.about-suc-rate p {
	font-size: 1.6rem;
	margin-top: 0.25rem;
	color: var(--clr-white);
	font-weight: 600;
}

.about-ttt {
	padding-right: 12%;
}

.about-custom-list {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.about-custom-list li {
	position: relative;
	padding-left: 1.75rem;
	color: var(--clr-heading);
	font-family: var(--font-2);
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
}
.about-custom-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 7px;
	height: 7px;
	background-color: var(--clr-def);
	border-radius: 50%;
	transform: translate(0, -50%);
}
.about-custom-list li:last-child {
	margin-bottom: 0;
}

.about-reviews-summary {
	display: flex;
	flex-direction: column;
	font-family: var(--font-2);
	color: var(--clr-heading);
	gap: 1rem;
	align-items: anchor-center;
}
.about-reviews-summary .about-avatars {
	display: flex;
	align-items: center;
}
.about-reviews-summary .about-avatars .avatar {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid var(--clr-white);
}
.about-reviews-summary .about-avatars .avatar:not(:first-child) {
	margin-left: -2rem;
}
.about-reviews-summary .about-review-count {
	display: flex;
	flex-direction: column;
}
.about-reviews-summary .about-review-count .count {
	font-size: 4rem;
	font-weight: bold;
	color: var(--clr-def);
	line-height: 1;
}
.about-reviews-summary .about-review-count .label {
	font-size: 1.6rem;
	margin-top: 0.25rem;
	color: var(--clr-heading);
	font-weight: 500;
}

/*-------------------------------------------------------
27. Service CSS
---------------------------------------------------------*/
.services-section {
	position: relative;
	overflow: hidden;
	/* rest of your styles… */
}

.services-section {
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
.services-section .service-item {
	/* Card base */
	background: linear-gradient(135deg, #241f92, #12062b);
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 5rem 5rem;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}
.services-section .service-item:hover .icon-wrapper i {
	box-shadow: 0 0 16px rgba(255, 90, 205, 0.6), 0 0 16px rgba(75, 199, 235, 0.6);
}
.services-section .service-item {
	/* Gradient icon square */
}
.services-section .service-item .icon-wrapper {
	margin-bottom: 3rem;
}
.services-section .service-item .icon-wrapper i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	background: linear-gradient(135deg, #ff48a8, #1d2195);
	border-radius: 20px;
	text-align: center;
	border: none;
	box-shadow: 0 4px 16px rgba(37, 109, 255, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service-item .icon-wrapper i:hover {
	box-shadow: 0 0 16px rgba(255, 90, 205, 0.6), 0 0 16px rgba(75, 199, 235, 0.6);
}
.services-section .service-item .icon-wrapper i svg {
	width: 45px;
	height: 45px;
	fill: var(--clr-white);
}
.services-section .service-item .icon-wrapper i svg g {
	fill: var(--clr-white);
}
.services-section .service-item {
	/* Title & description */
}
.services-section .service-item .service-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--clr-white);
	margin-bottom: 2rem;
}
.services-section .service-item .service-title a {
	color: var(--clr-white);
}
.services-section .service-item .service-title a:hover {
	color: var(--bs-link-hover-color);
}
.services-section .service-item .service-desc {
	font-size: 18px;
	color: var(--clr-white);
	line-height: 1.5;
}

.service-wpr .swiper-button-next,
.service-wpr .swiper-button-prev {
	width: 60px;
	height: 60px;
	color: var(--clr-heading);
	box-shadow: var(--box-shadow);
	background: var(--clr-white);
}
.service-wpr .swiper-button-next:after,
.service-wpr .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 16px;
}
.service-wpr .swiper-button-next,
.service-wpr .swiper-rtl .swiper-button-prev {
	right: -90px;
}
.service-wpr .swiper-button-prev,
.service-wpr .swiper-rtl .swiper-button-next {
	left: -90px;
}

.service-box-2 {
	position: relative;
	width: 320px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 30px;
	transition: 0.5s;
}

.service-box-2::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 50px;
	width: 50%;
	height: 100%;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	transform: skewX(15deg);
	transition: 0.5s;
}

.service-box-2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	transform: skewX(15deg);
	transition: 0.5s;
	filter: blur(30px);
}

.service-box-2:hover:before,
.service-box-2:hover:after {
	transform: skewX(0deg);
	left: 20px;
	width: calc(100% - 90px);
}

.service-box-2:nth-child(1):before,
.service-box-2:nth-child(1):after {
	background: linear-gradient(315deg, var(--clr-def), var(--clr-def-2));
}

.service-box-2:nth-child(2):before,
.service-box-2:nth-child(2):after {
	background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.service-box-2:nth-child(3):before,
.service-box-2:nth-child(3):after {
	background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.service-box-2 .service-icon-2 {
	display: block;
	position: absolute;
	top: -30px;
	left: 15px;
	right: 0;
	bottom: 0;
	z-index: 5;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 8px;
	backdrop-filter: blur(10px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	pointer-events: none;
}
.service-box-2 .service-icon-2.icon-2-bg-1 {
	background: linear-gradient(315deg, var(--clr-def), var(--clr-def-2));
}
.service-box-2 .service-icon-2.icon-2-bg-2 {
	background: linear-gradient(315deg, #03a9f4, #ff0058);
}
.service-box-2 .service-icon-2.icon-2-bg-3 {
	background: linear-gradient(315deg, #4dff03, #00d0ff);
}
.service-box-2 .service-icon-2 i svg {
	height: 50px;
	width: 50px;
}
.service-box-2 .service-icon-2 i svg g {
	fill: var(--clr-white);
}

.service-box-2 .service-icon-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: 0.1s;
	animation: animate 2s ease-in-out infinite;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.service-box-2:hover .service-icon-2::before {
	top: -50px;
	left: 50px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

@keyframes animate {
	0%,
	100% {
		transform: translateY(10px);
	}
	50% {
		transform: translate(-10px);
	}
}
.service-box-2 .content {
	position: relative;
	left: 0;
	padding: 80px 40px 60px 40px;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	z-index: 1;
	transition: 0.5s;
	color: #fff;
}

.service-box-2:hover .content {
	left: -25px;
}

.service-box-2 .content h4 {
	color: #fff;
	margin-bottom: 20px;
}

.service-box-2 .content p {
	margin-bottom: 30px;
	line-height: 1.4;
}

/*-------------------------------------------------------
28. Counter Css
---------------------------------------------------------*/
.counter-1 .fun-fact {
	text-align: center;
}
.counter-1 .fun-fact:hover .fun-fact-icon i {
	color: var(--clr-white);
	background: var(--clr-def);
}
.counter-1 .fun-fact .fun-fact-icon {
	margin-bottom: 3rem;
}
.counter-1 .fun-fact .fun-fact-icon i {
	font-size: 60px;
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border: 1px dashed var(--clr-def);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: var(--clr-def);
	text-align: center;
	transition: all 0.5s ease;
}
.counter-1 .fun-fact .counter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--clr-heading);
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
	font-family: var(--font-2);
}
.counter-1 .fun-fact span {
	font-family: var(--font-2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.counter-2 {
	background: #051228;
	padding: 6rem;
}
.counter-2 .fun-fact {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-bottom: 4rem;
}
.counter-2 .fun-fact:last-child {
	padding-bottom: 0;
}
.counter-2 .fun-fact .counter {
	justify-content: flex-start;
}
.counter-2 .fun-fact .counter .timer {
	font-family: "Castoro";
	font-weight: 400;
	font-size: 59px;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	color: var(--clr-white);
}
.counter-2 .fun-fact span {
	display: block;
	color: var(--clr-white);
	font-family: "Lexend";
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.015em;
}

.counter-wpr-2 {
	display: flex;
	align-items: center;
	padding: 4rem 70px 4rem 100px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.counter-wpr-2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 45%;
	top: 0;
	left: 0;
	background: var(--clr-def);
	z-index: -1;
}
.counter-wpr-2 h2 {
	line-height: 1.3;
}

.counter-grid {
	display: grid;
	grid-template-columns: 1fr 280px;
}

.counter-home-2 .fun-fact {
	text-align: center;
}
.counter-home-2 .fun-fact .counter {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 60px;
	color: var(--clr-white);
	margin-bottom: 2rem;
	line-height: 1;
}
.counter-home-2 .fun-fact .counter span {
	display: inline-block;
	font-size: 15px;
}
.counter-home-2 .fun-fact .medium {
	font-size: 20px;
	color: var(--clr-white);
}

.counter-wpr-icon {
	background: var(--clr-def);
}
.counter-wpr-icon i {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.counter-wpr-icon i svg {
	width: 90px;
	height: 90px;
}
.counter-wpr-icon i svg g {
	fill: var(--clr-white);
}

.about-counter {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 131px;
	width: 256px;
	text-align: center;
	background: var(--clr-def);
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.about-counter .counter {
	display: flex;
	align-items: center;
	font-size: 80px;
	color: var(--clr-white);
	justify-content: center;
}

/*-------------------------------------------------------
29. Why css
---------------------------------------------------------*/
.why-vidz {
	position: absolute;
	bottom: 72px;
	left: 50%;
}

.why-intsight {
	width: 40%;
}

.why-intsight-man {
	width: 64%;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.why-intsight-arrow {
	position: absolute;
	width: 18%;
	bottom: 110px;
	left: 90px;
}

.why-opt-element {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.why-opt-element .why-opt-icon i svg {
	width: 60px;
	height: 60px;
}
.why-opt-element .why-opt-desc h5 {
	margin-bottom: 5px;
}

/*-------------------------------------------------------
30. Work css
---------------------------------------------------------*/
.work-slider-single {
	position: relative;
	z-index: 1;
}
.work-slider-single h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	text-transform: capitalize;
	background: #fff;
	padding: 12px 20px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.work-btn {
	width: 60px;
	height: 132px;
	line-height: 132px;
	align-items: center;
	justify-content: center;
	color: var(--clr-white);
	background: var(--clr-def-2);
	text-align: center;
}

.work-wpr-2 {
	padding: 120px 100px 120px 100px;
	border-radius: 50px;
	margin: 0 50px;
	background: #050a1e;
}

.work-box-2 {
	text-align: center;
}
.work-box-2 .work-pic-2 {
	position: relative;
	z-index: 1;
}
.work-box-2 .work-pic-2 img {
	border-radius: 3rem 3rem 0 0;
}
.work-box-2 .work-pic-2 .work-cate-2 {
	position: absolute;
	bottom: -30px;
	border-radius: 30px;
	background: #050a1e;
	font-size: 20px;
	font-weight: 500;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 1.2rem 6rem;
	color: var(--clr-white);
}
.work-box-2 .work-desc-2 {
	padding: 6rem 3rem 4rem 3rem;
	background: #171a2b;
	border-radius: 0 0 3rem 3rem;
}
.work-box-2 .work-desc-2 h3 {
	color: var(--clr-white);
	font-size: 26px;
	font-weight: 500;
}

.project-sldr-3 {
	display: flex;
	align-items: center;
	gap: 40px;
}
.project-sldr-3::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: inherit;
	right: 0;
	bottom: 0;
	background: transparent;
}
.project-sldr-3 .swiper-wrapper {
	padding-bottom: 65px;
}
.project-sldr-3 .swiper-button-prev,
.project-sldr-3 .swiper-button-next {
	z-index: 666;
	bottom: 0;
	top: inherit;
	background-repeat: no-repeat;
}
.project-sldr-3 .swiper-button-prev,
.project-sldr-3 .swiper-rtl .swiper-button-next {
	left: 40%;
	right: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9048 6.99431H3.56741L7.00371 10.2729C7.99001 11.215 6.51055 12.6319 5.52424 11.6898L0.304708 6.70037C0.109566 6.51321 0 6.25982 0 5.99567C0 5.73152 0.109566 5.47813 0.304708 5.29096L5.52819 0.301514C5.62664 0.205061 5.74449 0.128629 5.87467 0.0768187C6.00485 0.0250084 6.14465 -0.00110964 6.28567 3.61279e-05C6.49395 0.000557489 6.69732 0.0604901 6.86971 0.172149C7.04209 0.283808 7.17563 0.442103 7.2532 0.626739C7.33077 0.811374 7.34884 1.01393 7.30509 1.20844C7.26134 1.40295 7.15777 1.58055 7.00765 1.71846L3.56347 4.99702H21.9601C23.408 5.06862 23.3014 7.06214 21.9048 6.99431Z' fill='%230A0909'/%3E%3C/svg%3E%0A");
}
.project-sldr-3 .swiper-button-next,
.project-sldr-3 .swiper-rtl .swiper-button-prev {
	right: 55%;
	left: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09517 6.99431H19.4326L15.9963 10.2729C15.01 11.215 16.4894 12.6319 17.4758 11.6898L22.6953 6.70037C22.8904 6.51321 23 6.25982 23 5.99567C23 5.73152 22.8904 5.47813 22.6953 5.29096L17.4718 0.301514C17.3734 0.205061 17.2555 0.128629 17.1253 0.0768187C16.9952 0.0250084 16.8553 -0.00110964 16.7143 3.61279e-05C16.506 0.000557489 16.3027 0.0604901 16.1303 0.172149C15.9579 0.283808 15.8244 0.442103 15.7468 0.626739C15.6692 0.811374 15.6512 1.01393 15.6949 1.20844C15.7387 1.40295 15.8422 1.58055 15.9924 1.71846L19.4365 4.99702H1.03994C-0.407963 5.06862 -0.301442 7.06214 1.09517 6.99431Z' fill='%230A0909'/%3E%3C/svg%3E%0A");
}
.project-sldr-3 .swiper-button-next:after,
.project-sldr-3 .swiper-button-prev:after {
	color: var(--clr-heading);
	font-size: 26px;
	opacity: 0;
}
.project-sldr-3 .swiper-pagination.swiper-pagination-fraction {
	bottom: -35px;
	left: -25px;
	width: 100%;
}
.project-sldr-3 .swiper-pagination .swiper-pagination-current {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	color: #1c1d2e;
}
.project-sldr-3 .swiper-pagination .swiper-pagination-current::before {
	position: absolute;
	top: 0;
	left: 0;
}

.work-left-content {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
}
.work-left-content .swiper-button-next,
.work-left-content .swiper-button-prev {
	position: inherit;
	top: inherit;
	margin-top: 0;
	display: inherit;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: var(--clr-white);
	background-color: var(--clr-def);
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.work-left-content .swiper-button-prev:after,
.work-left-content .swiper-button-next:after {
	font-family: "IcoFont";
	font-size: 36px;
}
.work-left-content .swiper-button-next:after {
	content: "\ea93";
}
.work-left-content .swiper-button-prev:after {
	content: "\ea94";
}

.work-sldr.swiper .swiper-pagination {
	position: inherit;
	margin-top: 40px;
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	height: 20px;
	width: 20px;
	border: 1px solid var(--clr-def);
	position: relative;
	z-index: 1;
	opacity: 1;
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--clr-def);
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: var(--clr-def);
	transition: all 0.35s ease-in-out;
}

.work-sldr-2.swiper .swiper-pagination {
	position: inherit;
	margin-top: 40px;
}
.work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	height: 20px;
	width: 20px;
	border: 1px solid var(--clr-solar);
	position: relative;
	z-index: 1;
	opacity: 1;
}
.work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--clr-solar);
}
.work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: var(--clr-solar);
	transition: all 0.35s ease-in-out;
}

.slr-enr {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 1000px;
	opacity: 0.1;
}

.hover14 figure {
	position: relative;
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover14 figure:hover::before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Circle */
.hover15 figure {
	position: relative;
}

.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.hover15 figure:hover::before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*-------------------------------------------------------
31. Container css
---------------------------------------------------------*/
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1350px;
	}
}
.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (max-width: 576px) {
	.container-full {
		max-width: 100%;
		width: 100%;
	}
}
@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-full {
		max-width: 85%;
		width: 85%;
	}
}
.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}
@media only screen and (min-width: 1367px) {
	.container-stage {
		margin-left: calc((100% - 1350px) / 2);
		width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1367px) {
	.container-left {
		margin-right: calc((100% - 1350px) / 2);
		width: auto;
		max-width: inherit;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}
.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

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

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

/*-------------------------------------------------------
32. Price css
---------------------------------------------------------*/
.pricing-section .pricing-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.pricing-section .pricing-toggle .label {
	font-size: 16px;
	font-weight: 600;
	color: var(--clr-ccc);
	transition: color 0.3s ease;
	cursor: pointer;
}
.pricing-section .pricing-toggle .label.paid-label.active {
	color: var(--clr-def);
}
.pricing-section .pricing-toggle .label.free-label.active {
	color: var(--clr-def-2);
}
.pricing-section .pricing-toggle .switch {
	position: relative;
	width: 52px;
	height: 28px;
}
.pricing-section .pricing-toggle .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.pricing-section .pricing-toggle .switch input:checked + label {
	background: var(--clr-def-2);
}
.pricing-section .pricing-toggle .switch input:checked + label::after {
	transform: translateX(24px);
}
.pricing-section .pricing-toggle .switch label {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--clr-def);
	border-radius: 28px;
	transition: background 0.3s ease;
}
.pricing-section .pricing-toggle .switch label::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 2px;
	top: 2px;
	background: var(--clr-white);
	border-radius: 50%;
	transition: transform 0.3s ease;
}
.pricing-section .pricing-cards .pricing-card {
	background: var(--clr-white);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--box-shadow);
	position: relative;
	transition: transform 0.3s ease;
	padding: 6rem 5rem;
}
.pricing-section .pricing-cards .pricing-card:hover {
	transform: translateY(-6px);
}
.pricing-section .pricing-cards .pricing-card .card-content {
	padding: 2rem;
	display: none;
}
.pricing-section .pricing-cards .pricing-card .card-content.paid {
	display: block;
}
.pricing-section .pricing-cards .pricing-card .card-content .price-top {
	margin-bottom: 4rem;
	text-align: center;
}
.pricing-section .pricing-cards .pricing-card .card-content .price-top .card-title {
	font-family: var(--font-1);
	font-size: 2rem;
	color: var(--clr-black);
	margin-bottom: 1.5rem;
}
.pricing-section .pricing-cards .pricing-card .card-content .price-top .price {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	color: var(--clr-heading);
	margin-bottom: 0;
}
.pricing-section .pricing-cards .pricing-card .features {
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.pricing-section .pricing-cards .pricing-card .features li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 16px;
}
.pricing-section .pricing-cards .pricing-card .features li::before {
	content: "•";
	margin-right: 0.5rem;
	color: var(--clr-def);
}
.pricing-section .pricing-cards .pricing-card .price-btm {
	text-align: center;
}

.price-btn {
	display: inline-block;
	padding: 16px 50px;
	font-family: var(--font-2);
	font-size: 16px;
	font-weight: 600;
	color: var(--clr-white);
	text-align: center;
	background: linear-gradient(180deg, var(--clr-def) 0%, var(--clr-def-2) 100%);
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(var(--clr-black-1-rgb, 28, 29, 46), 0.05);
	transition: background 0.3s ease, transform 0.2s ease;
	cursor: pointer;
}
.price-btn:hover {
	color: var(--clr-white);
	background: linear-gradient(180deg, var(--clr-def-2) 0%, var(--clr-def) 100%);
	transform: translateY(-2px);
}
.price-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(var(--clr-black-1-rgb, 28, 29, 46), 0.1);
}

.price-sw {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 21px;
	width: 48px;
	background: var(--clr-heading);
	border-radius: 20px;
	padding: 0 4px;
	margin: 0 15px;
}

.price-tabs .nav-tabs {
	border-bottom: none;
	align-items: center;
}
.price-tabs .nav-tabs .nav-link {
	border: none;
	background: var(--clr-heading);
	color: transaprent;
	padding: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}
.price-tabs .nav-tabs .nav-item.show .nav-link,
.price-tabs .nav-tabs .nav-link.active {
	background: var(--clr-white);
}

.price-tabs-3 .nav-tabs {
	border-bottom: none;
	align-items: center;
	justify-content: center;
}

.price-style-2 .price-tabs-content::before {
	display: none;
}
.price-style-2 .price-hover {
	border-right: none;
	border-bottom: none;
	background: var(--clr-black-3);
}
.price-style-2 .price-hover .price-up .price-ribbon p {
	color: var(--clr-white);
}
.price-style-2 .price-hover .price-up .price-value {
	color: var(--clr-white);
}
.price-style-2 .price-hover .price-up .price-value sup {
	color: var(--clr-white);
}
.price-style-2 .price-hover .price-up .price-value span {
	color: var(--clr-white);
}
.price-style-2 .price-hover .price-up h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--clr-white);
}
.price-style-2 .price-hover .price-list li {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--clr-white);
	opacity: 0.9;
}
.price-style-2 .price-hover .price-btm-content {
	margin-top: 30px;
	text-align: center;
}

/*-------------------------------------------------------
33. Team css
---------------------------------------------------------*/
.leadership-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #24003c 0%, #4a006f 100%);
}
.leadership-section::before,
.leadership-section::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.05);
	transform: rotate(45deg);
}
.leadership-section::before {
	top: 10%;
	left: -80px;
}
.leadership-section::after {
	bottom: 5%;
	right: -80px;
}
.leadership-section .leadership-cards .leadership-card {
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	overflow: hidden;
}
.leadership-section .leadership-cards .leadership-card .leadership-card-pic img {
	border-radius: 10px;
	opacity: 0.6;
}
.leadership-section .leadership-cards .leadership-card:hover {
	transform: translateY(-5px);
}
.leadership-section .leadership-cards .leadership-card:hover .leadership-card-pic img {
	opacity: 1;
}
.leadership-section .leadership-cards .leadership-card:hover .leadership-sol .team-social {
	transform: translateY(50px);
	opacity: 1;
	visibility: visible;
}
.leadership-section .leadership-cards .leadership-card .leadership-desc.leadership-left-pos {
	position: absolute;
	bottom: 80px;
	left: 30px;
}
.leadership-section .leadership-cards .leadership-card .leadership-desc .leadership-name a {
	color: var(--clr-white);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.leadership-section .leadership-cards .leadership-card .leadership-desc .leadership-role {
	display: inline-block;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.leadership-section .leadership-cards .leadership-card .leadership-sol {
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 1;
}
.leadership-section .leadership-cards .leadership-card .leadership-sol i.icon-shr {
	line-height: 35px;
}
.leadership-section .leadership-cards .leadership-card .leadership-sol i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--clr-def);
	border-radius: 50%;
}
.leadership-section .leadership-cards .leadership-card .leadership-sol i svg {
	height: 20px;
	width: 20px;
}
.leadership-section .leadership-cards .leadership-card .leadership-sol i svg g {
	fill: var(--clr-white);
}
.leadership-section .leadership-cards .leadership-card .leadership-sol .team-social {
	transform: translateY(-15px);
	z-index: -1;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.team-style-2 .team-box {
	overflow: hidden;
}
.team-style-2 .team-box:hover img {
	filter: brightness(0.5);
}
.team-style-2 .team-box:hover .team-overlay {
	background: rgba(0, 0, 0, 0.8);
}
.team-style-2 .team-box:hover .team-overlay h5 {
	color: var(--clr-white);
}
.team-style-2 .team-box:hover .team-overlay span {
	color: var(--clr-white);
}
.team-style-2 .team-box:hover .team-social-2 .team-social {
	top: 80px;
	opacity: 1;
}
.team-style-2 .team-box .team-overlay {
	bottom: 30px;
	margin: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	background: var(--clr-black-3);
}
.team-style-2 .team-box .team-social-2 .team-social {
	position: absolute;
	z-index: 1;
	top: -100px;
	right: 30px;
	opacity: 0;
}

.cu {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: var(--clr-heading);
	background: var(--clr-white);
	transition: all 0.5s ease;
	display: inline-block;
	margin-bottom: 1rem;
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 30px;
}

.team-social {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: all 0.5s ease;
	z-index: 2;
}
.team-social li a i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: var(--clr-white);
	border: 1px solid rgba(var(--clr-white-rgb), 0.2);
	transition: all 0.5s ease;
}
.team-social li a i:hover {
	color: var(--clr-heading);
	background: var(--clr-white);
}

.clrs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	opacity: 0.2;
}

.team-box-3 {
	border: 1px solid transparent;
}
.team-box-3 .team-desc-3 {
	text-align: center;
	padding: 20px 0;
}
.team-box-3 .team-desc-3 h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	text-transform: capitalize;
	color: var(--clr-heading);
	margin-bottom: 5px;
}
.team-box-3 .team-desc-3 span {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
	color: rgba(10, 9, 9, 0.7);
}

.team-sldr.swiper .swiper-pagination {
	position: inherit;
	margin-bottom: -18px;
	margin-top: 40px;
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	height: 20px;
	width: 20px;
	border: 1px solid var(--clr-heading);
	position: relative;
	z-index: 1;
	opacity: 1;
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--clr-heading);
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: var(--clr-heading);
	transition: all 0.35s ease-in-out;
}
.team-sldr.swiper .swiper-slide-active .team-box-3 {
	border: 1px solid var(--clr-heading);
}

.team-title-content .sec-title {
	font-size: 52px;
}

/*-------------------------------------------------------
34. Review css
---------------------------------------------------------*/
.testimonial-section {
	background: var(--clr-bg);
	position: relative;
	overflow: hidden;
}
.testimonial-section::before,
.testimonial-section::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: var(--clr-def);
	opacity: 0.15;
	z-index: 1;
}
.testimonial-section::before {
	top: -50px;
	left: -50px;
}
.testimonial-section::after {
	bottom: -60px;
	right: -40px;
}
.testimonial-section .testimonial-left {
	position: relative;
	z-index: 2;
}
.testimonial-section .testimonial-left .testimonial-label {
	display: inline-block;
	text-transform: uppercase;
	color: var(--clr-def);
	font-family: var(--font-2);
	letter-spacing: 1px;
	font-size: 0.85rem;
	margin-bottom: 1rem;
}
.testimonial-section .testimonial-left .testimonial-title {
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.testimonial-section .testimonial-left .testimonial-dots {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin-bottom: 0;
}
.testimonial-section .testimonial-left .testimonial-dots .swiper-pagination {
	bottom: 0;
}
.testimonial-section .testimonial-left .testimonial-dots .swiper-pagination span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--clr-ccc);
}
.testimonial-section .testimonial-left .testimonial-dots .swiper-pagination span.swiper-pagination-bullet-active {
	background: var(--clr-def);
}
.testimonial-section .testimonial-left .testimonial-dots .testimonial-sub {
	font-family: var(--font-2);
	color: var(--clr-body);
	font-size: 1.8rem;
}
.testimonial-section .testimonial-right .swiper-wrapper {
	margin: 25px -15px -15px;
	padding: 15px 15px 15px;
}
.testimonial-section .testimonial-right .testimonial-card {
	background: var(--clr-white);
	border-radius: 12px;
	padding: 4rem 3rem;
	text-align: center;
	position: relative;
	flex: 1;
}
.testimonial-section .testimonial-right .testimonial-card .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid var(--clr-white);
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-right .testimonial-card h5 {
	margin-top: 3rem;
}
.testimonial-section .testimonial-right .testimonial-card .p-text {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.testimonial-section .testimonial-right {
		flex-direction: column;
		margin-top: 4rem;
	}
	.testimonial-section .testimonial-right .testimonial-card {
		margin-bottom: 2rem;
	}
}

.review-sldr.swiper .swiper-pagination {
	position: inherit;
	margin-top: -80px;
}
.review-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	height: 20px;
	width: 20px;
	border: 1px solid var(--clr-heading);
	position: relative;
	z-index: 1;
	opacity: 1;
}
.review-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--clr-heading);
}
.review-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: var(--clr-heading);
	transition: all 0.35s ease-in-out;
}

/*-------------------------------------------------------
35. Blog css
---------------------------------------------------------*/
.editors-pick .pick-list .section-title {
	font-size: 36px;
	margin-bottom: 2rem;
}
.editors-pick .pick-list .section-desc {
	margin-bottom: 4rem;
	padding-right: 155px;
}
.editors-pick .pick-list .pick-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.editors-pick .pick-list .pick-items li {
	margin-bottom: 3rem;
}
.editors-pick .pick-list .pick-items li .meta {
	display: block;
	font-size: 1.6rem;
	color: var(--clr-def);
	margin-bottom: 1rem;
}
.editors-pick .pick-list .pick-items li .pick-title {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 0;
	padding-right: 120px;
}
.editors-pick .featured-pick {
	position: relative;
	margin-bottom: 6rem;
}
.editors-pick .featured-pick .featured-img {
	width: 100%;
	border-radius: 8px;
	display: block;
	box-shadow: var(--box-shadow);
}
.editors-pick .featured-pick .featured-card {
	position: absolute;
	bottom: -60px;
	left: 60px;
	background: var(--clr-white);
	padding: 3rem 4rem;
	border-radius: 8px;
	box-shadow: var(--box-shadow);
	max-width: 80%;
}
.editors-pick .featured-pick .featured-card .meta {
	font-size: 1.6rem;
	color: var(--clr-def);
	display: block;
	margin-bottom: 1rem;
}
.editors-pick .featured-pick .featured-card .featured-title {
	font-family: var(--font-1);
	font-size: 2.2rem;
	color: var(--clr-heading);
	margin: 0 0 2rem;
	line-height: 1.3;
}
.editors-pick .featured-pick .featured-card .card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.editors-pick .featured-pick .featured-card .card-footer .author {
	display: flex;
	align-items: center;
	gap: 5px;
}
.editors-pick .featured-pick .featured-card .card-footer .author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 0.5rem;
}
.editors-pick .featured-pick .featured-card .card-footer .author .name {
	font-size: 1.6rem;
	color: var(--clr-black-1);
}
.editors-pick .featured-pick .featured-card .card-footer .date {
	font-size: 1.2rem;
	color: var(--clr-aaa);
}

.blog-box-2 {
	margin-bottom: 30px;
}
.blog-box-2:last-child {
	margin-bottom: 0;
}

.blog-left-2-content {
	padding-right: 135px;
}

.blog-left-2 span {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--clr-heading);
	font-family: var(--font-1);
	opacity: 0.7;
	margin-bottom: 15px;
}
.blog-left-2 h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-left-2 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: var(--clr-heading);
	opacity: 0.7;
	margin-bottom: 30px;
}

.blog-btn-2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: var(--font-1);
	text-transform: capitalize;
	color: var(--clr-heading);
	display: inline-block;
	border-bottom: 1px solid var(--clr-heading);
}
.blog-btn-2:hover {
	color: var(--clr-heading);
}
.blog-btn-2 i {
	display: inline-block;
}
.blog-btn-2 i svg {
	fill: #0a0909;
}

.blog-style-3 .blog-desc {
	background: var(--clr-heading);
	padding: 20px 30px 30px 30px;
	position: relative;
	z-index: 2;
	margin: -140px 70px 30px 70px;
}
.blog-style-3 .blog-desc .blog-title {
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}
.blog-style-3 .blog-desc .blog-title a {
	color: var(--clr-white) !important;
}
.blog-style-3 .blog-desc .blog-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-style-3 .blog-desc .blog-meta a i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid var(--clr-white);
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.blog-style-3 .blog-desc .blog-meta ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-style-3 .blog-desc .blog-meta ul li {
	position: relative;
	z-index: 1;
	padding-left: 15px;
}
.blog-style-3 .blog-desc .blog-meta ul li::before {
	position: absolute;
	content: "";
	top: 56%;
	left: 0;
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	background: var(--clr-def);
}
.blog-style-3 .blog-desc .blog-meta ul li a {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.005em;
	text-transform: uppercase;
	color: var(--clr-white);
}

/*-------------------------------------------------------
36. Reg css
---------------------------------------------------------*/
.reg-area {
	position: relative;
	z-index: 1;
}
.reg-area::before {
	position: absolute;
	content: "";
	height: 50%;
	width: 100%;
	z-index: -1;
	background: linear-gradient(90deg, var(--clr-def) 0, var(--clr-def-3) 100%);
	opacity: 1;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	bottom: 0;
	left: 0;
}

.reg-wpr {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.login-shape {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.login-form {
	text-align: center;
	width: 47rem;
	padding: 6rem 5rem;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
	background-color: var(--clr-white);
}
.login-form .header-icon {
	display: block;
	margin-bottom: 3rem;
}
.login-form .input-style-2 {
	height: 5.5rem;
	border-radius: 4px;
	border: 1px solid #eee;
}
.login-form .input-style-2::placeholder {
	font-size: 1.6rem;
}
.login-form .login-btn {
	display: block;
	width: 100%;
	text-align: center;
}
.login-form .reg-acc {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.005em;
	margin-top: 3rem;
}
.login-form .reg-acc a {
	color: var(--clr-heading);
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 1;
}

.form-check-input[type="checkbox"] {
	border-radius: 0;
	margin-top: 0;
	vertical-align: top;
	float: inherit;
	margin-left: -3em;
}

.rs-ps {
	margin-top: -7px;
	display: block;
	font-size: 1.4rem;
}

.form-check-label {
	color: var(--clr-body);
	margin-left: 1rem;
}

.register-title {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.005em;
}

/*-------------------------------------------------------
37. Step css
---------------------------------------------------------*/
.w-proc-box .w-proc-up {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6rem;
}
.w-proc-box .w-proc-up .w-proc-number {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	width: 250px;
	border: 2px solid var(--clr-def);
	border-radius: 50%;
}
.w-proc-box .w-proc-up .w-proc-number .w-proc-value {
	height: 220px;
	width: 220px;
	background: var(--clr-bg);
	color: transparent; /* or set fill color */
	-webkit-text-stroke: 2px var(--clr-def); /* stroke width + color */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 180px;
	line-height: 1;
}
.w-proc-box .w-proc-up .w-proc-icon {
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 1;
	height: 110px;
	width: 110px;
	line-height: 90px;
	text-align: center;
	background: var(--clr-white);
	border-radius: 50%;
	border: 10px solid rgba(255, 107, 71, 0.3);
	transform: translate(-50%, 0);
}
.w-proc-box .w-proc-up .w-proc-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--clr-def);
}
.w-proc-box .w-proc-btm {
	text-align: center;
}
.w-proc-box .w-proc-btm p {
	padding: 0 3rem;
}

.w-proc-white-opacity {
	position: relative;
	z-index: 1;
}
.w-proc-white-opacity::before {
	position: absolute;
	content: "";
	z-index: -1;
	background: var(--clr-bg);
	opacity: 0.94;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* Root vars assumed present (from your theme) */
/* Slider container */
.my-slider {
	--track-h: 6px;
	--thumb: 22px;
	--thumb-hit: 36px; /* bigger hit area */
	--fill: var(--clr-def);
	--fill2: var(--clr-def-2);
	--track: var(--clr-eee);
	--track-border: var(--clr-border);
	--label: var(--clr-heading);
	--text: var(--clr-body);
	display: grid;
	gap: 0.5rem;
}
.my-slider__label {
	font: 700 0.9rem/1 var(--font-2);
	color: var(--label);
	letter-spacing: 0.02em;
}
.my-slider__wrap {
	position: relative;
	padding-block: 0.6rem; /* room for bubble */
}
.my-slider {
	/* Native range reset */
}
.my-slider__input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: var(--thumb-hit);
	background: transparent;
	outline: none;
	margin: 0;
	cursor: pointer;
}
.my-slider {
	/* Track (base) */
}
.my-slider__input::-webkit-slider-runnable-track {
	height: var(--track-h);
	border-radius: 999px;
	background: linear-gradient(90deg, var(--fill), var(--fill2)) 0 / var(--_fill, 0%) 100% no-repeat, linear-gradient(var(--track), var(--track));
	border: 1px solid var(--track-border);
}
.my-slider__input::-moz-range-track {
	height: var(--track-h);
	border-radius: 999px;
	background: linear-gradient(90deg, var(--fill), var(--fill2)) 0 / var(--_fill, 0%) 100% no-repeat, linear-gradient(var(--track), var(--track));
	border: 1px solid var(--track-border);
}
.my-slider {
	/* Thumb */
}
.my-slider__input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: var(--thumb);
	height: var(--thumb);
	border-radius: 50%;
	background: var(--clr-white);
	border: 2px solid var(--fill);
	box-shadow: 0 1px 2px rgba(var(--clr-heading-rgb), 0.06), 0 4px 12px rgba(var(--clr-heading-rgb), 0.12);
	margin-top: calc((var(--track-h) - var(--thumb)) / 2);
	position: relative;
}
.my-slider__input::-moz-range-thumb {
	width: var(--thumb);
	height: var(--thumb);
	border-radius: 50%;
	background: var(--clr-white);
	border: 2px solid var(--fill);
	box-shadow: 0 1px 2px rgba(var(--clr-heading-rgb), 0.06), 0 4px 12px rgba(var(--clr-heading-rgb), 0.12);
}
.my-slider {
	/* Focus ring */
}
.my-slider__input:focus-visible::-webkit-slider-thumb {
	outline: 4px solid color-mix(in srgb, var(--fill) 30%, transparent);
	outline-offset: 2px;
}
.my-slider__input:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--fill) 30%, transparent), 0 1px 2px rgba(var(--clr-heading-rgb), 0.06), 0 4px 12px rgba(var(--clr-heading-rgb), 0.12);
}
.my-slider {
	/* Value bubble */
}
.my-slider__value {
	--bubble-bg: var(--clr-black-3);
	--bubble-fg: var(--clr-white);
	position: absolute;
	top: 0; /* sits above thumb */
	translate: -50% -10px;
	padding: 0.25rem 0.45rem;
	font: 700 0.75rem/1 var(--font-2);
	color: var(--bubble-fg);
	background: var(--bubble-bg);
	border-radius: 6px;
	pointer-events: none;
	white-space: nowrap;
}
.my-slider__value::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	translate: -50% 0;
	border: 6px solid transparent;
	border-top-color: var(--bubble-bg);
}
.my-slider {
	/* Ticks/labels */
}
.my-slider__ticks {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	font: 600 0.72rem/1 var(--font-2);
	color: var(--text);
	opacity: 0.8;
}
.my-slider__ticks > span {
	text-align: center;
}
.my-slider {
	/* Disabled state */
}
.my-slider__input:disabled {
	cursor: not-allowed;
}
.my-slider__input:disabled::-webkit-slider-runnable-track {
	background: linear-gradient(90deg, var(--clr-ccc), var(--clr-ddd)) 0 / var(--_fill, 0%) 100% no-repeat, linear-gradient(var(--clr-eee), var(--clr-eee));
}
.my-slider__input:disabled::-webkit-slider-thumb {
	border-color: var(--clr-ccc);
	background: var(--clr-eee);
}
.my-slider__input:disabled ~ .my-slider__value {
	opacity: 0.6;
}

/*-------------------------------------------------------
38. Sub css
---------------------------------------------------------*/
.sub-area {
	position: relative;
	z-index: 3;
}

.sub-wpr {
	display: grid;
	grid-template-columns: 170px 1fr;
	background: var(--clr-def-2);
}

.sub-icon i {
	height: 170px;
	width: 170px;
	line-height: 170px;
	background: var(--clr-def);
	text-align: center;
	display: inline-block;
}

.sub-form-content {
	display: grid;
	align-items: center;
	grid-template-columns: 310px 1fr;
	grid-gap: 120px;
	padding: 0 40px;
}

.sub-form-text h2 {
	color: var(--clr-white);
	font-size: 40px;
	font-weight: 400;
	line-height: 50px; /* 125% */
	letter-spacing: -1.2px;
	text-transform: capitalize;
}
.sub-form-text span {
	color: rgba(181, 190, 219, 0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1; /* 100% */
	letter-spacing: -0.24px;
	display: block;
}

.subs-form {
	position: relative;
	z-index: 1;
}

.subs-input {
	border: none;
	border-bottom: 1px solid rgba(181, 190, 219, 0.5);
	width: 100%;
	height: 48px;
	background: transparent;
	color: var(--clr-white);
}
.subs-input::placeholder {
	color: var(--clr-white);
	font-family: var(--font-2);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px; /* 100% */
	letter-spacing: -0.24px;
}
.subs-input:focus {
	outline: none;
	box-shadow: none;
}

.subs-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border: none;
}
.subs-btn:focus {
	outline: none;
	box-shadow: none;
}

.input-style-3 {
	border-radius: 12px;
	background: var(--clr-white);
	width: 100%;
	border: none;
	height: 48px;
	padding-left: 2rem;
}
.input-style-3::placeholder {
	color: rgba(18, 19, 24, 0.6);
	font-family: var(--font-2);
	font-size: 14px;
	font-weight: 400;
}
.input-style-3:focus {
	outline: none;
	box-shadow: none;
}

.sub-area-3 {
	position: relative;
	z-index: 4;
}

.sun-inp-3 {
	width: 443px;
}

.sub-style-3 {
	background: var(--clr-def-2);
	padding: 6rem;
	display: grid;
	grid-template-columns: 1fr 72px 1fr;
	grid-gap: 100px;
	align-items: center;
}

.subs-input-3 {
	background: var(--clr-white);
	height: 60px;
	width: 100%;
	border: none;
	padding-left: 6rem;
}
.subs-input-3::placeholder {
	color: rgba(18, 19, 24, 0.6);
	font-family: var(--font-2);
	font-size: 14px;
	font-weight: 400;
}
.subs-input-3:focus {
	outline: none;
	box-shadow: none;
}

.subs-btn-3 {
	padding: 20px 40px;
	line-height: 1;
	background: var(--clr-def);
	color: var(--clr-white);
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(0, -50%);
}

.sms-3-pic {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translate(0, -50%);
}

.sub-tt-2 {
	background: transparent;
	padding: 0 0 80px 0;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	grid-gap: 100px;
	align-items: center;
}
.sub-tt-2 .sun-inp-3 {
	width: 100%;
}

/*-------------------------------------------------------
39. Project Single css
---------------------------------------------------------*/
.project-th-title {
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.project-top-single-btm {
	display: flex;
	flex-direction: column;
}

.project-slg-tt {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--clr-heading);
	opacity: 0.7;
}

.project-single-mid h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.project-btm-content h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
}

.project-btm-right .pl {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.project-slg-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.project-slg-list li span {
	display: inline-block;
	font-family: var(--font-1);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.project-client-single span {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #767676;
}
.project-client-single h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.015em;
	text-transform: capitalize;
	color: #000000;
}

.project-top-single-btm {
	border: 1px solid rgba(var(--clr-heading-rgb), 0.1);
	border-bottom: none;
	padding-top: 27px;
}
.project-top-single-btm .project-top-title {
	padding-left: 35px;
}
.project-top-single-btm .project-top-title::before {
	left: 35px;
}

.project-top-title {
	font-family: "Aclonica";
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}
.project-top-title::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: var(--clr-heading);
	content: "";
	width: 87px;
	height: 4px;
}

.project-client-single {
	display: grid;
	align-items: center;
	grid-gap: 20px;
	grid-template-columns: 90px 1fr;
	border-bottom: 1px solid rgba(var(--clr-heading-rgb), 0.1);
	padding-bottom: 5px;
	padding-left: 35px;
	margin-bottom: 5px;
}
.project-client-single:last-child {
	margin-bottom: 0;
}
.project-client-single h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 60px;
	text-transform: capitalize;
}
.project-client-single span {
	display: inline-block;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 14px;
	line-height: 1x;
	text-transform: capitalize;
	color: rgba(var(--clr-heading-rgb), 0.6);
}

.project-single-social {
	display: flex;
	align-items: center;
	gap: 15px;
}
.project-single-social li a i {
	color: var(--clr-heading);
	display: inline-block;
}

.fb {
	background: #4561c5;
}

.tw {
	background: #15a5ff;
}

.pn {
	background: #ff2d2e;
}

.ln {
	background: #0093e3;
}

.project-border-btm {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 25px;
	margin-bottom: 60px;
}

.project-nx-pv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.project-pn a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.project-pn a .project-pn-tx span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
}
.project-pn a .project-pn-tx h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.015em;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*-------------------------------------------------------
40. Service Single css
---------------------------------------------------------*/
.service-slg-tt {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0a0909;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	opacity: 0.7;
}

.therapy-p-box {
	text-align: center;
}
.therapy-p-box:hover i {
	background: var(--clr-def);
}
.therapy-p-box:hover i svg {
	fill: var(--clr-white);
}
.therapy-p-box i {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	background: var(--clr-bg);
	border-radius: 50%;
	margin-bottom: 2rem;
	transition: all 0.5s ease;
}
.therapy-p-box i svg {
	fill: var(--clr-def-2);
}
.therapy-p-box h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.015em;
	text-transform: capitalize;
}
.therapy-p-box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}

.support-list li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.support-list li i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background: var(--clr-def);
	color: var(--clr-white);
	border-radius: 50%;
	display: inline-block;
	font-size: 8px;
}
.support-list li span {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	color: var(--clr-heading);
}

.therapy-p .progress-wpr .progress-box h5 {
	color: #222222;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-family: var(--font-1);
	text-transform: capitalize;
}
.therapy-p .progress-wpr .progress {
	--bs-progress-bg: #e6e6e6;
}

.service-chobi-single img {
	width: 100%;
}

.service-single-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.service-single-list li {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-weight: 500;
}
.service-single-list li i {
	font-size: 1.4rem;
	color: var(--clr-def);
}

.service-klo {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid rgba(23, 8, 2, 0.3);
}

.service-sl-list li {
	border: none;
	border-bottom: 1px solid rgba(23, 8, 2, 0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.service-sl-list li:last-child {
	margin-bottom: 0px;
}
.service-sl-list li:hover {
	border-bottom: 1px solid rgb(23, 8, 2);
}
.service-sl-list li:hover a i {
	color: var(--clr-heading);
}
.service-sl-list li:hover a span {
	color: var(--clr-heading);
}
.service-sl-list li a {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.service-sl-list li a i {
	color: rgba(23, 8, 2, 0.3);
	font-size: 8px;
}
.service-sl-list li a span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
	color: rgb(23, 8, 2);
	display: inline-block;
}

.ttt {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	color: #000248;
}

.ttt-h5 {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color: #000248;
}

.service-brc-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service-brc-list li {
	padding: 20px 15px;
	border: 1px solid #e2e2e2;
}
.service-brc-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-brc-list li a .brc-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #000248;
	display: inline-block;
}

.service-img-sidebar {
	padding: 50px 70px 50px 40px;
}
.service-img-sidebar h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
}

.p-40-30 {
	padding: 40px 30px;
}

.service-search {
	padding: 44px 20px 44px 20px;
	margin-bottom: 30px;
}

.service-form {
	position: relative;
	z-index: 1;
}
.service-form input {
	border: none;
	border-bottom: 1px solid #d9d9d9;
	outline: none;
	box-shadow: none;
	width: 100%;
	padding-bottom: 10px;
}
.service-form input::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	color: #8e8d8d;
}
.service-form input:focus {
	outline: none;
	box-shadow: none;
}
.service-form button {
	border: none;
	background: transparent;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translate(-50%, -50%);
}

/*-------------------------------------------------------
41. Feature css
---------------------------------------------------------*/
.feature-box {
	background-color: #e8f8ff;
	padding: 25px 20px;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.feature-box:hover {
	transform: translateY(-5px);
	background-color: #dff3fd;
}
.feature-box:hover svg {
	transform: scale(1.1);
}
.feature-box h5 {
	line-height: 24px;
	text-transform: capitalize;
	color: var(--clr-heading);
	font-size: 18px;
	font-weight: 600;
}
.feature-box .feature-icon i {
	display: inline-block;
}
.feature-box .feature-icon i svg {
	width: 48px;
	height: 48px;
	transition: transform 0.3s ease;
}
.feature-box .feature-icon i svg g {
	fill: #007acc;
}

/* --------------------------------------------------
   Scroll-in animations
   -------------------------------------------------- */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	will-change: opacity, transform;
}

.is-revealed {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.feature {
	margin: 100px auto;
	max-width: 400px;
	padding: 2rem;
	background: #f0f0f5;
	border-radius: 8px;
}

/*-------------------------------------------------------
42. Benefit css
---------------------------------------------------------*/
.ben-opt .why-opt-icon i svg g {
	fill: var(--clr-def);
}

.ben-left-element img {
	filter: brightness(0.5);
}

.ben-ser {
	background: var(--clr-bg);
	padding: 6rem;
	text-align: center;
}
.ben-ser h2 {
	font-size: 50px;
}
/*-------------------------------------------------------
43. Promo css
---------------------------------------------------------*/
.promo-margin {
	margin-left: 333px;
}

.promo-area {
	background-size: cover;
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

.pattern-1 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.promo-right-content .heading-5 {
	color: var(--clr-white);
	margin-bottom: 3rem;
}
.promo-right-content .promo-number {
	display: block;
	color: var(--clr-white);
	font-size: 72px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5rem;
}

/*-------------------------------------------------------
44. Requ css
---------------------------------------------------------*/
.requ-delivery {
	background-color: #1a207f;
}

.mr-33-5 {
	margin-right: 33.5rem;
}

.requ-contact {
	padding: 8rem 8rem 8rem 8rem;
	background-color: #1a207f;
	max-width: 850px;
}
.requ-contact .heading-1 {
	color: var(--clr-white);
}

.req-delivery-two {
	max-width: 610px;
}

.requ-contact-pic {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}

.contact-form-requ .input-style-2 {
	background-color: #000671;
	border: none;
	color: var(--clr-white);
	margin-bottom: 2.9rem;
}
.contact-form-requ .input-style-2::placeholder {
	color: var(--clr-white);
	font-size: 1.5rem;
}
.contact-form-requ .input-style-2:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.requ-left-pic {
	height: 100%;
}

select.form-control.input-style-2.form-select {
	color: var(--clr-white);
	position: relative;
	z-index: 1;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.requ-contact-white {
	background-color: var(--clr-white);
}
.requ-contact-white .heading-1 {
	color: var(--clr-heading);
}
.requ-contact-white .btn-1 {
	width: 100%;
}
.requ-contact-white input[type="number"] {
	color: var(--clr-body) !important;
}
.requ-contact-white .contact-form-requ .input-style-2 {
	background-color: transparent;
	border: 1px solid var(--clr-body);
	color: var(--clr-heading);
	margin-bottom: 2.9rem;
}
.requ-contact-white .contact-form-requ .input-style-2::placeholder {
	color: var(--clr-body);
	font-size: 1.5rem;
}
.requ-contact-white .contact-form-requ .input-style-2:focus {
	border: 1px solid var(--clr-body);
	outline: none;
	box-shadow: none;
}
.requ-contact-white .contact-form-requ select.form-control.input-style-2.form-select {
	color: var(--clr-body);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}
.requ-contact-white .contact-form-requ .sst-title {
	color: var(--clr-body);
}
.requ-contact-white .contact-form-requ .styled-checkbox + label {
	color: var(--clr-body);
}
.requ-contact-white .contact-form-requ .styled-checkbox + label:before {
	border: 1px solid var(--clr-body);
}

.destination {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	line-height: 18px;
	color: var(--clr-white);
	font-size: 1.5rem;
	font-weight: 400;
}
.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid var(--clr-white);
}
.styled-checkbox:hover + label:before {
	background: var(--clr-def);
}
.styled-checkbox:focus + label:before {
	box-shadow: none;
}
.styled-checkbox:checked + label:before {
	background: var(--clr-def);
}
.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: var(--clr-white);
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
	transform: rotate(45deg);
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.requ-input-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.requ-input-label label {
	font-size: 1.5rem;
	color: var(--clr-white);
	display: block;
}
.requ-input-label input {
	font-size: 1.5rem;
	color: var(--clr-white);
	display: block;
	background-color: transparent;
	border: none;
	text-align: end;
}
.requ-input-label input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.requ-sldr {
	margin-bottom: 3rem;
}
.requ-sldr input::-webkit-outer-spin-button,
.requ-sldr input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.requ-sldr {
	/* Firefox */
}
.requ-sldr input[type="number"] {
	-moz-appearance: textfield;
	width: auto;
	height: auto;
	background: transparent;
	font-size: 15px;
	color: var(--clr-white);
}
.requ-sldr input[type="number"]:focus {
	outline: none;
	box-shadow: none;
	border: none;
}
.requ-sldr .ui-slider.ui-widget-content {
	background: var(--clr-def);
	border: none;
}
.requ-sldr .ui-slider.ui-slider-horizontal {
	height: 5px;
}
.requ-sldr .ui-slider .ui-slider-handle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: -4px;
}
.requ-sldr .ui-slider .ui-widget-header {
	background: var(--clr-def);
}

/*-------------------------------------------------------
45. CTA css
---------------------------------------------------------*/
/*-------------------------------------------------------
45.Woocommerce css
---------------------------------------------------------*/
.woocommerce-message,
.woocommerce-info {
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 11px 20px;
	background-color: var(--clr-body);
	color: var(--clr-white);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
	color: inherit;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
	text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
	content: "\f06a";
	font-family: #ddd;
	font-weight: 900;
	margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--clr-def);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
	content: "\f14a";
	font-weight: 300;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
	display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
	background-color: var(--clr-def);
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
	margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-control {
	margin-bottom: 15px;
}
.woocommerce-checkout .shipping_address {
	display: none;
}

.woocommerce-product-rating .star-rating {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-cart-form {
	text-align: center;
}

.cart_table {
	border: 1px solid #eaf0f2;
	margin-bottom: 45px;
}
.cart_table thead {
	background-color: #ecf0f1;
}
.cart_table td:before,
.cart_table th {
	font-family: var(--font-2);
	color: var(--clr-heading);
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	padding: 27px 15px;
}
.cart_table td:before {
	content: attr(data-title);
	position: absolute;
	left: 15px;
	top: 50%;
	vertical-align: top;
	padding: 0;
	transform: translateY(-50%);
	display: none;
}
.cart_table td {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	color: #8b8b8b;
	padding: 20px 10px;
	position: relative;
}
.cart_table .product-quantity {
	color: var(--clr-heading);
}
.cart_table .cart-productname {
	font-weight: 600;
	font-family: var(--font-2);
	color: inherit;
}
.cart_table .cart-productimage {
	display: inline-block;
	border: 1px solid #ddd;
}
.cart_table .remove {
	color: #29af8a;
	font-size: 18px;
}
.cart_table .quantity {
	display: inline-flex;
	align-items: center;
}
.cart_table .qut-btn {
	border: 2px solid var(--clr-menu);
	background-color: transparent;
	color: #b8c6d0;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
	top: 0;
	left: 0;
}
.cart_table .qut-btn.quantity-minus {
	top: 0;
}
.cart_table .qut-btn:hover {
	background-color: var(--clr-def);
	color: var(--clr-white);
	border-color: transparent;
}
.cart_table .qty-input {
	vertical-align: middle;
	border: 2px solid var(--clr-menu);
	width: 70px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: #2c3e50;
	font-weight: 700;
	margin: 0 10px;
	border-radius: 4px;
	padding-right: 0;
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart_table .qty-input {
	/* Firefox */
}
.cart_table .qty-input[type="number"] {
	-moz-appearance: textfield;
}
.cart_table .actions {
	text-align: right;
	vertical-align: middle;
}
.cart_table .actions > .vs-btn {
	margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
	margin-right: 0;
}
.cart_table .tb-cart-coupon {
	float: left;
	margin: 0;
	width: 455px;
	max-width: 100%;
	display: flex;
}
.cart_table .tb-cart-coupon input {
	height: 5rem;
	width: calc(100% - 200px);
	margin-right: 10px;
	padding-left: 20px;
}
.cart_table .tb-cart-coupon .vs-btn {
	width: 200px;
	padding-left: 0;
	padding-right: 0;
}

.cart_totals {
	border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
	vertical-align: top;
	padding: 20px 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	color: var(--clr-heading);
	width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
	width: 45%;
	background-color: #f9fbfb;
	font-weight: 700;
	font-size: 14px;
	color: #333333;
}
.cart_totals .shipping-calculator-button {
	display: inline-block;
	border-bottom: 1px solid;
	color: var(--clr-heading);
	font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
	color: var(--clr-def);
}
.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
	margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
	display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
	margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
	margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
	padding: 5px 30px;
}
.cart_totals .amount {
	font-weight: 700;
}
.cart_totals .order-total .amount {
	color: #1abc9c;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
	height: 40px;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 0;
	background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
	font-size: 14px;
	padding: 0 20px;
	width: max-content;
	height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
	border: none;
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--clr-body);
	border: 1px solid #ededed;
	text-align: right;
	padding: 5px 20px;
}
.checkout-ordertable th {
	text-align: left;
}
.checkout-ordertable ul {
	margin: 0;
	padding: 0;
}
.checkout-ordertable .order-total .amount {
	color: #29af8a;
}
.checkout-ordertable input[type="hidden"] ~ label {
	color: #29af8a;
}

.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.woocommerce-checkout-payment ul li {
	padding-top: 10px;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 4px;
}
.woocommerce-checkout-payment .place-order {
	padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
	color: #a1b1bc;
	background-color: var(--clr-def);
	border: 1px solid #d8d8d8;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: none;
}
.woocommerce-checkout-payment .payment_box p {
	margin: 0;
}
.woocommerce-checkout-payment input[type="radio"] ~ label {
	margin-bottom: 15px;
	color: var(--clr-body);
}
.woocommerce-checkout-payment input[type="radio"] ~ label img {
	margin-bottom: -2px;
	margin-left: 10px;
}

.star-rating {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 1.2em;
	line-height: 1.2em;
	display: block;
	font-family: #ddd;
	font-weight: 700;
	font-size: 14px;
}
.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	color: var(--clr-def-3);
	float: left;
	top: 0;
	left: 0;
	font-weight: 400;
	position: absolute;
	letter-spacing: 3px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--clr-def-3);
	letter-spacing: 3px;
}

.rating-select label {
	margin: 0;
	margin-right: 10px;
}
.rating-select p.stars {
	margin-bottom: 0;
	line-height: 1;
}
.rating-select p.stars a {
	position: relative;
	height: 14px;
	width: 18px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}
.rating-select p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 14px;
	line-height: 1;
	font-family: #ddd;
	content: "\f005";
	font-weight: 400;
	text-indent: 0;
	color: var(--clr-def-3);
}
.rating-select p.stars a:hover ~ a::before {
	content: "\f005";
	font-weight: 400;
}
.rating-select p.stars:hover a::before {
	content: "\f005";
	font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
	content: "\f005";
	font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
	content: "\f005";
	font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
	content: "\f005";
	font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart_table th {
		padding: 23px 8px;
		font-size: 14px;
	}
	.cart_table .cart-productname {
		font-size: 14px;
	}
	.cart_table .tb-cart-coupon {
		width: 100%;
		margin-bottom: 20px;
	}
	.cart_table .actions {
		text-align: center;
	}
	.cart_table .tb-udp button {
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.tb-udp button {
		margin-bottom: 1rem;
	}
	.cart_table {
		text-align: left;
		min-width: auto;
		border-collapse: separate;
		border-spacing: 0 20px;
		border: none;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
	.cart_table thead {
		display: none;
	}
	.cart_table td {
		padding: 15px;
		display: block;
		width: 100%;
		padding-left: 25%;
		text-align: right;
		border: 1px solid #f3f3f3;
		border-bottom: none;
		font-size: 1.3rem;
	}
	.cart_table td::before {
		display: block;
	}
	.cart_table td:last-child {
		border-bottom: 1px solid #f3f3f3;
	}
	.cart_table td.actions {
		padding-left: 15px;
		text-align: center;
	}
	.cart_table td.actions > .vs-btn {
		margin-top: 10px;
		margin-right: 0;
		display: block;
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.cart_table td.actions > .vs-btn:last-child {
		margin-right: auto;
	}
	.cart_table .tb-cart-coupon {
		width: 100%;
		text-align: center;
		float: none;
		justify-content: center;
		display: block;
		padding-bottom: 10px;
	}
	.cart_table .tb-cart-coupon input {
		width: 100%;
		margin-bottom: 10px;
	}
	tfoot.checkout-ordertable th {
		display: none;
	}
	.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
		max-width: 150px;
	}
	.woocommerce-message,
	.woocommerce-info {
		font-size: 12px;
		padding: 5px 10px;
	}
	.cart_totals th,
	.cart_totals td {
		padding: 15px 10px;
	}
	.cart_totals th:first-child,
	.cart_totals td:first-child {
		width: 17%;
		line-height: 1.4;
	}
}
/*-------------------------------------------------------
46.Shop css
---------------------------------------------------------*/
/*Shop Page*/
.tb-pagination {
	text-align: center;
}
.tb-pagination ul {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.tb-pagination ul li a {
	display: inline-block;
	height: 5rem;
	width: 5rem;
	line-height: 4.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	border: 2px solid #eef1f5;
	border-radius: 50%;
}
.tb-pagination ul li a.active,
.tb-pagination ul li a:hover {
	color: var(--clr-white);
	background-color: var(--clr-def);
	border-color: transparent;
}

.select-opt {
	display: flex;
	gap: 5rem;
	justify-content: flex-end;
}
.select-opt .select-option {
	display: grid;
	align-items: center;
	grid-template-columns: 7rem 1fr;
}
.select-opt .select-option label {
	font-size: 14px;
	margin-bottom: 0;
	margin-right: 15px;
	font-weight: 500;
	line-height: 1;
	color: var(--clr-heading);
}
.select-opt .select-option .form-select {
	height: 35px;
	border-width: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: auto;
	color: var(--clr-heading);
	padding-right: 30px;
	padding-left: 20px;
	font-size: 14px;
	margin: 0;
}

.shop-filter {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.shop-filter a {
	height: 5rem;
	width: 5rem;
	line-height: 5rem;
	text-align: center;
	background-color: var(--clr-def);
	color: var(--clr-white);
	display: inline-block;
}

.products-wpr.product-list.grid-2 {
	grid-row-gap: 4.5rem;
}

.product-list .products-box {
	display: flex;
	align-items: center;
	background-color: var(--clr-white);
}
.product-list .products-box .products-desc {
	border: none;
}

/*Shop details*/
.sh-de-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	grid-gap: 6rem;
}

@media (max-width: 991.98px) {
	.sh-de-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
}

.shop-datails-pic img,
.sh-pic img {
	border: 1px solid #ddd;
}

.sh-de-left .nav-tabs {
	border-bottom: none;
}
.sh-de-left .nav-tabs .nav-link {
	border: none;
	padding: 0;
}
.sh-de-left .nav-tabs .nav-link:last-child {
	margin-right: 0;
}
.sh-de-left nav {
	margin-top: 2rem;
}

.sh-pic img {
	background-color: #fafafa;
	width: 100%;
}

.shop-datails-pic img {
	background-color: #fafafa;
	width: 100%;
}

/*Shop Quantity Number*/
.quantity {
	display: inline-block;
}

.quantity .input-text.qty {
	width: 35px;
	height: 39px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #efefef;
}

.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}

.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 7px 10px 8px;
	height: 41px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
}

.quantity.buttons_added .minus {
	border-right: 0;
}

.quantity.buttons_added .plus {
	border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}

.sh-de-header h4 {
	text-transform: capitalize;
	font-weight: 700;
}
.sh-de-header p {
	margin-bottom: 2rem;
}

.sh-de-rating {
	margin-bottom: 1.5rem;
}
.sh-de-rating i {
	color: #f9c936;
	margin-right: 8px;
}

.sh-de-price {
	margin-bottom: 2rem;
}
.sh-de-price span {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--clr-heading);
	font-family: var(--font-2);
	display: block;
}

.sh-de-quantity {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.sh-de-quantity .quantity.buttons_added {
	margin-right: 0;
}

.sh-de-color {
	margin-bottom: 1.5rem;
}
.sh-de-color ul li {
	display: inline-block;
	margin-right: 1rem;
}
.sh-de-color ul li:last-child {
	display: inline-block;
	margin-right: 0;
}
.sh-de-color ul li .d-colors span {
	display: inline-block;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
}
.sh-de-color ul li .d-colors span:first-child {
	background-color: #fa3150;
}
.sh-de-color ul li .d-colors span:nth-child(2) {
	background-color: #f9c936;
}
.sh-de-color ul li .d-colors span:nth-child(3) {
	background-color: #92b8b9;
}

.sh-de-btn a {
	display: inline-block;
	padding: 1rem 3rem;
	border: 1px solid #ecebeb;
	margin-right: 1rem;
	transition: 0.5s ease;
	text-transform: uppercase;
	line-height: 1;
	color: var(--heading-color);
}
.sh-de-btn a:hover {
	background: var(--clr-black);
	border: 1px solid transparent;
	color: var(--clr-white);
}
.sh-de-btn {
	margin-bottom: 2rem;
}
.sh-de-btn .sh-de-btn-1 i {
	margin-left: 7px;
}
.sh-de-btn .sh-de-btn-2 i {
	margin-right: 7px;
}

.product-rev-wrapper .nav-item {
	width: 25%;
	overflow: hidden;
	display: inline-block;
}
.product-rev-wrapper .nav-pills .nav-link {
	border-radius: 0;
	text-align: center;
	border: 1px solid #eaeaea;
	width: 100%;
}
.product-rev-wrapper div#pills-tabContent {
	margin-top: 3rem;
}

.nav-pills .nav-link.active {
	color: var(--clr-heading);
	background-color: #f8f8f8;
}
.nav-pills .show > .nav-link {
	color: var(--clr-heading);
	background-color: #f8f8f8;
}

/*Cart Page Css*/
.form-cop .input-style-2 {
	height: 7rem;
	margin-right: 1rem;
}

.ui-w-40 {
	width: 40px !important;
	height: auto;
}

.ui-product-color {
	display: inline-block;
	overflow: hidden;
	margin: 0.144em;
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 10rem;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
	vertical-align: middle;
}

.cart-qty .card {
	box-shadow: none;
	border: none;
	background-color: transparent;
}
.cart-qty .card-body {
	padding: 0;
}
.cart-qty .card-body .media {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.cart-qty .table thead th {
	border-bottom: none;
	font-weight: 400;
	font-size: 1.6rem;
	color: var(--clr-body);
}
.cart-qty .close {
	color: #dddddd;
	font-size: 4.6rem;
	font-weight: 100;
	opacity: 1;
}
.cart-qty .form-control.bk {
	padding: 17px 1rem;
	border: none;
	border-radius: 1.25rem;
	background-color: #fff;
	font-size: 1.6rem;
	outline: none;
}

.cart-tl ul li {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.5rem;
}
.cart-tl .cart-tl-title {
	color: var(--clr-heading);
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 1.5rem;
}

.cart-tt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-n p {
	margin-bottom: 1.2rem;
	line-height: 1;
}
.cart-n p:last-child {
	margin-bottom: 0;
}

.cr-tl-btn {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
}
.cr-tl-btn a {
	padding: 1rem 3rem;
	text-align: center;
	border: 1px solid #dfdfdf;
	display: inline-block;
	margin-right: 3rem;
	transition: 0.5s ease;
}
.cr-tl-btn a:hover {
	background-color: var(--clr-def);
	color: var(--clr-heading);
}
.cr-tl-btn a:last-child {
	margin-right: 0;
}

.course-over-fet {
	background-color: var(--clr-white);
	box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);
	padding: 6rem;
}

.course-over-bio {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.course-over-name {
	margin-left: 2.5rem;
}
.course-over-name h5 {
	line-height: 1;
	margin-bottom: 9px;
}
.course-over-name h6 {
	line-height: 1;
	margin-bottom: 3px;
}

.course-over-rating i {
	color: var(--clr-def);
}

.course-ovr-wrp .single-content-title {
	margin-bottom: 2.5rem;
}
.course-ovr-wrp .single-comments-section {
	margin-top: 3rem;
}
.course-ovr-wrp .row.csf.align-items-center {
	margin-top: -3.5rem;
}

.single-comments-section-form h2 {
	margin-bottom: 3rem;
}

/*Comment Section*/
.single-comments-section .single-commentor .single-commentor-user {
	display: grid;
	grid-template-columns: 7rem 1fr;
	align-items: center;
	grid-gap: 2rem;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 {
	text-transform: capitalize;
	margin-bottom: 7px;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span {
	text-transform: uppercase;
	color: var(--clr-body);
	position: relative;
	z-index: 1;
	padding-left: 2rem;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 1rem;
	height: 1.6rem;
	width: 1px;
	background: #5156ea;
	transform: translate(0, -50%);
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a i {
	font-size: 1.4rem;
	margin-right: 7px;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a:hover i {
	color: #5156ea;
}
.single-comments-section .single-commentor .single-commentor-user p {
	margin-bottom: 0;
}
.single-comments-section .single-commentor ul li {
	margin-bottom: 3rem;
}
.single-comments-section .single-commentor .single-commentor-user.rlp .single-commentor-user-bio-head h6 {
	color: var(--clr-def);
}

.single-commentor-user.rlp {
	padding-left: 7rem;
}

/*single-comments-section-form*/
.single-comments-section-form form .form-control {
	outline: none;
	height: 5rem;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	padding: 1rem 3rem;
	line-height: 1;
	margin-bottom: 3.5rem;
}
.single-comments-section-form form .form-control::placeholder {
	font-size: 1.6rem;
	font-weight: 300;
	color: var(--clr-body);
	line-height: 1;
	text-transform: capitalize;
}
.single-comments-section-form form textarea.form-control {
	height: 15rem;
}

/*Slider wrp*/
.sldr.owl-theme .owl-nav [class*="owl-"] {
	color: var(--clr-def);
	font-size: 3rem;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
}

.sldr.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: var(--clr-def);
	text-decoration: none;
}

.sldr.owl-theme .owl-nav .owl-prev {
	left: 0rem;
}

.sldr.owl-theme .owl-nav .owl-next {
	right: 0rem;
}

.sldr.owl-theme .owl-nav .owl-prev,
.sldr.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.shop-new .select-opt .select-option {
	grid-template-columns: 100%;
}
.shop-new .styledSelect {
	line-height: 60px;
	padding-left: 2rem;
	height: 60px;
}
.shop-new .options {
	top: 174%;
	padding: 2rem 1rem;
	list-style: none;
	border: 1px solid #ccc;
	border-top: none;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.shop-new-box:hover .shop-new-pic .shop-new-ovr {
	transform: translate(-50%, -50%) rotateX(0deg);
}
.shop-new-box .shop-new-pic {
	position: relative;
	z-index: 1;
}
.shop-new-box .shop-new-pic img {
	width: 100%;
}
.shop-new-box .shop-new-pic .shop-new-ovr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateX(90deg);
	background: rgba(255, 255, 255, 0.5);
	height: 90%;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
	transition: all 0.5s ease;
}
.shop-new-box .shop-new-desc {
	padding: 20px 40px;
}
.shop-new-box .shop-new-desc h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
}
.shop-new-box .shop-new-desc .shop-new-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop-new-box .shop-new-desc .shop-new-price p {
	color: var(--clr-def);
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #f2a588;
}
.shop-new-box .shop-new-desc .shop-new-price .shop-new-rating a i {
	color: #f2a588;
}

/*-------------------------------------------------------
12. Products css
---------------------------------------------------------*/
.product-tree img {
	position: absolute;
	z-index: -1;
}
.product-tree img:first-child {
	bottom: 0;
	right: 0;
}
.product-tree img:nth-child(2) {
	top: 0;
	left: 2rem;
}

.products-wpr.grid-4 {
	row-gap: 4.5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

@-webkit-keyframes circle-hover {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	to {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle-hover {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	to {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.products-box {
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	background-color: var(--clr-white);
}
.products-box .products-pic {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.products-box .products-pic img {
	background: #f8f8f8;
}
.products-box .products-pic::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: hsla(0, 0%, 100%, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}
.products-box .products-pic .carts {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	flex-direction: column;
	gap: 1.5rem;
	transform: translateY(-140%);
	transition: all 0.5s ease-in-out;
}
.products-box .products-pic .carts li a i {
	height: 3rem;
	width: 3rem;
	line-height: 3.2rem;
	text-align: center;
	background-color: var(--clr-def);
	color: var(--clr-white);
	display: block;
	font-size: 1.4rem;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	padding-left: 2px;
}
.products-box .products-pic .carts li a i:hover {
	background-color: var(--clr-def-2);
	color: var(--clr-white);
}
.products-box .products-desc {
	border: 1px solid #eee;
	border-top: none;
	padding: 3rem 2rem 4.5rem 2rem;
}
.products-box .products-desc h5 {
	text-transform: capitalize;
	margin-bottom: 2rem;
}
.products-box .products-desc p {
	margin-bottom: 2rem;
}
.products-box .products-desc .products-price {
	line-height: 1;
	margin-bottom: 2rem;
}
.products-box .products-desc .products-price span {
	font-weight: 600;
	color: var(--clr-def);
	display: inline-block;
}
.products-box .products-desc .add-to-cart {
	line-height: 1;
}
.products-box .products-desc .add-to-cart .cart-btn {
	padding: 7px 1.5rem;
	line-height: 1;
	background-color: var(--clr-def);
	color: var(--clr-white);
	border-radius: 2rem;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 1.6rem;
}
.products-box .products-desc .add-to-cart .cart-btn::before {
	position: absolute;
	height: 0%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: var(--clr-def-2);
	content: "";
	z-index: -1;
	transition: all 0.5s ease-in-out;
	border-radius: 2rem 2rem 0 0;
}
.products-box .products-desc .add-to-cart .cart-btn::after {
	position: absolute;
	height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: var(--clr-def-2);
	content: "";
	z-index: -1;
	transition: all 0.5s ease-in-out;
	border-radius: 0 0 2rem 2rem;
}
.products-box:hover .carts {
	transform: translateY(0%);
}
.products-box:hover .add-to-cart .cart-btn::before {
	height: 50%;
}
.products-box:hover .add-to-cart .cart-btn::after {
	height: 50%;
}
.products-box:hover .products-pic::before {
	-webkit-animation: circle-hover 0.75s;
	animation: circle-hover 0.75s;
}

.load-more {
	line-height: 14px;
}

/*-------------------------------------------------------
20. Checkout css
---------------------------------------------------------*/
.checkout-wrapper {
	display: flex;
	justify-content: center;
	animation: slideUp 2000ms ease;
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.checkout h2 {
	align-self: center;
}

.checkout {
	background-color: var(--clr-def);
	-webkit-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
	border-radius: 1rem;
	padding: 6rem 4rem;
}
.checkout input {
	width: 100%;
	min-height: 25px;
	border: 0;
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
	color: var(--clr-heading);
	border-radius: 10px;
	margin-bottom: 2rem;
}
.checkout label {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	color: var(--clr-white);
	margin-bottom: 1rem;
}
.checkout h2 {
	font-size: 24px;
	line-height: 1;
	color: var(--clr-white);
	letter-spacing: 1px;
}

.name {
	justify-content: space-between;
	display: flex;
	width: 100%;
}
.name div {
	width: 45%;
}

.address-info {
	display: flex;
	justify-content: space-between;
}
.address-info div {
	width: 30%;
}

.cc-info {
	display: flex;
	justify-content: space-between;
}
.cc-info div {
	width: 45%;
}

.btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	margin-top: 2rem;
}
.btns button {
	margin: 0;
	color: var(--clr-def);
	background-color: var(--clr-white);
	text-transform: uppercase;
	border: 0;
	border-radius: 1rem;
	letter-spacing: -1px;
	font-weight: 600;
	padding: 1.2rem 3rem;
	line-height: 1;
}
.btns button:hover {
	animation-name: btn-hov;
	animation-duration: 550ms;
	animation-fill-mode: forwards;
}

@keyframes btn-hov {
	100% {
		background-color: #cfc9e1;
		color: #4a3b76;
		transform: scale(1.05);
	}
}
input:focus,
button:focus {
	outline: none;
	box-shadow: none;
}

.p-info {
	font-size: 24px;
	line-height: 1;
	color: var(--clr-white);
	letter-spacing: 1px;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

@media (max-width: 736px) {
	.checkout-wrapper {
		width: 100%;
	}
	.btns {
		flex-direction: column;
	}
	.btns button {
		width: 100%;
	}
	.checkout h2 {
		text-align: center;
		line-height: 1.4;
	}
	.name,
	.address-info,
	.cc-info {
		flex-direction: column;
		width: 100%;
		justify-content: space-between;
	}
	.name div,
	.address-info div,
	.cc-info div {
		align-items: center;
		flex-direction: column;
		width: 100%;
		display: flex;
	}
	.street,
	.cc-num {
		text-align: center;
	}
	.checkout input {
		margin: 5px 0;
		min-height: 30px;
	}
}
/*-------------------------------------------------------
46. About css
---------------------------------------------------------*/
.marquee-swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.marquee-swiper-slide {
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

/*-------------------------------------------------------
47. Team Single css
---------------------------------------------------------*/
.team-up-title {
	font-weight: 400;
	font-size: 30px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.team-up-title-2 {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-transform: capitalize;
}

.team-single-up-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.team-single-up-list li h6 {
	font-family: var(--font-2);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
}
.team-single-up-list li span {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: rgba(10, 9, 9, 0.8);
}

.pl-74 {
	padding-left: 74px;
}

.mb-120 {
	margin-bottom: 120px;
}

.team-single-social {
	display: flex;
	align-items: center;
	gap: 16px;
}
.team-single-social li a i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: var(--clr-heading);
	border: 1px solid rgba(var(--clr-heading-rgb), 0.2);
	display: inline-block;
	transition: all 0.5s ease;
}
.team-single-social li a i:hover {
	background: var(--clr-heading);
	color: var(--clr-white);
	border: 1px solid var(--clr-heading);
}

.team-single-skill-bar .progress-wpr .progress-box h5 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #22252f;
}
.team-single-skill-bar .progress-wpr .progress-box .progress {
	height: 10px;
}

.team-single-ttl {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: #22252f;
}

.team-single-contact .contact-form-com .input-style-2 {
	background: rgba(var(--clr-heading-rgb), 0.03);
}
.team-single-contact .contact-form-com .input-style-2::placeholder {
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #818181;
}

/*-------------------------------------------------------
48. Partner css
---------------------------------------------------------*/
.integrations-section {
	background: var(--clr-bg);
}
.integrations-section .integrations-logos {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2rem;
	align-items: center;
	justify-items: center;
}
@media (max-width: 992px) {
	.integrations-section .integrations-logos {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 576px) {
	.integrations-section .integrations-logos {
		grid-template-columns: repeat(2, 1fr);
	}
}
.integrations-section .integrations-logos .logo-item {
	padding: 1rem;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.7;
}
.integrations-section .integrations-logos .logo-item img {
	max-width: 100%;
	height: auto;
	display: block;
}
.integrations-section .integrations-logos .logo-item:hover {
	transform: scale(1.05);
	opacity: 1;
}

/*-------------------------------------------------------
49. Skill Progress css
---------------------------------------------------------*/
.progress-box .chart {
	height: 140px;
	width: 140px;
	position: relative;
	display: inline-block;
}
.progress-box .chart span {
	position: absolute;
	height: 90px;
	width: 90px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ececec;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	color: var(--clr-def);
	font-size: 2.2rem;
	font-weight: 700;
}
.progress-box .chart span::before {
	position: absolute;
	content: "";
	height: 160px;
	width: 160px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ececec;
	border-radius: 50%;
	z-index: -1;
}
.progress-box h4 {
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 2.5rem;
	font-weight: 700;
}

.progress-wpr .progress-box {
	margin-bottom: 30px;
}
.progress-wpr .progress-box:last-child {
	margin-bottom: 0;
}
.progress-wpr .progress-box h5 {
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.progress {
	height: 4px;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--clr-def);
	--bs-progress-bar-bg: var(--clr-heading);
	margin-bottom: 0rem;
}

.progress-cus-grid {
	display: grid;
	grid-template-columns: 190px 1fr;
	grid-gap: 20px;
}

.progress-opt {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.progress-opt li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.progress-opt li i {
	margin-top: 5px;
	color: var(--clr-def);
}
.progress-opt li .progress-opt-text h5 {
	margin-bottom: 10px;
}
.progress-opt li .progress-opt-text p {
	margin-bottom: 0;
}

/*-------------------------------------------------------
50. Best css
---------------------------------------------------------*/
.pr-300 {
	padding-right: 300px;
}

.best-pr {
	padding-right: 145px;
}

.best-list-box {
	text-align: center;
}
.best-list-box .best-box-desc h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.015em;
	text-transform: capitalize;
	color: var(--clr-white);
	clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
	padding: 1rem 1rem;
	background: var(--clr-def);
	margin-top: -2rem;
}

.best-list-box {
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 30px;
}
.best-list-box:last-child {
	padding-right: 0;
	border-right: none;
}

.best-tt {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--clr-white);
}
.best-tt a {
	color: var(--clr-def);
	font-weight: 400;
}

.best-left-shapes img {
	position: absolute;
}
.best-left-shapes img.best-poly-1 {
	bottom: 40px;
	left: 130px;
	z-index: 1;
}
.best-left-shapes img.best-poly-2 {
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, 0);
}

.best-poly-3 {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
}

.best-right-text {
	color: #b5bedb;
	line-height: 30px;
}

/*-------------------------------------------------------
51. Sidenav css
---------------------------------------------------------*/
#openDrawerButton {
	border: none;
	color: var(--clr-white);
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin-left: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--clr-heading);
	border-radius: 50%;
}

.sidenav {
	height: 100vh;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	background-color: var(--clr-white);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 1050;
	padding-top: 60px;
	box-shadow: 0px 20.3884487152px 61.1653442383px -6.1165342331px rgba(0, 0, 0, 0.04);
}
.sidenav:hover::before {
	opacity: 0.2;
}
.sidenav::before {
	height: 100vh;
	width: 100vw;
	margin-left: 250px;
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	content: "";
	opacity: 0;
	background-color: blue;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	pointer-events: none;
}
.sidenav a {
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration: none;
	font-size: 18px;
	color: var(--clr-heading-2);
	display: block;
	transition: 0.3s;
	font-weight: 400;
}
.sidenav a:hover {
	color: var(--clr-def-6);
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.navs-element {
	padding: 0 3rem;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
/*-------------------------------------------------------
52. Border Animation css
---------------------------------------------------------*/
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
.rainbow {
	position: relative;
	z-index: 0;
	width: 400px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
}
.rainbow::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: #399953;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
	animation: rotate 4s linear infinite;
}
.rainbow::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: white;
	border-radius: 5px;
}

@keyframes opacityChange {
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
.rainbow-2 {
	position: relative;
	z-index: 0;
	width: 400px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
}
.rainbow-2::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: #399953;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#000, #000), linear-gradient(#000, #000);
	animation: rotate 4s linear infinite;
}
.rainbow-2::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: white;
	border-radius: 5px;
}

.box-border {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 2rem;
}
.box-border.linear::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background-image: conic-gradient(rgb(168, 239, 255) 20deg, transparent 120deg);
	border-radius: 5px;
	animation: rotate 4s linear infinite;
}
.box-border.linear::after {
	content: "Linear";
	position: absolute;
	width: 90px;
	height: 90px;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}

/*-------------------------------------------------------
53. Timeline css
---------------------------------------------------------*/
.timeline-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	position: relative;
	z-index: 1;
}
.timeline-list::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	border: 2px dashed var(--clr-def-2);
	height: 100%;
}
.timeline-list li .timeline-contain .timeline-right .heading-4 {
	font-weight: 800;
	line-height: 1.4;
}

.timeline-content-img {
	position: relative;
	z-index: 1;
}
.timeline-content-img::before {
	position: absolute;
	z-index: -1;
	content: "";
	border: 2px dashed var(--clr-def-2);
	top: 8.5rem;
	width: 9rem;
	right: -105px;
}
.timeline-content-img.timeline-value-style-2::before {
	right: inherit;
	left: -105px;
}
.timeline-content-img.timeline-value-style-2 .timeline-value {
	top: 60px;
	right: inherit;
	left: 0;
}
.timeline-content-img .timeline-value {
	position: absolute;
	top: 60px;
	right: 0;
	height: 50px;
	width: 50px;
	line-height: 46px;
	background: var(--clr-def);
	border: 4px solid var(--clr-def-2);
	color: var(--clr-white);
	font-size: 22px;
	font-weight: 500;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
}

.timeline-left {
	padding-right: 9rem;
}

.timeline-right {
	padding-left: 9rem;
}

/*-------------------------------------------------------
01. Variable css
---------------------------------------------------------*/
.f-404 {
	font-family: var(--font-viga);
	font-weight: 400;
	font-size: 400px;
	line-height: 1;
	text-transform: capitalize;
	color: var(--clr-heading);
	margin-bottom: 0;
}
.f-404 span {
	color: var(--clr-def);
	line-height: 1;
}

.f-404-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: capitalize;
	color: rgba(10, 9, 9, 0.7);
}

.page-404-wpr h2 {
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	text-transform: capitalize;
	color: var(--clr-heading);
}

.btn-404 {
	padding: 15px 30px;
	background: var(--clr-heading);
	color: var(--clr-white);
	font-weight: 400;
	font-size: 14px;
	line-height: 0px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border: none;
	transition: all 0.5s ease;
	display: inline-block;
}
.btn-404:hover {
	color: var(--clr-def);
}
.btn-404:hover i svg {
	fill: var(--clr-def);
}
.btn-404 i svg {
	fill: var(--clr-white);
}

/*# sourceMappingURL=style.css.map */
