/*
Theme Name: Renovex
Theme URI: https://1.envato.market/renovex-wp
Description: Construction and Architecture WordPress Theme
Author: AwaikenThemes
Author URI: https://themeforest.net/user/awaiken
Version: 1.0.1
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: renovex
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: 16px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

img{
	max-width: 100%;
	height: auto;
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

.elementor-widget-text-editor p{
	line-height: inherit;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

a{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
}

figure{
	margin: 0;
}

iframe{
	max-width: 100%;
}

.elementor-widget-button{
	line-height: 0;
}

/* Theme Button CSS  */

.btn-default{
	font-family: var(--e-global-typography-accent-font-family);
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accent);
	border-radius: 5px;
	padding: 5px 5px 5px 20px;
	border: none;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default:hover{
	color: var(--e-global-color-white);
}

.btn-default::after{ 
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--e-global-color-primary);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.btn-default svg,
.btn-default i{
    width: 42px;
    height: 42px;
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	border-radius: 5px;
	padding: 11px;
	margin-left: 6px;
	transition: all 0.4s ease-in-out;
}

.btn-default i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-default:hover svg,
.btn-default:hover i{
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
}

@media only screen and (max-width: 991px){
	
	.btn-default{
		font-size: 16px;
		padding: 5px 5px 5px 16px;
	}
	
	.btn-default svg,
	.btn-default i{
        width: 36px;
        height: 36px;
		padding: 9px;
	}
}

/* Elementor Button CSS */

.elementor-widget-elementskit-creative-button .ekit_position_aware svg{
	height: 42px;
    width: 42px;
    background-color: var(--e-global-color-primary);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 12px;
	transition: all 0.4s ease-in-out;
	margin-left: 10px;
}

.elementor-widget-elementskit-creative-button .ekit_position_aware svg path{
	stroke: none !important;
	fill: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
} 

.elementor-widget-elementskit-creative-button .ekit_position_aware:hover svg{
	 background-color: var(--e-global-color-accent);
}

.elementor-widget-elementskit-creative-button .ekit_position_aware:hover svg path{
	fill: var(--e-global-color-primary) !important;
}

.button-highlighted.elementor-widget-elementskit-creative-button .ekit_position_aware:hover svg{
	 background-color: var(--e-global-color-primary);
}

.button-highlighted.elementor-widget-elementskit-creative-button .ekit_position_aware:hover svg path{
	fill: var(--e-global-color-white) !important;
}

@media only screen and (max-width: 991px){
	
	.elementor-widget-elementskit-creative-button .ekit_position_aware svg{
		height: 36px;
    	width: 36px;
		padding: 10px;
	}
}

/* Image Animation CSS */

.at-animation-image-style-1 img{
	clip-path: inset(0 100% 0 0); 
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect{
	position: relative;
	overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect:after{
	content: '';
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect:hover:after{
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}

.at-distortion-effect canvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: inherit;
}

.container{
	max-width: 1500px;
}

.container{
    padding-right: 15px;
    padding-left: 15px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

#magic-cursor{
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index:1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: var(--e-global-color-accent);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

.theme-preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000 !important;
	background-color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-preloader .loading-container,
.theme-preloader .loading-container .loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.theme-preloader .loading-container{
	margin: 40px auto;
}

.theme-preloader .loading-container .loading{
	border: 1px solid transparent;
	border-color: transparent var(--e-global-color-white) transparent var(--e-global-color-white);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.theme-preloader .loading-container:hover .loading,
.theme-preloader .loading-container .loading{
	transition: all 0.5s ease-in-out;
}

.theme-preloader .loading-container #loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

/* Ekit Icon Box Size */

.elementor-widget-icon .elementor-icon-wrapper{
	line-height: 0;
}

.elementor-widget-elementskit-icon-box .elementskit-box-header{
	line-height: 0;
}

.elementskit-funfact .funfact-icon svg path{
	stroke: none !important;
}

.elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.ekit_social_media li a:hover i,
.ekit_social_media li a:hover svg{
    color: inherit !important;
}

/* Theme Header CSS */

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 var(--e-global-color-divider);
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-divider);
    transform: translateY(0);
	background: var(--e-global-color-primary);
}

.main-menu{
	font-family: var(--e-global-typography-primary-font-family);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
	flex-wrap: wrap;
}

.main-menu ul li{
	margin: 0 10px;
	position: relative;
}

.main-menu ul li:last-child{
	margin-right: 0;
}

.main-menu ul li.menu-item-has-children > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a{
	position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 12px 10px !important;
	color: var(--e-global-color-white);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--e-global-color-accent);
}

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--e-global-color-accent);
	opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
}

.main-menu ul ul ul ul ul{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a,
.main-menu ul ul li a:focus{
	color: var(--e-global-color-primary);
	padding: 6px 20px !important;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover{
	color: var(--e-global-color-white);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-90deg);
	color: var(--e-global-color-white);
}

/* Page Header Style */

.page-header{
	position: relative;
	background: var(--e-global-color-primary);
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding: 275px 0 170px;
	overflow: hidden;
}

.page-header:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-header-box{
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-header-box h1{
    font-size: 52px !important;
	letter-spacing: -0.02em !important;
	color: var(--e-global-color-white) !important;
	line-height: 1.1em !important;
    margin-bottom: 10px;
	word-wrap: break-word;
}

.breadcrumb-trail{
	line-height: 1.3em;
}

.trail-items{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
	text-align: center;
}

.trail-items li{
	font-weight: 500;
	color: var(--e-global-color-white);
	display: inline-block;
}

.trail-items li:before{
	content: '/';
	margin: 0 8px;
}

.trail-items li:first-child:before{
	display: none;
}

.trail-items li a{
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer{
	background-color: var(--e-global-color-primary);
}

.copyright{
	text-align: right;
}

.copyright p{
	color: var(--e-global-color-white);
	margin: 0;
}

/* 404 Page CSS */

/* Archive and Single CSS */

.page-blog-archive{
	padding: 100px 0px;
}

.post-item{
	position: relative;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.post-featured-image a,
.post-featured-image figure{
	position: relative;
	display: block;
}

.post-featured-image a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--e-global-color-primary);
	opacity: 40%;
	z-index: 1;
}

.post-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 1.064;
    object-fit: cover;
	border-radius: 10px;
	transition: all 0.6s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.08);
}

.post-item-tags{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
}

.post-item-tags ul{
	padding: 0;
	margin: 0;
}

.post-item-tags ul li{
	list-style: none;
}

.post-item-tags a{
	display: inline-block;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 500;
	line-height: 1.5em;
	color: var(--e-global-color-white);
	background: var(--e-global-color-divider);
	backdrop-filter:  blur(30px) saturate(100%);
	-webkit-backdrop-filter: blur(30px) saturate(100%);
	border-radius: 5px;
	padding: 5px 14px;
	transition: all 0.4s ease-in-out;
}

.post-item-tags a:hover{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
}

.post-item-body{
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
	z-index: 1;
}

.post-content-box{
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.post-item-meta p{
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--e-global-color-white);
	margin-bottom: 10px;
}

.post-item-content h2{
	color: var(--e-global-color-white) !important;
    font-size: 20px !important;
	line-height: 1.4em !important;
	letter-spacing: 0 !important;
	word-wrap: break-word;
}

.post-item-content h2 a{
    color: inherit;
}

.post-item-btn{
	line-break: 0;
}

.post-item-btn a{
	font-weight: 600;
	color: var(--e-global-color-white);
}

.post-item-btn a svg,
.post-item-btn a i{
	width: 24px;
	height: auto;
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	padding: 6px;
	margin-left: 6px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover svg,
.post-item-btn a:hover i{
	transform: rotate(0deg);
}

.post-item-btn a i{
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagination .nav-links{
	margin-top: 30px;
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
	border-radius: 10px;
	width: 40px;
	height: 40px;	
	margin: 0 5px;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
}

.page-single-post{
	padding: 100px 0;
}

.post-single-meta ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
}

.post-single-meta ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	color: var(--e-global-color-white);
	line-height: 1.2em;
}

.post-single-meta ul li:last-child{
	margin-right: 0;
}

.post-single-meta ul li i{
	font-size: 18px;
	color: var(--e-global-color-white);
	margin-right: 8px;
}

.post-single-meta ul li a{
	color: inherit;
}

.post-single-image{
	margin-bottom: 30px;
	overflow: hidden;
}

.post-single-image figure,
.post-single-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 10px;
}

.post-content{
	width: 100%;
	max-width: 1250px;
	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-primary);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 1em 0 0.7em;
	color: var(--e-global-color-primary);
}

.post-entry h1{
	font-size: 40px !important;
}

.post-entry h2{
	font-size: 36px !important;
}

.post-entry h3{
	font-size: 26px;
}

.post-entry h4{
	font-size: 22px;
}

.post-entry h5{
	font-size: 18px;
}

.post-entry h6{
	font-size: 16px;
}

.post-entry ul{
	padding-left: 20px;
	margin: 20px 0;
}

.post-entry ul li{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5em;
	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-accent) url('assets/images/icon-blockquote.svg') no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
    border-radius: 10px;
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 20px !important;
	color: var(--e-global-color-primary);
	font-weight: 600;
	margin-top: 0;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.post-entry blockquote cite{
    font-size: 18px;
    color: var(--e-global-color-primary);
}

.post-entry table{
	border-top: 1px solid var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

.post-entry table tr td,
.post-entry table tr th{
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	padding: 4px 10px;
}

.post-entry .has-fixed-layout tr td{
	border-color: inherit;
}

.tag-links{
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a{
	display: inline-block;
    font-size: 16px;
    font-weight: 600;
	line-height: 1em;
    text-transform: capitalize;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.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-accent);
    color: var(--e-global-color-primary);
    border-radius: 10px;
    width: 40px;
    height:40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover{
    background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.post-social-sharing ul li a i{
    font-size: 18px;
}

.post-entry hr{
	border-top: 1px solid var(--e-global-color-divider);
	opacity: 1;	
}

.post-entry table caption{
	text-align: center;
}

@media only screen and (max-width: 1440px){
	
	.container{
		max-width: 1300px;
	}	
	
	.post-item-tags{
		top: 30px;
		left: 30px;
	}
	
	.post-item-body{
		right: 30px;
		bottom: 30px;
		left: 30px;
	}
	
	.post-content{
		max-width: 1100px;
	}
	
	.page-single-post .comment-box{
		max-width: 1100px !important;
	}
}

@media only screen and (max-width: 1024px){

	.main-menu ul li{
		margin: 0;
	}
}

@media only screen and (max-width: 991px){

	#magic-cursor{
        display: none !important;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.main-menu ul li{
        margin: 0 10px;
    }

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		background-attachment: inherit;
		padding: 170px 0 80px;
	}

	.page-header-box h1{
		font-size: 40px !important;
	}
	
	.post-item-tags{
		top: 20px;
		left: 20px;
	}

	.post-item-body{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.post-content-box{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}

	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 50px 0;
	}

	.post-single-image{
		margin-bottom: 20px;
	}
	
	.post-entry p{
		margin-bottom: 15px;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
        padding: 20px 20px 20px 70px !important;
        margin-bottom: 20px !important;
    }

	.post-entry blockquote p{
		font-size: 18px !important;
	}

	.post-entry ul li,
	.post-entry ol li{
		font-size: 16px;
	}
	
	.post-entry ul li{
		margin-bottom: 10px;
	}

	.post-tags{
		margin-bottom: 20px;
	}

	.post-tags .tag-links a{
		padding: 12px 15px;
	}

	.post-social-sharing{
		text-align: left;
	}

	.copyright{
		text-align: center;
	}
}

@media only screen and (max-width: 767px){

    .page-header-box h1{
        font-size: 28px !important;
    }
	
	.post-item-content h2{
		font-size: 18px !important;
	}
	
	.post-single-meta ul li i,
	.post-single-meta ul li{
		font-size: 16px;
	}

	.post-single-image figure,
	.post-single-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry h1{
		font-size: 28px !important;
	}

	.post-entry h2{
		font-size: 24px !important;
	}

	.post-entry h3{
		font-size: 20px;
	}

	.post-entry h4{
		font-size: 18px;
	}

	.post-entry h5{
		font-size: 16px;
	}

	.post-entry h6{
		font-size: 14px;
	}

	.post-entry blockquote{
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px !important;
	}

	.post-entry blockquote p{
		font-size: 16px !important;
	}
}

/* Default Post and Page CSS */

.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;
}

.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size{
	line-height: 1.4em;
}

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-button__link{
	width: auto;
}


.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	background: var(--e-global-color-accent);
	border: 0;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary) !important;
	padding: 10px 30px;
	border-radius: 5px;
	padding: 17px 20px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.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.is-style-outline .wp-element-button:hover,
.wp-element-button:hover{
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-white) !important;
}

.wp-block-quote.is-style-large{
	padding-top: 30px;
	padding-bottom: 30px;
}


.gallery.gallery-columns-3{
	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-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;
}

aside.widget{
	background: var(--e-global-color-secondary);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

aside.widget a{
	color: var(--e-global-color-accent);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

aside.widget .wp-block-heading{
	font-size: 20px;
	color: var(--e-global-color-primary);
	margin-bottom: 20px;
	word-break: break-word;
}

aside.widget ul{
	padding-left: 20px !important;
	margin: 0;
	list-style: inherit !important;
}

aside.widget ul li{
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

aside.widget ul li a{
	color: var(--e-global-color-text);
}

aside.widget ul ul{
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: -10px;
}

aside.widget ul li:last-child{
	margin-bottom: 0;
}

aside.widget select{
	background: var(--e-global-color-white);
	color: var(--e-global-color-text);
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
	outline: 0;
	box-shadow: none;
}

aside.widget table{
	width: 100%;
	background: var(--e-global-color-white);
	border-top: 1px solid var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

aside.widget table tr td,
aside.widget table tr th{
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	padding: 4px;
	text-align: center;
}

aside.widget table caption{
	text-align: center;
}

aside.widget .has-login-form label{
	margin-bottom: 5px;
}

aside.widget .has-login-form input[type="text"],
aside.widget .has-login-form input[type="password"]{
	background: var(--e-global-color-white);
	color: var(--e-global-color-text);
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
    padding: 10px 20px;
	width: 100%;
}

aside.widget .has-login-form input[type="checkbox"]{
	width: auto;
}

aside.widget .has-login-form input[type="submit"]{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	border-radius: 5px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary) !important;
    line-height: 1em;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    padding: 17px 20px;
}

aside.widget .has-login-form input[type="submit"]:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white) !important;
}

@media only screen and (max-width: 991px){

	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item{
		width: calc(50% - 15px);
	}
	
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3){
		margin-right: 30px;
	}

	
	div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n + 2){
		margin-right: 0;
	}
	
	
	.wp-block-button.is-style-outline .wp-element-button,
	.wp-element-button,
	aside.widget .has-login-form input[type="submit"]{
		font-size: 16px;
		padding: 15px 16px;
	}
	
	aside.widget{
		padding: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item{
		width: 100%;
	}
	
	div:not(.elementor-image-gallery) .gallery .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3){
		margin-right: 0;
	}

	
	.elementor-image-gallery .gallery.gallery-columns-3 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;
	}
}

/* Post Comment Box CSS */

.page-single-post .comment-box{
	max-width: 1250px;
	margin: 80px auto 0;
}

.page-single-post .comment-box a{
	color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child){
	margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title{
	color: var(--e-global-color-primary);
	font-size: 30px;
	margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 600;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	border-radius: 6px;
	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{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.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);
	color: var(--e-global-color-text);
    border-radius: 5px;
	outline: 0;
}

.comment-form .comment-form-cookies-consent{
	position: relative;
	padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label{
	display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"]{
	margin-top: 0 !important;
	margin-right: 4px;
	top: 6px;
	left: 0;
	position: absolute;
}

.comment-form .form-submit .submit{
	font-family: var(--e-global-typography-accent-font-family);
	display: inline-block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	border: 0;
	padding: 18px 25px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s ease-in-out;
}

.comment-form .form-submit .submit:hover{
	background:var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

@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{
		font-size: 24px;
	}

	.page-single-post .comment-box .comment-reply-title small{
		width: 100%;
		margin-top: 6px;
	}
	
	.comment-form .form-submit .submit{
		font-size: 16px;
		padding: 16px 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url{
		width: 100%;
		margin-right: 0;
	}
}

/* Project Widget CSS */

.awaiken-portfolio-grid__filters{
	--listIndent: 0;
	--contentSpacing: 0;
	--listStyleType: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 60px;
	flex-wrap: wrap;
	gap: 10px 50px;
}

.awaiken-portfolio-grid__filters li{
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 400;
	color: var(--e-global-color-primary);
	text-transform: capitalize;
	line-height: 1.4em;
	border: none;
	z-index: 1;
}


.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active:after{
	right: auto;
	left: 0;
    width: 100%;
}


.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active{
	color: var(--e-global-color-white);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2{
	list-style-type: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:after{
	content: ' ';
    position: absolute;
    top: 9px;
    left: -28px;
    background-color: var(--e-global-color-divider);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:first-child:after{
	display: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active{
	color: var(--e-global-color-accent);
}

.awaiken-portfolio-grid{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	--portfolio-gap: 30px;
	column-gap: var(--portfolio-gap);
	width: 100%;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: 100%;
}

.elementor-grid-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
}

@media only screen and (max-width: 1440px){

	.elementor-grid-laptop-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
	}
}

@media only screen and (max-width: 1024px){
	
	.elementor-grid-tablet-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(50% - (var(--portfolio-gap) / 2));
	}
}

@media only screen and (max-width: 767px){
	
	.elementor-grid-mobile-1 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: 100%;
	}
}

@media only screen and (max-width: 991px){
	
	.awaiken-portfolio-grid__filters{
		gap: 10px 32px;
		margin-bottom: 40px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:after{
		left: -20px;
	}
}

@media only screen and (max-width: 767px){

	.awaiken-portfolio-grid__filters{
        gap: 10px 20px;
		margin-bottom: 30px;
    }

	.awaiken-portfolio-grid__filters li{
		font-size: 14px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:after{
		width: 6px;
        height: 6px;
        left: -13px;
        top: 7px;
	}
}

/* Project Widget CSS ( Style - 1 ) */

.layout-style-1 .project-item{
	margin-bottom: 0;
}

.layout-style-1 .project-item-content .project-item-categories{
	margin-top: 10px;
}

.layout-style-1 .project-item-content .project-item-categories a:first-child{
 	 display: block;
}

.layout-style-1 .project-item-content .project-item-categories a{
	display: none;
	color: var(--e-global-color-white);
}

.layout-style-1 .awaiken-portfolio-item-design-1 .project-item-title p{
	display: none;
}

/* Project Widget CSS ( Style - 2 ) */

/* Elementor Header CSS */

.elementskit-navbar-nav > li.current-menu-item > a.active .elementskit-submenu-indicator{
	color: var(--e-global-color-accent) !important;
}

.elementskit-dropdown i.elementskit-submenu-indicator{
	transform: rotate(-90deg);
}

.elementskit-navbar-nav > .current-menu-ancestor a.ekit-menu-dropdown-toggle .elementskit-submenu-indicator,
.elementskit-navbar-nav > .menu-item-has-children:hover > a .elementskit-submenu-indicator{
	fill: var(--e-global-color-accent) !important;
}

.elementskit-submenu-panel .dropdown-item .elementskit-submenu-indicator{
	fill: var(--e-global-color-white);
	transform: rotate(-90deg);
}

.elementskit-submenu-panel li:hover .elementskit-submenu-indicator,
.elementskit-submenu-panel li.active .elementskit-submenu-indicator{
	fill: var(--e-global-color-primary);
}

@media only screen and (max-width: 1024px){
	
	.elementskit-dropdown i.elementskit-submenu-indicator{
		transform: rotate(0deg);
		padding: 0 !important;
	}
	
	.elementskit-navbar-nav-default .elementskit-dropdown-has>a svg.elementskit-submenu-indicator{
		max-width: 12px;
        max-height: 12px;
	}
	
	.elementskit-navbar-nav > .current-menu-ancestor a.ekit-menu-dropdown-toggle .elementskit-submenu-indicator,
	.elementskit-navbar-nav > .menu-item-has-children:hover > a .elementskit-submenu-indicator{
		fill: var(--e-global-color-primary) !important;
	}
	
	.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator{
		padding: 0;
	}
	
	.elementskit-submenu-panel .dropdown-item .elementskit-submenu-indicator{
		transform: rotate(0deg);
	}

	.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-navbar-nav-default .elementskit-nav-identity-panel{
		border-bottom: 1px solid var(--e-global-color-divider);
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}
	
	.elementskit-navbar-nav .elementskit-submenu-panel{
		background: none !important;
		margin-left: 20px;
	}
}

/* Elementor Footer CSS */

@keyframes sparkelotate{
	0%{
		transform: rotate(0) scale(1);
    }
	50%{
		transform: rotate(180deg) scale(0.5);
    }
    100%{
		transform: rotate(360deg) scale(1);
    }
}

.footer-form .form-group{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.footer-form .email-field{
	width: calc(100% - 40px);
} 

.footer-form .newsletter-btn input[type="submit"]{
	background: url('assets/images/footer-form-icon.svg') no-repeat center center;
	background-size: 20px auto;
}

.footer-form .wpcf7-not-valid-tip,
.footer-form .wpcf7-response-output{
	display: none;
}

.footer-links ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.footer-links ul li:last-child a{
	padding: 0 !important;
}

@media only screen and (max-width: 991px){
	
	.footer-links ul li a{
		padding-right: 20px !important;
	}
}

@media only screen and (max-width: 767px){

	.footer-links ul{
		justify-content: center;	
	}
	
	.footer-links ul li a{
		padding-right: 15px !important;
	}
}

/* Footer CSS ( Home - 2 ) */

/* Footer CSS ( Home - 3 ) */

.footer-menu-silver.footer-links ul li:last-child a{
	padding-right: 0 !important;
}

@media only screen and (max-width: 991px){

	.footer-menu-silver.footer-links ul li a{
		padding-right: 30px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.footer-menu-silver.footer-links ul li a{
		padding-right: 12px !important;
	}
}

/* Global CSS */

.sticky-column{
	position: sticky;
	top: 40px;
}

.image-height{
	height: 100%;
}

@media only screen and (max-width: 767px){
	
	.image-height{
		height: auto;
	}
}

/****************************/
/*   Elementor Pages CSS    */
/****************************/

/*  Heading Small Icon & Hide Small Icon  */

.section-title{
	line-height: 0;
}

.section-title .elementor-heading-title{
	padding-left: 16px;
	display: inline-block;
    position: relative;
}

.section-title .elementor-heading-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	background-color: var(--e-global-color-accent);
	mask-image: url('assets/images/icon-sub-heading.svg');
	mask-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

/* Home Page CSS  */

@keyframes infiniterotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.hero-info-image img,
.hero-info-item.box-2 img{
    aspect-ratio: 1 / 0.611;
}

.hero-info-item-content span{
	font-family: var(--e-global-typography-text-font-family) !important;
} 

.hero-info-btn .elementor-button-icon{
	font-size: 12px;
	height: 24px;
	width: 24px;
	background-color: var(--e-global-color-accent);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	display:flex;
	align-items: center;
	justify-content: center;
	transform:rotate(-45deg);
}

.hero-info-btn .elementor-button:hover .elementor-button-icon{
	transform:rotate(0deg);
}

.about-us-image img{
	aspect-ratio: 1 / 1.3;
}

.about-us-image-box-2 img{
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
}

.service-item-image img{
	aspect-ratio: 1 / 0.81;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item .service-item-btn{
	opacity: 0;
	transition: all 0.4s ease-in-out !important;
	transform: scale(0);
}

.service-item:hover .service-item-btn{
	opacity: 1;
	transform: scale(1);
}

.service-item .service-item-btn svg{
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-item .service-item-btn a:hover svg{
	transform: rotate(0);
}

.service-item:hover .service-item-image img{
	transform: scale(1.08);
}

.service-benefit-list .elementskit-infobox .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family);
}

.what-we-do-image img{
	aspect-ratio: 1 / 1.18;
    object-fit: cover;
}

.watch-video-circle-box{
	    animation: infiniterotate 20s infinite linear;
}

.watch-video-circle-box:hover{
	animation-play-state: paused; 
}

.feature-item-tag-list h3{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.pricing-item-header{
    backdrop-filter: blur(30px);
}

.pricing-item .elementor-widget .ekit-btn-wraper a{
	width: 100%;
	justify-content: space-between;
}

.cta-box-item .elementskit-info-box-icon{
	backdrop-filter: blur(30px) saturate(100%);
    -webkit-backdrop-filter: blur(30px) saturate(100%);
}

.testimonial-slider .elementskit-commentor-content img{
	width: 100%;
	max-width: 170px;
}

.testimonial-slider .elementskit-commentor-content p{
	padding-bottom: 30px;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.testimonial-slider .elementskit-testimonial-slider .swiper-pagination-bullet{
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.accordion-item .elementskit-card{
	overflow: hidden;
}

.accordion-item .elementskit-card .elementskit-btn-link{
	border-radius: 0 !important;
	font-family: var(--e-global-typography-primary-font-family);
}

.accordion-item .elementskit-accordion .elementskit-card .number{
    margin-right: 5px;
}

.our-blog .elementskit-post-image-card{
	position: relative;
	overflow: hidden;
}

.our-blog .ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb{
	height: 100%;
} 

.our-blog .elementskit-post-image-card:has(:not(.elementskit-entry-thumb)){
	background: linear-gradient(94.07deg, var(--e-global-color-primary) 100%, var(--e-global-color-accentsecondary) 0%); 
	aspect-ratio:1 / 1.064;
}

.our-blog .elementskit-post-image-card:has(.elementskit-entry-header){
	background-color: transparent;
}

.our-blog .elementskit-post-image-card .elementskit-entry-thumb>img{
	aspect-ratio:1 / 1.064;
    object-fit: cover;
	transition: all 0.6s ease-in-out !important;
}

.our-blog .elementskit-post-image-card .elementskit-entry-thumb:after{
	opacity: 40% !important;
}

 .our-blog .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb img{
	transform: scale(1.1);
	opacity: 1 !important;
} 

 .our-blog .entry-title{
	padding-bottom:25px;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
}

.our-blog .elementskit-post-body{
	position: absolute; 
	top: auto;    
	bottom: 40px;
    right: 40px;
    left: 40px;
	z-index: 2;
}

.our-blog .elementskit-post-image-card .elementskit-meta-wraper span:first-child{
	display: block;
}

.our-blog .elementskit-post-image-card .elementskit-meta-wraper span{
	display: none;
	backdrop-filter: blur(30px) saturate(100%);
    -webkit-backdrop-filter: blur(30px) saturate(100%);
	font-family: var(--e-global-typography-accent-font-family);
}

.our-blog .meta-date-text{
	text-transform: uppercase;
}

.our-blog .btn-wraper,
.our-blog .post-meta-list{
	line-height: 0;
}

.our-blog .btn-wraper a{
	font-family: var(--e-global-typography-accent-font-family);
}

.our-blog .btn-wraper a svg{
	height: 24px;
	width: 24px;
	padding: 6px;
	margin-left: 10px;
	border-radius: 100px;
	background-color: var(--e-global-color-accent);
	transform: rotate(-45deg);
	transition: all 0.4s  ease-in-out;
}

.our-blog .btn-wraper a:hover svg{
	transform: rotate(0);
	stroke: none;
}

.our-blog .btn-wraper a svg path{
	fill: var(--e-global-color-primary);
}

.our-blog .btn-wraper a:hover svg path{
	stroke: none !important;
}

@media only screen and (max-width: 1440px){
	
	.our-blog .elementskit-post-body{  
		bottom: 30px;
		right: 30px;
		left: 30px;
	}
}

@media only screen and (max-width: 1024px){
	
	.about-us-image img{
		aspect-ratio: 1 / 1.02;
	}

	.about-us-image-box-2 img{
		aspect-ratio: 1 / 1.05;
	}
}

@media only screen and (max-width: 991px){
	
	.hero-info-header .elementor-icon{
		padding: 13px !important;
	}
	
	.testimonial-slider .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.testimonial-slider .elementskit-commentor-content img{
		max-width: 150px;
	}
	
	.testimonial-slider .elementskit-commentor-content p{
		padding-bottom: 20px;
	}
	
	.our-blog .elementskit-post-body{  
		bottom: 20px;
		right: 20px;
		left: 20px;
	}
	
	.our-blog .entry-title{
		padding-bottom:20px;
	}
}

@media only screen and (max-width: 767px){
	
	.hero-info-image{
		height:100% !important;
	}
	
	.about-us-image img{
		aspect-ratio: 1 / 1.47;
	}
}

/* Home CSS ( Version - 2 ) */

.section-footer-counter .elementor-counter .elementor-counter-number-wrapper{
	font-family: var(--e-global-typography-text-font-family);
}

@media only screen and (max-width: 767px){
	
	.pricing-benefit-list .elementor-icon-list-items{
		gap: 10px 0;
	}
}

/* Home CSS ( Version - 3 ) */

.skills-progress-bars-silver .single-skill-bar .content-group{
    width: 100% !important;
}

.skills-progress-bars-silver .skill-title,
.skills-progress-bars-silver .number-percentage-wraper{
	font-family: var(--e-global-typography-primary-font-family);
}

.skills-progress-bars-silver .skill-bar{
    height: 10px !important;
}

.skills-progress-bars-silver .skill-bar .skill-track::after,
.skills-progress-bars-silver .skill-bar .skill-track::before{
    display: none;
}

.skills-progress-bars-silver .content-group .skill-bar-content{
    margin: 0 0 20px 0 !important;
	line-height: 1em;
}

.skills-progress-bars-silver .single-skill-bar .number-percentage-wraper{
    position: absolute !important;
    top: 0 !important;
    right: 0;
}

.testimonial-slider-silver .swiper-navigation-button.swiper-button-prev,
.testimonial-slider-silver .swiper-navigation-button.swiper-button-next{
	transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1440px){
	
	.skills-progress-bars-silver .content-group .skill-bar-content{
		margin: 0 0 15px 0 !important;
		line-height: 1em;
	}	
}

@media only screen and (max-width: 767px){
	
	.testimonial-slider-silver .swiper-navigation-button.swiper-button-prev,
	.testimonial-slider-silver .swiper-navigation-button.swiper-button-next{
		display: flex !important;
	}
}

/* About US Page CSS  */

.approach-item{
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.approach-item-image img{
	object-fit: cover
}

.values-image img{
    aspect-ratio: 1 / 1.15;
}

.value-counter-box{
	border-radius: 10px;
	backdrop-filter: blur(30px) saturate(100%);
	-webkit-backdrop-filter: blur(30px) saturate(100%);
}

.value-counter-box .funfact-icon svg{
	transition: all 0.4s ease-in-out;
}

.team-item .team-item-image:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.71%, rgba(0, 0, 0, 0.80) 85.3%);
	z-index: 1;
}

.team-item .team-item-image img{
	aspect-ratio: 1 / 1.36;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.team-item:hover .team-item-image img{
	transform: scale(1.08);
}

.team-social-list{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-list{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}

@media only screen and (max-width: 991px){
	
	.values-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.team-item .team-item-image img{
		aspect-ratio: 1 / 1.167;
	}
}

@media only screen and (max-width: 767px){
	
	.values-image img{
		aspect-ratio: 1 / 1.15;
	}
}

/* Service Details CSS */

.service-category-list .elementor-icon-list-items li,
.service-category-list .elementor-icon-list-items li a{
    flex-direction: row-reverse;
    justify-content: space-between;
}

.service-category-list .elementor-icon-list-items li .elementor-icon-list-icon svg{
	transform: rotate(-45deg);
}

.service-category-list .elementor-icon-list-items li:hover .elementor-icon-list-icon svg{
	transform: rotate(0deg);
}

.service-category-list .elementor-icon-list-items li .elementor-icon-list-icon svg,
.service-category-list .elementor-icon-list-items li a .elementor-icon-list-icon svg{
    margin: 0 !important;
	transition: all 0.4s ease-in-out !important;
}

.service-category-list .elementor-icon-list-text{
	padding-right: 10px;
	padding-inline-start: 0 !important;
}

.sidebar-cta-body-content ul li .elementor-icon-list-text{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.page-single-image img{
	aspect-ratio: 1 / 0.568;
	object-fit: cover;
}

.service-offer-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}

.service-offer-list ul li{
	width: calc(50% - 10px);
}

.service-process-image img{
	aspect-ratio: 1 / 0.6;
}

@media only screen and (max-width: 767px){

	.page-single-image img{
		aspect-ratio: 1 / 0.65;
	}

	.service-offer-list ul{
		gap: 0px;
	}
	
	.service-offer-list ul li{
		width: 100%;
	}
}

/* Project Archive CSS */

.project-item{
	position: relative;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.project-item-image a,
.project-item-image figure{
	position: relative;
	display: block;
	cursor: pointer;
}

.project-item-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(13, 13, 13, 0.00) 37.36%, var(--e-global-color-primary) 87.69%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.project-item-image img{
	width: 100%;
	aspect-ratio: 1 / 1.128;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.project-item:hover .project-item-image img{
	transform: scale(1.08);
}

.project-item-content{
	position: absolute;
	bottom: 40px;
	right: 40px;
	left: 40px;
	z-index: 1;
}

.project-item-content h2{
	font-size: 20px !important;
	color: var(--e-global-color-white) !important;
	letter-spacing: 0 !important;
}

.project-item-content h2 a{
	color: inherit;
}

.project-item-content p{
	color: var(--e-global-color-white);
	margin: 10px 0 0;
}

.project-item-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-item-btn{
	opacity: 1;
	transform: scale(1);
}

.project-item-btn a{
	width: 60px;
	height: 60px;
	background: var(--e-global-color-primary);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-item-btn a:hover{
	background: var(--e-global-color-accent);
	transform: rotate(0deg);
}

.project-item-btn a svg,
.project-item-btn a i{
	width: 24px;
	height: auto;
	color: var(--e-global-color-white);
	transition: all 0.4s ease-in-out;
}

.project-item-btn a i{
	font-size: 24px;
	width: initial;
}

.project-item-btn a:hover svg,
.project-item-btn a:hover i{
	color: var(--e-global-color-primary);
}

@media only screen and (max-width: 991px){
	
	.project-item-content{
		bottom: 30px;
		right: 30px;
		left: 30px;
	}

	.project-item-btn{
		top: 30px;
		right: 30px;
	}

	.project-item-btn a{
		width: 50px;
		height: 50px;
	}

	.project-item-btn a svg{
		width: 20px;
	}
	
	.project-item-btn a i{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.project-item-content{
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

	.project-item-btn{
        top: 20px;
        right: 20px;
    }
}

/* Project Details CSS */

.project-category-item .elementskit-infobox{
	align-items: center;
}

.project-category-item .elementskit-infobox .box-body{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project-process-item .elementskit-infobox .ekit-icon-box-badge .ekit-badge{
	font-family: var(--e-global-typography-primary-font-family);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 991px){
	
	.project-category-item .elementskit-infobox{
		align-items: start;
	}
	
	.project-category-item .elementskit-infobox .box-body .elementskit-info-box-title{
		width: 100%;
	}
	
	.project-process-item .elementskit-infobox .ekit-icon-box-badge .ekit-badge{
		width: 50px;
		height: 50px;
	}
}

/* Team Details CSS */

.team-sidebar-image img{
	aspect-ratio: 1 / 1.03;
	object-fit: cover;
}

.team-sidebar-body ul li .elementor-icon-list-text{
	width: 100%;
	gap: 10px;
	display: inline-flex;
	flex-wrap: wrap;
}

.team-sidebar-body ul li .elementor-icon-list-text span{
	min-width: 30%;
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 600;
	color: var(--e-global-color-primary);
}

.team-values-info-list.team-sidebar-body ul li .elementor-icon-list-text span{
	width: 36%;
}

@media only screen and (max-width: 1024px){

	.team-sidebar-body ul li .elementor-icon-list-text span{
		width: 34%;
	}
}

@media only screen and (max-width: 767px){

	.team-values-info-list.team-sidebar-body ul li .elementor-icon-list-text{
		gap: 5px;	
	}

	.team-values-info-list.team-sidebar-body ul li .elementor-icon-list-text span{
		width: 100%;
	}
}

/* Image Gallery CSS */

/* Video Gallery CSS */

.video-gallery .ekit-video-item a::before{
	transform: scale(0);
	transition: all 0.5s ease-in-out !important;
}

.video-gallery .ekit-video-item a:hover:before{
	opacity: 50% !important;
	transform: scale(1);
	border-radius: 10px;
}

.video-gallery .ekit-video-item a i{
	width: 60px;
	height: 60px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: all 0.4s ease-in-out !important;
	color: var(--e-global-color-primary) !important;
} 

/* Contact Us Page CSS */

.wpcf7-spinner{
	display: none;
}

.wpcf7-not-valid-tip{
	color: #E65757 !important;
	font-size: 14px;
    line-height: 1.1em;
    font-weight: 400;
}

.wpcf7-response-output{
	margin: 20px 0 0 0 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    border: 1px solid #E65757 !important;
    line-height: 1.1em;
    color: #E65757 !important;
}

.wpcf7-form.sent .wpcf7-response-output{
	color: #46B450 !important;
	border-color: #46B450 !important;
}

.ekit-wid-con a:focus-visible,
.ekit-wid-con button:focus-visible,
.ekit-wid-con input:focus-visible,
.ekit-wid-con textarea:focus-visible{
	outline : none;
}