/*
Theme Name: Ultracam
Theme URI: https://themeforest.net/item/ultracam-cctv-security-camera-wordpress-theme/57409629
Description: CCTV Security Camera WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.1
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: ultracam
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/

html,
body {
	width: 100%;
	overflow-x: clip;
}

body {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
}

figure {
	margin: 0;
}

iframe {
	max-width: 100%;
}

.elementor-widget-button {
	line-height: 0;
}

/* Theme Button CSS  */

.btn-default {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	color: var(--e-global-color-white);
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	border-radius: 100px;
	border: none;
	padding: 15px 25px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

.btn-default:hover {
	background-position: right center;
}

.btn-default i,
.btn-default svg {
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover i,
.btn-default:hover svg {
	transform: translateX(2px);
}

@media only screen and (max-width: 991px) {
	.btn-default {
		padding: 13px 20px;
	}
}

/* Elementor Button CSS */

.elementor-widget-button .elementor-button {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button:hover {
	background-position: right center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-icon {
	transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon {
	transform: translatex(3px);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg {
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
		gap: 12px !important;
	}

	.elementor-widget-button .elementor-button .elementor-button-icon svg {
		font-size: 18px;
	}
}

/* Image Animation CSS */

.at-animation-image-style-1 img {
	clip-path: inset(0 100% 0 0);
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect .elementor-widget-container {
	position: relative;
	overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect .elementor-widget-container:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect .elementor-widget-container:hover:after {
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}

.container {
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

#magic-cursor {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index: 1000000;
}

#ball {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: var(--e-global-color-primary);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000 !important;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--e-global-color-white) transparent
		var(--e-global-color-white);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

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

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

body.fancy-scrollbar::-webkit-scrollbar-track {
	background-color: var(--e-global-color-white);
	border-left: 1px solid var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar {
	width: 7px;
	background-color: var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar-thumb {
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
}

/* Ekit Icon Box Size */

.elementor-widget-text-editor p strong {
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

.elementor-widget-text-editor p a {
	text-decoration: underline;
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor p a strong {
	color: var(--e-global-color-accentsecondary);
}

.elementor-widget-text-editor p a:hover,
.elementor-widget-text-editor p a strong:hover {
	color: var(--e-global-color-primary);
}

.elementor-icon-box-wrapper .elementor-icon-box-icon {
	line-height: 0;
}

.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0;
}

.elementor-widget-elementskit-icon-box .elementskit-box-header {
	line-height: 0;
}

.elementskit-funfact .funfact-icon svg path {
	stroke: none !important;
}

.elementskit-pricing-header svg path {
	fill: none !important;
}

/* Theme Header CSS */

header.main-header {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	background: var(--e-global-color-white);
	border-radius: 30px;
	z-index: 100;
}

header.main-header .header-sticky {
	position: relative;
	padding: 24px 10px;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	border-radius: 30px;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand h1,
.navbar-brand h2 {
	font-size: 40px !important;
	color: var(--e-global-color-primary) !important;
	font-weight: 800;
}

.navbar-brand span {
	display: block;
	font-size: 14px;
	color: var(--e-global-color-text);
	line-height: 1.2em;
}

.navbar-brand:hover {
	color: var(--e-global-color-accent);
}

.main-menu {
	font-family: var(--e-global-typography-primary-font-family);
	justify-content: flex-end;
}

.main-menu ul {
	align-items: center;
	flex-wrap: wrap;
}

.main-menu ul li {
	margin: 0;
	position: relative;
}

.main-menu ul li:last-child {
	margin-right: 0;
}

.main-menu ul li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a {
	position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}

.main-menu ul li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 14px 20px !important;
	color: var(--e-global-color-text);
}

.main-menu ul li.highlighted-menu a {
	display: block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 500;
	border: 2px solid var(--e-global-color-accent);
	padding: 10px 30px !important;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a:after {
	background-color: var(--e-global-color-primary);
	border-radius: 30px;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}

.main-menu ul li.highlighted-menu a:hover::after {
	transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover {
	color: var(--e-global-color-accent);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
	color: var(--e-global-color-accent);
}

.main-menu ul ul {
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 100%;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
}

.main-menu ul ul ul ul ul {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul ul li {
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a,
.main-menu ul ul li a:focus {
	color: var(--e-global-color-white);
	padding: 8px 20px !important;
}

.main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover {
	color: var(--e-global-color-primary);
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

#menu-all-pages-flat > li a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_menu,
.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_btn {
	position: relative;
	display: block;
	float: right;
	padding: 0.438em 0.625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
	display: block;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_menu {
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}

.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: 0.875em;
}

.slicknav_nav ul {
	margin: 0 0 0 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a {
	text-decoration: none;
	color: #fff;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

.responsive-menu {
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.slicknav_btn {
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--e-global-color-white);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.navbar-toggle
	a.slicknav_btn.slicknav_open
	.slicknav_icon
	span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle
	a.slicknav_btn.slicknav_open
	.slicknav_icon
	span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle
	a.slicknav_btn.slicknav_open
	.slicknav_icon
	span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
	padding: 0;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	border-radius: 20px;
	max-height: 80vh;
	overflow: auto;
}

.slicknav_nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.slicknav_nav > ul {
	margin-left: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	color: var(--e-global-color-white);
	line-height: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--e-global-color-primary);
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 2px;
	float: right;
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after {
	transform: rotate(-90deg);
	color: var(--e-global-color-primary);
}

/* Page Header Style */

.page-header {
	position: relative;
	background: var(--e-global-color-primary);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 265px 0 125px;
}

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	opacity: 85%;
	width: 100%;
	height: 100%;
}

.page-header-box {
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-header-box h1 {
	color: var(--e-global-color-white) !important;
	font-size: 54px !important;
	font-weight: 800 !important;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.page-header-box .taxonomy-description {
	color: var(--e-global-color-white);
	margin-bottom: 20px;
}

.breadcrumb-trail {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

.trail-items,
.page-header-box .post-meta ul {
	display: inline-block;
	list-style: none;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	border: none;
}

.trail-items .breadcrumb_separate {
	margin: 0 8px;
}

.trail-items li,
.page-header-box .post-meta ul li {
	color: var(--e-global-color-white);
	display: inline-block;
	font-weight: 400;
}

.trail-items li:before,
.page-header-box .post-meta ul li:before {
	content: "/";
	margin: 0 8px;
}

.trail-items li:first-child:before,
.page-header-box .post-meta ul li:first-child:before {
	display: none;
}

.trail-items li a,
.page-header-box .post-meta ul li a {
	color: var(--e-global-color-white);
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer {
	background-color: var(--e-global-color-primary);
}

.footer-main {
	padding: 70px 0;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo h4 {
	color: var(--e-global-color-white) !important;
	font-size: 36px;
	font-weight: 800;
}

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

.footer-social ul li {
	display: inline-block;
	margin-right: 14px;
}

.footer-social ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover {
	background-position: right center;
}

.footer-menu {
	text-align: right;
	margin-bottom: 20px;
}

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

.footer-menu ul li {
	display: inline-block;
	margin-left: 30px;
}

.footer-menu ul li a {
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
	color: var(--e-global-color-accent);
}

.copyright {
	text-align: right;
}

.copyright p {
	color: var(--e-global-color-white);
	margin: 0;
}

/* 404 Page CSS */

.error-page {
	padding: 100px 0;
}

.error-page-image {
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img {
	max-width: 40%;
}

.error-page .error-page-content {
	text-align: center;
	line-height: 0;
}

.error-page-content-heading {
	margin-bottom: 20px;
}

.error-page-content-heading h2 {
	font-size: 46px !important;
}

.error-page-content-body p {
	margin-bottom: 20px;
}

/* Archive and Single CSS */

.page-blog-archive {
	padding: 100px 0px;
}

.post-item {
	background-color: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.post-featured-image:has(:not(a)) {
	margin-bottom: 20px;
}

.post-featured-image:has(a) {
	border-radius: 20px 20px 0 0;
	position: relative;
	margin-bottom: 30px;
}

.post-featured-image:has(:not(a)) .post-item-meta {
	display: none;
}

.post-featured-image:has(a) .post-item-meta {
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
	transform: translateY(50%);
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
	color: var(--e-global-color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 5px;
	z-index: 1;
}

.post-featured-image img {
	width: 100%;
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img {
	transform: scale(1.1);
}

.post-item-body {
	padding: 10px 30px 30px;
}

.post-item-content {
	margin-bottom: 25px;
	word-wrap: break-word;
}

.post-item-content h2 {
	font-size: 20px !important;
	line-height: 1.3em !important;
}

.post-item-content h2 a {
	color: inherit;
}

.blog-item-btn a {
	position: relative;
	color: var(--e-global-color-accent);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	padding-right: 40px;
	transition: all 0.3s ease-in-out;
}

.blog-item-btn a svg,
.blog-item-btn a i {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	padding: 6px;
	background-color: var(--e-global-color-accent);
	background-size: 18px auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-3px, -50%);
	transition: all 0.3s ease-in-out;
}

.blog-item-btn a svg path {
	fill: var(--e-global-color-white);
}

.blog-item-btn a i {
	color: var(--e-global-color-white);
}

.blog-item-btn a:hover {
	color: var(--e-global-color-primary);
}

.blog-item-btn a:hover svg,
.blog-item-btn a:hover i {
	background-color: var(--e-global-color-primary);
	transform: translate(0, -50%);
}

.pagination .nav-links {
	margin-top: 30px;
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover {
	background: var(--e-global-color-accentsecondary);
	color: var(--e-global-color-white);
}

.page-single-post {
	padding: 100px 0;
}

.page-single-post.single-page .post-entry {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.post-single-meta ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
}

.post-single-meta ul li {
	display: inline-block;
	margin-right: 15px;
	color: var(--e-global-color-white);
}

.post-single-meta ul li:last-child {
	margin-right: 0;
}

.post-single-meta ul li i {
	font-size: 18px;
	color: var(--e-global-color-white);
	margin-right: 5px;
}

.post-single-meta ul li a {
	color: inherit;
}

.post-single-image {
	margin-bottom: 30px;
	overflow: hidden;
}

.post-single-image figure,
.post-single-image img {
	width: 100%;
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
	border-radius: 30px;
}

.post-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry {
	border-bottom: 1px solid var(--e-global-color-divider);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.post-entry:after {
	content: "";
	display: block;
	clear: both;
}

.post-entry p {
	margin-bottom: 20px;
}

.post-entry p:last-child {
	margin-bottom: 0;
}

.post-entry a {
	color: var(--e-global-color-text);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	margin: 1em 0 0.7em;
	color: var(--e-global-color-primary);
}

.post-entry h1 {
	font-size: 40px !important;
}

.post-entry h2 {
	font-size: 36px !important;
}

.post-entry h3 {
	font-size: 26px;
}

.post-entry h4 {
	font-size: 22px;
}

.post-entry h5 {
	font-size: 18px;
}

.post-entry h6 {
	font-size: 16px;
}

.post-entry ul {
	padding-left: 20px;
	margin: 20px 0;
}

.post-entry ul li {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--e-global-color-text);
}

.post-entry ol {
	margin: 20px 0;
}

.post-entry ol li {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

.post-entry ul li a {
	color: var(--e-global-color-text);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
	margin-top: 10px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
	margin-bottom: 0;
}

.post-entry blockquote {
	background: var(--e-global-color-accentsecondary)
		url("assets/images/icon-blockquote.svg") no-repeat;
	background-position: 30px 30px;
	background-size: 45px;
	border-radius: 20px;
	padding: 30px 30px 30px 90px !important;
	margin-bottom: 30px !important;
}

.post-entry blockquote p {
	font-size: 20px !important;
	color: var(--e-global-color-white);
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.post-entry blockquote p:last-child {
	margin-bottom: 0;
}

.post-entry blockquote cite {
	font-size: 18px;
	color: var(--e-global-color-white);
}

.post-entry table {
	border-top: 1px solid var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

.post-entry table tr td,
.post-entry table tr th {
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	padding: 4px 10px;
}

.post-entry .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: inherit;
	padding-left: 20px;
}

.post-entry .has-fixed-layout tr td {
	border-color: inherit;
}

.tag-links {
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.post-tags .tag-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	border-radius: 100px;
	padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
	background-position: right center;
}

.post-social-sharing {
	text-align: right;
}

.post-social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-social-sharing ul li {
	display: inline-block;
	margin-right: 12px;
}

.post-social-sharing ul li:last-child {
	margin-right: 0;
}

.post-social-sharing ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover {
	background-position: right center;
}

.post-social-sharing ul li a i {
	font-size: 18px;
}

.post-entry hr,
.comment-content hr {
	border-top: 1px solid var(--e-global-color-divider);
	opacity: 1;
}

.post-entry table caption {
	text-align: center;
}

.post-entry .wp-block-rss {
	list-style: inherit;
}

.post-entry .wp-block-social-links {
	padding: 0;
}

.post-entry .wp-block-calendar {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
	header.main-header {
		top: 15px;
		left: 15px;
		right: 15px;
		max-width: calc(100% - 30px);
		border-radius: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.navbar-brand span {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#magic-cursor {
		display: none !important;
	}

	header.main-header .header-sticky {
		padding: 20px 0;
	}

	.navbar-brand h1,
	.navbar-brand h2 {
		font-size: 34px !important;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.main-menu ul li {
		margin: 0 10px;
	}

	header.main-header .header-sticky.active .slicknav_menu {
		border-radius: 0;
	}

	.page-header {
		padding: 170px 0 80px;
		background-attachment: inherit;
	}

	.page-header-box h1 {
		font-size: 44px !important;
	}

	.page-header-box .taxonomy-description {
		margin-bottom: 10px;
	}

	.page-blog-archive {
		padding: 50px 0;
	}

	.post-item {
		border-radius: 20px;
	}

	.post-featured-image:has(a) .post-item-meta {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}

	.post-item-body {
		padding: 5px 20px 20px;
	}

	.pagination .nav-links {
		margin-top: 10px;
	}

	.page-single-post {
		padding: 50px 0;
	}

	.post-single-image figure,
	.post-single-image img {
		border-radius: 20px;
	}

	.post-single-image {
		margin-bottom: 20px;
	}

	.post-entry p {
		margin-bottom: 15px;
	}

	.post-entry blockquote {
		background-position: 20px 20px;
		background-size: 40px;
		padding: 20px 20px 20px 70px !important;
		margin-bottom: 20px !important;
	}

	.post-entry blockquote p {
		font-size: 18px !important;
	}

	.post-entry ul li,
	.post-entry ol li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.post-tags {
		margin-bottom: 20px;
	}

	.post-tags .tag-links a {
		padding: 10px 15px;
	}

	.post-social-sharing {
		text-align: left;
	}

	.footer-main {
		padding: 40px 0;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social ul li {
		margin: 0 7px;
	}

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

	.footer-menu ul li {
		margin: 0 10px;
	}

	.copyright {
		text-align: center;
	}

	.error-page {
		padding: 50px 0;
	}

	.error-page-image {
		margin-bottom: 20px;
	}

	.error-page-image img {
		max-width: 60%;
	}

	.error-page-content-heading {
		margin-bottom: 15px;
	}

	.error-page-content-heading h2 {
		font-size: 36px !important;
	}

	.error-page-content-body p {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.post-single-meta ul li {
		margin-right: 14px;
	}

	.page-header-box h1 {
		font-size: 30px !important;
	}

	.post-featured-image:has(a) .post-item-meta {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}

	.post-item-content h2 {
		font-size: 18px !important;
	}

	.post-single-image figure,
	.post-single-image img {
		aspect-ratio: 1 / 0.7;
	}

	.post-entry h1 {
		font-size: 28px !important;
	}

	.post-entry h2 {
		font-size: 24px !important;
	}

	.post-entry h3 {
		font-size: 20px;
	}

	.post-entry h4 {
		font-size: 18px;
	}

	.post-entry h5 {
		font-size: 16px;
	}

	.post-entry h6 {
		font-size: 14px;
	}

	.post-entry blockquote {
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px !important;
	}

	.post-entry blockquote p {
		font-size: 16px !important;
	}

	.tag-links {
		font-size: 18px;
	}

	.error-page-image img {
		max-width: 80%;
	}

	.error-page-content-heading h2 {
		font-size: 26px !important;
	}
}

/* Default Post and Page CSS */

.alignnone {
	margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0 !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--e-global-color-divider);
	clip: auto !important;
	clip-path: none;
	color: var(--e-global-color-primary);
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.gallery-caption,
.bypostauthor {
	position: inherit;
}

.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size {
	line-height: 1.4em;
}

.wp-block-navigation__responsive-container-content ul ul li {
	padding-left: 0;
	margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content ul ul li:before {
	display: none;
}

ul.wp-block-post-template {
	list-style: none !important;
	padding: 0;
}

ul.wp-block-post-template li {
	padding-left: 0;
}

.wp-block-post-template li:before {
	display: none;
}

.wp-block-post-template .wp-block-post-excerpt__excerpt {
	color: var(--e-global-color-text);
	font-weight: 400;
}

.wp-block-post-featured-image,
.wp-block-post-author,
.wp-block-avatar,
.wp-block-post-date,
.wp-block-post-navigation-link,
.wp-block-search,
.wp-block-buttons,
.wp-block-image,
.wp-block-audio,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-button,
.wp-block-embed {
	margin-bottom: 20px;
}

.wp-block-gallery {
	margin-bottom: 20px !important;
}

.wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper {
	border: 1px solid var(--e-global-color-divider);
	background: transparent;
	border-radius: 100px;
}

.wp-block-search .wp-block-search__input {
	background: transparent;
	border: 1px solid var(--e-global-color-divider) !important;
	color: var(--e-global-color-text);
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 100px;
	padding: 10px 20px;
}

.wp-block-search .wp-block-search__button {
	border-radius: 100px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	padding: 10px 24px;
}

.wp-block-search .wp-block-search__button:hover {
	background-position: right center;
}

.wp-block-social-links li {
	padding-left: 0 !important;
}

.wp-block-social-links li:before {
	display: none;
}

.wp-block-tag-cloud a {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1em;
	border: none !important;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white) !important;
	text-transform: capitalize;
	padding: 12px 20px;
	margin-bottom: 10px;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.wp-block-tag-cloud a:hover {
	background-position: right center;
}

.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments a {
	color: var(--e-global-color-primary);
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
	font-size: 16px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	border: none;
	color: var(--e-global-color-white) !important;
	font-weight: 700;
	line-height: 1em;
	padding: 17px 25px;
}

.wp-block-button:where(.is-style-outline)
	> .wp-block-button__link:not(.has-background) {
	color: var(--e-global-color-white) !important;
}

.wp-block-button.is-style-outline .wp-element-button {
	background-position: right center;
}

.wp-block-button .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
	background-position: right center;
}

.wp-block-file a {
	font-size: 16px;
}

.wp-block-column p:last-child {
	margin-bottom: 0;
}

.wp-block-cover {
	color: var(--e-global-color-white);
}

.wp-block-image figcaption {
	text-align: center;
}

.wp-block-gallery ul li {
	padding-left: 0;
}

.wp-block-gallery ul li:before {
	display: none !important;
}

.wp-block-quote.is-style-large {
	padding-top: 30px;
	padding-bottom: 30px;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
	margin-bottom: 20px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	border-radius: 100px;
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
	font-size: 18px;
	color: var(--e-global-color-text);
}

.wp-caption .wp-caption-text {
	margin-top: 6px;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
	display: flex;
	flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
	margin-right: 30px;
	margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
	width: 100%;
	height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
	width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-2
	.gallery-item:nth-of-type(2n + 2) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
	width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
	width: 33.33%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-3
	.gallery-item:nth-of-type(3n + 3) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
	width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-4
	.gallery-item:nth-of-type(4n + 4) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
	width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-5
	.gallery-item:nth-of-type(5n + 5) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
	width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
	width: 16.66%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-6
	.gallery-item:nth-of-type(6n + 6) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
	width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
	width: 14.28%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-7
	.gallery-item:nth-of-type(7n + 7) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
	width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
	width: 12.5%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-8
	.gallery-item:nth-of-type(8n + 8) {
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
	width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
	width: 11.11%;
}

div:not(.elementor-image-gallery)
	.gallery.gallery-columns-9
	.gallery-item:nth-of-type(9n + 9) {
	margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
	width: 10%;
}

.post-password-form input[type="password"] {
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
	outline: 0;
	box-shadow: none;
	border-radius: 100px;
	padding: 10px 20px;
}

.post-password-form input[type="submit"] {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	border: none;
	border-radius: 100px;
	padding: 17px 25px;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}

.post-password-form input[type="submit"]:hover {
	background-position: right center;
}

aside.widget {
	background: var(--e-global-color-secondary);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
}

aside.widget a {
	color: var(--e-global-color-accent);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

aside.widget .wp-block-latest-comments a,
aside.widget.widget_tag_cloud a {
	color: var(--e-global-color-primary);
}

aside.widget .tagcloud a {
	display: inline-block;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1em;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	border: none !important;
	padding: 12px 20px;
	border-radius: 100px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

aside.widget .tagcloud a:hover {
	background-position: right center;
}

aside.widget .wp-block-heading,
aside.widget .widget-title {
	font-size: 20px;
	color: var(--e-global-color-primary);
	margin-bottom: 20px;
	word-break: break-word;
}

aside.widget ul {
	padding-left: 20px !important;
	margin: 0;
	list-style: inherit !important;
}

aside.widget ul li {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

aside.widget ul li a {
	color: var(--e-global-color-text);
}

aside.widget ul ul {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: -10px;
}

aside.widget ul li:last-child {
	margin-bottom: 0;
}

aside.widget ul.wp-block-social-links {
	padding-left: 0 !important;
}

aside.widget .wp-block-search .wp-block-search__input {
	background-color: var(--e-global-color-white);
}

aside.widget .wp-block-search {
	margin-bottom: 0;
}

aside.widget .wp-block-search .wp-block-search__button {
	padding-left: 15px;
	padding-right: 15px;
}

aside.widget .wp-block-categories-dropdown,
aside.widget .wp-block-archives-dropdown {
	margin-bottom: 0;
}

aside.widget select,
aside.widget .wp-block-categories-dropdown select,
aside.widget .wp-block-archives-dropdown select {
	background: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
	border-radius: 100px;
	width: 100%;
	outline: 0;
	box-shadow: none;
}

aside.widget.widget_recent_entries ul li {
	padding-left: 0;
}

aside.widget.widget_recent_entries ul li:before {
	display: none;
}

aside.widget.widget_recent_entries .wp-block-latest-posts__post-excerpt,
aside.widget .wp-block-rss__item-excerpt,
aside.widget .rssSummary {
	font-weight: 400;
	color: var(--e-global-color-text);
}

aside.widget .wp-block-social-links li {
	margin-bottom: 0;
}

aside.widget .wp-block-social-links {
	padding: 0 !important;
}

aside.widget table {
	width: 100%;
	background: var(--e-global-color-white);
	border-top: 1px solid var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

aside.widget table tr td,
aside.widget table tr th {
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	padding: 4px;
	text-align: center;
}

aside.widget table caption {
	text-align: center;
}

aside.widget_search .search-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

aside.widget_search .search-form label {
	width: calc(100% - 100px);
}

aside.widget_search .search-form input {
	background: var(--e-global-color-white);
	width: 100%;
	padding: 10px;
	border: 1px solid var(--e-global-color-divider);
	outline: 0;
	color: var(--e-global-color-text);
	box-shadow: none;
	border-radius: 100px;
}

aside.widget .search-submit {
	max-width: 86px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	) !important;
	background-size: 200% auto !important;
	color: var(--e-global-color-white) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	border: none;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 100px !important;
	transition: all 0.4s ease-in-out;
}

aside.widget .search-submit:hover {
	background-position: right center !important;
}

aside.widget .has-login-form label {
	margin-bottom: 5px;
}

aside.widget .has-login-form input[type="text"],
aside.widget .has-login-form input[type="password"] {
	background: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	outline: 0;
	box-shadow: none;
	border-radius: 100px;
	color: var(--e-global-color-text);
	padding: 10px 20px;
	width: 100%;
}

aside.widget .has-login-form input[type="checkbox"] {
	width: auto;
}

aside.widget .has-login-form input[type="submit"] {
	font-size: 16px;
	font-weight: 700;
	border-radius: 100px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white) !important;
	line-height: 1em;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	padding: 17px 25px;
}

aside.widget .has-login-form input[type="submit"]:hover {
	background-position: right center;
}

aside.widget .calendar_wrap {
	text-align: center;
}

aside.widget .wp-block-social-links {
	padding: 0 !important;
}

@media only screen and (max-width: 991px) {
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
		width: calc(50% - 15px);
	}

	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-3
		.gallery-item:nth-of-type(3n + 3),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-4
		.gallery-item:nth-of-type(4n + 4),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-5
		.gallery-item:nth-of-type(5n + 5),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-6
		.gallery-item:nth-of-type(6n + 6),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-7
		.gallery-item:nth-of-type(7n + 7),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-8
		.gallery-item:nth-of-type(8n + 8),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-9
		.gallery-item:nth-of-type(9n + 9) {
		margin-right: 30px;
	}

	div.elementor-image-gallery
		.gallery.gallery-columns-2
		.gallery-item:nth-of-type(2n + 2),
	div.elementor-image-gallery
		.gallery.gallery-columns-3
		.gallery-item:nth-of-type(3n + 3),
	div.elementor-image-gallery
		.gallery.gallery-columns-4
		.gallery-item:nth-of-type(4n + 4),
	div.elementor-image-gallery
		.gallery.gallery-columns-5
		.gallery-item:nth-of-type(5n + 5),
	div.elementor-image-gallery
		.gallery.gallery-columns-6
		.gallery-item:nth-of-type(6n + 6),
	div.elementor-image-gallery
		.gallery.gallery-columns-7
		.gallery-item:nth-of-type(7n + 7),
	div.elementor-image-gallery
		.gallery.gallery-columns-8
		.gallery-item:nth-of-type(8n + 8),
	div.elementor-image-gallery
		.gallery.gallery-columns-9
		.gallery-item:nth-of-type(9n + 9),
	div.elementor-image-gallery
		.gallery.gallery-columns-10
		.gallery-item:nth-of-type(10n + 10),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-3
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-4
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-5
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-6
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-7
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-8
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-9
		.gallery-item:nth-of-type(2n + 2) {
		margin-right: 0;
	}

	.sidebar-widget {
		margin-top: 30px;
	}

	.wp-block-tag-cloud a {
		padding: 10px 15px;
	}

	.wp-block-button .wp-element-button,
	.wp-block-button.is-style-outline .wp-element-button,
	.wp-element-button,
	.wp-block-button .wp-block-button__link,
	.wp-block-file .wp-block-file__button {
		padding: 15px 20px;
	}

	.wp-block-categories-dropdown select,
	.wp-block-archives-dropdown select {
		font-size: 16px;
	}

	.post-password-form input[type="submit"] {
		padding: 15px 20px;
	}

	aside.widget {
		padding: 20px;
		border-radius: 20px;
	}

	aside.widget .tagcloud a {
		padding: 10px 15px;
	}

	aside.widget .has-login-form input[type="submit"] {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	div:not(.elementor-image-gallery) .gallery .gallery-item,
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-2
		.gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-3
		.gallery-item:nth-of-type(3n + 3),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-4
		.gallery-item:nth-of-type(4n + 4),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-5
		.gallery-item:nth-of-type(5n + 5),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-6
		.gallery-item:nth-of-type(6n + 6),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-7
		.gallery-item:nth-of-type(7n + 7),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-8
		.gallery-item:nth-of-type(8n + 8),
	div:not(.elementor-image-gallery)
		.gallery.gallery-columns-9
		.gallery-item:nth-of-type(9n + 9) {
		margin-right: 0;
	}

	.elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
		width: 100%;
	}

	.has-medium-font-size {
		font-size: 20px !important;
	}

	.has-large-font-size {
		font-size: 26px !important;
	}

	.has-x-large-font-size {
		font-size: 30px !important;
	}

	aside.widget {
		padding: 20px;
	}

	.wp-block-navigation__responsive-container {
		padding: 20px !important;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}

	.post-password-form {
		text-align: center;
	}

	.post-password-form input[type="password"] {
		width: 100%;
		margin: 10px 0;
	}

	.wp-block-search .wp-block-search__button {
		padding: 6px 20px;
	}

	aside.widget .wp-block-heading,
	aside.widget .widget-title {
		font-size: 18px;
	}
}

/* Post Comment Box CSS */

.page-single-post .comment-box {
	max-width: 1100px;
	margin: 80px auto 0;
}

.page-single-post .comment-box a,
.wp-block-post-comments-form a {
	color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child) {
	margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title,
.page-single-post .comment-box .title-comments,
.wp-block-post-comments-form .comment-reply-title,
.wp-block-post-comments-form .title-comments {
	color: var(--e-global-color-primary);
	font-size: 30px;
	margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link {
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 500;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	border-radius: 100px;
	text-transform: capitalize;
	padding: 5px 10px;
	transition: all 0.4s ease-in-out;
}

.page-single-post
	.comment-box
	.comment-reply-title
	#cancel-comment-reply-link:hover,
.wp-block-post-comments-form
	.comment-reply-title
	#cancel-comment-reply-link:hover {
	background-position: right center;
}

.page-single-post .comment-box .title-comments {
	margin-bottom: 30px;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form p:last-child {
	margin-bottom: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-email {
	width: calc(33.33% - 20px);
	margin-right: 30px;
}

.comment-form .comment-form-url {
	width: calc(33.33% - 20px);
}

.comment-form label {
	display: block;
	margin-bottom: 4px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
	box-shadow: none;
	background: transparent;
	border-radius: 12px;
	outline: 0;
}

.comment-form .comment-form-cookies-consent {
	position: relative;
	padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 0 !important;
	margin-right: 4px;
	top: 6px;
	left: 0;
	position: absolute;
}

.comment-form .form-submit .submit {
	display: inline-block;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	border: none;
	padding: 17px 25px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.4s ease-in-out;
}

.comment-form .form-submit .submit:hover {
	background-position: right center;
}

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

.comment-list li {
	list-style: none;
}

.comment-list .comment .comment-body {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--e-global-color-divider);
}

.comment-list .comment:last-child {
	margin-bottom: 0;
}

.comment-list .comment .comment-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.comment-list .comment .comment-meta .comment-author img {
	max-width: 42px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .comment .comment-meta .comment-author b {
	font-weight: 400;
}

.comment-list .comment .comment-meta .comment-author a {
	color: var(--e-global-color-primary);
}

.comment-list .comment .comment-meta .comment-metadata a {
	color: var(--e-global-color-text);
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .comment-meta .comment-metadata a:hover {
	color: var(--e-global-color-accent);
}

.comment-list .comment .comment-meta .comment-metadata .comment-edit-link {
	color: var(--e-global-color-accent);
	margin-left: 10px;
}

.comment-list .comment .comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list .comment .reply a {
	margin-top: 10px;
	display: inline-block;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	padding: 2px 10px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	color: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .reply a:hover {
	background-position: right center;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	color: var(--e-global-color-primary);
	margin: 0.8em 0;
}

.comment-content table {
	width: 100%;
	border-top: 1px solid var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

.comment-content table tr td,
.comment-content table tr th {
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	padding: 4px 10px;
}

.comment-content table tr th {
	color: var(--e-global-color-primary);
	font-size: 18px;
}

.comment-content ul {
	padding-left: 20px;
	margin: 0 0 1.7em;
}

.comment-body li {
	list-style: initial;
}

.comment-content ul li {
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--e-global-color-text);
}

.comment-content ul ul {
	margin-top: 10px;
	margin-bottom: 0;
}

.comment-content ol ol {
	margin-top: 10px;
}

.comment-content ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.page-single-post .comment-box {
		margin-top: 40px;
	}

	.comment-box .comment-respond:not(:first-child) {
		margin-top: 40px;
	}

	.page-single-post .comment-box .comment-reply-title,
	.page-single-post .comment-box .title-comments {
		font-size: 24px;
	}

	.page-single-post .comment-box .comment-reply-title small {
		width: 100%;
		margin-top: 6px;
	}

	.comment-list .children {
		padding-left: 20px;
	}

	.comment-form .form-submit .submit {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		width: 100%;
		margin-right: 0;
	}

	.comment-list .comment .comment-meta .comment-author,
	.comment-list .comment .comment-meta .comment-metadata {
		width: 100%;
	}

	.comment-list .comment .comment-meta .comment-metadata {
		margin-top: 10px;
	}
}

/* Project Widget CSS */

.awaiken-portfolio-grid__filters {
	--listIndent: 0;
	--contentSpacing: 0;
	--listStyleType: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 60px;
	flex-wrap: wrap;
	gap: 15px 40px;
}

.awaiken-portfolio-grid__filters li {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-primary);
	text-transform: capitalize;
	line-height: 1em;
	border: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 {
	gap: 10px 25px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1em;
	height: auto;
	font-weight: 700;
	padding: 15px 25px;
	border-radius: 100px;
	border: none;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	color: var(--e-global-color-white);
	overflow: hidden;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active {
	background-position: right center;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 {
	list-style-type: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: -23px;
	transform: translateY(-50%);
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: var(--e-global-color-accent);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2
	li:first-child:before {
	display: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active {
	color: var(--e-global-color-accent);
}

.awaiken-portfolio-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	--portfolio-gap: 30px;
	column-gap: var(--portfolio-gap);
	width: 100%;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item {
	width: 100%;
}

.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
	width: calc(50% - (var(--portfolio-gap) / 2));
}

.elementor-grid-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
	width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
}

.elementor-grid-4 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
	width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
}

.elementor-grid-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item {
	width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
}

@media only screen and (max-width: 1024px) {
	.elementor-grid-tablet-1
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: 100%;
	}

	.elementor-grid-tablet-2
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(50% - (var(--portfolio-gap) / 2));
	}

	.elementor-grid-tablet-3
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
	}

	.elementor-grid-tablet-4
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
	}

	.elementor-grid-tablet-5
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
	}
}

@media only screen and (max-width: 767px) {
	.elementor-grid-mobile-1
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: 100%;
	}

	.elementor-grid-mobile-2
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(50% - (var(--portfolio-gap) / 2));
	}

	.elementor-grid-mobile-3
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
	}

	.elementor-grid-mobile-4
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
	}

	.elementor-grid-mobile-5
		.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item {
		width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
	}
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper {
	position: relative;
	overflow: hidden;
}

.ultracam-archive-project
	.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper
	.awaiken-portfolio-grid-item__image:has(
		:not(.awaiken-portfolio-grid-item__img img)
	) {
	aspect-ratio: 1 / 0.806 !important;
	background: var(--e-global-color-divider);
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s ease-out;
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper
	.awaiken-portfolio-grid-item__image:has(.awaiken-portfolio-grid-item__img)
	img {
	width: 100%;
	aspect-ratio: 1 / 0.806 !important;
	object-fit: cover;
	height: 100%;
	transition: all 0.4s ease-out;
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper
	.awaiken-portfolio-grid-item__img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper:hover
	.awaiken-portfolio-grid-item__img:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover img {
	transform: scale(1.1);
}

.awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories {
	position: absolute;
	right: 30px;
	top: 30px;
	left: 30px;
	z-index: 2;
}

.awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories a {
	display: none;
}

.awaiken-portfolio-grid-item__image
	.awaiken-portfolio-grid-item__categories
	a:first-child {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	border-radius: 10px;
	color: var(--e-global-color-white);
	padding: 12px 20px;
}

.awaiken-portfolio-grid-item__image
	.awaiken-portfolio-grid-item__categories
	ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__content
	.awaiken-portfolio-grid-item__title {
	font-size: 20px;
	font-family: var(--e-global-typography-secondary-font-family);
	color: var(--e-global-color-primary);
}

.awaiken-portfolio-grid
	.awaiken-portfolio-grid-item__wrapper
	.awaiken-portfolio-grid-item__content {
	text-align: center;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p {
	display: none;
	color: var(--e-global-color-text);
	margin-top: 10px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p:last-child {
	margin-bottom: 0;
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-2
	.awaiken-portfolio-grid-item__excerpt
	p {
	display: block;
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-2
	.awaiken-portfolio-grid-item__wrapper
	.awaiken-portfolio-grid-item__content {
	text-align: left;
}

@media only screen and (max-width: 991px) {
	.awaiken-portfolio-grid__filters {
		margin-bottom: 40px;
	}

	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 {
		gap: 10px 20px;
	}

	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li {
		padding: 15px 18px;
	}

	.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item__wrapper
		.awaiken-portfolio-grid-item__image:has(
			:not(.awaiken-portfolio-grid-item__img img)
		) {
		border-radius: 20px;
		margin-bottom: 15px;
	}

	.awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories {
		right: 20px;
		top: 20px;
		left: 20px;
	}

	.awaiken-portfolio-grid-item__image
		.awaiken-portfolio-grid-item__categories
		a {
		padding: 10px 15px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.awaiken-portfolio-grid__filters li {
		font-size: 16px;
	}

	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 {
		gap: 10px 15px;
	}

	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li {
		padding: 10px 15px;
	}

	.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item__wrapper
		.awaiken-portfolio-grid-item__image:has(
			:not(.awaiken-portfolio-grid-item__img img)
		),
	.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item__wrapper
		.awaiken-portfolio-grid-item__image:has(.awaiken-portfolio-grid-item__img)
		img {
		aspect-ratio: 1 / 0.926 !important;
	}

	.awaiken-portfolio-grid
		.awaiken-portfolio-grid-item__content
		.awaiken-portfolio-grid-item__title {
		font-size: 18px;
	}

	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p {
		margin-top: 8px;
	}
}

/* Elementor Header CSS */

.main-header.ekit-sticky--effects:before {
	transform: scale(1);
}

.elementskit-navbar-nav
	> li.current-menu-item
	> a.active
	.elementskit-submenu-indicator {
	color: var(--e-global-color-accent) !important;
}

.main-header .e-con-inner {
	transition: all 0.4s ease-in-out !important;
}

.main-header.ekit-sticky--effects .e-con-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.main-header.ekit-sticky--effects .main-header-inner {
	padding-left: 0;
	padding-right: 0;
}

.main-header .ekit-menu-nav-link > i {
	padding-right: 0;
}

body.admin-bar .main-header.ekit-sticky--effects {
	top: 32px !important;
}

.elementskit-dropdown i.elementskit-submenu-indicator {
	transform: rotate(-90deg);
	margin-top: 6px;
}

.mobile-menu {
	display: none;
}

.header-version-2 .mobile-menu,
.header-version-3 .mobile-menu,
.header-version-4 .mobile-menu {
	display: block;
}

.ultracam-header-preview .header-version-1,
.ultracam-header-preview .header-version-2,
.ultracam-header-preview .header-version-3,
.ultracam-header-preview .header-version-4 {
	background-color: var(--e-global-color-divider) !important;
}

.humberger-icon .elementskit-menu-hamburger {
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
}

.humberger-icon .elementskit-menu-hamburger .icon:before {
	font-weight: 700;
}

.header-social-icon ul li:last-child {
	margin-right: 0 !important;
}

.header-social-icon ul li a,
.header-serarch-icon .ekit_navsearch-button,
.header-canvas-icon .ekit_navSidebar-button {
	background: linear-gradient(
		90.15deg,
		var(--e-global-color-accent) 0,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.3s ease-in-out !important;
}

.header-social-icon ul li a:hover,
.header-serarch-icon .ekit_navsearch-button:hover,
.header-canvas-icon .ekit_navSidebar-button:hover {
	background-position: right center;
}

@media only screen and (max-width: 1300px) {
	.header-main {
		top: 20px !important;
	}
}

@media only screen and (max-width: 1024px) {
	body.admin-bar .main-header.ekit-sticky--effects {
		top: 46px !important;
	}

	.elementskit-dropdown i.elementskit-submenu-indicator {
		transform: rotate(0deg);
		margin-top: 6px;
	}

	.elementskit-navbar-nav-default .elementskit-navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		transition: left 0.3s ease-in-out !important;
	}

	.elementskit-menu-overlay {
		display: none !important;
	}

	.elementskit-menu-close .elementskit-menu-hamburger-icon,
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 2px;
		margin-bottom: 5px;
	}

	.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
		border-bottom: 1px solid var(--e-global-color-darkdivider);
	}

	.ekit_menu_responsive_tablet .elementskit-submenu-indicator {
		border: none !important;
	}

	.elementskit-navbar-nav .elementskit-submenu-panel {
		background: none !important;
		margin-left: 20px;
	}

	.mobile-menu {
		display: block;
	}

	.humberger-icon .elementskit-menu-container {
		background: linear-gradient(
			90deg,
			var(--e-global-color-accent) 0.18%,
			var(--e-global-color-accentsecondary) 100.18%
		);
	}

	.elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
		color: var(--e-global-color-white) !important;
	}

	.elementskit-navbar-nav
		> li.current-menu-ancestor
		> a
		.elementskit-submenu-indicator,
	.elementskit-navbar-nav > li:hover > a .elementskit-submenu-indicator,
	.elementskit-navbar-nav
		> li.current-menu-item
		> a.active
		.elementskit-submenu-indicator {
		color: var(--e-global-color-primary) !important;
	}
}

@media only screen and (max-width: 767px) {
	body.admin-bar .main-header.ekit-sticky--effects {
		top: 0px !important;
	}
}

/* Elementor Footer CSS */

.main-footer-box {
	overflow: hidden !important;
}

.footer-contact-item .box-body .elementskit-info-box-title {
	line-height: normal !important;
}

.footer-contact-item .elementskit-info-box-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.footer-contact-item
	.elementskit-infobox:hover
	.elementskit-info-box-icon:before {
	transform: scale(1);
}

.footer-links p {
	opacity: 80%;
}

.footer-links ul li:last-child a {
	padding-bottom: 0 !important;
}

.footer-form .form-group {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.footer-form .email-field {
	width: calc(100% - 56px);
}

.footer-form .newsletter-btn input[type="submit"] {
	background: url("assets/images/paper-plane.svg") no-repeat center center;
	background-size: 45% auto;
}

.footer-form .wpcf7-form-control-wrap {
	opacity: 80%;
}

.footer-form .newsletter-btn {
	transition: all 0.3s ease-in-out;
}

.footer-form .newsletter-btn:hover {
	transform: rotate(25deg);
}

.footer-form .wpcf7-not-valid-tip,
.footer-form .wpcf7-response-output {
	display: none;
}

.footer-privacy-policy .ekit-vertical-navbar-nav {
	display: flex;
	flex-wrap: wrap;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li::before {
	content: "/";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	color: var(--e-global-color-white);
}

.footer-privacy-policy .ekit-vertical-navbar-nav li {
	padding: 0 20px 0 14px;
	position: relative;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:first-child {
	padding-left: 0;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:last-child {
	padding-right: 0;
}

.footer-privacy-policy .ekit-vertical-navbar-nav li:last-child:before {
	display: none;
}

.footer-social-link.footer-social-link ul li:last-child {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
	.footer-links ul li a {
		padding-bottom: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	.footer-privacy-policy .ekit-vertical-navbar-nav {
		justify-content: center;
	}
}

/* Global CSS */

.column-2 .elementor-icon-list-items,
.column-3 .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item {
	width: calc(50% - 15px);
}

.column-3 .elementor-icon-list-items .elementor-icon-list-item {
	width: calc(33.33% - 13.33px);
}

.column-2 ul li .elementor-icon-list-icon + .elementor-icon-list-text,
.column-3 ul li .elementor-icon-list-icon + .elementor-icon-list-text {
	align-self: start;
}

.sticky-column {
	position: sticky;
	top: 30px;
}

@media only screen and (max-width: 991px) {
	.column-3 .elementor-icon-list-items {
		gap: 20px 10px;
	}

	.column-3 .elementor-icon-list-items .elementor-icon-list-item {
		width: calc(33.33% - 6.66px);
	}
}

@media only screen and (max-width: 767px) {
	.column-2 .elementor-icon-list-items,
	.column-3 .elementor-icon-list-items {
		gap: 10;
	}

	.column-2 .elementor-icon-list-items .elementor-icon-list-item,
	.column-3 .elementor-icon-list-items .elementor-icon-list-item {
		width: 100%;
	}
}

/****************************/
/*   Elementor Pages CSS    */
/****************************/

/*  Heading Small Icon & Hide Small Icon  */

.section-title .elementor-heading-title {
	padding-left: 34px;
}

.section-title .elementor-heading-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	background-color: var(--e-global-color-accent);
	mask-image: url("assets/images/icon-sub-heading.svg");
	mask-repeat: no-repeat;
	width: 24px;
	height: 19px;
}

.ultracam-hide-small-icon .section-title .elementor-heading-title::before {
	display: none;
}

.ultracam-hide-small-icon .section-title .elementor-heading-title {
	padding-left: 0;
}

.section-title.highlighted-section-title .elementor-heading-title::before {
	background-color: var(--e-global-color-white);
}

/* Home Page CSS  */

.elementor-heading-title span {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}

.section-heading:hover .elementor-heading-title span {
	background-position: right center;
}

.video-play-button .ekit-video-popup {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: auto;
	height: auto;
}

.video-play-button .ekit-video-popup i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-darkdivider);
	border-radius: 50%;
	margin-right: 10px;
}

.video-play-button .ekit-video-popup i:before {
	background: linear-gradient(
		to right,
		var(--e-global-color-accentsecondary) 0%,
		var(--e-global-color-accent) 50%,
		var(--e-global-color-accentsecondary) 100%
	);
	background-size: 200% auto;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-image img {
	aspect-ratio: 1 / 1.1;
	object-fit: cover;
}

.about-img-1 img {
	aspect-ratio: 1 / 0.931;
	object-fit: cover;
}

.company-experience-circle {
	transform: translate(-100%, 50%);
}

.company-experience-circle-path {
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.about-experience-image img {
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
}

.about-experience-item .elementskit-infobox .elementskit-info-box-icon,
.about-contact-box .elementskit-infobox .elementskit-info-box-icon,
.service-item .service-body .elementskit-infobox .elementskit-info-box-icon,
.why-choose-item .elementskit-infobox .elementskit-info-box-icon,
.support-item .elementskit-infobox .elementskit-info-box-icon {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.3s ease-in-out;
}

.about-experience-item .elementskit-infobox:hover .elementskit-info-box-icon,
.about-contact-box .elementskit-infobox:hover .elementskit-info-box-icon,
.service-item:hover
	.service-body
	.elementskit-infobox
	.elementskit-info-box-icon,
.why-choose-item .elementskit-infobox:hover .elementskit-info-box-icon,
.support-item .elementskit-infobox:hover .elementskit-info-box-icon {
	background-position: right center;
}

.service-item {
	overflow: hidden !important;
}

.service-item .service-image img {
	aspect-ratio: 4 / 3.55;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img {
	transform: scale(1.05);
}

.service-item .service-body .elementskit-infobox {
	overflow: visible;
	line-height: 0;
}

.service-item .service-body .elementskit-infobox .elementskit-box-header {
	margin-top: -80px;
}

.service-item .service-body .elementskit-infobox .elementskit-btn {
	transition: all 0.3s ease-in-out;
}

.service-item .service-body .elementskit-infobox .elementskit-btn:hover {
	color: var(--e-global-color-primary);
}

.service-item .service-body .elementskit-infobox .elementskit-btn svg {
	width: 30px;
	height: 30px;
	color: var(--e-global-color-white);
	background: var(--e-global-color-accent);
	padding: 6px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.service-item .service-body .elementskit-infobox .elementskit-btn:hover svg {
	transform: translatex(3px);
	background: var(--e-global-color-primary);
}

.why-choose-item .elementskit-infobox {
	overflow: visible !important;
}

.why-choose-item .elementskit-box-header {
	margin-top: -80px;
}

.why-choose-image img {
	aspect-ratio: 1 / 0.5823;
	object-fit: cover;
}

.about-need-help .elementskit-infobox.gradient-active::before {
	top: 0;
	right: calc(100% - 120px);
	left: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.about-need-help .elementskit-infobox.gradient-active:hover::before {
	right: 0;
	left: auto;
}

.about-need-help .box-body a {
	transition: none;
}

.what-we-counter-box {
	transform: translateY(-50%);
}

.what-we-counter-item .elementskit-funfact {
	position: relative;
	overflow: hidden;
}

.what-we-counter-item .elementskit-funfact:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.what-we-counter-item .elementskit-funfact:hover:before {
	top: auto;
	height: 105%;
}

.what-we-image img {
	aspect-ratio: 1 / 1.22;
	object-fit: cover;
}

.what-we-counter-item .elementskit-funfact-inner .funfact-icon svg {
	width: 100%;
}

.what-we-counter-item
	.elementskit-funfact:hover
	.elementskit-funfact-inner
	.funfact-icon
	svg
	path {
	filter: brightness(0) invert(1);
}

.what-we-counter-item .elementskit-funfact-inner .funfact-icon svg path,
.what-we-counter-item .elementskit-funfact-inner .number-percentage-wraper,
.what-we-counter-item .elementskit-funfact-inner .funfact-title {
	transition: all 0.4s ease-in-out;
}

.what-we-counter-item
	.elementskit-funfact:hover
	.elementskit-funfact-inner
	.number-percentage-wraper,
.what-we-counter-item
	.elementskit-funfact:hover
	.elementskit-funfact-inner
	.funfact-title {
	color: var(--e-global-color-white) !important;
}

.feature-item .elementor-icon-box-content p,
.feature-counter-item .elementor-counter-title {
	opacity: 80%;
}

.our-support-image img {
	aspect-ratio: 1 / 1.65;
	object-fit: cover;
}

.our-support-circle {
	transform: translate(-50%, -50%);
}

.our-support-circle-icon {
	animation: infiniterotate 25s infinite linear;
}

.cta-box-image img {
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.testimonial-slider .elementskit-commentor-image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-slider .elementskit-commentor-image::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.testimonial-slider .elementskit-commentor-image:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.testimonial-slider .elementskit-single-testimonial-slider {
	display: flex !important;
	flex-wrap: wrap;
}

.testimonial-slider .elementskit-commentor-bio {
	order: 1;
	border-bottom: 1px solid var(--e-global-color-divider);
	padding-bottom: 30px;
}

.testimonial-slider .elementskit-commentor-header {
	order: 2;
	line-height: 0;
}

.testimonial-slider .elementskit-commentor-content {
	order: 3;
}

.testimonial-slider .elementskit-icon-content {
	position: absolute !important;
	right: 40px !important;
	top: 55px;
}

.testimonial-slider .swiper-navigation-button {
	top: auto;
	bottom: 0 !important;
	transition: all 0.4s ease-in-out;
}

.accordian
	.elementskit-accordion
	.elementskit-card:last-child
	a[aria-expanded="false"] {
	border: 0 !important;
	padding-bottom: 0 !important;
}

.accordian .elementskit-accordion .ekit-accordion--toggler {
	align-items: start !important;
}

.accordian .elementskit-card .elementskit-card-body img {
	aspect-ratio: 1 / 0.22;
	object-fit: cover;
	width: 100%;
	margin: 0;
	border-radius: 20px;
}

.accordian .elementskit-card .elementskit-card-body p {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}

.accordian
	.elementskit-accordion
	.elementskit-card
	.ekit_accordion_icon_group
	i:before {
	font-weight: 900;
}

.our-blog .elementskit-post-image-card:has(:not(img)) .elementskit-post-body {
	padding-top: 30px !important;
}

.our-blog .elementskit-post-image-card:has(img) .elementskit-post-body {
	padding-top: 10px !important;
}

.our-blog .elementskit-entry-header img {
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	transition: all 0.4s ease-in-out !important;
	position: relative;
	overflow: hidden;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:after {
	content: "";
	position: absolute;
	width: 300%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:hover:after {
	height: 250%;
	transition: all 0.5s linear !important;
	background-color: transparent;
}

.our-blog .elementskit-post-image-card:hover img {
	transform: scale(1.1) !important;
	opacity: 1 !important;
}

.our-blog .elementskit-post-image-card .elementskit-meta-lists {
	top: auto;
	right: 30px;
	left: auto;
	bottom: 0;
	transform: translateY(50%);
}

.our-blog .elementskit-post-image-card .btn-wraper svg {
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	padding: 6px;
	border-radius: 100px;
	height: 30px;
	width: 30px;
	margin-left: 8px;
	max-width: 30px !important;
	transition: all 0.3s ease-in-out;
}

.our-blog .btn-wraper:hover svg {
	background-color: var(--e-global-color-primary);
	transform: translateX(3px);
}

.our-blog .btn-wraper a:hover {
	color: var(--e-global-color-primary) !important;
}

.our-blog .btn-wraper .elementskit-btn:hover svg path {
	stroke: none !important;
}

@media only screen and (max-width: 991px) {
	.service-item .service-body .elementskit-infobox .elementskit-box-header {
		margin-top: -60px;
	}

	.why-choose-item .elementskit-box-header {
		margin-top: -60px;
	}

	.what-we-counter-item:before {
		border-radius: 20px;
	}

	.testimonial-slider .elementskit-commentor-bio {
		padding-bottom: 20px;
	}

	.testimonial-slider .elementskit-icon-content {
		top: 30px;
		right: 20px !important;
	}

	.testimonial-slider .elementskit-commentor-content {
		margin-bottom: 0;
	}

	.our-blog .elementskit-post-image-card:has(:not(img)) .elementskit-post-body {
		padding-top: 20px !important;
	}

	.our-blog .elementskit-post-image-card:has(img) .elementskit-post-body {
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	.video-play-button .ekit-video-popup i {
		height: 45px;
		width: 45px;
		margin-right: 5px;
	}

	.about-experience-image img {
		aspect-ratio: 1 / 0.5;
	}

	.about-need-help .elementskit-infobox.gradient-active::before {
		right: calc(100% - 90px);
	}

	.what-we-image img {
		aspect-ratio: 1 / 1.5;
	}

	.testimonial-slider .elementskit-commentor-bio {
		padding-bottom: 15px;
	}

	.testimonial-slider .elementskit-icon-content {
		top: 28px;
	}

	.testimonial-slider
		.elementskit-testimonial-slider
		.swiper-navigation-button {
		display: flex !important;
	}

	.accordian .elementskit-card .elementskit-card-body p {
		gap: 10px;
	}

	.accordian .elementskit-card .elementskit-card-body img {
		border-radius: 12px;
	}
}

/* About Us Page Css */

.mission-vision-content {
	height: 100%;
}

.commitment-image-1 img {
	aspect-ratio: 1 / 0.962;
	object-fit: cover;
}

.commitment-image-2 img {
	aspect-ratio: 1 / 2;
	object-fit: cover;
}

.commitment-list ul li i::before {
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.satisfy-client-box,
.expertise-item .elementskit-infobox .elementskit-info-box-icon,
.expertise-contact-box .elementskit-infobox,
.service-facility-item .elementskit-infobox .elementskit-info-box-icon,
.project-detail-item .elementskit-infobox .elementskit-info-box-icon,
.sidebar-cta-item .elementskit-infobox .elementskit-info-box-icon,
.project-ultracamty-item .elementskit-infobox .elementskit-info-box-icon,
.team-contact-box .elementskit-infobox .elementskit-info-box-icon,
.contact-info-item .elementskit-infobox .elementskit-info-box-icon {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.3s ease-in-out;
}

.satisfy-client-box:hover,
.expertise-item .elementskit-infobox:hover .elementskit-info-box-icon,
.expertise-contact-box .elementskit-infobox:hover,
.service-facility-item:hover .elementskit-infobox .elementskit-info-box-icon,
.project-detail-item .elementskit-infobox:hover .elementskit-info-box-icon,
.sidebar-cta-item .elementskit-infobox:hover .elementskit-info-box-icon,
.project-ultracamty-item .elementskit-infobox:hover .elementskit-info-box-icon,
.team-contact-box:hover .elementskit-infobox .elementskit-info-box-icon,
.contact-info-item .elementskit-infobox:hover .elementskit-info-box-icon {
	background-position: right center;
}

.expertise-counter-content .funfact-content,
.expertise-counter-content .number-percentage-wraper {
	display: flex;
	align-items: center;
}

.expertise-counter-content .number-percentage-wraper {
	margin-right: 5px;
}

.our-expertise-image img {
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
}

.team-image img {
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.our-team-member:hover .team-image img {
	transform: scale(1.1);
}

.team-social-icon {
	right: 30px;
	top: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.our-team-member:hover .team-social-icon {
	bottom: 30px !important;
	opacity: 1;
	visibility: visible;
}

.team-social-icon ul li a {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover {
	background-position: right center;
}

.team-social-icon ul li:last-child {
	margin-right: 0 !important;
}

@media only screen and (max-width: 991px) {
	.mission-vision-content {
		height: auto;
	}

	.commitment-image-2 img {
		aspect-ratio: 1 / 1.7;
	}

	.our-expertise-image img {
		aspect-ratio: 1 / 0.7;
	}

	.team-image img {
		aspect-ratio: 1 / 1.1;
	}
}

@media only screen and (max-width: 767px) {
	.commitment-image-2 img {
		aspect-ratio: 1 / 1.1;
	}

	.our-expertise-image img {
		aspect-ratio: 1 / 0.99;
	}

	.expertise-contact-box {
		right: 15px;
	}
}

/* Service Details Page Css */

.service-catagery-list ul li,
.service-catagery-list ul li a {
	background-color: var(--e-global-color-white);
	flex-direction: row-reverse;
	justify-content: space-between;
	border-radius: 15px;
	margin-bottom: 20px !important;
	transition: all 0.3s ease-in-out;
	padding: 12px 20px;
	overflow: hidden;
}

.service-catagery-list ul li::before,
.service-catagery-list ul li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accent) 68.68%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.service-catagery-list ul li:hover::before,
.service-catagery-list ul li a:hover::before {
	top: 0;
	height: 100%;
}

.service-catagery-list ul li:last-child,
.service-catagery-list ul li a {
	margin: 0 !important;
}

.service-catagery-list ul li:has(:not(a)) {
	padding: 12px 20px !important;
}

.service-catagery-list ul li:has(a) {
	padding: 0 !important;
}

.service-catagery-list ul li .elementor-icon-list-text {
	padding-inline-start: 0 !important;
	padding-right: 5px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.service-catagery-list .elementor-icon-list-icon {
	background: var(--e-global-color-accentsecondary);
	height: 24px;
	width: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover .elementor-icon-list-icon {
	background: var(--e-global-color-primary);
}

.service-catagery-list .elementor-icon-list-icon svg {
	color: var(--e-global-color-white);
	margin-right: 0 !important;
}

.service-featured-image img {
	aspect-ratio: 1 / 0.56;
	object-fit: cover;
}

.service-facility-item {
	transition: all 0.3s ease-in-out;
}

.service-facility-item:hover {
	transform: translateY(-4px);
}

.service-facility-item.service-protection-item:hover {
	transform: translateY(0px);
}

.service-protection-image img {
	aspect-ratio: 1 / 1.199;
	object-fit: cover;
}

.work-heading .elementor-heading-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
	border-radius: 100%;
}

.work-border:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(20px, 40px);
	border-left: 1px solid var(--e-global-color-divider);
	width: 1px;
	height: 100%;
	z-index: -1;
}

.work-border:hover .work-heading .elementor-heading-title {
	background-position: right center;
}

.work-border:last-child:before {
	display: none;
}

.page-single-faqs .ekit-accordion--toggler {
	align-items: start !important;
}

.page-single-faqs .elementskit-accordion .elementskit-card:last-child a,
.page-single-faqs
	.elementskit-accordion
	.elementskit-card.active:last-child
	.elementskit-card-body {
	padding-bottom: 0 !important;
}

.page-single-faqs
	.elementskit-accordion
	.elementskit-card
	a[aria-expanded="true"] {
	padding-bottom: 15px !important;
}

.page-single-faqs
	.elementskit-accordion
	.elementskit-card
	a
	.ekit_accordion_icon_group
	.icon:before {
	font-weight: 900;
}

@media only screen and (max-width: 991px) {
	.service-catagery-list ul li,
	.service-catagery-list ul li a {
		padding: 12px 15px;
	}

	.service-catagery-list ul li:has(:not(a)) {
		padding: 12px 15px !important;
	}

	.service-catagery-list ul li:has(a) {
		padding: 0 !important;
	}

	.service-protection-image img {
		aspect-ratio: 1 / 1.08;
	}
}

@media only screen and (max-width: 767px) {
	.service-featured-image img {
		aspect-ratio: 1 / 0.7;
	}

	.service-protection-image img {
		aspect-ratio: 1 / 0.89;
	}

	.page-single-faqs
		.elementskit-accordion
		.elementskit-card
		a[aria-expanded="true"] {
		padding-bottom: 10px !important;
	}
}

/* Project Details Page Css */

.sidebar-cta-content svg {
	width: 100%;
	height: 40px;
}

.sidebar-cta-item .elementskit-infobox {
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	display: flex;
	align-items: center;
}

.sidebar-cta-item .elementskit-infobox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-white);
	opacity: 20%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.project-featured-image img {
	aspect-ratio: 1 / 0.598;
	object-fit: cover;
}

.project-overview-image img {
	aspect-ratio: 1 / 0.406;
	object-fit: cover;
}

.project-solution-image img {
	aspect-ratio: 1 / 0.888;
	object-fit: cover;
}

.project-ultracamty-item {
	transition: all 0.3s ease-in-out;
}

.project-ultracamty-item:hover {
	transform: translateY(-4px);
}

@media only screen and (max-width: 767px) {
	.project-featured-image img {
		aspect-ratio: 1 / 0.7;
	}

	.project-overview-image img {
		aspect-ratio: 1 / 0.6;
	}
}

/* Team Details Page Css */

.team-member-image img {
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

.member-social-list ul li:first-child {
	margin-left: 0 !important;
}

.member-social-list ul li a {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.3s ease-in-out;
}

.member-social-list ul li a:hover {
	background-position: right center;
}

.team-certificates-box .swiper-slide .swiper-slide-inner {
	max-width: 222px;
}

.team-education-item .elementskit-infobox {
	position: relative;
	overflow: visible;
}

.team-education-item .elementskit-infobox:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 0;
	background: linear-gradient(
		90deg,
		var(--e-global-color-accent) 0.18%,
		var(--e-global-color-accent) 68.68%,
		var(--e-global-color-accentsecondary) 100.18%
	);
	border-radius: 50%;
}

.commitment-list.team-about-info-body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.commitment-list.team-about-info-body ul li {
	width: calc(50% - 15px);
}

.skill-progress .single-skill-bar .content-group {
	width: 100% !important;
}

.skill-progress .skill-bar {
	height: 16px !important;
}

.skill-progress .skill-bar .skill-track::after,
.skill-progress .skill-bar .skill-track::before {
	display: none;
}

.skill-progress .content-group .skill-bar-content {
	margin-bottom: 15px !important;
	line-height: 1em;
}

.skill-progress .single-skill-bar .number-percentage-wraper {
	position: absolute !important;
	top: 0px !important;
	right: 0;
	margin-left: 20px;
}

@media only screen and (max-width: 991px) {
	.team-member-image img {
		aspect-ratio: 1 / 0.7;
	}

	.team-education-item .elementskit-infobox:before {
		height: 14px;
		width: 14px;
		top: -7px;
	}
}

@media only screen and (max-width: 767px) {
	.team-member-image img {
		aspect-ratio: 1 / 1.05;
	}

	.team-certificates-box .swiper-slide .swiper-slide-inner {
		max-width: 150px;
	}

	.commitment-list.team-about-info-body ul {
		gap: 0;
	}

	.commitment-list.team-about-info-body ul li {
		width: 100%;
	}

	.skill-progress .skill-bar {
		height: 10px !important;
	}
}

/* Testimonial Page Css */

.testimonial-author-box .elementskit-info-box-icon {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-author-box .elementskit-info-box-icon:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.testimonial-author-box .elementskit-info-box-icon:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

/* Our Gallery Page Css */

.photo-gallery img {
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
}

.photo-gallery .gallery-item .gallery-icon {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.photo-gallery .gallery-item .gallery-icon a:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.photo-gallery .gallery-item .gallery-icon a:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

/* Video Gallery Page Css */

.page-video-gallery .ekit-video-item a::before {
	transform: scale(0);
	transition: all 0.4s ease-in-out !important;
	background: var(--e-global-color-primary) !important;
}

.page-video-gallery .ekit-video-item a:hover:before {
	opacity: 40% !important;
	transform: scale(1);
	border-radius: 20px;
}

.page-video-gallery .ekit-video-item a i {
	width: 60px;
	height: 60px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: all 0.5s ease-in-out !important;
	color: var(--e-global-color-white) !important;
}

/* Contact Us Page CSS */

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #e65757 !important;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 400;
}

.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 5px 10px !important;
	border-radius: 30px !important;
	border: 1px solid #e65757 !important;
	line-height: 1.1em;
	color: #e65757 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	color: #46b450 !important;
	border-color: #46b450 !important;
}

.contact-social-list ul li a {
	background: linear-gradient(
		to right,
		var(--e-global-color-accent) 0%,
		var(--e-global-color-accentsecondary) 50%,
		var(--e-global-color-accent) 100%
	);
	background-size: 200% auto;
	transition: all 0.4s ease-in-out;
	text-align: center !important;
}

.contact-social-list ul li a:hover {
	background-position: right center;
}

.contact-social-list ul li:last-child {
	margin-right: 0 !important;
}

.contact-info-item .box-body p {
	transition: all 0.3s ease-in-out;
}

.contact-info-item .box-body p:hover {
	color: var(--e-global-color-accentsecondary) !important;
}

.contact-form-section {
	overflow: hidden !important;
}
