/*
Theme Name: Diggy
Theme URI: https://1.envato.market/diggy-wp
Description: Creative Agency & Portfolio WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.1
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: diggy
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-text-font-family);
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-black);
}

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

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

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

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

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 300;
	line-height: 1.1em;
	margin :0;
	color: var(--e-global-color-white);
}

figure{
	margin: 0;
}

iframe{
	max-width: 100%;
}

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

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

	body{
		font-size: 15px;
	}
}

/* Theme Button CSS  */

.btn-default{
	position: relative;
	display: inline-block;
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
	background: url('assets/images/white-arrow.svg') no-repeat;
	background-position: right 35px center;
	background-size: 24px auto;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--e-global-color-white);
	border-radius: 100px;
	padding: 19px 70px 19px 35px;
	border: none;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

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

.btn-default::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-primary) 0%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 30%;
    width: 100%;
    height: 100%;
    z-index: -1;
	transition: all 0.5s ease-in-out;
}

.btn-default::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Elementor Button CSS  */

.elementor-button{
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	z-index: 1;
}

.elementor-button::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-primary) 0%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 30%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.elementor-button::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.elementor-button .elementor-button-icon{
	font-size: 24px;
	display: flex;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

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

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

	.btn-default{
		font-size: 16px;
		background-position: right 25px center;
		background-size: 20px auto;
		padding: 17px 60px 17px 25px;
	}
	
	.btn-default:hover{
		background-position: right 22px center;
	}

	.elementor-button .elementor-button-content-wrapper{
		gap: 15px !important;
	}

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

}


/* Image Animation CSS */

.at-image-animation .elementor-widget-container,
.image-anime .elementor-widget-container,
figure.image-anime{
	position: relative;
    overflow: hidden;
}

.image-anime .elementor-widget-container:after,
figure.image-anime: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;
}

.image-anime .elementor-widget-container:hover:after,
figure.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.container{
	max-width: 1400px;
}

.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%);
	width: 24px !important;
	height: 24px !important;
	background: transparent;
	border: 1px solid var(--e-global-color-primary);
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity:1 !important;
}

#ball .circle{
	background: var(--e-global-color-white);
    width: 8px;
    height: 8px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}


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

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

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

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

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

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

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

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

/* Ekit Icon Box Size */

.ekit-wid-con svg{
	width: inherit !important;
	height: inherit;
}

.elementor-widget-elementskit-icon-box .elementskit-info-box-icon>svg path{
	stroke: none !important;
}

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

/* Theme Header CSS */

header.main-header{
	position: relative;
	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;
    transform: translateY(0);
	background: var(--e-global-color-secondary);
	border-bottom: 1px solid var(--e-global-color-divider);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.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: 300 !important;
}	

.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;
	position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 100px;
	padding: 0 20px;
}

.main-menu ul::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-text);
    border-radius: 100px;
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-menu ul li{
	margin: 0 6px;
	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-family: var(--e-global-typography-primary-font-family);
	font-size: 18px;
	font-weight: 400;
	padding: 15px 14px !important;
	color: var(--e-global-color-white);
}

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

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

.main-menu ul ul::before{
	border-radius: 0 0 20px 20px;
}

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

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

.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;
	position: relative;
	z-index: 1;
}

.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: var(--e-global-color-primary);
	padding: 7px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 3px;
}

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

.slicknav_menu{
	padding: 0;
	background: var(--e-global-color-secondary);
	max-height: 80vh;
	overflow: auto;
}

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

.slicknav_nav::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-text);
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 18px;
	font-weight: 400;
	padding: 10px 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-white);
	opacity: 50%;
}

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

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

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-90deg);
}

/* Page Header Style */

.page-header{
	background: var(--e-global-color-black);
    background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 120px;
	margin-top: -125px;
}

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

.page-header-box h1{
    font-size: 90px !important;
	letter-spacing: -0.04em;
	background: -webkit-linear-gradient(270.46deg, var(--e-global-color-text) 25.72%, var(--e-global-color-primary) 148.05%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
	padding-bottom: 0.1em;
	margin-bottom: 10px;
}

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

.page-header-box ol{
	margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item{
	color: var(--e-global-color-white);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	color: var(--e-global-color-white);
}

.page-header-box ol li.breadcrumb-item a{
	color: inherit;
}

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

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

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

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

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

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

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

/* Theme Footer css */

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

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

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

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

.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-black);
	width: 40px;
	height: 40px;
	color: var(--e-global-color-white);
	font-size: 16px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

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

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

.copyright{
	text-align: right;
}

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

/* 404 Page CSS */

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

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

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

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

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

.error-page-content-heading h2{
	font-size: 60px !important;
    background: -webkit-linear-gradient(270.46deg, var(--e-global-color-text) 25.72%, var(--e-global-color-primary) 148.05%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: none;
    padding-bottom: 0.1em;
}

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

/* Archive and Single CSS */

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

.blog-item{
	background-color: var(--e-global-color-secondary);
    height: calc(100% - 40px);
	margin-bottom: 40px;
}

.blog-item .blog-featured-image figure a{
    display: block;
    overflow: hidden;
}

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

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

.blog-item-body{
    padding: 40px;
}

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

.blog-item-content h3{
    font-size: 22px;
	color: var(--e-global-color-white) !important;
	word-wrap: break-word;
}

.blog-item-content h3 a{
    color: inherit;
}

.blog-item-content p{
    margin: 0;
}

.readmore-btn{
    position: relative;
    display: inline-block;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--e-global-color-white);
    padding-right: 30px;
    border: none;
}

.readmore-btn::before{
    content: '\f061';
    position: absolute;
    top: 0;
    right: 3px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover::before{
    right: 0;
}

.pagination .nav-links{
	margin-top: 20px;
	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-white);
	border-radius: 3px;
	width: 40px;
	height: 40px;	
	margin: 0 5px;
	font-weight: 600;
	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-white);
	color: var(--e-global-color-accent);
}

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

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

.post-single-meta ul li{
	display: inline-block;
	margin-right: 25px;
}

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

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

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

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

.post-single-image img{
	width: 100%;
    aspect-ratio: 1 / 0.50;
	object-fit: cover;
}

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

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

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

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

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

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

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

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

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

.post-entry ul li{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	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-position: 35px 30px;
    background-size: 60px;
    border-radius: 3px;
    padding: 30px 30px 30px 120px !important;
    margin-bottom: 30px !important;
}

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

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

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

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

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

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

.tag-links{
	font-size: 22px;
    font-weight: 400;
    color: var(--e-global-color-white);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags .tag-links a{
	display: inline-block;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border-radius: 3px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--e-global-color-primary);
}

.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-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border-radius: 3px;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover{
	background-color: var(--e-global-color-primary);
}


.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

@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 .header-sticky{
		padding: 20px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		background-size: contain;
        padding: 150px 0 50px;
        margin-top: -90px;
	}

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

	.page-header-box .trail-items,
	.page-header-box .post-meta ul{
		font-size: 16px;
	}
	
	.page-header-box .taxonomy-description{
		color: var(--e-global-color-text);
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 30px 0 50px;
	}

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

	.blog-item-body{
		padding: 30px;
	}

	.blog-item-content h3{
		font-size: 20px;
	}

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

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

	.post-entry blockquote{
		background-position: 30px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px !important;
		margin-bottom: 20px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

	.copyright{
		text-align: center;
	}

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

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

	.error-page-content-heading{
		margin-bottom: 20px;
	}
	
	.error-page-content-heading h2{
		font-size: 44px !important;
	}	

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

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

	.slicknav_nav .slicknav_row,
	.slicknav_nav li a{
		font-size: 16px;
	}

	.navbar-brand img{
		max-width: 150px;
	}

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

	.blog-item-body{
        padding: 20px;
    }

	.blog-item-content{
		margin-bottom: 15px;
	}

	.blog-item-content h3{
        font-size: 18px;
    }

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

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

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

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

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

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

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

	.post-entry blockquote{
		background-position: 20px 20px;
		background-size: 35px;
        padding: 55px 20px 20px 20px !important;
	}

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

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

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

	.post-single-meta ul li{
		margin-right: 14px;
	}

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

/* Default Post and Page CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border: none;
	background: var(--e-global-color-secondary);
	border-radius: 3px;
}

.wp-block-search .wp-block-search__input{
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 3px;
	padding: 10px 20px;
}

.wp-block-search .wp-block-search__button{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white) !important;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	padding: 10px 20px;
	outline: 0;
	transition: all 0.4s ease-in-out;
}

.wp-block-search .wp-block-search__button:hover{
	background: var(--e-global-color-divider) !important;
	color: var(--e-global-color-white) !important;
}

.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: 300 !important;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-white) !important;
	text-transform: capitalize;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: all 0.4s ease-in-out;
}

.wp-block-tag-cloud a:hover{
	background: var(--e-global-color-primary);
}

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

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

.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-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-white) !important;
	border: none;
	line-height: 1.2em;
	padding: 18px 35px;
}

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

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

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

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

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

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

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

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

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

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

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select{
	border-radius: 3px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-text);
	border: none;
	font-size: 17px;
	padding: 10px 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"]{
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 3px;
	padding: 10px 20px;
}

.post-password-form input[type="submit"]{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	border: none;
	font-weight: 300;
	font-size: 16px;
	border-radius: 3px;
	padding: 10px 20px;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}

.post-password-form input[type="submit"]:hover{
	background: var(--e-global-color-primary);
}

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

aside.widget a{
	color: var(--e-global-color-white);
	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-white);
}

aside.widget .tagcloud a{
	display: inline-block;
	font-size: 16px !important;
	background: var(--e-global-color-primary);
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 3px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;	
}

aside.widget .tagcloud a:hover{
	background: var(--e-global-color-divider);
}

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

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

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

aside.widget ul li a{
	color: var(--e-global-color-text);
	transition: all 0.3s ease-in-out;
}

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

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

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

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

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

aside.widget select,
aside.widget .wp-block-categories-dropdown select,
aside.widget .wp-block-archives-dropdown select{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-text);
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	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-darkdivider);
	border-left: 1px solid var(--e-global-color-darkdivider);
	color: var(--e-global-color-text);
}

aside.widget table tr td,
aside.widget table tr th{
	border-right: 1px solid var(--e-global-color-darkdivider);
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	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 input{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-text);
	font-weight: 300;
	width: 100%;
	padding: 10px;
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 3px;
}

aside.widget .search-submit{
	max-width: 86px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	border: none;
	outline: 0;
	box-shadow: none;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

aside.widget .search-submit:hover{
	background: var(--e-global-color-divider);
}

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

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

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

aside.widget .has-login-form input[type="submit"]{
	font-size: 18px;
	font-weight: 300;
	border-radius: 3px;
    background: var(--e-global-color-primary);
    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: 15px 30px;
}

aside.widget .has-login-form input[type="submit"]:hover{
	background-color: var(--e-global-color-divider);
}

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

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

aside.widget .wp-block-tag-cloud a{
	background: var(--e-global-color-primary);
}

aside.widget .wp-block-tag-cloud a:hover{
	background: var(--e-global-color-divider);
}

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

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

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

	.wp-block-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;
		padding: 16px 30px;
	}

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

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

}

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

	.elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
		width: 100%;
	}
	
	.has-medium-font-size{
		font-size: 20px !important;
	}

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

	.has-x-large-font-size{
		font-size: 30px !important;
	}
	
	aside.widget{
		padding: 20px;
	}
	
	.wp-block-navigation__responsive-container{
		padding: 20px !important;
	}	

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

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

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

/* 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-text);
}

.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-white);
	font-size: 30px;
	margin-bottom: 10px;
}

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

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link{
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-white);
	border-radius: 3px;
	text-transform: capitalize;
	padding: 4px 10px;
	transition: all 0.4s ease-in-out;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover{
	background: var(--e-global-color-primary);
}

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

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

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

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

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

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

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

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

.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;
	font-family: var(--e-global-typography-accent-font-family);
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	border: none;
	padding: 17px 35px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s ease-in-out;
}

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

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

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

.comment-list .comment .comment-meta .comment-metadata  .comment-edit-link{
	color: var(--e-global-color-white);
	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: var(--e-global-color-secondary);
	padding: 2px 10px;
	border-radius: 3px;
	font-size: 14px;
	color: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
}

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

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

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

.comment-content table tr td,
.comment-content table tr th{
	border-right: 1px solid var(--e-global-color-darkdivider);
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	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: 300;
	margin-bottom: 15px;
	color: var(--e-global-color-text);
}

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

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

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

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

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

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

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

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

	.comment-form .form-submit .submit{
		font-size: 16px;
		padding: 17px 30px;
	}

}

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

/* Portfolio Widgets CSS */

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

.awaiken-portfolio-grid__filters li{
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	position: relative;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
	display: flex;
	align-items: center;
	height: auto;
	font-size: 16px !important;
	text-transform: capitalize;
	line-height: 1.2em;
	padding: 10px 20px;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-white);
	border-radius: 3px;
	border: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:last-child{
	margin-right: 0;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active{
	background: 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{
	margin: 5px 10px;
	color: var(--e-global-color-text);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.1em;
	text-transform: capitalize;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	bottom: -6px;
	background-color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

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

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover:before,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active:before{
	width: 100%;
}

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

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

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

@media (min-width: 767px){
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(50% - (var(--portfolio-gap) / 2));
	}
}

@media (min-width: 1240px){
	
	.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));
	}
}

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

.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-out;
	margin-bottom: 30px;
	border-radius: 3px;
	aspect-ratio: 1 / 0.67 !important;	
}

.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.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-grid-item__content a .awaiken-portfolio-grid-item__title{
	font-size: 22px;
	color: var(--e-global-color-white);
	text-transform: capitalize;
	margin-bottom: 20px;
}

.portfolio-work-item .awaiken-portfolio-grid article:first-child .awaiken-portfolio-grid-item__wrapper,
.portfolio-work-item .awaiken-portfolio-grid article:nth-of-type(5n + 5) .awaiken-portfolio-grid-item__wrapper{
	width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.portfolio-work-item.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item:nth-of-type(3n + 3){
	width: 100%;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.portfolio-work-item.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item:nth-of-type(3n + 3) .awaiken-portfolio-grid-item__img{
	aspect-ratio: 1 / 0.47 !important;
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-1 .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__title{
	margin: 0;
}

.awaiken-portfolio-item-design-1 .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__excerpt{
	display: none;
}

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

	.awaiken-portfolio-grid__filters{
		margin-bottom: 40px;
		gap: 10px 15px;
	}

	.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img{		
		aspect-ratio: 1 / 0.77 !important;
		margin-bottom: 20px;
	}

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

	.portfolio-work-item .awaiken-portfolio-grid article:first-child .awaiken-portfolio-grid-item__wrapper,
	.portfolio-work-item .awaiken-portfolio-grid article:nth-of-type(5n + 5) .awaiken-portfolio-grid-item__wrapper{
		max-width: 95%;
	}

	.portfolio-work-item.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item:nth-of-type(3n + 3){
		max-width: 90%;
	}

}

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

	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
		font-size: 14px !important;
		padding: 8px 20px;
	}

	.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li{
		margin: 5px;
		font-size: 16px;
	}

	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content a .awaiken-portfolio-grid-item__title{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.portfolio-work-item .awaiken-portfolio-grid article:first-child .awaiken-portfolio-grid-item__wrapper,
	.portfolio-work-item .awaiken-portfolio-grid article:nth-of-type(5n + 5) .awaiken-portfolio-grid-item__wrapper{
		max-width: 100%;
	}

	.portfolio-work-item.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item:nth-of-type(3n + 3) .awaiken-portfolio-grid-item__img{
		aspect-ratio: 1 / 0.77 !important;
	}

	.portfolio-work-item.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item:nth-of-type(3n + 3){
		max-width: 100%;
	}
	
}

/* Elementor Header CSS */

.main-header:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	background: #fff;
	transform: scale(0,100%);
	border-bottom: 1px solid var(--e-global-color-secondary);
	transition: all 0.4s ease-in-out !important;
}

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

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

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

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

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

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

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

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

.mobile-menu{
	display: none;
}

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

.ata-site-logo .ata-site-logo-container img{
    max-height: 50px;
}

.header-menu{
    font-family: var(--e-global-typography-accent-font-family);
}

.header-menu .elementskit-navbar-nav{
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border-radius: 100px;
	padding: 0 20px;
}

.header-menu ul::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-text);
    border-radius: 100px;
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: 0;
} 

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

.header-menu .elementskit-navbar-nav > li > a:hover,
.header-menu .elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a{
    opacity: 50%;
} 

.header-menu .elementskit-navbar-nav .elementskit-submenu-panel::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-text);
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0 0 20px 20px;
}    

@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{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--e-global-color-darkdivider);
	}

	.elementskit-navbar-nav .elementskit-submenu-panel{
		background-color: transparent !important;
		margin-left: 20px;
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}

	.mobile-menu{
		display: block;
	}

    .header-menu .ekit_menu_responsive_tablet .elementskit-menu-container::before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: var(--e-global-color-text);
		opacity: 10%;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.header-menu ul::before{
		display: none;
	}

	.header-menu .elementskit-navbar-nav{
		padding: 0;
		border-radius: 0;
	} 

	.header-menu .elementskit-navbar-nav .elementskit-submenu-panel::before{
       display: none;
    }
}

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

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

/* Elementor Footer CSS */

.scrolling-content .marquee-wrapper .ekit-title-and-description a{
	display: inline-flex;
    color: transparent !important;
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--e-global-color-white);
    stroke: var(--e-global-color-white);
}	

.scrolling-content .marquee-wrapper .ekit-title-and-description a::after{
	content: '/';
    margin-left: 30px;
}

.work-together-btn .elementor-icon-wrapper a{
	width: 120px;
    height: 120px;
	box-shadow: 0px -12px 4px 0px #00000080;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.work-together-btn .elementor-icon-wrapper a svg{
	transform: rotate(0deg);
	transition:  all 0.3s ease-in-out;
}

.work-together-btn .elementor-icon-wrapper a:hover svg{
	transform: rotate(45deg);
}

.about-footer{
	position: relative;
}

.about-footer:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
	left: auto;
	transform: translate(-100%, -50%);
    background: url("assets/images/footer-about-circle.svg") no-repeat;
    background-position: top right;
    background-size: cover;
    width: 110px;
    height: 110px;
}

.footer-links ul{
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 16px;
	position: relative;
}

.footer-links ul li:first-child{
	padding-left: 0;
	padding-right: 16px;
}

.footer-links ul li:last-child{
	padding-right: 0;
}

.footer-links ul li::before{
	content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--e-global-color-white);
    border-radius: 50%;
}

.footer-links ul li:first-child::before{
	display: none;
}

.footer-links ul li a{
	display: inline-block;
	color: var(--e-global-color-white);
}

.footer-social-list .elementor-widget-container .elementor-icon-list-items{
	gap: 20px;
}

.footer-social-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item{
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	 border-radius: 100px;
	padding: 10px 15px; 
}

.footer-social-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item::before,
.newsletter-form .contact-form-footer .form-group p button::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-primary) 0%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 30%;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}

.footer-social-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item::after,
.newsletter-form .contact-form-footer .form-group p button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 20%;
	width: 100%;
	height: 100%;
	border: none;
	border-style: none !important;
	z-index: -1;
}

.newsletter-form .contact-form-footer .form-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
     border: 1px solid var(--e-global-color-darkdivider);
    border-radius: 100px;
    padding: 5px;  
}

.newsletter-form-content .elementor-widget-container p{
	opacity: 30%;
}

.newsletter-form .contact-form-footer .form-group p button{
	position: relative;
	overflow: hidden;
    display: inline-block;
    background: url("assets/images/white-arrow.svg") no-repeat;
    background-position: right 35px center;
    background-size: 24px auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
	padding: 19px 70px 19px 35px;
	border: none;
}

.newsletter-form .contact-form-footer .form-group p button:hover{
	background-position: right 32px center;
}

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

.footer-layout-3-links ul{
	list-style: inherit;
	padding-left: 18px;
}

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

.footer-layout-3-links ul li::marker{
	font-size: 16px;
	color: var(--e-global-color-white);
}

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

	.work-together-btn .elementor-icon-wrapper a{
		width: 80px;
		height: 80px;
	}

	.about-footer:before{
		width: 70px;
		height: 70px;
	}

	.about-footer .footer-social{
        margin-bottom: 0;
    }	

	.newsletter-form .contact-form-footer .form-group p button{
		background-position: right 25px center;
        background-size: 20px auto;
		padding: 17px 60px 17px 25px;
	}

}

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

	.scrolling-content .marquee-wrapper .ekit-title-and-description a::after{
		margin-left: 20px;
	}

	.work-together-btn .elementor-icon-wrapper a{
		width: 60px;
		height: 60px;
	}

	.about-footer:before{
		width: 50px;
		height: 50px;
	}

	.footer-links .ekit-vertical-menu-container ul{
		text-align: center;
	}

	.footer-links ul li{	
		padding-left: 12px;
		padding-right: 8px;
	}
	
	.footer-links ul li:first-child{
		padding-left: 0;
		padding-right: 8px;
	}

	.footer-layout-3-links ul li::marker{
		font-size: 14px;
	}

	.newsletter-form .contact-form-footer .form-group p button{
		font-size: 14px;
        background-position: right 25px center;
        background-size: 18px auto;
		padding: 15px 50px 15px 20px;
	}

	.footer-social-list .elementor-widget-container .elementor-icon-list-items{
		gap: 15px;
	}
}

/* Global CSS */

.column-2 .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-2 ul li .elementor-icon-list-text{
	align-self: start !important;
}

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

@media only screen and (max-width: 991px){
	.br-tablet-none br{
		display: none;
	}
}
@media only screen and (max-width: 767px){

	.column-2 .elementor-icon-list-items{
		gap: 0;
	}

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

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

/*  Heading Small Icon & Hide Small Icon  */

.section-title .elementor-widget-container{
	position: relative;
	overflow: hidden;
}

.section-title .elementor-heading-title{
    position: relative;
    color: var(--e-global-color-white);
    background: url('assets/images/icon-sub-heading.svg') no-repeat;
    background-position: left 15px center;
    background-size: 4px auto;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 15px 8px 30px;
    overflow: hidden;
}

.section-title .elementor-heading-title::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-title .elementor-heading-title::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.diggy-hide-small-icon .section-title .elementor-heading-title{
	background: none;
	padding: 8px 15px 8px 15px;
}

h1.elementor-heading-title,
h2.elementor-heading-title{
	background: -webkit-linear-gradient(270.46deg, var(--e-global-color-text) 25.72%, var(--e-global-color-primary) 148.05%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
	padding-bottom: 0.1em;
}

/* Home Page CSS  */

.hero-client-box .elementor-icon svg{
	height: auto !important;
}

.hero-client-box .elementor-icon-box-title{
	font-family: var(--e-global-typography-text-font-family);
}

.satisfied-customer-box .ekit-chart-content{
	font-size: 22px !important;
	font-weight: 300 !important;
}

.about-cta-box .elementor-image-box-img{
    width: 50% !important;
} 

.about-cta-box .elementor-image-box-wrapper img{
	width: 100%;
    aspect-ratio: 1 / 0.45;
    object-fit: cover;
} 

.about-cta-box  .elementor-image-box-content{
    width: 50%;
    padding: 30px 60px;
}

.about-cta-box-icon{
	transform: translate(-50%, -45%);
}

.about-cta-box-icon .elementor-icon{
    width: 80px;
    height: 80px;
}

.working-process-box .elementor-element .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family)  !important;
}

.working-section{
	background-size: auto 100% !important;
}

.working-process-box{
	position: relative;
}

.working-process-no{
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
}

.working-process-no .elementor-heading-title{
	background-color: var(--e-global-color-white);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working-process-box::before {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	left: auto;
    transform: translate(30px, -50%);
    background-color: var(--e-global-color-secondary);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.working-process-box::after {
	content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(30px, -50%);
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 0;
}

.working-process-step .elementor-icon-box-wrapper{
	position: relative;
	z-index: 1;
}

.working-process .working-process-box:first-child::after{
	display:none !important;
}

.working-process .working-process-box:last-child::before
{
	display:none !important;
}

.working-process .working-process-box:last-child .working-process-step:before{
		display:none !important;
}

.working-process-step .elementor-icon-box-content .elementor-icon-box-title{
	width: calc(100% - 35px);
}

.testimonial-slider .elementskit-commentor-header{
	display: flex !important;
}

.testimonial-slider .elementskit-single-testimonial-slider .elementskit-commentor-image,
.testimonial-item-box .elementor-testimonial-wrapper .elementor-testimonial-image{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-slider .elementskit-single-testimonial-slider .elementskit-commentor-image::after,
.testimonial-item-box .elementor-testimonial-wrapper .elementor-testimonial-image::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;
}

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

.our-blog .elementskit-post-image-card .elementskit-entry-thumb img{
	aspect-ratio: 1 / 0.75;
    object-fit: cover;
}

.our-blog .elementskit-post-image-card:hover .elementskit-entry-thumb>img{
	transition: all 0.5s ease-in-out;
}

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

.our-blog .elementskit-post-image-card .elementskit-entry-thumb{
	position: relative;
	overflow: hidden;
}

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

.our-blog .elementskit-post-image-card .elementskit-entry-thumb:hover:after{
    height: 250% !important;
    transition: all 600ms linear;
    background-color: transparent;
}

.our-blog .btn-wraper a{
	font-family: var(--e-global-typography-accent-font-family);
}

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

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

.our-blog .btn-wraper a:hover svg{
	transform: translateX(3px);
}

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

	.working-process-box:nth-child(2n + 3)::after{
		display: none !important;
	}

	.testimonial-slider .elementskit-commentor-header .elementskit-icon-content svg{
		max-width: 30px;
	}
}

@media only screen and (max-width: 767px){
	
	.satisfied-customer-box .colorful-chart canvas{
		height: 70px !important;
		width: 70px !important;
	}
	
	.satisfied-customer-box .ekit-chart-content{
		font-size: 18px !important;
	}

    .about-cta-box .elementor-image-box-img{
        width: 100% !important;
    }

    .about-cta-box  .elementor-image-box-content{
        width: 100%;
        padding: 60px 30px 30px;
    } 

	.working-process-no {
		top: 20px;
	}

	.working-process-box::after,
	.working-process-box::before{
		display: none;
	}

	.working-process-step .elementor-icon-box-content .elementor-icon-box-title{
		width: calc(100% - 32px);
	}
}

/* About US Page CSS  */

.custome-breadcrumb .ekit-wid-con ol li{
	font-size: 17px;
}

.custome-breadcrumb .ekit-wid-con ol li:last-child{
	font-weight: 500;
}

.custome-breadcrumb .ekit-wid-con .brd_sep span svg path{
	fill: var(--e-global-color-text);
	font-weight: 500;
}

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

.page-about-image-1,
.page-about-image-2 {
	height: 100%;
}

.contact-now-image{
	position: absolute;
    right: 50px;
    bottom: 80px;
}

.contact-now-image .elementor-widget-container{
    animation: rotate 30s infinite linear;
}

@keyframes rotate{

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

}

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

.customer-counter .elementor-widget-container{
	position: relative;
	overflow: hidden;
}

.customer-counter .elementor-widget-container::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.customer-counter .elementor-widget-container::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fact-counter-item .elementor-counter-number-wrapper{
	font-family: var(--e-global-typography-text-font-family);
}

.fact-counter-item .elementor-counter-number-wrapper .elementor-counter-number-suffix{
    font-size: 50px;
    line-height: 2em;
}

.how-work-no h2.elementor-heading-title{
	-webkit-text-fill-color: unset;
    background: transparent;
}

.how-work-item{
	position: relative;
}

.how-work-item::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	border-right: 2px solid var(--e-global-color-divider);
	height: 100%;
}

.how-work-image{
	position: relative;
}

.how-work-image::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: url("assets/images/icon-hiw-dot.svg") no-repeat;
    background-position: right center;
    background-size: cover;
    width: 46px;
    height: 45px;
}

.how-work-box .how-work-item:nth-child(odd) .how-work-image::before{
	left: auto;
    right: 0;
    transform: translate(50%, -50%);
}

.how-work-box .how-work-item .how-work-image img{
    aspect-ratio: 1 / 0.40;
    object-fit: cover;
}

.how-work-box .how-work-item .how-work-image .elementor-widget-container{
	position: relative;
}

.how-work-box .how-work-item .how-work-image .elementor-widget-container::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(269.69deg, var(--e-global-color-black) 0.27%, rgba(0, 0, 0, 0) 98.6%);
    width: 100%;
    height: 100%;
}

.how-work-box .how-work-item:nth-child(odd) .how-work-image .elementor-widget-container::before{
	background: linear-gradient(90.69deg, var(--e-global-color-black) 0.27%, rgba(0, 0, 0, 0) 98.6%);
}

.how-work-title .elementor-icon-box-content .elementor-icon-box-description{
    max-width: 460px;
}

.why-us .section-title .elementor-heading-title::after{
	background: var(--e-global-color-white);
}

.why-us .section-title .elementor-heading-title::before{
    background-image: none;
}

.why-us h2.elementor-heading-title{	
	-webkit-text-fill-color: var(--e-global-color-white);
}

.why-us-item{
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.our-faqs-image{
	height: 100%;
} 

.our-faqs-image .elementor-widget-container{
	position: relative;
	overflow: hidden;
}

.our-faqs-image .elementor-widget-container::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90.39deg, rgba(0, 0, 0, 0) 42.83%, var(--e-global-color-black) 95.69%);
    width: 100%;
    height: 100%;
}

.our-faqs-image .elementor-widget-container::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("assets/images/faqs-gradient-shape.svg") no-repeat;
    background-position: bottom left;
    background-size: cover;
    width: 340px;
    height: 325px;
    z-index: 2;
} 

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

.faq-accordion .ekit-accordion-title{
	font-family: var(--e-global-typography-primary-font-family);
}

.faq-accordion .ekit_accordion_icon_group,
.faq-accordion .ekit_accordion_active_icon,
.faq-accordion .ekit_accordion_active_icon svg{
	transition: all 0.3s ease-in-out;
}

.faq-accordion .ekit_accordion_active_icon svg{
	transform: rotate(45deg);
}

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

    .custome-breadcrumb .ekit-wid-con ol li{
        font-size: 16px;
    }

	.contact-now-image{
		position: absolute;
		right: 30px;
		bottom: 0;
	}

    .fact-counter-item .elementor-counter-number-wrapper .elementor-counter-number-suffix{
        font-size: 36px;
    }

	.how-work-box .how-work-item .how-work-image img{
		aspect-ratio: 1 / 0.61;
		object-fit: cover;
	}

	.our-faqs-image .elementor-widget-container::after{
		width: 200px;
        height: 190px;
	}
}

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

	.page-about-image-1 img{
		height: auto !important;
		aspect-ratio: 1 / 0.8;
	}

	.contact-now-image{
		right: 50%;
		transform: translateX(50%);
	}

	.page-about-image-2 img{
		height: auto !important;
		aspect-ratio: 1 / 0.54;
	}

	.customer-counter .elementor-icon-box-wrapper{
		align-items: center;
	}

    .fact-counter-item .elementor-counter-number-wrapper .elementor-counter-number-suffix{
        font-size: 28px;
    }

	.how-work-image::before,
	.how-work-item::before{
		display: none;
	}

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

	.our-faqs-image .elementor-widget-container::after{
		width: 160px;
        height: 150px;
	}

	.our-faqs-image .elementor-widget-container::before{
		display: none;
	}
}

/* Service Page Css */

.services-icon-items,
.services-icon-box{
	overflow: hidden !important;
}

.services-icon-items::before,
.services-icon-box::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    border: 1px solid var(--e-global-color-darkdivider);
	border-radius: 3px;
    transition: all 0.4s ease-in-out !important;
    z-index: 1;
}

.services-icon-items:hover::before,
.services-icon-box:hover::before{
    top: 0 !important;
}

.services-icon-items .ekit-badge,
.services-icon-box .ekit-badge{
    position: relative;
    color: var(--e-global-color-white);
    background:transparent;
    overflow: hidden;
}

.services-icon-items .ekit-badge::before,
.services-icon-box .ekit-badge::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.services-icon-items .ekit-badge::after,
.services-icon-box .ekit-badge::after{
    content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
	opacity: 20%;
	width: 100%;
	height: 100%;
	z-index: 1;
} 

.services-icon-items .btn-wraper a,
.services-icon-box .btn-wraper a{
	display: inline-flex;
	align-items: center;
	font-family: var(--e-global-typography-accent-font-family);
}

.services-icon-items .btn-wraper svg,
.services-icon-box .btn-wraper svg{
	margin-left: 8px;
	transition: all 0.3s ease-in-out;
}

.services-icon-items .btn-wraper svg path,
.services-icon-box .btn-wraper svg path{
    stroke: none !important;
}

.services-icon-items .btn-wraper .elementskit-btn:hover svg,
.services-icon-box .btn-wraper .elementskit-btn:hover svg{
	transform: translateX(3px);
} 

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

.customer-support-item .elementskit-infobox::before{
    -webkit-transition: all .4 ease !important;
    transition: all .4s ease !important;
}

.customer-support-item .btn-wraper .elementskit-btn{
	font-family: var(--e-global-typography-accent-font-family);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.customer-support-item .ekit-wid-con .elementskit-btn::before{
    display: none;
}

.customer-support-item .btn-wraper svg{
	margin-left: 8px;
	transition: all 0.3s ease-in-out;
}

.customer-support-item .btn-wraper .elementskit-btn:hover svg{
	transform: translateX(3px);
}

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

    .services-icon-items .elementskit-infobox .elementskit-info-box-icon svg{
        height: 100px;
    } 

}

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

    .services-icon-items .elementskit-infobox .elementskit-info-box-icon svg{
        height: 80px;
    } 
}

/* Service Detail Css */

.service-planning-img-1 img{
    aspect-ratio: 1 / 1.49;
    object-fit: cover;
}

.service-planning-circle{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
}

.service-planning-circle .elementor-widget-container::before{
	content: '';
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background-color: var(--e-global-color-white);
	opacity: 25%;
	border-radius: 50%;
}

.service-planning-circle .elementor-widget-container{
    animation: planningrotate 30s infinite linear;
} 

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

.service-entry-item .ekit-icon-box-badge .ekit-badge{
	height: 40px;
    width: 40px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.service-conter-img img{
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

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

    .service-conter-img img{
        aspect-ratio: 1 / 0.7;
    }
}

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

    .service-conter-img img{
        aspect-ratio: 1 / 0.9;
    }
}

/* Team Page */

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

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

.team-social-share-icon{
    line-height: 0;
}

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

.team-social-list{
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    z-index: 1;
}

.team-social-list .team-social-icon{
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.team-social-list .team-social-icon a{
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.team-image-box:hover .team-social-list .team-social-icon{
    transform: translateY(0);
    opacity: 1;
}

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

/* Team Details */

.list-icon-style ul li svg{
    border-radius: 100%;
} 

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

.member-detail-header h3{
    position: relative;
    border-radius: 100px !important;
    padding: 8px 16px;
    overflow: hidden ;
	font-family: var(--e-global-typography-text-font-family) !important;
}

.member-detail-header h3::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(45.3% 50% at 52.82% 83.33%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.member-detail-header h3::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(50.3% 49% at 53% 30%, var(--e-global-color-text) 0%, var(--e-global-color-primary) 100%);
    opacity: 30%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pe-progress-bar .skill-bar-content .skill-title{
    font-family: var(--e-global-typography-text-font-family) !important;
}

.pe-progress-bar .single-skill-bar .skill-bar-content {
    margin-right: 50px;
	margin-bottom: 20px !important;
}

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

.pe-progress-bar .skillbar-group .skill-bar {
    height: 14px;
}

.pe-progress-bar .skillbar-group .number-percentage-wraper{
    position: absolute !important;
    top: 0 !important;
    right: 0px;
}

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

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

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

}

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

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

    .pe-progress-bar .single-skill-bar .skill-bar-content{
		margin-right: 40px;
        margin-bottom: 15px !important;
    }
}

/* Portfoliyo List CSS  */

.our-work-item{
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.our-work-item.work-box{
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.work-item-image{
	position: relative;
	margin-bottom: 30px;
}

.work-item-image figure{
	display: block;
	border-radius: 3px;
}

.work-item-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
	border-radius: 3px;
}

.work-readmore-btn{
	content: '';
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.work-readmore-btn a{
	position: relative;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.work-readmore-btn a::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-white);
    opacity: 30%;
    width: 100%;
    height: 100%;
	z-index: 0;
}

.work-readmore-btn a img{
	width: 100%;
	max-width: 16px;
	height: auto;
}

.work-item-body{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.work-item-title h3{
	color: var(--e-global-color-white) !important;
	font-size: 22px !important;
	text-transform: capitalize;
}

.work-item-tags{
	margin-left: 20px;
}

.work-item-tags ul{
	list-style-type: disc;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	padding-left: 20px;	
}

.work-item-tags ul li{
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 32px;
}

.work-item-tags ul li:last-child{
	margin-right: 0px;
}

.our-work-item.work-highlighted-box .work-item-content{
	width: 100%;
	max-width: 70%;
}

.work-item-content P{
	margin: 0;
}

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

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

	.our-work-item.work-box{
		max-width: 90%;
		margin-bottom: 30px;
	}

	.work-item-image figure img{
		aspect-ratio: 1 / 0.77;
	}

	.work-item-title h3{
		font-size: 20px !important;
	}

	.work-item-body{
		margin-bottom: 20px;
	}

	.work-item-tags{
		margin-left: 10px;
	}

	.work-item-tags ul li{
		font-size: 15px;
	}
}

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

	.work-item-image{
		margin-bottom: 20px;
	}

	.work-readmore-btn{
		bottom: 20px;
		right: 20px;
	}

	.work-item-body{
		display: block;
	}

	.work-item-title h3{
		font-size: 18px !important;
		margin-bottom: 10px;
	}

	.work-item-tags{
		margin-left: 0px;
	}
}

/* Portfoliyo Details CSS */

.portfolio-single-featured-img img{
	aspect-ratio: 1 / 0.47;
	object-fit: cover;
}

.about-client-detail .elementor-icon-list-item strong{
	font-size: 20px;
}

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

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

	.about-client-detail .elementor-icon-list-item strong{
		font-size: 18px;
	}
}

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

	.portfolio-single-featured-img img{
		aspect-ratio: 1 / 0.75;
	}

	.portfolio-single-image .elementor-widget-container img{
		aspect-ratio: 1 / 0.86;
	}
}

/* Pricing CSS */
    
.pricing-accordion .ekit-accordion-title{
    font-family: var(--e-global-typography-secondary-font-family);
}

.pricing-accordion .ekit_accordion_active_icon{
	transition: all 0.3s ease-in-out;
}

.pricing-accordion .ekit_accordion_active_icon svg{
	transform: rotate(45deg);
}

.pricing-list-content .elementskit-pricing-btn-wraper{
    display: none;
}

.pricing-list-content .elementskit-single-pricing{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.pricing-list-content .elementskit-pricing-header{
    width: 78%;
	padding-left: 65px;
	padding-right: 20px;
    position: relative;
}

.pricing-list-content .elementskit-single-pricing .elementskit-pricing-price-wraper{
    width: 22%; 
	line-height: revert;
} 

.pricing-list-content .elementskit-pricing-header i{
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-list-content .elementskit-single-pricing .elementskit-pricing-subtitle{
    margin: 0 !important;
}

.pricing-list-content .elementskit-pricing-price{
    text-align: end;
}

.pricing-list-content .elementskit-pricing-price-wraper .elementskit-pricing-price span,
.pricing-list-content .elementskit-pricing-price-wraper .elementskit-pricing-price sup{
    vertical-align: top;
    font-family: var(--e-global-typography-secondary-font-family) !important;
}

.pricing-list-content .elementskit-pricing-price-wraper .elementskit-pricing-price .period{
	display: flex;
    justify-content: end;
    text-decoration: line-through;
    opacity: 30%;
	top: 5px;
}

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

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

    .pricing-list-content .elementskit-single-pricing .elementskit-pricing-price-wraper{
        width: 100% !important; 
    } 
	
	.pricing-list-content .elementskit-pricing-header{
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}

    .pricing-list-content .elementskit-pricing-header i{
        position: relative;
    }

    .pricing-list-content .elementskit-pricing-header h3{
        padding-top: 20px !important;
    }

    .pricing-list-content .elementskit-pricing-price{
        text-align: start;
        padding-top: 20px;
    }

    .pricing-list-content .elementskit-pricing-price-wraper .elementskit-pricing-price sub{
        top: 0;
        left: 5px;
    }

    .pricing-list-content .elementskit-pricing-price-wraper .elementskit-pricing-price .period{
        justify-content: start;
    }
}

/* Contact Us Page CSS */

.wpcf7-spinner{
	display: none;
}

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

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

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

.google-map-iframe iframe{
    filter: grayscale(1);
    transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
    filter: grayscale(0);
}

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

    .contact-info-item .elementskit-infobox .elementskit-info-box-icon svg{
        height: 40px;
    }

}

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

    .contact-info-item .elementskit-infobox .elementskit-info-box-icon svg{
        height: 34px;
    }

}