/*
Theme Name: Firevall
Theme URI: https://awaikenthemes.com/wordpress-theme/firevall/
Description: Cyber Security Services WordPress Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: firevall
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.6em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

body.customize-support:not(.elementor-default){
    background: var(--e-global-color-background) url('assets/images/section-bg-circle-shape.png');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}

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

p{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.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: 500;
	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;
	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;
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 500;
	line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 16px 30px;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

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

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

/* Elementor Button CSS */
 
.cyber-security .highlighted-button.elementor-widget-button .elementor-button{
	position: relative;
	background: linear-gradient(var(--e-global-color-background), var(--e-global-color-background)) padding-box, linear-gradient(to left, var(--e-global-color-accent), var(--e-global-color-accentsecondary)) 	border-box;
    border: 1px solid transparent;
	overflow: hidden;
	z-index: 0;
}

.cyber-security .highlighted-button.elementor-widget-button .elementor-button:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(to left, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.cyber-security .highlighted-button.elementor-widget-button .elementor-button:hover:before{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

/* 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{
	position: relative;
	overflow: hidden;
}

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

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect: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: linear-gradient(120deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

.theme-preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--e-global-color-background);
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

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

.theme-preloader .loading-container #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-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

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

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

/* Ekit Icon Box Size */

.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-infobox  .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.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: 0;
    width: 100%;
	z-index: 100;
}

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

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	padding: 15px 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
    transform: translateY(0);
	background: var(--e-global-color-white);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

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

.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: 0px;
	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: 400;
    line-height: 1em;
	padding: 11px 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-primary);
}

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: linear-gradient(110deg, var(--e-global-color-accent) 0.03%, var(--e-global-color-accentsecondary) 100%);
	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-background);
}

.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: .438em .625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{
	margin-top: .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: .875em;
	margin: .188em 0 0 .438em;
}

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

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

.slicknav_menu .slicknav_icon-bar{
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(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: .8em;
	margin: 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, .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: .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(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: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
	transition: all 0.4s ease-in-out;
}

.slicknav_btn.slicknav_open{
	background-position: right center;
}

.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(110deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
	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: 500;
	padding: 6px 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-background);
}

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

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 6px;
	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(-180deg);
	color: var(--e-global-color-primary);
}

.page-header{
	position: relative;
	overflow: hidden;
    padding: 260px 0 150px;
}

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

.page-header-box h1{
    font-size: 52px !important;
    margin-bottom: 15px;
	line-height: 1.2em;
	word-wrap: break-word;
}

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

.breadcrumb-trail{
	line-height: 1.6em;
}

.trail-items,
.page-header-box .post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
	line-height: normal;
	text-align: center;
}

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

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

.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-text);
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer{
	background-color: transparent;
}

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

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

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

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

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

.footer-social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-divider);
	width: 40px;
	height: 40px;
	color: var(--e-global-color-primary);
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover{
	background: var(--e-global-color-accentsecondary);
}

.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-text);
	transition: all 0.3s ease-in-out;
}

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

.copyright{
	text-align: right;
}

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

/* 404 Page CSS */

.error-page{
	padding: 70px 0px 180px;
}

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

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

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

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

.error-page-content-body{
	line-height: 0;
}

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

/* Archive and Single CSS */

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

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

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

.post-featured-image:has(a){
	display: block;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.post-featured-image figure{
	display: block;
}

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

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

.post-item-content{
	margin-bottom: 20px;
}

.post-item-content h2{
    font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.4em !important;
	word-break: break-word;
}

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

.post-item-btn{
	line-height: 0;
}

.post-item-btn a{
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

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

.post-item-btn a svg,
.post-item-btn a i{
		color: var(--e-global-color-white);
	margin-left: 4px;
	transition: all 0.3s ease-in-out;
}

.post-item-btn a:hover svg,
.post-item-btn a:hover i{
	margin-left: 6px;
}

.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: 50%;
	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);
}

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

.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{
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
	color: var(--e-global-color-text);
	line-height: 1.5em;
}

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

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

.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.50;
	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-accent);
}

.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);
	line-height: 1.2em;
	font-weight: 300;
}

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

.post-entry h2{
	font-size: 42px !important;
	line-height: 1.1em !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: 16px;
	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-secondary) url('assets/images/icon-blockquote.svg') no-repeat;
	background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border: 1px solid var(--e-global-color-divider);
    border-radius: 18px;
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-size: 20px !important;
	color: var(--e-global-color-text);
	font-weight: 600;
	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-accent);
}

.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: 400;
    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: 500;
	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-primary);
    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-primary);
    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;
	color: var(--e-global-color-primary);
}

.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){
	
	.main-menu ul li a{
		padding: 12px 4px !important;
	}
}

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

	.main-menu ul li a{
		padding: 12px 2px !important;
	}
}

@media only screen and (max-width: 991px){

	#magic-cursor {
        display: none !important;
    }

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

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

	.main-menu ul li{
        margin: 0 10px;
    }
	
	header.main-header{
		border-bottom: 1px solid var(--e-global-color-divider);
	}
	
	header.main-header .header-sticky{
		padding: 20px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		padding: 160px 0 70px;
	}

	.page-header-box h1{
		font-size: 40px !important;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 40px 0 90px;
	}

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

	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 40px 0 90px;
	}

	.post-single-image{
		margin-bottom: 20px;
	}
	
	.post-single-image figure,
	.post-single-image img{
		border-radius: 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 h2{
		font-size: 32px !important;
	}

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

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

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

	.post-social-sharing{
		text-align: left;
	}
	
	.comment-form .form-submit .submit{
		padding: 14px 20px !important;
	}
	
	.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 5px;
	}

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

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

	.copyright{
		text-align: center;
	}

	.error-page{
		padding: 40px 0 90px;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 50%;
	}
	
	.error-page-content-heading h2{
		font-size: 32px !important;
	}	
}

@media only screen and (max-width: 767px){
	
	.post-item-content{
		margin-bottom: 15px;
	}
	
	.post-item-content h2{
    	font-size: 18px !important;
	}
	
	.post-single-meta ul li{
		font-size: 16px;
	}

    .breadcrumb-trail .trail-items,
	.page-header-box .post-meta ul{
		font-size: 14px;
    }

    .page-header-box h1{
        font-size: 28px !important;
		margin-bottom: 10px;
    }
	
	.post-single-meta ul li i{
		font-size: 16px;
	}

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

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

	.post-entry h2{
		font-size: 22px !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-content-heading h2{
        font-size: 22px !important;
	}
	
	.error-page-image img{
		max-width: 80%;
	}

}

/* 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: var(--e-global-color-secondary);
	border-radius: 10px;
}

.wp-block-search .wp-block-search__input{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	border: 1px solid var(--e-global-color-divider);
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 11px 20px;
}

.wp-block-search .wp-block-search__button{
	font-size: 16px;
    font-weight: 500;
    line-height: 1em;
	border-radius: 10px;
	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-primary) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
}

.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: 500 !important;
	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-primary);
	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__link{
	width: auto;
}

.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;
	color: var(--e-global-color-primary) !important;
	font-weight: 500;
	line-height: 1em;
	padding: 16px 30px;
}

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

.wp-block-button.is-style-outline .wp-element-button{
	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;
	border: none;
	color: var(--e-global-color-primary) !important;
}

.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{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	border-radius: 10px;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	border: 1px solid var(--e-global-color-divider);
	padding: 14px 20px;
}

.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"]{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-divider);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 11px 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-primary);
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	border: none;
	border-radius: 10px;
	padding: 16px 30px;
	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);
	border: 1px solid var(--e-global-color-divider);
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
}

aside.widget a{
	color: var(--e-global-color-primary);
	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: 500;
	line-height: 1em;
	padding: 12px 20px;
	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;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 4px;
	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;
	font-weight: 600;
	color: var(--e-global-color-primary);
	margin-bottom: 30px;
	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-weight: 500;
	color: var(--e-global-color-text);
	line-height: 1.5em;
}

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

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{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	border: 1px solid var(--e-global-color-divider);
	padding: 14px 20px;
	border-radius: 10px;
	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%;
	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);
	color: var(--e-global-color-primary);
	padding: 4px;
	text-align: center;
}

aside.widget table caption{
	text-align: center;
	color: var(--e-global-color-text);
}

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 label input{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	width: 100%;
	padding: 11px 20px;
	border: 1px solid var(--e-global-color-divider);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
}

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%);
    background-size: 200% auto;
	color: var(--e-global-color-primary);
	border: none;
	outline: 0;
	box-shadow: none;
	font-weight: 500;
	padding: 12px 14px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

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

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"]{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	color: var(--e-global-color-text);
	background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-divider);
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 11px 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: 500;
    line-height: 1em;
	border-radius: 10px;
    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: 16px 30px;
}

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;
	}
	
	.wp-block-tag-cloud a{
		padding: 12px 15px;
	}

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

	.wp-block-search .wp-block-search__input{
		padding: 9px 20px;
	}

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

	.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: 14px 20px;
	}

	.wp-block-categories-dropdown select, .wp-block-archives-dropdown select{
		padding: 9px 20px;
	}

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

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

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

	aside.widget .wp-block-heading,
	aside.widget .widget-title{
		margin-bottom: 20px;
	}

	aside.widget select, 
	aside.widget .wp-block-categories-dropdown select, 
	aside.widget .wp-block-archives-dropdown select{
		padding: 9px 20px;
	}

	aside.widget_search .search-form label input{
		padding: 9px 20px;
	}

	aside.widget .search-submit{
		padding: 10px 14px;
	}

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

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

	aside.widget .has-login-form input[type="text"], 
	aside.widget .has-login-form input[type="password"]{
		padding: 9px 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;
	}
	
	.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; 
	}

	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: 28px;
	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: 400;
	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: 50px;
	text-transform: capitalize;
	padding: 4px 10px;
	transition: all 0.3s 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"]{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	width: 100%;
	padding: 14px 20px;
    border: 1px solid var(--e-global-color-divider);
    box-shadow: none;
	color: var(--e-global-color-text);
    background: var(--e-global-color-secondary);
    border-radius: 10px;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	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-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	border: none;
	padding: 16px 30px;
	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: 50px;
	font-size: 14px;
	color: var(--e-global-color-white) !important;
	transition: all 0.3s 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-primary);
}

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

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

/* Case Study 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: 10px 55px;
}

.awaiken-portfolio-grid__filters li{
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 400;
	color: var(--e-global-color-primary);
	text-transform: capitalize;
	line-height: 1.4em;
	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: 1.2em;
	height: auto;
	padding: 12px 25px;
	border-radius: 100px;
	border: none;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	overflow: hidden;
	z-index: 1;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 50%;
  	right: 50%;
  	opacity: 0;
	background: var(--e-global-color-accentsecondary);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover:after,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active:after{
	left: -5px;
  	right: -5px;
	opacity: 1;
}

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

.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: 0;
    bottom: 0;
    left: -32px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.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-accentsecondary);
}

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

.firevall-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__img{
	position: relative;
	overflow: hidden;
	transition: all 0.5s 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, .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-layout-grid .awaiken-portfolio-grid-item__img{
	border-radius: 30px;
	overflow: hidden;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:has(:not(.awaiken-portfolio-grid-item__img)){
	aspect-ratio: 1 / 1.215 !important;
	background: var(--e-global-color-accent);
	border-radius: 30px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:has(.awaiken-portfolio-grid-item__img){
	background: transparent;
}

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

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
	font-size: 20px;
	line-height: 1.4em;
	font-family: var(--e-global-typography-secondary-font-family);
    text-transform: capitalize;
    color: var(--e-global-color-white);
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
	position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 1;
	background: var(--e-global-color-secondary);
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    border-radius: 14px;
    overflow: hidden;
	padding: 20px;
    transition: all 0.3s ease-in-out;
}

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore{
	position: absolute;
    top: 60px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a{
	position: relative;
    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: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__readmore{
	top: 30px;
    opacity: 1;
    visibility: visible;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a svg{
	color: var(--e-global-color-white);
	rotate: -45deg;
	width: 28px;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a:hover svg,
.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a:hover i{
	rotate: 0deg;
}

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore i{
	color: var(--e-global-color-white);
	font-size: 22px;
	rotate: -45deg;
	transition: all 0.3s ease-in-out;
}

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

@media only screen and (max-width: 991px){
	
	.awaiken-portfolio-grid__filters{
		gap: 10px 40px;
		margin-bottom: 40px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1{
		gap: 10px 20px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
		padding: 12px 20px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
		left: -25px;
	}
	
	.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img{
		border-radius: 20px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:has(:not(.awaiken-portfolio-grid-item__img)){
		aspect-ratio: 1 / 1.05 !important;
		border-radius: 20px;
	}
	
	.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img img{
	    aspect-ratio: 1 / 1.05 !important;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding: 15px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
		font-size: 20px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore{
		right: 20px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__readmore{
		top: 20px;
	}
	
	.awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__excerpt p{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px){
	
	.awaiken-portfolio-grid__filters{
        gap: 10px 40px;
		margin-bottom: 30px;
    }
	
	.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: 8px 15px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
		font-size: 18px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a{
		width: 50px;
		height: 50px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a svg{
		width: 24px;
	}
}

/* Vlines Animation Start */

.at-vlines-grid-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
	z-index: 0;
}

.at-vlines-grid-wrapper .grid-line-5,
.at-vlines-grid-wrapper .grid-line-4,
.at-vlines-grid-wrapper .grid-line-3,
.at-vlines-grid-wrapper .grid-line-2,
.at-vlines-grid-wrapper .grid-line-1{
    position: relative;
    height: 100%
}

.at-vlines-grid-wrapper .grid-line-5:before,
.at-vlines-grid-wrapper .grid-line-4:before,
.at-vlines-grid-wrapper .grid-line-3:before,
.at-vlines-grid-wrapper .grid-line-2:before,
.at-vlines-grid-wrapper .grid-line-1:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    background: var(--e-global-color-divider);
    width: 1px;
}

.at-vlines-grid-wrapper .grid-line-5:after,
.at-vlines-grid-wrapper .grid-line-4:after,
.at-vlines-grid-wrapper .grid-line-3:after,
.at-vlines-grid-wrapper .grid-line-2:after,
.at-vlines-grid-wrapper .grid-line-1:after{
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
	background: linear-gradient(254deg, transparent 0%, var(--e-global-color-accent) 50%, var(--e-global-color-accentsecondary) 100%);
	border-radius: 0;
	opacity: 50%;
    width: 1px;
    height: 60px;
}

.at-vlines-grid-wrapper .grid-line-1:after{
    animation: vlinesmove 6s linear infinite
}

.at-vlines-grid-wrapper .grid-line-2:after{
    animation: vlinesmove 10s linear infinite;
    animation-delay: 3s
}

.at-vlines-grid-wrapper .grid-line-3:after{
    animation: vlinesmove 8s linear infinite;
    animation-delay: 6s
}

.at-vlines-grid-wrapper .grid-line-4:after{
    animation: vlinesmove 12s linear infinite;
    animation-delay: 4s
}

.at-vlines-grid-wrapper .grid-line-5:after{
    animation: vlinesmove 9s linear infinite;
    animation-delay: 8s
}

@keyframes vlinesmove{
    0%{
        top: -50px
    }

    to{
        top: 100%;
    }
}

@media only screen and (max-width: 991px){
	
	.at-vlines-grid-wrapper{
		max-width: 100%;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px){
	
	.at-vlines-grid-wrapper{
		display: none;
	}
}
/* Vlines Animation End */

/* 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: currentcolor !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;
}

.main-header-menu{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);	
}

.header-social-icon ul li a,
.header-contact-info-item .elementskit-box-header .elementskit-info-box-icon,
.header-serarch-icon .ekit_navsearch-button,
.header-canvas-icon .ekit_navSidebar-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 !important;
}

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

@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-divider);
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}
	
	.elementskit-navbar-nav .elementskit-submenu-panel{
		background: none !important;
		margin-left: 20px;
	}
	
	.main-header-menu .elementskit-menu-hamburger .icon:before{
		font-weight: 700;
	}
	
  	.main-header-menu .elementskit-navbar-nav > li.current-menu-item > a .elementskit-submenu-indicator, 
	.main-header-menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
		color: currentcolor !important;
	}
	
	.main-header-menu .elementskit-menu-hamburger{
		line-height: 0;
	}
	
	.main-header-menu{
		backdrop-filter: none;
	}
	
	.main-header-menu .elementor-widget-container .elementskit-menu-hamburger,
	.main-header-menu .elementor-widget-container .elementskit-menu-container{
		background: linear-gradient(254.54deg, var(--e-global-color-accentsecondary) 0.03%, var(--e-global-color-accent) 100%);	
	}
	
	.main-header-menu .elementskit-navbar-nav > li.current-menu-item > a,
	.main-header-menu .elementskit-navbar-nav > li.current-menu-ancestor > a {
		background-color: transparent !important;
	}

	.main-header-menu  .elementskit-navbar-nav > li > a:hover, 
	.main-header-menu .elementskit-navbar-nav > li > a:focus, 
	.main-header-menu  .elementskit-navbar-nav > li > a:active, 
	.main-header-menu  .elementskit-navbar-nav > li:hover > a {
		background-color: transparent !important;
	}
	
	.main-header-menu .elementskit-nav-identity-panel .elementskit-menu-close{
		background: var(--e-global-color-white) !important;
	}

	.mobile-menu{
		display: block;
	}
}

@media only screen and (max-width: 767px){

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

/* Elementor Footer CSS */

.footer-scrolling-ticker .ekit-title-and-description{
	 background: linear-gradient(90deg, var(--e-global-color-accent) 0.03%, var(--e-global-color-accentsecondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-scrolling-ticker .ticker:before,
.footer-scrolling-ticker .ticker:after{
	display: none;
}

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

.privacy-policy ul{
	display: flex;
	flex-wrap: wrap;
}

.privacy-policy ul li:last-child a{
	padding-right: 0px !important;
}

@media only screen and (max-width: 991px){

	.footer-links ul li a{
		padding-bottom: 10px !important;
	}

	.privacy-policy ul li a{
		padding-right: 10px !important;
	}
}

/* Global CSS */

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

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

.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: 0;
	}

	.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,
.section-title .elementor-widget-container{
	border-right-color: var(--e-global-color-accentsecondary) !important;
}

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

.section-title .elementor-heading-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	bottom: 0;
	transform: translateY(-50%);
	background: linear-gradient(to right, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
	mask-image: url('assets/images/icon-sub-heading.svg');
    -webkit-text-fill-color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	mask-size: cover;
	width: 20px;
	height: 20px;
}

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

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

@media only screen and (max-width: 991px){
	
	.section-title .elementor-heading-title{
		padding-left: 25px;
	}
	
	.section-title .elementor-heading-title::before{
		left: 15px;
		width: 16px;
		height: 16px;
	}	
}

/* Home Page CSS  */

.cyber-security .elementor-widget-heading .elementor-heading-title span{
    font-weight: 700;
    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.4s ease-in-out;
}

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

.company-supports-slider .swiper-slide-inner img{
	max-height: 40px;
	width: 100%;
}

.about-us-section:before{
	right: -70px;
	top: 50%;
	left: auto;
	width: 240px;
	height: 240px;
	animation: circlerotate 12s infinite linear;
	animation-direction: alternate;
}

.about-counter-box .elementor-counter .elementor-counter-number{
	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;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.about-counter-box:hover .elementor-counter .elementor-counter-number{
    background-position: right center;
}

.about-counter-box .elementor-counter .elementor-counter-title{
	background-color: var(--e-global-color-secondary);
    border-radius: 100px;
    padding: 12px 20px;
}

.service-item {
    backdrop-filter: blur(180px);
    --webkit-backdrop-filter: blur(180px);
    transition: all 0.4s ease-in-out;
}

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

.service-item .elementskit-info-box-title:hover{
	color: var(--e-global-color-accentsecondary) !important;
}

.service-item .elementskit-infobox .elementskit-btn{
	position: relative;
	overflow: hidden;
}

.service-item .elementskit-infobox .elementskit-btn::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(to left, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
	border-radius: 0;
}

.service-item .elementskit-infobox .elementskit-btn:hover::before{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.service-item .elementskit-infobox .elementskit-btn svg,
.our-blog .elementskit-post-image-card .btn-wraper a svg{
	width: 100% !important;
    height: auto !important;
	transition: all 0.4s ease-in-out;
}

.service-item .elementskit-infobox .elementskit-btn:hover svg{
	transform: translatex(3px);	
}
 
.our-services::before{
    left: -70px;
    top: 200px;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

@keyframes squrerotate{
	0%{
		transform: translate(0, 0px) rotate(0deg);
	  }
	50%{
		transform: translate(150px, 150px) rotate(180deg);
	}
	100%{
		transform: translate(0px, 300px) rotate(360deg);
	}
}

.our-specialties::before{
	width: 433px;
    height: 241px;
    right: -250px;
	left: auto;
    top: 50%;
    animation: 12s linear 0s infinite alternate none running tuberotate;
}

@keyframes tuberotate{
	from{
		transform: translateY(-100%) rotate(0deg);
	  }
	to{
		transform: translateY(50%) rotate(360deg);
	}
}  

.our-facts::before{
    left: -70px;
    top: 200px;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear alternate;
}

@keyframes roundrotate{
	from{
		transform: translateY(0) rotate(0deg);
	  }
	to{
		transform: translateY(150px) rotate(360deg);
	}
}

.award-box{
    transform: translateY(-50%);
}

.about-us-circle{
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, #6669DC 29%, #9E3FDB 77%, var(--e-global-color-accentsecondary) 100%);
    animation: infiniterotate 25s infinite linear;
}

.case-study::before{
    right: -60px;
    top: 30%;
	left: auto;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
}

@keyframes triangle{
	0%{
		transform: translateY(0) rotate(10deg);
	}
	100%{
		  transform: translateY(60px) rotate(-30deg);
	}
}

.our-pricing::before{
    left: -70px;
    top: 30%;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
}

.our-pricing-swich .elementskit-switch-nav-link-1{
	margin-right: 30px;
}

.our-pricing-swich .elementskit-switch-nav-link-2{
	margin-left: 30px;
}

.our-pricing-swich .ekit-switch-nav-wraper-outer{
	margin-bottom: 60px;
}

.our-pricing-swich .ekit-wid-con .ekit-custom-control-label::before{
    left: 6px;
}

.pricing-benefit-list.elementor-widget-icon-list .elementor-icon-list-icon svg{
	fill: none !important;
}

.pricing-benefit-list ul{
	gap: 20px 40px;
	margin: 0 !important;
}

.our-testimonial:before{
	left: auto;
    right: -110px;
    top: 45%;
    width: 360px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
	z-index: -1;
}

.testimonial-review-box{
	backdrop-filter: blur(200px);
	-webkit-backdrop-filter: blur(200px);
}

.testimonial-slider .ekit-main-swiper .swiper-navigation-button{
	transition: all 0.4s ease-in-out;
}

.faqs-image img{
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
}

.faq-accordion .elementskit-card{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden !important;
}

.faq-accordion .elementskit-card .elementskit-btn-link{
	border-radius: 0 !important;
}

.faq-accordion .elementskit-accordion .elementskit-card .elementskit-card-header a[aria-expanded="true"]{
	padding-bottom: 19px !important;
}

.our-blog::before{
    left: -90px;
    top: 30%;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
}

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

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

.our-blog .elementskit-post-image-card img{
    aspect-ratio: 1 / 0.695;
    object-fit: cover;
	transition: all 0.5s ease-in-out !important;
}

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

.our-blog .elementskit-post-image-card .btn-wraper{
	line-height: 0;
}

.our-blog .elementskit-post-image-card .btn-wraper a svg{
	margin-left: 6px;
	transition: all 0.3s ease-in-out;
}

.our-blog .elementskit-post-image-card .btn-wraper a:hover svg{
	transform: translatex(3px);
}

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

.cta-box::before{
	left: auto;
    right: -70px;
    top: 50%;
    width: 240px;
    height: 240px;
    animation: 12s linear 0s infinite alternate none running circlerotate;
}

.cta-box-content{
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
}

.cta-box-list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.cta-box-list ul li{
	border: 1px solid var(--e-global-color-divider);
	border-radius: 99px;
	padding: 6px 20px 6px 20px !important;
}

.cta-contect-form .form-group{
	display: flex;
	gap: 20px;
}

.cta-contect-form .email-field{
	width: calc(68% - 10px);
}

.cta-contect-form .newsletter-btn{
	width: calc(32% - 10px);
}
 
@media only screen and (max-width: 991px){
	
	.about-counter-box .elementor-counter .elementor-counter-title{
		padding: 8px 15px;
	}
	
	.about-us-section:before{
		right: -40px;
		width: 150px;
		height: 150px;
	}
	
    .our-services::before{
        left: -40px;
        width: 150px;
        height: 150px;
    }
	
	.service-item .elementskit-infobox .elementskit-btn svg{
		margin-left: 6px !important;
	}
	
	.our-specialties::before{
		right: -120px;
		width: 250px;
		height: 151px;
	}
	
	.our-facts::before{
		left: -40px;
		width: 150px;
		height: 150px;
	}

	.case-study::before{
		right: -30px;
		width: 150px;
		height: 150px;
	}

	.our-pricing::before{
		left: -40px;
		width: 150px;
		height: 150px;
	}

	.our-pricing-swich .ekit-switch-nav-wraper-outer{
		margin-bottom: 30px;
	}

	.our-pricing-swich .elementskit-switch-nav-link-1{
		margin-right: 20px;
	}

	.our-pricing-swich .elementskit-switch-nav-link-2{
		margin-left: 20px;
	}

	.our-pricing-swich .ekit-wid-con .ekit-custom-control-label::before{
		left: 4px;
	}

	.pricing-benefit-list ul{
		gap: 20px;
	}
	
	.our-testimonial::before{
        right: -110px;
        top: 45%;
        width: 240px;
        height: 150px;
    }
	
	.testimonial-slider .ekit-main-swiper .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.faq-accordion .elementskit-card{
		border-radius: 12px !important;
	}

	.faq-accordion .elementskit-accordion .elementskit-card .elementskit-card-header a[aria-expanded="true"]{
		padding-bottom: 14px !important;
	}

	.our-blog::before{
		top: 40%;
		left: -40px;
		width: 150px;
		height: 150px;
	}

	.cta-box::before{
		right: -40px;
		width: 150px;
		height: 150px;
	}

	.cta-box-list ul{
		gap: 15px;
	}

	.cta-box-list ul li{
		padding: 6px 15px 6px 15px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.pricing-benefit-list ul{
		gap: 10px;
	}
	
	.pricing-benefit-list ul li{
		width: 100%;
		margin: 0 !important;
	}
	
	.testimonial-slider .ekit-main-swiper .swiper-navigation-button{
		display: flex !important;
	}

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

	.cta-contect-form .form-group{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.cta-contect-form .email-field{
		width: 100%;
	}

	.cta-contect-form .newsletter-btn{
		width: auto;
	}
}

/* About US Page CSS  */

.our-potential:before{
	right: -70px;
	top: 30%;
	left: auto;
	width: 240px;
	height: 240px;
	animation: circlerotate 12s infinite linear;
	animation-direction: alternate;
}

@keyframes circlerotate{
	from{
		transform: translateY(0) rotate(0deg);
	  }
	to{
		transform: translateY(-150px) rotate(360deg);
	}
}

.potential-image img{
	aspect-ratio: 1 / 1.52;
	object-fit: cover;
}

.potential-accordion .elementor-widget-image img{
	aspect-ratio: 1 / 0.721;
	object-fit: cover;
}

.potential-accordion .e-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title[aria-expanded="false"]{
	padding-bottom: 0;
	border-bottom: 0px !important;
}

.who-we-are:before{
    left: -70px;
    top: 150px;
    width: 240px;
	height: 240px;
	animation: squrerotate 20s infinite linear;
	animation-direction: alternate;
}

.who-we-are-img img,
.who-we-are-img-1 img{
	aspect-ratio: 1 / 1.634;
	object-fit: cover;
}

.who-we-counter-item .elementor-counter .elementor-counter-number-wrapper{
	max-width: calc(25% - 20px);
	margin-right: 20px;
}

.readmore-img-circle{
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, #6669DC 29%, #9E3FDB 77%, var(--e-global-color-accentsecondary) 100%);
	transform: translate(-50%, -50%);
}

.readmore-img-circle .e-text-path{
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.our-team.who-we-are:before{
	animation: roundrotate 12s infinite linear;
	animation-direction: alternate;
}

.team-item:hover img{
	transform: scale(1.1);
}

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

.team-body{
	right: 30px;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
}

.team-social-list{
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list{
	height: 36px;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}

.success-img-1 img{
	aspect-ratio: 1 / 1.135;
	object-fit: cover;
}

.success-img-2 img{
	aspect-ratio: 1 / 1.172;
}

.our-partners-box{
	backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
}

.our-partners-slider .swiper-wrapper ,.our-clients-slider .swiper-wrapper{
	gap: 30px;
}

.our-partners-slider .swiper-slide ,.our-clients-slider .swiper-slide{
	width: 193px !important;
}

.our-partners-slider .swiper-slide .swiper-slide-image{
	background: var(--e-global-color-secondary);
	padding: 18px;
}

.our-clients-slider .swiper-slide .swiper-slide-image{
	background:#fff;
	padding: 18px;
}

@media only screen and (max-width: 991px){
	
	.our-potential::before{
        right: -40px;
        width: 150px;
        height: 150px;
    }
	
	.potential-accordion .elementor-widget-image img{
        aspect-ratio: 1 / 0.62;
        border-radius: 20px;
	}

	.potential-image img{
		aspect-ratio: 1 / 0.75;
	}
	
	.who-we-are::before{
		left: -40px;
		width: 150px;
		height: 150px;
	}
	
    .who-we-are-img img,
	.who-we-are-img-1 img{
        aspect-ratio: 1 / 1.32;
    }

	.our-partners-slider .swiper-slide{
		width: 160px !important;
	}
	
	.our-partners-slider .swiper-slide .swiper-slide-image{
		padding: 12px;
	}
}

@media only screen and (max-width: 767px){

	.potential-image img{
        aspect-ratio: 1 / 1.12;
    }

	.who-we-are-img-1 img{
		aspect-ratio: 1 / 1.55;
	}

	.our-partners-slider .swiper-slide{
		width: 156px !important;
	}
}

/* Service Page CSS */

.page-services.our-specialties::before{
	right: -180px;
    bottom: 15%;
}

@media only screen and (max-width: 991px){
	
	.page-services.our-specialties::before{
		right: -120px
	}
}

/* Service Details CSS */

.backdrop-filter-section{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-single-category-list ul li,
.page-single-category-list ul li a{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.page-single-category-list ul li .elementor-icon-list-icon svg{
	margin: 0 !important;
	transition: all 0.3s ease-in-out !important;
	transform: rotate(-45deg);
}

.page-single-category-list ul li:hover .elementor-icon-list-icon svg{
	transform: rotate(0);
}

.page-single-category-list ul li a .elementor-icon-list-text{
	padding-inline-start: 0px !important;
	padding-right: 10px;
}

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

.service-solution-step-item{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.service-solution-step-item .ekit-badge{
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.success-item .elementskit-infobox{
	backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
}

@media only screen and (max-width: 991px){
	
	.service-solution-step-item .ekit-badge{
		height: 70px;
		width: 70px;
	}
}

@media only screen and (max-width: 767px){
	
	.service-solution-step-item .ekit-badge{
		height: 60px;
		width: 60px;
	}
}

/* Our Team CSS */

.page-team.page-team-single::after{
	top: 18%;
}

/* Team Details CSS */

.page-team-single:before{
    left: -70px;
    top: 50%;
    width: 240px;
    height: 240px;
    z-index: 0;
    animation: 20s linear 0s infinite alternate none running squrerotate;
}

.page-team-single:after{
	content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 8%;
    background: url('assets/images/section-bg-shape-1.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.member-social-list{
	backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

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

.skill-progress .skill-bar{
	height: 10px !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: 20px !important;
	line-height: 0;
}

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

.contact-forms .form-control{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

@media only screen and (max-width:991px){
	
	.page-team-single:before{
		width: 150px;
        height: 150px;
	}
	
	.page-team-single:after{
		width: 150px;
        height: 150px;
		opacity: 20%;
	}
}

@media only screen and (max-width:991px){
	
	.skill-progress .content-group .skill-bar-content{
		margin-bottom: 10px !important;
	}
}

/* Case Study CSS */

.case-study-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 30px;
}

.case-study-image{
	position: relative;
}

.case-study-image a{
	display: block;
	border-radius: 30px;
    overflow: hidden;
}

.case-study-image figure{
	display: block;
}

.case-study-item:has(:not(.case-study-image img)){
	aspect-ratio: 1 / 1.215 !important;
	background-color: var(--e-global-color-accent);
}

.case-study-item:has(.case-study-image img){
	aspect-ratio: auto !important;
	background-color: transparent;
}

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

.case-study-item:hover .case-study-image img{
	transform: scale(1.1);
}

.case-study-btn{
	position: absolute;
    top: 60px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.case-study-item:hover .case-study-btn{
    top: 30px;
	opacity: 1;
	visibility: visible;
}

.case-study-btn a{
	position: relative;
    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: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.case-study-btn a:hover{
    background-position: right center;
}

.case-study-btn a svg{
	color: var(--e-global-color-white);
    width: 28px;
	height: auto;
    rotate: -45deg;
    transition: all 0.4s ease-in-out;
}

.case-study-btn a i{
	font-size: 24px;
	rotate: -45deg;
	transition: all 0.4s ease-in-out;
}

.case-study-btn a:hover svg,
.case-study-btn a:hover i{
    rotate: 0deg
}

.case-study-content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: var(--e-global-color-secondary);
	backdrop-filter: saturate(180%) blur(30px);
	-webkit-backdrop-filter: saturate(180%) blur(30px);
    border-radius: 14px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

.case-study-content h3{
    font-size: 20px;
    line-height: 1.4em;
}

@media only screen and (max-width: 991px){
	
	.case-study-item{
		border-radius: 20px;
	}
	
	.case-study-image a{
        border-radius: 20px;
    }
	
	.case-study-item:has(:not(.case-study-image img)),
	.case-study-image img{
		aspect-ratio: 1 / 1.05 !important;
	}

    .case-study-content{
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding: 15px;
    }

    .case-study-item .case-study-btn{
        right: 20px;
    }

    .case-study-item:hover .case-study-btn{
        top: 20px;
    }
}

@media only screen and (max-width: 767px){
	
	.case-study-content h3{
        font-size: 18px;
    }

    .case-study-btn a{
        width: 50px;
        height: 50px;
    }

    .case-study-btn a svg{
        width: 24px;
    }
	
	.case-study-btn a i{
		font-size: 20px;
	}
}

/* Case Study Details CSS  */

.case-study-single:after{
	content: '';
    position: absolute;
    right: -60px;
    top: 200px;
    background: url('assets/images/section-bg-shape-5.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.case-study-single.our-facts::before{
    top: 50%;
	left: -70px;
	animation: roundrotate 20s infinite linear alternate;
}

.case-study-slider .swiper-slide-inner img{
	aspect-ratio: 1 / 0.538;
	object-fit: cover;
}

.case-study-slider .elementor-image-carousel-wrapper{
	padding-bottom: 35px !important;
}

.case-study-slider .swiper-pagination{
	line-height: 0;
}

.case-study-slider .swiper-pagination .swiper-pagination-bullet-active{
	width: 20px !important;
	border-radius: 10px !important;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
}

@media only screen and (max-width: 991px){
	
	.case-study-single:after{
		width: 150px;
		height: 150px;
		opacity: 20%;
	}
	
	.case-study-slider .elementor-image-carousel-wrapper{
		padding-bottom: 35px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.case-study-slider .swiper-slide-inner img{
		aspect-ratio: 1 / 0.7;
	}
}

/* Testimonials Page CSS */

.page-testimonials.page-team-single::before{
	top: auto;
    left: -180px;
    bottom: 15%;
    width: 430px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-testimonials::after{
	top: 20% !important;
}

.testimonial-author-box .elementskit-info-box-icon img{
	border-radius: 100px;
}

@media only screen and (max-width: 991px){
	
	.page-testimonials.page-team-single::before{
		left: -120px;
        width: 250px;
        height: 151px;
	}
	
	.page-testimonials::after{
		right: -40px !important;
	}
}

/* Image Gallery Page CSS */

.page-gallery::after{
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 20%;
    background: url('assets/images/section-bg-shape-4.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

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

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

@media only screen and (max-width: 991px){
	
    .page-gallery::after{
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
	
	.photo-gallery .elementor-image-gallery .gallery-item .gallery-icon{
		border-radius: 20px;
	}
}

/* Video Gallery CSS */

.page-video-gallery:after{
	content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 20%;
    background: url('assets/images/section-bg-shape-6.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.video-gallery-image .ekit-video-item a::before{
	transform: scale(0);
	transition: all 0.4s ease-in-out !important;
}

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

.video-gallery-image .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;
}

@media only screen and (max-width: 991px){
	
	.page-video-gallery:after{
		right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
	}
	
	.video-gallery-image .ekit-video-item a:hover:before{
		border-radius: 20px;
	}
}

/* Faq Page CSS */

.page-faqs::before{
	left: auto;
    right: -110px;
    top: 15%;
    width: 360px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
}

.page-faqs::after{
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 50%;
    background: url('assets/images/section-bg-shape-8.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.page-faqs::before{
		width: 240px;
		height: 150px;
	}
	
	.page-faqs::after{
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 30%;
    }
}

/* Pricing Page CSS */

.page-pricing:before{
    left: -70px;
    top: 25%;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.pricing-item .elementor-widget-container{
	backdrop-filter: blur(220px);
    -webkit-backdrop-filter: blur(220px);
}

.pricing-item .elementskit-pricing-title{
	display: inline-block;
	background: var(--e-global-color-secondary);
	border-left: 1px solid var(--e-global-color-accent);
	border-right: 1px solid var(--e-global-color-accentsecondary);
}

.pricing-item .elementskit-pricing-subtitle{
	margin: 0 !important;
}

.pricing-item .elementskit-pricing-price{
	line-height: 0;
}

.pricing-item svg{
	max-width: 20px !important;
}

.pricing-item .elementskit-pricing-content ul li{
	margin-bottom: 20px !important;
}

.pricing-item .elementskit-pricing-content ul li:last-child{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px){
	
	.page-pricing:before{
		left: -40px;
        width: 150px;
        height: 150px;
	}
	
	.pricing-item svg{
		max-width: 18px !important;
	}
	
	.pricing-item .elementskit-pricing-content ul li{
		margin-bottom: 15px !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: 10px !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;
}

.ekit-wid-con a:focus-visible,
.ekit-wid-con button:focus-visible,
.ekit-wid-con input:focus-visible,
.ekit-wid-con textarea:focus-visible{
	outline: none;
}

.contact-info-item .elementskit-infobox .btn-wraper{
	line-height: 0;
}

/******************************************
 * Firevall - Network Security Theme CSS *
 *****************************************/

/* 
 * Theme CSS ( Network Security )
 *  */

.network-security .btn-default{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black);
}

.network-security .btn-default::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-white);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.network-security .btn-default:hover:before{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.network-security.fancy-scrollbar::-webkit-scrollbar-thumb{
	background: var(--e-global-color-accent) !important;
}

.network-security .theme-preloader .loading-container .loading{
	border-color: transparent var(--e-global-color-accent) transparent var(--e-global-color-accent);
}

.network-security header.main-header{
	position: relative;
}

.network-security .main-menu ul ul{
	background: var(--e-global-color-accent);
}

.network-security .main-menu ul ul li a, 
.network-security .main-menu ul ul li a:focus{
	color: var(--e-global-color-black);
}

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

.network-security .slicknav_btn{
	background: var(--e-global-color-accent);
}

.network-security .slicknav_icon .slicknav_icon-bar{
	background: var(--e-global-color-black);
}

.network-security .slicknav_menu{
	background: var(--e-global-color-accent);
}

.network-security .slicknav_nav .slicknav_row, 
.network-security .slicknav_nav li a{
	color: var(--e-global-color-black);
	font-weight: 400;
}

.network-security .slicknav_arrow:after,
.network-security .slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	color: var(--e-global-color-black);
}

.network-security .page-header{
	padding: 155px 0;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.network-security .page-header::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.28) 30.08%, rgba(0, 0, 0, 0.80) 60.52%);
}

.network-security .page-header-box h1{
	font-weight: 300;
	margin-bottom: 10px;
	text-align: left;
}

.network-security .trail-items, 
.network-security .page-header-box .post-meta ul{
	justify-content: start;
	text-align: start;
}

.network-security .page-blog-archive,
.network-security .page-single-post,
.network-security .error-page{
    padding: 130px 0 180px;
}

.network-security .post-item-btn a:hover{
	color: var(--e-global-color-accent);
}

.network-security .pagination .nav-links span.current, 
.network-security .pagination .nav-links a:hover{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black);
}

.network-security .page-header-box .taxonomy-description,
.network-security .post-single-meta ul{
	text-align: left;
}

.network-security .post-tags .tag-links a,
.network-security .post-social-sharing ul li a{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black);
}

.network-security .post-tags .tag-links a:hover,
.network-security .post-social-sharing ul li a:hover{
	background: var(--e-global-color-primary);
}

.network-security .comment-form .form-submit .submit{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black);
}

.network-security .comment-form .form-submit .submit:hover{
	background: var(--e-global-color-primary);
}

.network-security .comment-list .comment .reply a,
.network-security .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link, 
.network-security .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black) !important;
}

.network-security .comment-list .comment .reply a:hover{
	background: var(--e-global-color-primary);
}

.network-security .wp-block-button .wp-element-button, 
.network-security .wp-block-button.is-style-outline .wp-element-button, 
.network-security .wp-element-button, 
.network-security .wp-block-button .wp-block-button__link, 
.network-security .wp-block-file .wp-block-file__button,
.network-security .post-password-form input[type="submit"]{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-black) !important;
}

.network-security .wp-block-button .wp-element-button:hover, 
.network-security .wp-block-button.is-style-outline .wp-element-button:hover, 
.network-security .wp-element-button:hover, 
.network-security .wp-block-button .wp-block-button__link:hover, 
.network-security .wp-block-file .wp-block-file__button:hover,
.network-security .post-password-form input[type="submit"]:hover{
	background: var(--e-global-color-primary);
}

.network-security aside.widget .has-login-form input[type="submit"],
.network-security .wp-block-search .wp-block-search__button,
.network-security .wp-block-tag-cloud a,
.network-security aside.widget .search-submit,
.network-security aside.widget .tagcloud a{
    background: var(--e-global-color-accent);
	color: var(--e-global-color-black) !important;
}

.network-security aside.widget .has-login-form input[type="submit"]:hover,
.network-security .wp-block-search .wp-block-search__button:hover,
.network-security .wp-block-tag-cloud a:hover,
.network-security aside.widget .search-submit:hover,
.network-security aside.widget .tagcloud a:hover{
	background: var(--e-global-color-primary);
}

.network-security .footer-social ul li a{
	font-size: 20px;
	color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	background: transparent;
}

.network-security .footer-social ul li a:hover{
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.network-security .footer-menu ul li a{
	color: var(--e-global-color-primary);
}

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

@media only screen and (max-width: 991px){
	
	.network-security header.main-header{
		border: none;
	}

	.network-security .page-header{
		padding: 90px 0;
		background-attachment: inherit;
	}

	.network-security .page-header-box h1{
		font-size: 38px !important;
	}
	
	.network-security .page-blog-archive,
	.network-security .page-single-post,
	.network-security .error-page{
		padding: 60px 0 90px;
	}
}

@media only screen and (max-width: 767px){

	.network-security .page-header-box h1{
		font-size: 28px !important;
	}
}

/*
 * Elementor CSS ( Network Security )
 * */

/* Elementor Button CSS */

.network-security .elementor-widget-button .elementor-button{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.network-security .elementor-widget-button .elementor-button:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-white);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.network-security .elementor-widget-button .elementor-button:hover:before{
	width: 100%;
	transform: skew(0deg);
	left: 0;
}

/* Elementor Section Title CSS */

.network-security .section-title,
.network-security .section-title .elementor-widget-container{
    border-right-color: var(--e-global-color-accent) !important;
}

.network-security .section-title .elementor-heading-title::before{
	background: var(--e-global-color-accent);
}

.network-security .elementor-widget-heading .elementor-heading-title span{
	font-weight: 700;
	color: var(--e-global-color-accent);
}

/* Elementor Header CSS */

.topbar-menu .ekit-vertical-menu-container ul{
    display: flex;
	flex-wrap: wrap;
}

.topbar-menu .ekit-vertical-menu-container ul li:last-child a{ 
    padding-right: 0 !important;
}

.topbar-menu .ekit-vertical-menu-container ul li a:before{
	content: '/';
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    font-size: 16px;
    color: var(--e-global-color-black);
    opacity: 80%;
}

.topbar-menu .ekit-vertical-menu-container ul li:last-child a:before{
	display: none;
}

.topbar-social-links .ekit_social_media{
	line-height: 0;
}

@media only screen and (max-width: 1024px){
	
	.network-security .main-header-menu .elementor-widget-container .elementskit-menu-hamburger,
	.network-security .main-header-menu .elementor-widget-container .elementskit-menu-container{
		background: var(--e-global-color-accent);	
	}

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

/* Elementor Footer CSS */

.menu-footer-gold ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.footer-social-icon-gold ul li:first-child{
	margin-left: 0 !important;
}

.footer-newsletter-form-gold .form-group{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	gap: 0;
}

.footer-newsletter-form-gold .form-group .email-field{
	width: auto;
}

.footer-newsletter-form-gold button:hover{
	background-color: var(--e-global-color-primary) !important;
}

.footer-newsletter-form-gold .newsletter-btn input[type="submit"]{
	width: 100%;
	height: 100%;
	background: url('assets/images/footer-paper-plan-ns.svg') no-repeat center center;
	background-size: 50% auto;
}

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

@media only screen and (max-width: 991px){
	
	.menu-footer-gold ul{
		gap: 30px;
	}

	.footer-newsletter-form-gold .form-group .email-field{
		width: 100%;
	}
}

@media only screen and (max-width: 767px){
	
	.menu-footer-gold ul{
		justify-content: center;
		gap: 15px;
	}
}

/* Home Page CSS ( Network Security ) */

.customer-counter-gold .elementor-counter{
	height: 62px !important;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.customer-counter-gold .elementor-counter-number-wrapper{
    flex: 0;
}

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

.about-img-2-gold img,
.about-img-3-gold img{
	aspect-ratio: 1 / 1.07;
	object-fit: cover;
}

.get-start-text-path-gold{
	transform: translate(-50%, -50%);
}

.get-free-security-circle-gold{
	animation: infiniterotate-gold 25s infinite linear;
}

@keyframes infiniterotate-gold{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-us-body-img-gold{
	width: 200px;
	height: 145px;
	display: flex;
	margin-left: -20px;
}

.about-us-body-img-gold img{
	width: 180px !important;
    height: 145px !important;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    overflow: hidden;
}

.service-item-gold .elementskit-infobox.gradient-active::before{
 	top: 100% !important;
    bottom: 0;
    height: 0; 
	opacity: 80%;
	transition: all 0.4s ease-in-out;
}

.service-item-gold:hover .gradient-active::before{
	height: 100%;
	top: 0 !important;
	bottom: auto !important;
}

.service-item-gold .elementskit-infobox .elementskit-btn svg{
	width: 100%;
	height: auto;
}
 
.service-item-gold .elementskit-infobox.image-active .image-hover>img{
    object-fit: cover;
    object-position: center center;
	transition: all 0.4s ease-in-out;
}

.service-item-gold:hover .elementskit-infobox.image-active .image-hover>img{
    transform: scale(1); 
	opacity: 1
}

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

.potential-counter-item-gold .elementor-counter-number-wrapper{
    background-color: var(--e-global-color-secondary);
    border: 10px solid var(--e-global-color-black);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    flex: none !important;
}

.potential-counter-item-gold .elementor-counter-number-wrapper:before{
    content: " ";
    position: absolute;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 50%;
    width: 124px;
    height: 124px;
    z-index: -1;
}

.potential-counter-item-gold .elementor-counter-number-wrapper .elementor-counter-number-suffix{
    flex-grow: initial;
}

.potential-counter-item-gold .elementor-counter-number-wrapper .elementor-counter-number-prefix{
    display: none;
}

.potential-counter-item-gold .elementor-counter-title{
    margin-left: 30px;
}

.our-potential-img-gold img{
	aspect-ratio: 1 / 1.22;
    object-fit: cover;
}

.how-work-step-item-gold h2{
	transition: all 0.3s ease-in-out;
}

.how-work-step-item-gold:before{
	content: "\f192";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 20px;
    color: var(--e-global-color-accent);
    top: -13px;
    left: 0px;
	border: none;
	transition: all 0.4s ease-in-out;
	width: 25px;
	height: 25px;
}

.how-work-step-item-gold:hover h2{
	-webkit-text-stroke-color: var(--e-global-color-primary) !important;
	stroke: var(--e-global-color-primary) !important;
}

.how-work-step-item-gold:hover:before{
	color: var(--e-global-color-primary);
}

.pricing-feature-gold .elementor-widget-container{
	line-height: 0;
}

.pricing-tag-gold .elementor-heading-title sup{
	font-size: 20px;
}

.pricing-tag-gold .elementor-heading-title strong{
	font-size: 46px;
}

.pricing-tag-gold .elementor-heading-title sub{
	opacity: 80%;
	font-size: 16px;
	font-weight: 400;
	top: -3px;
}

.pricing-feature-gold .elementskit-single-pricing ul li svg{
	max-width: 26px !important;
}

.client-box-counter-gold{
	animation: clientboxmoves-gold 3s infinite linear alternate;
}

@keyframes clientboxmoves-gold{
	50%{
 		left: 40px;
	}
}

.client-box-counter-gold .funfact-icon{
	height: 40px;
	width: 40px;
	background: var(--e-global-color-black);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.client-box-counter-gold .funfact-icon svg{
	width: 100%;
}

.our-feature-image-1-gold img{
	aspect-ratio: 1 / 1.822;
	object-fit: cover;
}

.our-feature-img-2-gold img{
	aspect-ratio: 1 / 0.858;
	object-fit: cover;
}

.testimonial-item-gold .elementor-testimonial-content{
	margin-bottom: 60px;
}

.testimonial-item-gold .elementor-testimonial-meta-inner{
	display: flex;
	align-items: center;
}

.testimonial-item-gold .elementor-testimonial-image{
	margin-right: 20px;
	padding-inline-end: 0 !important;
}

.testimonial-item-gold .elementor-testimonial-meta-inner .elementor-testimonial-name{
	margin-bottom: 5px;
}

.testimonial-item-gold .custome-funfact .elementskit-funfact-inner{
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}

.testimonial-item-gold .custome-funfact .elementskit-funfact-inner .funfact-icon svg{
	width: 100%;
}

@media only screen and (max-width: 991px){

	.customer-counter-gold .elementor-counter{
		height: 52px !important;
		width: 52px;
	}
	
	.about-img-1-gold img{
		aspect-ratio: 1 / 1.58;
	}
	
	.about-img-2-gold img,
	.about-img-3-gold img{
		aspect-ratio: 1 / 0.92;
	}

	.potential-counter-item-gold .elementor-counter-number-wrapper{
		width: 100px;
		height: 100px;
	}

	.potential-counter-item-gold .elementor-counter-number-wrapper:before{
		width: 104px;
		height: 104px;
	}

	.potential-counter-item-gold .elementor-counter-title{
		margin-left: 20px;
	}

	.our-potential-img-gold img{
		aspect-ratio: 1 / 1.1;
	}

	.our-feature-image-1-gold img{
		aspect-ratio: 1 / 1.61;
	}

	.our-feature-img-2-gold img{
		aspect-ratio: 1 / 0.76;
	}

	.testimonial-item-gold .elementor-testimonial-content{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px){
	
	.about-us-body-gold{
		overflow: hidden !important;
	}
	
	.about-us-body-img-gold{
		display: block;
		width: auto;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		clip-path: none;
	}

	.about-us-body-img-gold img{
		clip-path: none;
	}

	.potential-counter-item-gold .elementor-counter-number-wrapper{
		width: 80px;
		height: 80px;
	}

	.potential-counter-item-gold .elementor-counter-number-wrapper:before{
		width: 84px;
		height: 84px;
	}

	.our-potential-img-gold img{
		aspect-ratio: 1 / 0.9;
	}

	.how-work-step-item-gold:before{
		font-size: 16px;
		width: 20px;
		height: 20px;
	}

	.pricing-list-gold ul{
		gap: 10px;
	}

	.client-box-counter-gold{
		transform: translateX(-50%);
	}

	@keyframes clientboxmoves-gold{
		50%{
			left: 55%;
		}
	}

	.client-box-counter-gold .funfact-icon{
		height: 30px;
		width: 30px;
	}
}

/* About Us Page CSS ( Network Security ) */

.our-company-slider-gold .swiper-slide-inner img{
	max-height: 36px;
}

.what-we-do-img-gold::before{
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    border-radius: 30px;
}

.what-we-do-img-1-gold img{
	object-fit: cover;
	aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2-gold img{
	object-fit: cover;
	aspect-ratio: 1 / 0.68;
}

.company-experience-box-gold{
	height: var(--container-widget-width);
	display: flex;
	align-items: center;
}

.company-experience-box-gold .elementor-counter-title{
	text-align: center;
} 

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

.team-item-gold:hover .team-image-gold img{
	transform: scale(1.1)
}

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

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

@media only screen and (max-width: 991px){
	
	.what-we-do-img-gold::before{
		border-radius: 20px;
		top: 10px;
		left: 10px;
	}

	.what-we-do-img-1-gold img{
		aspect-ratio: 1 / 1.045;	
	}

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

@media only screen and (max-width: 767px){
	
	.what-we-do-img-1-gold img{
		aspect-ratio: 1 / 1.045;	
	}
	
	.what-we-do-img-gold::before{
		top: 10px;
		left: 10px;
	}
}

/* Video Gallery Page SS ( Network Security ) */

.video-gallery-image-gold.video-gallery-image .ekit-video-item a i{
	color: var(--e-global-color-black) !important;
}

/* Case Study CSS  ( Network Security ) */

.network-security .case-study-btn a{
	background: var(--e-global-color-accent);
}

.network-security .case-study-btn a svg{
	color: var(--e-global-color-black);
}

/* Case Study Widgets CSS ( Network Security ) */

.network-security .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
	color: var(--e-global-color-black);
}

.network-security .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:after{
	background: var(--e-global-color-white);
}

.network-security .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);
}

.network-security .awaiken-portfolio-grid-item__wrapper::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.80) 100%);
	z-index: 1;
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:has(:not(.awaiken-portfolio-grid-item__img)){
	aspect-ratio: 1 / 1.1 !important;
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	aspect-ratio: 1 / 1.1 !important;
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
	padding: 0;
	backdrop-filter: none;
    -webkit-backdrop-filter: none;
	background: transparent;
	border-radius: 0;
}

.network-security .awaiken-portfolio-grid-item__categories{
	display: block;
	margin-bottom: 10px;
}

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

.network-security .awaiken-portfolio-grid-item__categories a:first-child{
	display: block;
	color: var(--e-global-color-accent);
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore{
	top: 60%;
	right: 50%;
	transform: translate(50%, -50%);
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__readmore{
	top: 50%;
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a{
	background: var(--e-global-color-accent);
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a:hover{
	background: var(--e-global-color-white);
}

.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a svg,
.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore i{
	color: var(--e-global-color-black);
}

@media only screen and (max-width: 991px){

	.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:has(:not(.awaiken-portfolio-grid-item__img)){
		aspect-ratio: 1 / 1.03 !important;
	}

	.network-security .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
		aspect-ratio: 1 / 1.03 !important;
	}
	
	.network-security .awaiken-portfolio-grid-item__categories{
		margin-bottom: 5px;
	}
}

/****************************************
 * Firevall - Data Security Theme CSS *
 ***************************************/

/* 
 * Theme CSS ( Data Security )
 *  */

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

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

.data-security .page-header-box h1{
	font-size: 66px !important;
}

.data-security .post-item-btn a:hover{
	color: var(--e-global-color-accent);
}

.data-security .widget select option{
	color: var(--e-global-color-black);
}

.data-security .wp-block-archives-dropdown select option,
.data-security .wp-block-categories select option{
	color: var(--e-global-color-black);
}

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

.data-security .footer-social ul li a:hover{
	background: var(--e-global-color-accentsecondary);
}

@media only screen and (max-width: 991px){

	.data-security .page-header-box h1{
		font-size: 45px !important;
	}
}

@media only screen and (max-width: 767px){

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


/* 
 * Elementor CSS ( Data Security )
 *  */

/* Button CSS ( Data Security ) */

.data-security .highlighted-button.elementor-widget-button .elementor-button{
	position: relative;
	background: linear-gradient(var(--e-global-color-background), var(--e-global-color-background)) padding-box, linear-gradient(to left, var(--e-global-color-accent), var(--e-global-color-accentsecondary)) 	border-box;
    border: 1px solid transparent;
	overflow: hidden;
	z-index: 0;
}

.data-security .highlighted-button.elementor-widget-button .elementor-button:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(to left, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.data-security .highlighted-button.elementor-widget-button .elementor-button:hover:before{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

/* Section Title ( Data Security ) */

.data-security .section-title,
.data-security .section-title .elementor-widget-container{
	border-right-color: var(--e-global-color-accent) !important;
}

.data-security .elementor-widget-heading .elementor-heading-title span{
    font-weight: 700;
    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.4s ease-in-out;
}

.data-security .elementor-widget-heading .elementor-heading-title:hover span{
	background-position: right center;
}

/* Header CSS ( Data Security ) */

.data-security .header-social-icon ul li a,
.data-security .header-contact-info-item .elementskit-box-header .elementskit-info-box-icon,
.data-security .header-serarch-icon .ekit_navsearch-button,
.data-security .header-canvas-icon .ekit_navSidebar-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 !important;
}

.data-security .header-social-icon ul li a:hover,
.data-security .header-contact-info-item:hover .elementskit-box-header .elementskit-info-box-icon,
.data-security .header-serarch-icon .ekit_navsearch-button:hover,
.data-security .header-canvas-icon .ekit_navSidebar-button:hover{
	background-position: right center;
}

.data-security .main-header-menu .elementskit-menu-close{
	background-image: none;
}

/* Footer CSS ( Data Security ) */

.footer-scrolling-ticker-platinum .ekit-title-and-description{
	 background: linear-gradient(270deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-scrolling-ticker-platinum .ticker:before,
.footer-scrolling-ticker-platinum .ticker:after{
	display: none;
}

.footer-newsletter-form-platinum .form-group{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	gap: 0;
}

.footer-newsletter-form-platinum .form-group .email-field{
	width: auto;
}

.footer-newsletter-form-platinum button:hover{
	background-color: var(--e-global-color-primary) !important;
}

.footer-newsletter-form-platinum .newsletter-btn input[type="submit"]{
	width: 100%;
	height: 100%;
	background: url('assets/images/footer-paper-plan.svg') no-repeat center center;
	background-size: 55% auto;
}

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

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

.privacy-policy-platinum ul{
	display: flex;
	flex-wrap: wrap;
}

.privacy-policy-platinum ul li:last-child a{
	padding-right: 0px !important;
}

@media only screen and (max-width: 991px){
	
	.footer-newsletter-form-platinum .form-group .email-field{
		width: 100%;
	}

	.footer-newsletter-form-platinum .newsletter-btn input[type="submit"]{
		background-size: 52% auto;
	}
	
	.footer-links-platinum ul li a{
		padding-bottom: 10px !important;
	}

	.privacy-policy-platinum ul li a{
		padding-right: 10px !important;
	}
}

/* Home Page CSS ( Data Security ) */

.circle-animation{
    animation: infiniterotate-platinum 25s infinite linear;
}

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

.icon-box-ig-platinum .elementskit-info-box-icon{
	background: linear-gradient(270deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
}

.about-us-img-1-platinum img{
	aspect-ratio: 1 / 1.26; 
	object-fit: cover;
}

.about-us-img-2-platinum img{
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

.about-experience-box-platinum svg{
	height: 45px;
	width: 45px;
}

.about-experience-box-platinum{
	animation: experiencemoveobject-platinum 2s infinite linear alternate;
}

@keyframes experiencemoveobject-platinum{
	50%{
		left: 30px;
	}
}

.company-review-platinum{
	transform: rotate(-180deg) translate(-100%, 50%);
	writing-mode: vertical-rl;
}

.company-client-counter-platinum .elementor-heading-title span{
	font-weight: 500;
	color: var(--e-global-color-primary);
	-webkit-text-fill-color: var(--e-global-color-primary);
	background-image: none;
}

.service-item-platinum .box-body{
	position: static !important;
}

.service-item-platinum .box-footer{
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

.service-item-platinum:hover .box-footer{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

.service-item-platinum .elementskit-btn{
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-item-platinum svg{
	transition: all 0.4s ease-in-out;
}

.service-item-platinum a svg{
	width: 100%;
	height: auto;
}

.service-item-platinum a:hover svg{
	transform: rotate(45deg);
}

.service-item-platinum:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.why-choose-body-img-platinum img{
	aspect-ratio: 1 / 1.35;
    object-fit: cover;
}

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

.company-experience-box-platinum{
	height: var(--container-widget-width);
	align-content: center;
}

.company-experience-box-platinum .elementor-counter-title{
	text-align: center;
}

.how-work-step-item-platinum{
	overflow: hidden !important;
}

.how-work-step-item-platinum .elementor-icon-box-icon .elementor-icon svg{
	transition: all 0.4s ease-in-out;
}

.how-work-step-item-platinum:hover .elementor-icon-box-icon .elementor-icon svg{
	color: var(--e-global-color-white);
	transform: rotateY(180deg);	
}

.how-work-step-item-platinum .how-work-step-no .elementor-heading-title{
	transition: all 0.4s ease-in-out;
}

.how-work-step-item-platinum:hover .how-work-step-no .elementor-heading-title{
	color: var(--e-global-color-accent);
}

.pricing-item-platinum .elementskit-pricing-header svg{
	width: 100% !important;
	height: auto;
}

.pricing-item-platinum .elementskit-pricing-subtitle{
	margin: 0 !important;
}

.pricing-item-platinum .elementskit-pricing-price{
	line-height: 0 !important;
}

.pricing-item-platinum .period{
	right: 10px;
}

.pricing-item-platinum .elementskit-pricing-price-wraper .elementskit-pricing-price span,
.pricing-item-platinum .elementskit-pricing-price-wraper .elementskit-pricing-price .currency{
	background: linear-gradient(270deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 0.1px transparent;
}

.pricing-item-platinum .elementskit-single-pricing .elementskit-pricing-lists li{
	border-top-style: solid;
	padding-bottom: 20px;
	line-height: inherit !important;
}

.pricing-item-platinum .elementskit-single-pricing .elementskit-pricing-lists li:first-child{
	border-top-width: 0 !important;
}

.pricing-item-platinum .elementskit-single-pricing .elementskit-pricing-lists li:last-child{
	padding-bottom: 0;
}

.pricing-item-platinum .elementskit-single-pricing .elementskit-pricing-lists li svg{
	max-width: 100%;
}

.pricing-item-platinum.btn-highlight{
	overflow: hidden !important;
}

.pricing-item-platinum.btn-highlight .popular{
	transform: rotate(50deg);
}

.testimonial-slider-items-platinum .swiper-button-next,
.testimonial-slider-items-platinum .swiper-button-prev{
	top: 100%;
	transform: translateY(-50%);
}

.testimonial-slider-items-platinum .swiper-slide .elementskit-commentor-content p{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding-bottom: 40px;
}

.testimonial-slider-items-platinum .swiper-navigation-button{
	transition: all 0.4s ease-in-out;,
}

.testimonial-slider-items-platinum .swiper-navigation-button:hover{
	background: linear-gradient(270deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
}

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

.faq-accordion-platinum .elementskit-card{
	overflow: hidden !important;
}

.faq-accordion-platinum .elementskit-card .elementskit-btn-link{
	border-radius: 0 !important;
}

@media only screen and (max-width: 991px){
	
	.about-us-img-2-platinum img{
		aspect-ratio: 1 / 0.99;
	}

	.company-review-platinum{
		transform: rotate(-180deg) translate(-50%, 50%);
	}
	
	.service-item-platinum .elementskit-btn{
		height: 50px;
		width: 50px;
	}
	
	.why-choose-body-img-platinum img{
		aspect-ratio: 1 / 0.914;
		object-position: top center;
	}

	.why-choose-img-platinum img{
		aspect-ratio: 1 / 0.9;
	}

	.testimonial-slider-items-platinum .swiper-slide .elementskit-commentor-content p{
		padding-bottom: 30px;
	}

	.testimonial-image-platinum img{
		aspect-ratio: 1 / 0.76;
	}
}

@media only screen and (max-width: 767px){

	.company-review-platinum{
		transform: rotate(-180deg) translate(0, 20%);
	}

	.testimonial-slider-items-platinum .swiper-slide .elementskit-commentor-content{
		margin-bottom: 20px;
	}

	.testimonial-slider-items-platinum .swiper-slide .elementskit-commentor-content p{
		padding-bottom: 20px;
	}

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

/* About Us Page CSS ( Data Security ) */

.backdrop-box-platinum .elementskit-infobox,
.backdrop-box-platinum{
	backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.our-approach-image-platinum img{
	aspect-ratio: 1 / 0.820;
    object-fit: cover;
}

.our-team-platinum::before{
	left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.team-item-platinum{
	overflow: hidden !important;
}

.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-content{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px;
	z-index: 2;
}

.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img{
	position: relative;
	overflow: hidden;
	display: block;
}

.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img:after{
	content: '';
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.team-item-platinum:hover .elementor-image-box-wrapper .elementor-image-box-img:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img:before{
	content: '';
    position: absolute;
	display: block;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(13, 20, 34, 0.00) 48.56%, rgba(13, 20, 34, 0.80) 104.8%);
    z-index: 1;
}

.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img img{
	width: 100%;
    aspect-ratio: 1 / 1.23;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.team-item-platinum:hover .elementor-image-box-wrapper .elementor-image-box-img img{
	transform: scale(1.1)
}

.team-item-platinum .team-social-icon-platinum{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.team-item-platinum:hover .team-social-icon-platinum{
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.team-social-icon-platinum ul li a{
	background: linear-gradient(270deg, var(--e-global-color-accent) 0%, var(--e-global-color-accentsecondary) 100%);
}

.our-feature-image-1-platinum img{
	aspect-ratio: 1 / 0.61;
	object-fit: cover;
}

.our-feature-image-2-platinum img{
	aspect-ratio:1 / 0.641;
	object-fit: cover;
}

.our-feature-experience-counter-platinum .elementor-counter-title{
	text-align: center;
}

.customer-counter-platinum{
	height: 32px !important;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 991px){
	
	.team-item-platinum:hover .team-social-icon-platinum{
		top: 20px;
	}

	.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-content{
		padding: 20px;
	}
	
	.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img img{
		aspect-ratio: 1 / 1.065;
	}

	.our-feature-image-1-platinum img{
		aspect-ratio: 1 / 0.487;
	}

	.our-feature-image-2-platinum img{
		aspect-ratio:1 / 0.54;
	}
}

@media only screen and (max-width: 767px){
	
	.our-approach-image-platinum img{
		aspect-ratio: 1 / 0.657;
	}
	
	.team-item-platinum .elementor-image-box-wrapper .elementor-image-box-img img{
		aspect-ratio: 1 / 1.08;
	}

	.our-feature-image-1-platinum img{
		aspect-ratio: 1 / 0.62;
	}

	.our-feature-image-2-platinum img{
		aspect-ratio: 1 / 0.6;
	}
}