/*
Theme Name: Toplax
Theme URI: https://themeforest.net/user/awaiken
Description: Factory & Industry WordPress Theme
Author: Awaiken
Author URI: https://awaiken.com/
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: toplax
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/




/* CUSTOM STYLES */
/* Styling the Elementor button inside arnousco-products-item */

.arnousco-pump-category-container{
	cursor: pointer !important;
	border: 1px solid #e8e8e8 !important;
	border-radius: 12px !important;
    padding: 3rem !important;
	
	img{
		border-radius:8px !important;
		margin-bottom: 1.5rem;
	}
	.elementor-heading-title{
		font-size: 2.2rem !important;
    	font-weight: 400 !important;
	}
	&:hover{
		box-shadow: 0px 9px 20px -5px rgba(0,0,0,0.1) !important;
		.elementor-heading-title{
			color: var(--e-global-color-accent) !important;
		}
	}
}

.arnousco-products-container{
	display: flex;
	flex-direction: row !important;
  	flex-wrap: wrap;
  	gap: 16px;
	
	.arnousco-products-item{
		/*flex: 100% !important;*/ /* Two columns with gap */;
		box-sizing: border-box; /* Ensure padding and border are included in the width */
		border-bottom: 2px solid !important; /* For visual debugging */
		padding: 8px;
		margin:12px;
		
		img{
				height: 25vh !important;
    			width: auto !important;
			}
		
		.arnousco-product-title-ul{
			.ul-title{
				color: var(--e-global-color-accent) !important; 
				margin-bottom: 0.5rem !important;
				font-size: 1.1em !important;
                font-weight: 500 !important;
			}
			p{
				margin-bottom: 0 !important;
			}
		}
		
		  
		.elementor-widget-button {
			margin-top: -2rem;

			.elementor-button {
				all: unset !important;
				padding-inline-end: 24px !important;
				font-size: 16px !important;
				font-weight: 600 !important;
				color: var(--e-global-color-primary) !important;
				text-decoration: none !important;
				position: relative !important;
				cursor: pointer !important;
				/*display: flex !important;*/
				align-items: center !important;
				justify-content: flex-start !important;
				overflow: hidden !important;
				&:before{
					content: none !important;
				}

				.elementor-button-content-wrapper {
					display: inline-flex !important;
					align-items: center !important;
					flex-grow: 0 !important;
					justify-content: flex-start !important;
					position: relative !important;
					transition: all 1000ms !important;
				}

				.elementor-button-text {
					padding-inline-start: 8px !important;
					position: relative !important;
					z-index: 1 !important;
					text-align: start !important;
					transition:1000ms !important;
					&::after{
						content:none !important;
					}
				}

				&::after {
					content: "";
					width: 24px;
					height: 24px;
					background-color: black; /* color of the arrow */
					mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E") center / contain no-repeat;
					-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E") center / contain no-repeat;
					mask-repeat: no-repeat;
					-webkit-mask-repeat: no-repeat;
					transition: background-color 0.3s;
					/*margin-inline-start: 10px;*/
					display: inline-flex;
					flex-shrink: 0;
					vertical-align: text-bottom !important;
				}

				&:hover::after {
					/*transform: translateX(100%);*/
					background: var(--e-global-color-accent);
				}
				&:hover{
					.elementor-button-content-wrapper{
						/*flex-grow:1 !important;*/
					}
					.elementor-button-text{
						color: var(--e-global-color-accent);
						/*font-weight:700;*/
					}
				}
			}
		}
		:dir(rtl) .elementor-button::after {
			transform: scaleX(-1); /* Flip the arrow horizontally */
			margin-inline-start: 0;
			margin-inline-end: 10px; /* Switch margin to the other side */
		}
		:dir(rtl) .elementor-button:hover::after {
			/*transform: translateX(-100%) scaleX(-1);*/
		}
	}
	.arnousco-products-item > div{
		height: 100% !important;
	}
	
	
	
	@media(min-width: 920px){
		.arnousco-products-item{
			/*flex: 1 1 calc(50% - 8px) !important;*/ /* Two columns with gap */
			width: calc(50% - 32px) !important;
			img{
				height: auto !important;
            	width: 100% !important;
			}
		}
		.arnousco-products-item-full{
			width: calc(100% - 32px) !important;
			img{
				height: auto !important;
            	width: 75% !important;
			}
		}
	}
	
	.arnousco-products-item-full{
		width: 100% !important;
		flex: 100% !important;
	}
}



/* END OF CUSTOM STYLES */






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

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

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

p{
	line-height: 1.7em;
	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-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{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 0.6em;
	text-transform: capitalize;
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
	padding: 2px 40px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.btn-default:hover{
	background-color: transparent;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	background-image: url('assets/images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transform: translate(-15px, -50%);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default:hover::before{
	transform: translate(-15px, -50%) rotate(45deg);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
    background: var(--e-global-color-primary);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	background-color: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	border-radius: 8px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.btn-default:hover span{
	background-color: transparent;
	color: var(--e-global-color-primary);
}

.btn-default span::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
    background: var(--e-global-color-accent);
    transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-highlighted{
	background-color: var(--e-global-color-white);
}

.btn-highlighted:hover{
	background-color: var(--e-global-color-primary);
}

.btn-highlighted::before{
	background-image: url('assets/images/arrow-dark.svg');
}

.btn-highlighted:hover::before{
	filter: brightness(0) invert(1);
}

.btn-highlighted span{
	color: var(--white-color );
	background-color: var(--e-global-color-accent);
}

.btn-highlighted:hover span{
	color: var(--e-global-color-primary);
}

.btn-highlighted span::after{
    background: var(--e-global-color-white);
}

/* Elementor Button CSS  */

.elementor-widget-button .elementor-button:has(:not(.elementor-button-icon)){
	padding-right: 2px;
}

.elementor-widget-button .elementor-button:has(.elementor-button-icon){
	padding-right: 8px;
}

.elementor-button-wrapper .elementor-button{
	position: relative;
	display: inline-flex;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.elementor-widget-button .elementor-button::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.elementor-widget-button .elementor-button:hover:before{
	width: 100%;
    left: 0;
    right: auto;
}

.elementor-button-wrapper .elementor-button .elementor-button-text{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    background-color: var(--e-global-color-white);
    border-radius: 8px;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 1;
}

.elementor-button-wrapper .elementor-button .elementor-button-content-wrapper{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.elementor-button-wrapper .elementor-button .elementor-button-icon svg{
	font-size: 24px;
	transition: all 0.4s ease-in-out;
}

.elementor-button-wrapper .elementor-button .elementor-button-text:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background: var(--e-global-color-accent);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.elementor-button-wrapper .elementor-button:hover .elementor-button-text:after{
    width: 100%;
    left: 0;
    right: auto;
}

.elementor-widget-button .elementor-button:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}

.elementor-widget-button .elementor-button::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background: var(--e-global-color-primary);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.elementor-button-wrapper .elementor-button:hover .elementor-button-icon svg{
	transform: rotate(45deg);
}

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

	.btn-default span{
		padding: 12px 15px;
	}

	.elementor-button-wrapper .elementor-button .elementor-button-text{
		padding: 12px 15px;
	}

}

/* 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: 1300px;
}

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

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

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

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

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

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	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-white) transparent var(--e-global-color-white);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

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

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

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

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

/* Ekit Icon Box Size */

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

.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: 20px 0;
	position: relative;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
}

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

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

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px !important;
	color: var(--e-global-color-primary);
}

.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 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 ease-out;
	will-change: transform;
	z-index: -1;
}

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

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

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

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 20px;
	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-white);
	padding: 4px 20px !important;
}

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

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

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

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

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

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

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

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

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

.slicknav_menu .slicknav_icon{
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em;
}

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

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

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

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

.slicknav_menu:after{
	clear: both;
}

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

.slicknav_nav .slicknav_arrow{
	font-size: .8em;
	margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item a{
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slicknav_btn{
	background: var(--e-global-color-accent);
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

/* Page Header Style */

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

.page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #00000030 0.02%, var(--e-global-color-black) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

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

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

.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 .breadcrumb-trail{
	line-height: 1.6em;
}

.page-header-box .trail-items,
.page-header-box .post-meta ul{
	display: inline-block;
	list-style: none;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0;
	margin: 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-accent);
	display: inline-block;
	font-weight: 500;
}

.page-header-box .trail-items li:before,
.page-header-box .post-meta ul li:before{
    content: "\f111";
	font-family: "FontAwesome";
	font-size: 6px;
	margin: 0 8px;
	position: relative;
	top: -3px;
}

.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-white);
	font-weight: 400;
	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-white);
}

/* Theme Footer css */

.footer-main{
	background-color: var(--e-global-color-primary);
	padding: 80px 0;
}

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

.footer-logo h4{
	font-size: 36px;
	font-weight: 700;
	color: var(--e-global-color-white) !important;
	letter-spacing: -0.01em;
}

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

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

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

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

.footer-social ul li a i{
	color: var(--e-global-color-accent);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

.copyright{
	text-align: right;
}

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

/* 404 Page CSS */

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

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

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

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

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

.error-page-content-heading h2{
	font-size: 50px !important;
	font-weight: 300 !important;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	cursor: none;
}

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

/* Archive and Single CSS */

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

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

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

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

.post-featured-image figure,
.post-featured-image a{
    display: block;
	border-radius: 40px;
}

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

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

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

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

.post-readmore-btn a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: var(--e-global-color-accent);
	padding-right: 34px;
	transition: all 0.3s ease-in-out;
}

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

.post-readmore-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url('assets/images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.post-readmore-btn a:hover::before{
	transform: translateY(-50%) rotate(45deg);
	filter: brightness(0) invert(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-primary) url('assets/images/icon-blockquote.svg') no-repeat;
	background-position: 35px 30px;
    background-size: 58px;
    border-radius: 30px;
    padding: 30px 30px 30px 100px !important;
    margin-bottom: 30px !important;
}

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

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

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

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

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

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

.post-tags .tag-links a:hover{
	background-color: 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: 10px;
}

.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-white);
    border-radius: 10px;
    width: 36px;
    height: 36px;
    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;
}

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

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

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

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

@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: 15px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		padding: 180px 0 80px;
		background-attachment: inherit;
	}

	.page-header-box h1{
		font-size: 54px !important;
	}
	
	.page-header-box .taxonomy-description{
		color: var(--e-global-color-text);
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.73;
        border-radius: 30px;
	}

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

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

	.post-featured-image:has(:not(a figure)){
		margin-bottom: 0;
	}
	
	.post-featured-image:has(a figure){
		margin-bottom: 20px;
	}
	
	.post-item-content h2{
		font-size: 18px !important;
		margin-bottom: 15px;
	}

	.post-item-btn{
		margin-left: 10px;
	}

	.post-item-btn a{
		width: 40px;
		height: 40px;
	}

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

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

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

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

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

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

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

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

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

	.footer-main{
		padding: 50px 0;
		background-size: 50% auto;
	}

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

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

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

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

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

	.copyright{
		text-align: center;
	}

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

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

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

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

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

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

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

	.footer-main{
		background-size: 80% auto;
	}

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

	.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: 65px 15px 15px 15px !important;
	}

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

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

	.error-page-content-heading h2{
        font-size: 28px !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: 10px;
}

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

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

.wp-block-search .wp-block-search__button:hover{
	background: var(--e-global-color-accent) !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: 600 !important;
    background-color: var(--e-global-color-accent);
	line-height: 1.7em;
	color: var(--e-global-color-white) !important;
	text-transform: capitalize;
	border-radius: 10px;
	padding: 6px 20px;
	margin-bottom: 10px;
	transition: all 0.3s 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-primary);
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button{
	font-size: 16px;
	background: var(--e-global-color-white);
	border: 2px solid var(--e-global-color-accent);
	color: var(--e-global-color-primary) !important;
	font-weight: 600;
	line-height: 1em;
	padding: 15px 25px;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.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-accent);
	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-accent) !important;
	color: var(--e-global-color-white) !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: 10px;
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
}

.wp-block-categories-dropdown:focus{
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-password-form input[type="submit"]{
	background: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	font-weight: 400;
	line-height: 1em;
	font-size: 16px;
	border: 2px solid var(--e-global-color-accent);
	border-radius: 10px;
	padding: 15px 20px;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}

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

aside.widget{
	background: var(--e-global-color-white);
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 4px 30px 0px #0000000A;
	border: 1px solid var(--e-global-color-secondary);
	margin-bottom: 30px;
}

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

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

aside.widget .tagcloud a{
	display: inline-block;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1.7em;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	padding: 6px 20px;
	border-radius: 10px;
	text-transform: capitalize;
	margin: 0 5px 10px 0;
	transition: all 0.3s ease-in-out;
}

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

aside.widget .wp-block-heading,
aside.widget .widget-title{
	font-size: 22px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	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: 500;
	color: var(--e-global-color-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

aside.widget .search-submit{
	max-width: 86px;
	background: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	outline: 0;
	box-shadow: none;
	border: 2px solid var(--e-global-color-accent) !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	padding: 15px !important;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

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

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

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

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

aside.widget .has-login-form input[type="submit"]{
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary) !important;
    line-height: 1em;
    border: 2px solid var(--e-global-color-accent);
    outline: 0;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    padding: 15px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Post Comment Box CSS */

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

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

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

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

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

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link{
	font-size: 14px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	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,
.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: 1px solid var(--e-global-color-divider);
    box-shadow: none;
    background: transparent;
    border-radius: 10px;
	outline: 0;
	box-shadow: none;
}

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

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

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

.comment-form .form-submit .submit{
	display: inline-block;
	background: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	border: 2px solid var(--e-global-color-accent);
	padding: 15px 25px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-list .comment .reply a{
	margin-top: 10px;
	display: inline-block;
	background: var(--e-global-color-accent);
	padding: 2px 10px;
	border-radius: 8px;
	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-primary);
	margin: 0.8em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Project CSS */

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

.awaiken-portfolio-grid__filters li{
    position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 1.2em;
	font-weight: 600;
    text-transform: capitalize;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
	display: flex;
	align-items: center;
	height: auto;
	padding: 11px 15px;
	background: var(--e-global-color-white);
	color: var(--e-global-color-primary);
	border-radius: 8px;
	border: 2px solid var(--e-global-color-accent);
}

.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-accent);
    color: var(--e-global-color-white);
}

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

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li{
	color: var(--e-global-color-primary);
    line-height: 1.6em;
    position: relative;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
}

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

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

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

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

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

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.7 !important;
    border-radius: 40px;
	margin-bottom: 30px;
}

.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__wrapper .awaiken-portfolio-grid-item__img img{
	transition: all 0.4s ease-out;
}

.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img img{
	position: relative;
	object-fit: cover;
	height: 100%;
	width: 100%;
	aspect-ratio: 1 / 0.7;
	transition: all 0.5s ease-out;
}

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}

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


.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories ul li a,
.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories a{
    position: relative;
    display: block;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    color: var(--e-global-color-white);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: capitalize;
    padding: 10px 12px;
    overflow: hidden;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories ul li a::before,
.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories a::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--e-global-color-primary);
    opacity: 10%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories a:first-child{
    display: block;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
    width: 100%;
    text-align: center;
    /* margin-bottom: 10px; */
}

.toplax-archive-project .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
    margin-bottom: 0;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__excerpt p{
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__excerpt{
    display: none;
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__title{
    margin-bottom: 10px;
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__excerpt{
    display: block;
    padding: 0 20px;
}

.elementor-element.awaiken-portfolio-gutter-0 .awaiken-portfolio-grid-item__wrapper{
	border-radius: 0;
}

.elementor-element.awaiken-portfolio-gutter-0 .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	border-radius: 0;
}

.elementor-element.awaiken-portfolio-gutter-0 .awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__content{
	margin-bottom: 5px;
}

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

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

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

    .awaiken-portfolio-grid__filters.portfolio_filter-design-2{
        gap: 10px 30px;
    }

    .awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before {
        right: -20px;
    }

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

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories{ 
        top: 15px;
        left: 15px;
    }

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories ul li a,
    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories a{
        font-size: 14px;
    }

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories ul li a,
    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__categories a{
        padding: 8px 10px;
    }

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
        margin-bottom: 0;
    }

    .awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
        font-size: 18px;
    }
    
    .awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__excerpt{
        padding: 0;
    }

}

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

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

    .awaiken-portfolio-grid__filters.portfolio_filter-design-2{
        gap: 10px 24px;
    }

    .awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
        right: -16px;
    }

}

/* Elementor Header CSS */

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

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

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

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

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

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

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

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

.mobile-menu{
	display: none;
}

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

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

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

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

@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-divider);
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}
	
	.elementskit-navbar-nav .elementskit-submenu-panel{
		background: none !important;
		margin-left: 20px;
	}

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

	.mobile-menu{
		display: block;
	}
}

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

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

/* Elementor Footer CSS */

.footer-contact-us-round{
    animation: contactrotate 20s infinite linear;
}

.footer-social-icons ul li a:hover{
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-white) !important;
}

.footer-social-icons ul li a:hover i{
    color: var(--e-global-color-white);
}

.footer-contact-list svg path{
    fill: var(--e-global-color-accent);
}

.footer-contact-list .elementor-icon-box-wrapper{
	align-items: center;
}

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

.privacy-policy-menu ul{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

.privacy-policy-menu .ekit-vertical-main-menu-wraper{
	text-align: end;
}  

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

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

	.privacy-policy-menu .ekit-vertical-main-menu-wraper{
		text-align: start;
	}

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

	.privacy-policy-menu .ekit-vertical-main-menu-wraper ul{
		justify-content: center;
	}
}

/* Global CSS */

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

.column-3 .elementor-icon-list-items{
	gap: 20px 30px;
}

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

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

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

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

.elementor-heading-title span{
	font-weight: 700;
}

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

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

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

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

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

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

/*  Heading Small Icon & Hide Small Icon  */

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

.section-title .elementor-heading-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	background: url("assets/images/icon-sub-heading.svg")no-repeat left center;
	width: 16px;
	height: 16px;
	background-size: cover;
}

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

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

/* Home Page CSS  */

.excellence-innovating-list ul{
    gap: 20px 100px;
}

.about-image{
    position: relative;
}

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

.company-experience-counter .elementor-counter-number-wrapper{
    width: 120px;
    padding-right: 20px;
}

.genuine-rating-counter .elementor-widget-container{
    background-clip: text;
}

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

.service-item .elementskit-infobox .btn-wraper svg{
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.elementor-element.service-item .elementskit-btn svg path{
	stroke: none !important;
}

.services-list-box .service-item{
	position: relative;
}

.services-list-box .service-item::after{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -30px;
    bottom: 0;
    left: auto;
    border-right: 1px solid var(--e-global-color-divider);
}

.services-list-box .service-item:nth-of-type(4):after{
	display: none;
}

.our-story-header-img img{
    aspect-ratio: 1 / 0.71;
    object-fit: cover;
}

.our-story-img img{
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
}

.intro-video-box .ekit-video-popup{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
    width: fit-content;
    height: auto;
}

.intro-video-box .ekit-video-popup i{
	color: var(--e-global-color-accent);
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 6px solid var(--e-global-color-accent);
    border-radius: 50%;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.intro-video-box:hover .ekit-video-popup i{
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.intro-video-box .elementor-icon-box-icon a{
    border: 6px solid var(--e-global-color-accent);
    border-radius: 50%;
    height: 66px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease-in-out;
}

.intro-video-box .elementor-icon-box-wrapper:hover a{
	fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}

.what-we-do-item .elementor-icon-box-wrapper .elementor-icon-box-content p{
    opacity: 80%;
}

.what-we-do-footer p span,
.what-we-do-footer p strong{  
	text-decoration: underline;  
    color: var(--e-global-color-accent);
}

.what-we-do-image{
	height: 100%;
}

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

.contact-now-circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contact-now-circle .elementor-widget-container{
    animation: contactrotate 20s infinite linear;
}

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

.process-step-item{
    position: relative;
    overflow: hidden;
}

.process-step-item::before{
    top: auto;
	bottom: 0;
	left: 0;
    right: 0;
	width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.process-step-item.active:before,
.process-step-item:hover:before{
	height: 100%;
	top: 0;
	bottom: auto;
}

.process-step-item.active  .elementor-widget-container .elementor-heading-title ,
.process-step-item.active  .elementor-icon-box-wrapper .elementor-icon-box-title ,
.process-step-item.active  .elementor-icon-box-wrapper .elementor-icon-box-description,
.process-step-item:hover .elementor-widget-container .elementor-heading-title ,
.process-step-item:hover .elementor-icon-box-wrapper .elementor-icon-box-title ,
.process-step-item:hover .elementor-icon-box-wrapper .elementor-icon-box-description {
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.pricing-box .elementskit-pricing-price-wraper.has-tag {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
}

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

.pricing-box .elementskit-pricing-lists li svg path{
    stroke: none !important;
}

.pricing-box .elementskit-pricing-lists>li:not(:last-child) {
    margin-bottom: 0 !important;
}

.home-blog-section .elementskit-post-image-card{
    box-shadow: none;
}

.home-blog-section .elementskit-post-image-card .elementskit-entry-header img{
    aspect-ratio: 1 / 0.63;
    object-fit: cover;
	transition: all 0.4s ease-in-out !important;
}

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

.home-blog-section .elementskit-post-image-card .elementskit-entry-header a{
    position: relative;
    overflow: hidden;
}

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

.home-blog-section .elementskit-post-image-card .elementskit-entry-header a:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.home-blog-section .elementskit-post-image-card .elementskit-post-body{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-blog-section .elementskit-post-image-card .elementskit-post-body h2{
    margin-bottom: 0;
    width: 65%;
}

.home-blog-section .elementskit-post-image-card .elementskit-post-body .elementskit-btn svg{
	transition: all 0.4s ease-in-out	;
}

.home-blog-section .elementskit-post-image-card .elementskit-post-body .elementskit-btn:hover svg{
    transition: all 0.4s ease-in-out;
    rotate: 45deg;
}

.home-blog-section .elementskit-post-image-card .elementskit-post-body .elementskit-btn:hover svg path{
    stroke: none !important;
}

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

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

	.what-we-do-content{
		padding: 100px 80px 100px 20px;
	}

	.contact-now-circle img{
		width: 100px;
		height: 100px;
	}
}

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

    .excellence-innovating-list ul{
        gap: 20px 30px;
    }

    .about-us{
        background-size: 50% auto;
    }

	.about-img-2 img{
		aspect-ratio: 1 / 1.1;
    }

	.services-list-box .service-item:nth-child(2n + 2):after{
		display: none;
	}

    .our-story-img img{
        aspect-ratio: 1 / 0.55;
        object-fit: cover;
    }

	.intro-video-box .ekit-video-popup i{
		width: 56px;
		height: 56px;
		margin-right: 10px;	
	}

	.what-we-do-content{
		padding: 50px 15px 70px;
	}

	.what-we-do-image{
		height: auto;
	}

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

	.contact-now-circle {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }

    .contact-now-circle img {
        width: 100px;
        height: 100px;
    }

    .our-process-image img {
        aspect-ratio: 1 / 0.73;
    }
	
	.pricing-box .elementskit-pricing-price .currency{
		top: 4px !important;
	}

	.home-blog-section .elementskit-post-image-card .elementskit-entry-header img{
        aspect-ratio: 1 / 0.73;
    }

    .home-blog-section .elementskit-post-image-card .elementskit-post-body h2{
        width: 85%;
    }

}

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

	.services-list-box .service-item:after{
		display: none;
	}

    .excellence-innovating-list ul{
        gap: 15px;
    }

    .company-experience-counter .elementor-counter-number-wrapper{
        width: 100%;
        padding-right: 0;
    }

    .intro-video-box .elementor-icon-box-icon a{
        height: 56px;
        width: 56px;
    }

    .intro-video-box .elementor-icon-box-wrapper .elementor-icon-box-content{
        align-content: center;
    }

	.elementor-element.what-we-do-item:nth-child(odd){
		background-color: transparent !important;
	}

	.what-we-do-item:nth-child(even){
		background: var( --e-global-color-darkdivider );
	}

	.pricing-box .elementskit-pricing-price .currency{
		top: 8px !important;
	}

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

    .pricing-benefit-list ul li .elementor-icon-list-icon {
        padding-right: 0 !important;
    }

    .pricing-benefit-list ul li .elementor-icon-list-text {
        padding: 0 !important;
    }
}

/* Home Video CSS */


/* Home Slider CSS */
.elementskit-advanced-slider .widgetarea_warper_edit{
	left: 45%; 
	right: auto !important;
	top: auto !important; bottom: 0; 
	transform: translate(-50%, 0);
}

.elementor-editor-active .elementskit-advanced-slider .swiper-slide-active,
.elementor-editor-active .elementskit-advanced-slider .widgetarea_warper_editable{
	min-height: 200px;
}

.hero-slider .swiper-slide > .widgetarea_warper,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor  > .elementor-element{
	height: 100%;
}

.hero-slider .elementskit-advanced-slider .swiper-horizontal .swiper-pagination{
	left: calc(((100vw - 1300px) / 2)) !important;
	bottom: 50px;
    transform: translateX(0) !important;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet{
	opacity: 1 !important;
	transform: scale(1) !important;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet-active::before{
	background: var(--e-global-color-accent) !important;
	transform: scale(1);
}

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

	.hero-slider .elementskit-advanced-slider .swiper-horizontal .swiper-pagination{
		left: 20px !important;
		bottom: 30px;
	}
}


/* About US Page CSS  */
.page-hero{
	position: relative;	
}

.page-hero:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, #00000030 0.02%, var(--e-global-color-black) 100%);
	height: 100%;
	width: 100%;
}

.about-us-our-approach-tab{
    border-radius: 40px !important;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #0000000A;
}

.about-us-our-approach-tab .e-n-tabs-heading .e-n-tab-icon svg{
    fill: none !important;
}

.about-us-our-approach-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s ease-in-out;
}

.about-us-our-approach-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path,
.about-us-our-approach-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon svg path{
    fill: var(--e-global-color-white);
}
/* 
.about-us-our-approach-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon svg{
    filter: brightness(0) invert(1);
} */

.about-us-our-history .e-n-tabs-heading{
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #0000000A;
	height: fit-content;
}

.about-us-our-history .e-n-tabs-heading button:last-child{
    border: none !important;
}

.mission-vision-image .elementor-widget-container img{
    aspect-ratio: 1 / 0.63;
    object-fit: cover;
}

.our-history-tab-image img{
    aspect-ratio: 1 / 0.96;
    object-fit: cover;
}

.our-key-icon-box{
    position: relative;
    overflow: hidden !important;
}

.our-key-icon-box::before{
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.our-key-icon-box:hover::before{
    top: 0;
    opacity: 1;
}

.our-key-icon-box:hover .elementor-icon{
    filter: brightness(0) invert(1);
}

.our-key-icon-box:hover .elementor-icon-box-title,
.our-key-icon-box:hover .elementor-icon-box-description{
    transition: all 0.4s ease-in-out;
    color: var(--e-global-color-white);
}

.our-key-feature-image{
    position: relative;
    overflow: hidden;
    height: 100%;
}

.our-key-feature-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

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

.team-image .elementor-widget-container::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.93%, rgba(0, 0, 0, 0.8) 95.83%);
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.team-member-item:hover .team-image .elementor-widget-container::before{
	opacity: 1;
	visibility: visible;
}

.team-social-icon{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	margin: 0 auto;  
	transform: translateY(100%);	
    transition: all 0.5s ease-in-out;
	z-index: 2;
}

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

.team-member-item:hover .team-social-icon{
	bottom: 20px;
	transform: translateY(0);
}

.team-image img{
    aspect-ratio: 1 / 1.15;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

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

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

.testimonial-slider .elementskit-commentor-image img{
    border-radius: 10px !important;
}

.testimonial-slider .elementskit-commentor-image{
	position: relative;
    border-radius: 10px;
	overflow: hidden;
}
.testimonial-slider .elementskit-commentor-image::before{
	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-commentor-image:hover:before{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.testimonial-slider .swiper-navigation-button{
	top: auto;
	bottom: 0 !important;
}

.testimonial-slider .elementskit-testimonial-slider .swiper-button-prev{
	left: auto;
	right: 86px;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .elementskit-testimonial-slider .swiper-button-next{
	left: auto;
    right: 0;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-navigation-button::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background: url("./assets/images/arrow-white.svg") no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
    transform: rotate(45deg);
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-button-prev::after{
	transform: rotate(225deg);
}

.faqs-client-slider .swiper-slide-inner img{
    max-height: 40px;
}

.our-faqs-img{
    position: relative;
}

.our-faqs-img .elementor-widget-container:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 64.31%, rgba(34, 34, 34, 0.8) 100%);
}

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


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

	.about-us-our-approach-tab{
		border-radius: 30px !important;
	}

	.mission-vision-image .elementor-widget-container img{
        aspect-ratio: 1 / 0.53;
    }

	.about-us-our-history .e-n-tabs-heading{
		--n-tabs-heading-direction: column;
	}

    .our-history-tab-image img{
        aspect-ratio: 1 / 0.56;
    }

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

	.team-image{
		margin-bottom: 15px;
	}

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

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


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

	.about-us-our-approach-tab .e-n-tabs-heading button{
        width: 33.33%;
        display: inline-block;
    }

	.about-us-our-approach-tab{
        border-radius: 30px !important;
    }

	.mission-vision-image .elementor-widget-container img{
        aspect-ratio: 1 / 0.73;
	}

	.our-history-tab-image img{
        aspect-ratio: 1 / 0.76;
    }

	.our-key-feature-image{
        overflow: visible;
        height: auto;
    }

    .our-key-feature-image img{
        position: relative;
        top: initial;
        left: initial;
        height: auto;
        min-width: initial;
        min-height: initial;
        aspect-ratio: 1 / 0.81;
        object-fit: cover;
    }

    .our-key-icon-box:nth-of-type(2n + 1) .elementor-widget-container{
        border-right: none !important;
    }

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

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

	.testimonial-slider .elementskit-testimonial-slider .swiper-button-prev,
	.testimonial-slider .elementskit-testimonial-slider .swiper-button-next{
		display: block !important;
	}
   
    .testimonial-slider .elementskit-testimonial-slider .swiper-button-prev{
        left: 0;
        right: auto;
    }
    
    .testimonial-slider .elementskit-testimonial-slider .swiper-button-next{
        left: 61px;
    }

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

	.faqs-img-cta-box ul li {
		margin-bottom: 5px !important;
	}
}

/* Services Page CSS */

/* Services Details Page CSS */

.service-catagery-list .elementor-icon-list-items li,
.service-catagery-list .elementor-icon-list-items li a {
    flex-direction: row-reverse;
    justify-content: space-between !important;
}

.service-catagery-list .elementor-icon-list-items li .elementor-icon-list-text{
	padding-inline-start: 0;
	padding-inline-end: 5px;
}

.service-catagery-list .elementor-icon-list-items li a .elementor-icon-list-icon svg,
.service-catagery-list .elementor-icon-list-items li .elementor-icon-list-icon svg{
    transition: all 0.3s ease-in-out !important;
	transform: rotate(0deg);
	margin: var(--e-icon-list-icon-margin,0 0 0 calc(var(--e-icon-list-icon-size, 1em) * .25));
}


.service-catagery-list .elementor-icon-list-items li a:hover .elementor-icon-list-icon svg,
.service-catagery-list .elementor-icon-list-items li:hover .elementor-icon-list-icon svg{
    transform: rotate(45deg);
}

.sidebar-cta-content .elementor-image-box-title span {
    font-weight: 700;
}

.need-help .elementor-animation- {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    backdrop-filter: blur(4px);
}

.need-help .elementor-animation-::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--e-global-color-white) !important;
    opacity: 16%;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    z-index: 0;
}

.need-help .elementor-icon {
    padding: 0;
}

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

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

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

    .service-featured-image img {
        aspect-ratio: 1/ 0.6;
    }

    .service-entry-image img {
        aspect-ratio: 1/ 0.90;
    }

}

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

    .need-help .elementor-icon-box-wrapper {
        align-items: center;
    }

    .service-featured-image img {
        aspect-ratio: 1/ 0.87;
    }

    .service-entry-image img {
        aspect-ratio: 1/ 0.84;
        object-position: top center;
    }

}

/* Team Page CSS */

/* Team Single Page CSS */
.team-details-box img {
    aspect-ratio: 1 / 1.13;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

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

.team-details-box .profile-header {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.team-details-box .profile-header::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.team-details-box .profile-header:hover::after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.team-details-box ul li{
	line-height: 0;
}

/* .skills-progress-bar .number-percentage-wraper {
    position: absolute;
    top: -40px !important;
} */

.skills-progress-bar-2 .skill-bar-content{
	margin-bottom: 10px !important;
}

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

.skills-progress-bar-2 .content-group {
    width: 100% !important;
}

.skills-progress-bar-2 .skill-bar {
    height: 16px;
    position: relative;
}

.skills-progress-bar-2 .number-percentage-wraper {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

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

    .team-details-box img {
        aspect-ratio: 1 / 0.85;
        object-position: top center;
    }

	.skills-progress-bar-2 .skill-bar {
		height: 12px;
	}
}

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

    .team-details-box img {
        aspect-ratio: 1 / 0.99;
    }
}

/* Testimonials Page CSS */

.author-box figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	max-width: 60px;
}

.author-box figure::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;
}

.author-box figure:hover::after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.author-box  .elementor-image-box-wrapper{
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.author-box figure {
		max-width: 50px;
	}
}

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

    .author-box .elementor-image-box-wrapper {
        display: flex;
    }

    .author-box .elementor-image-box-img {
        margin-right: 10px !important;
    }
}

/* Project Single Page CSS */

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

.project-query-img img{
    aspect-ratio: 1 / 0.73;
    object-fit: cover;
}

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

    .project-single-image img{
        aspect-ratio: 1 / 0.61;
    }

	.column-2.project-goal-list ul{
		gap: 10px
	}
}


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

	.project-single-image img{
		aspect-ratio: 1 / 0.88;
	}
}

/* Contact Us Page CSS */

.contact-info-item .elementor-icon-box-wrapper .elementor-icon {
    position: relative;
}

.contact-info-item .elementor-icon-box-wrapper .elementor-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item .elementor-icon-box-wrapper:hover .elementor-icon::before {
    transform: scale(1);
}

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

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

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

    .contact-info-item .elementor-icon-box-wrapper {
        align-items: center;
    }

}

/* Image gallery Css */

.page-gallery-box .elementor-image-gallery .gallery-icon a img{
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.page-gallery-box .elementor-image-gallery .gallery-icon{
	position: relative;
	overflow: hidden;
    border-radius: 20px;
}

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

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


/* Video-Gallery Page CSS */

.page-video-gallery .ekit-video-item .video-link img{
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.page-video-gallery .ekit-video-item .video-link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-primary);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out !important;
}

.page-video-gallery .ekit-video-item .video-link:hover::before{
    opacity: 50% !important;
    visibility: visible !important;
    transform: scale(1);
}

.page-video-gallery .ekit-video-item .video-link .video-icon{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out !important;
}

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

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


/* check Baki */


/***
    Header
          ***/

/* top-bar */

.top-bar-icon-box .elementor-icon-box-wrapper.elementor-icon-box-icon a{
    transition: all 0.3s ease-in-out;
}

.top-bar-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon a{
    background-color: var(--e-global-color-primary) !important;   
}

/* header-menu */

.btn-toggle .elementskit-navbar-nav-default ul >li:first-child a{
    padding-left: 0 !important;
}

.btn-toggle .elementskit-navbar-nav-default ul >li:last-child a{
    padding-right: 0 !important;
}

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


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

    /* header-menu */

    .navbar-brand figure{
        padding: 0;
    }  

    .btn-toggle .elementskit-menu-hamburger-icon{
        height: 3px;
    }
}

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

    /* top-bar */
    .top-bar-icon-box .elementor-icon-box-wrapper{
      align-items: center;
    }
}

