/*
Theme Name: Seabud
Theme URI: https://awaikenthemes.com/wordpress-theme/seabud/
Description: Seafood Restaurant WordPress Theme
Author: AwaikenThemes
Author URI: https://themeforest.net/user/awaiken
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: seabud
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/

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

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

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

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

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

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

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

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

figure{
	margin: 0;
}

iframe{
	max-width: 100%;
}

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

/* Theme Button CSS  */

.btn-default{
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	color: var(--e-global-color-white);
	background: var(--e-global-color-accent);
	text-transform: capitalize;
	padding: 5px 5px 5px 25px;
	border-radius: 100px;
	transition: 0.4s ease-in-out;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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

.btn-default:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: var(--e-global-color-primary);
	z-index: -1;
	transition: all 0.4s ease-in-out;
}

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

.btn-default svg,
.btn-default i{
	width: 40px;
	height: 40px;
	background-color: var(--e-global-color-white);
	border-radius: 100px;
	color: var(--e-global-color-accent);
	padding: 8px;
	margin-left: 8px;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover svg{
	transform: rotate(45deg);
}

.btn-default i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transform: rotate(-45deg);
}

.btn-default:hover i{
	transform: rotate(0deg);
}

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

	.btn-default{
		padding: 3px 4px 3px 15px;
	}
	
	.btn-default svg,
	.btn-default i{
		width: 38px;
		height: 38px;
	}
}

/* Elementor Button CSS */

.elementor-widget-elementskit-creative-button .ekit_creative_button svg{
	margin: 0 0 0 11px !important;
	background-color: var(--e-global-color-white);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	max-width: 40px !important;
	padding: 8px;
	transition: all 0.4s ease-in-out;
	color: var(--e-global-color-accent);
}

.elementor-widget-elementskit-creative-button .ekit_creative_button svg path{
	fill: inherit !important;
	stroke: inherit !important;
}

.elementor-widget-elementskit-creative-button .ekit_creative_button:hover svg{
	transform: rotate(45deg);
}

.highlighted-button.elementor-widget-elementskit-creative-button .ekit_creative_button:hover svg,
.highlighted-dark-button.elementor-widget-elementskit-creative-button .ekit_creative_button svg{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px){
	
	.elementor-widget-elementskit-creative-button .ekit_creative_button svg{
		height: 38px;
		width: 38px;
	}
}

/* Image Animation CSS */

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

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

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

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

.container{
	max-width: 1300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.fancy-scrollbar::-webkit-scrollbar-thumb{
	background: var(--e-global-color-accent);
}

/* Ekit Icon Box Size */

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

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

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

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

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

.elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.ekit_social_media li a:hover i,
.ekit_social_media li a:hover svg{
	color: inherit !important;
}

/* Theme Header CSS */

header.main-header{
	position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
}

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

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

.navbar{
	background: var(--e-global-color-white);
	border-radius: 30px;
	padding: 30px 15px;
	align-items: center;
}

.navbar-brand{
	padding: 0;
}

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

.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 5px;
	position: relative;
}

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

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

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

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

.main-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	padding: 15px 10px !important;
	color: var(--e-global-color-primary);
	line-height: 1.1em;
}

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

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

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

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

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

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 235px;
	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: 8px 20px !important;
}

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

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

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

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

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

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

.slicknav_btn{
	position: relative;
	display: block;
	float: right;
	padding: .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: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

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

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

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

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

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

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

.slicknav_menu{
	padding: 0;
	background: 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: 600;
	padding: 7px 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: '\f107';
	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(-180deg);
	color: var(--e-global-color-white);
}

/* Page Header Style */

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

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, transparent 0%, rgba(17, 19, 48, 0.60) 65%);
    height: 100%;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/* Theme Footer css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Archive and Single CSS */

.bg-section{
	position: relative;
	background-color: var(--e-global-color-background);
	border-radius: 80px 80px 0 0;
	margin-top: -90px;
}

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

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

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

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

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

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

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

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

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

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

.post-item-btn a{
	font-weight: 700;
	color: var(--e-global-color-accent);
	line-height: normal;
}

.post-item-btn a svg,
.post-item-btn a i{
	width: 10px;
	height: auto;
	margin-left: 8px;
	transition: all 0.4s ease-in-out;
}

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

.post-item-btn a i{
	width: auto;
	font-size: 16px;
	transform: rotate(-45deg);
}

.post-item-btn a:hover i{
	transform: rotate(0deg);
}

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

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

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

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

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

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

.post-single-meta{
	padding-top: 10px;
}

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

.post-single-meta ul li{
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
	color: var(--e-global-color-white);
	line-height: 1em;
}

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

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

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

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

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

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

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

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

.post-entry p{
	font-weight: 500;
	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: 44px !important;
}

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

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

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

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

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

.post-entry ul li{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	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: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

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

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

.post-entry blockquote cite{
    font-size: 18px;
    color: var(--e-global-color-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to{
        top: 100%;
    }
}
/* End Vlines animation*/

@media only screen and (max-width: 1300px){
	
	.main-menu ul li a{
		padding: 12px 4px !important;
	}

	.navbar{
		border-radius: 0;
		padding: 20px 0;
	}
}

@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;
    }
	
	header.main-header{
		top: 0;
	}
	
	.navbar-brand h1, 
	.navbar-brand h2{
		font-size: 30px !important;
	}

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

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

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

	.page-header-box h1{
		font-size: 40px !important;
		margin-bottom: 5px;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.bg-section{
		border-radius: 20px 20px 0 0;
	}
	
	.page-blog-archive{
		padding: 50px 0 140px;
	}
	
	.post-featured-image a{
		border-radius: 20px;
		margin-bottom: 15px;
	}
	
	.post-featured-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.post-item-content{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 50px 0 140px;
	}

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

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

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

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

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

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

	.post-social-sharing{
		text-align: left;
	}
	
	.tag-links{
		gap: 10px;
	}

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

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

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

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

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

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

	.copyright{
		text-align: center;
	}

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

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

}

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

	.post-item-content h2{
		font-size: 18px !important;
	}
	
	.post-single-meta ul li{
		font-size: 16px;
		margin-right: 14px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.error-page-content-heading h2{
        font-size: 24px !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-divider);
	border-radius: 12px;
}

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

.wp-block-search .wp-block-search__button{
	border-radius: 12px;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
	border: none;
	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-primary) !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: 700 !important;
	line-height: 1em;
	border: none !important;
	color: var(--e-global-color-white) !important;
	background-color: var(--e-global-color-accent);
	text-transform: capitalize;
	padding: 12px 20px;
	margin-bottom: 10px;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}

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

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

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

.wp-block-button__link{
	width: auto;
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button{
	font-size: 16px;
	background: var(--e-global-color-accent);
	border: none;
	color: var(--e-global-color-white) !important;
	font-weight: 700;
	line-height: 1em;
	opacity: 1;
	padding: 17px 25px;
}

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

.wp-block-button.is-style-outline .wp-element-button{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white) !important;
}

.wp-block-button .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover{
	background: var(--e-global-color-primary) !important;
}

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

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

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

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

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

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

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

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

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select{
	border-radius: 12px;
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
	border: none;
	padding: 10px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

aside.widget .tagcloud a{
	display: inline-block;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1em;
	background: var(--e-global-color-accent);
	border: none !important;
	padding: 12px 20px;
	border-radius: 100px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;	
}

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

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

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

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

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

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{
	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{
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
	border: none;
	padding: 10px 20px;
	border-radius: 12px;
	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 .search-field{
 	background: var(--e-global-color-white);
	color: var(--e-global-color-text);
	width: 100%;
	padding: 10px;
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
}

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

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

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-background);
	color: var(--e-global-color-text);
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 12px;
    padding: 10px 20px;
	width: 100%;
}

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

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

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

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;
	}
		
	aside.widget{
		padding: 20px;
		border-radius: 20px;
	}
	
	.wp-block-tag-cloud a{
		padding: 10px 15px;
	}
	
	.wp-block-button .wp-element-button,
	.wp-block-button.is-style-outline .wp-element-button,
	.wp-element-button,
	.wp-block-button .wp-block-button__link,
	.wp-block-file .wp-block-file__button{
		padding: 14px 20px;
	}
	
	.sidebar-widget{
		margin-top: 30px;
	}
	
	aside.widget .tagcloud a{
		padding: 10px 15px;
	}
	
	aside.widget .has-login-form input[type="submit"]{
		padding: 14px 20px;
	}
}

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

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

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

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

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

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

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

/* Post Comment Box CSS */

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

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

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

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

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

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

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover{
	background: 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: 18px 20px;
    border: none;
    box-shadow: none;
	color: var(--e-global-color-text);
    background: var(--e-global-color-white);
    border-radius: 12px;
	outline: 0;
}

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

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

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

.comment-form .form-submit .submit{
	display: inline-block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	padding: 17px 30px;
	border: none;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s ease-in-out;
}

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

.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: 6px 10px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	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){
	
	.post-single-image figure, 
	.post-single-image img{
		border-radius: 20px;
	}
	
	.page-single-post .comment-box{
		margin-top: 40px;
	}
	
	.comment-form .form-submit .submit{
		padding: 15px 25px;
	}
	
	.comment-form textarea, .comment-form input[type="text"], 
	.comment-form input[type="email"], 
	.comment-form input[type="url"]{
		padding: 13px 15px;
	}
	
	.comment-box .comment-respond:not(:first-child){
		margin-top: 40px;
	}

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

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

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

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

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

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

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

.mobile-menu{
	display: none;
}


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

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

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

.main-header-menu .elementskit-navbar-nav li a{
	font-family: var(--e-global-typography-secondary-font-family);
}

@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);
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
		transition: left 0.3s ease-in-out !important;
	}
	
	.elementskit-menu-overlay{
		display: none !important;
	}
	
	.elementskit-menu-close .elementskit-menu-hamburger-icon,
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
		height: 2px;
		margin-bottom: 5px;
	}

	.elementskit-navbar-nav-default .elementskit-nav-identity-panel{
		border-bottom: 1px solid var(--e-global-color-darkdivider);
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}
	
	.elementskit-navbar-nav .elementskit-submenu-panel{
		background: none !important;
		margin-left: 20px;
	}
	
	.main-header-menu .elementskit-menu-hamburger .icon:before{
		font-weight: 900;
	}
	
  	.main-header-menu .elementskit-navbar-nav > li.current-menu-item > a .elementskit-submenu-indicator, 
	.main-header-menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
		color: currentcolor !important;
	}
	
	.main-header-menu .elementskit-menu-hamburger{
		line-height: 0;
	}

	.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-links ul li:last-child a{
	padding-bottom: 0 !important;
}

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

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

.footer-form .newsletter-btn input[type="submit"]{
	background: url('assets/images/footer-arrow-demo1.svg') no-repeat center center;
	background-size: 12px auto;
}

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

.footer-menu-links ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

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

.footer-btn{
	transform: translate(-50%, 50%);
}
	
.footer-btn a{
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	transition: all 0.4s ease-in-out;
}

.footer-btn a svg{
	height: 30px;
	width: 30px;
	transform: rotate(-45deg);
	animation: jumpInfinite 0.8s linear infinite alternate;
}

@keyframes jumpInfinite{
	0%{
    	margin-top: 8px;
	}
	100%{
    	margin-bottom: 8px;
	}
}

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

/* Global CSS */

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

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

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

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

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

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

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

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

	.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-widget-heading{
	line-height: 0;
}

.section-title .elementor-heading-title{
	padding-left: 14px;
	display: inline-block;
    position: relative;
}

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

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

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

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

/* Home Page CSS  */

.working-hours-item{
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.working-hours-header .elementskit-infobox{
	justify-content: space-between;
}

.working-hours-body,
.working-hours-body .elementor-widget-container{
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow:none !important;
}

.working-hours-body .ekit-business-hours-inner .ekit-single-day:last-child{
	margin-bottom: 0 !important;
}

.customer-rate-box{
	height: 260px;
    writing-mode: vertical-rl;
}

.customer-rate-box .elementor-counter,
.customer-rate-box .elementor-widget-container{
	gap: 15px;
	display: flex;
	align-items: center;
}

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

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

.contact-us-circle{
	animation: infiniterotate 20s infinite linear;
}

.contact-us-circle::hover{
	animation-play-state: paused;
}

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

.customer-rate-box .elementor-counter-title,
.about-counter-item.elementor-widget-counter .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.why-choose-item .why-choose-item-content .elementor-heading-title,
.why-choose-item .why-choose-item-counter .elementor-counter-number-wrapper,
.why-choose-item-image img{
	transition: all 0.4s ease-in-out !important;
}

.why-choose-item.active .why-choose-item-content .elementor-heading-title,
.why-choose-item:hover .why-choose-item-content .elementor-heading-title,
.why-choose-item.active .elementor-counter-number-wrapper,
.why-choose-item:hover .elementor-counter-number-wrapper{
	color: var(--e-global-color-white) !important;
}

.why-choose-item:hover img,
.why-choose-item.active img{
	opacity: 0;
}

.why-choose-item.active .why-choose-item-bg-image .why-choose-item-content::before{
	background: var(--e-global-color-primary);
	opacity: 0.5;
}

.why-choose-footer-text .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family);
}

.Feature-tab .e-n-tab-title[aria-selected=true],
.Feature-tab .e-n-tab-title[aria-selected=false]:hover{
	background: transparent !important;
}

.price-menu-item .ekit-price-menu-image img{
	max-width: 120px;
}

.price-menu-item .ekit-price-menu-caption .ekit-price-menu-caption-title{
	font-family: var(--e-global-typography-primary-font-family);
}

.price-menu-item .ekit-price-menu-caption .ekit-price-menu-caption-description{
	margin-bottom: 0;
}

.whay-we-content-box .number-percentage-wraper{
	font-family: var(--e-global-typography-secondary-font-family);
}

.what-we-btn a{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.what-we-btn .elementor-button-icon svg{
	width: 30px;
	transition: all 0.3s ease-in-out;
} 

.what-we-btn a:hover svg{
	transform: rotate(45deg);
}

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

.cta-counter-item .elementskit-funfact-inner{
	align-items: start !important;
}

.cta-counter-item .number-percentage-wraper,
.cta-counter-item .number-percentage-wraper .number-percentage{
	font-family: var(--e-global-typography-secondary-font-family) !important;
}

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

.our-gallery-box .elementor-image-gallery .gallery-item .gallery-icon img{
	aspect-ratio: 1 / 0.674;
	object-fit: cover;
}

.our-gallery-box .elementor-image-gallery .gallery-item .gallery-icon a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: var(--e-global-color-primary);
	border-radius: 20px;
	opacity: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.our-gallery-box .elementor-image-gallery .gallery-item .gallery-icon a:hover:before{
	transform: scale(1);
}

.our-gallery-box .elementor-image-gallery .gallery-item .gallery-icon a:after{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: url('assets/images/eye-open-view.svg');
    background-repeat: no-repeat;
	background-color: var(--e-global-color-darkdivider);
	background-position: center center;
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 60px;
    height: 60px;
	border-radius: 50%;
	background-size: 22px auto;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.our-gallery-box .elementor-image-gallery .gallery-item .gallery-icon a:hover:after{
	opacity: 1;
}

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

.scrolling-ticker-box .marquee-wrapper .ticker-item:nth-child(even) img{
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
}

.scrolling-ticker-box .marquee-wrapper .ekit-title-and-description a{
	font-family: var(--e-global-typography-primary-font-family);
}

.testimonials-image{
	height:100%;
}

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

.testimonial-slider .elementskit-author-name{
	font-family: var(--e-global-typography-secondary-font-family);
}

.event-counter-item{
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.event-counter-item .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family);
}

.events-image img{
    aspect-ratio: 1 / 1.133;
    object-fit: cover;
}

.privant-events-faq .ekit_accordion_icon_left_group,
.privant-events-faq .ekit-accordion-title{
	padding-right: 0 !important;
}

.reserve-table-form-gold .form-group p label{
	font-family: var(--e-global-typography-secondary-font-family);
}

.reserve-table-form-gold .form-group select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url('assets/images/down-arrow.svg') no-repeat center right 14px;
	background-size: 10px auto;
	line-height: 1.7em;
}

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

.faq-accordion .elementskit-card.active .elementskit-btn-link{
    padding-bottom: 15px !important;
}

.faq-accordion .elementskit-accordion .elementskit-card:last-child .elementskit-btn-link[aria-expanded="false"]{
    padding-bottom: 0 !important;
}
 
.faq-accordion .elementskit-accordion .elementskit-card:last-child .ekit-accordion--content{
    padding-bottom: 0;
}

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

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

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

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

.our-blog .elementskit-post-image-card .entry-title{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding-bottom: 20px;
}

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

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a svg{
	width: 100%;
	height: auto;
	transition: all 0.4s ease-in-out;
	margin-left: 4px;
}

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

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a:hover svg{
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px){
	
	.customer-rate-box{
		height: 250px;
	}
	
	.why-choose-shape img{
		opacity: 30%;
	}
	
	.our-menu-tab .e-n-tabs-heading{
		gap: 15px 40px;
	}
	
	.price-menu-item ul li{
		margin-bottom: 30px !important;
		margin-top: 0 !important;
	}
	
	.price-menu-item ul li:last-child{
		margin-bottom: 0 !important;
	}
	
	.price-menu-item .ekit-price-menu-image img{
		max-width: 100px;
		height: 100px;
	}
	
	.price-menu-item ul li .ekit-price-menu-image{
		padding-right: 15px !important;
	}
	
	.price-menu-item .ekit-price-menu-caption .ekit-price-menu-caption-description{
		padding-top: 10px !important;
	}
	
	.testimonials-image img{
     	aspect-ratio: 1 / 0.7;
    }
	
	.events-image img{
        aspect-ratio: 1 / 0.91;
    }
	
	.faq-accordion .elementskit-card.active .elementskit-btn-link{
		padding-bottom: 10px !important;
	}
	
	.our-blog .elementskit-entry-header img{
		aspect-ratio: 1 / 0.7;
	}
	
	.our-blog .elementskit-post-image-card .entry-title{	
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.working-hours-body .ekit-wid-con .ekit-single-day{
        display: flex !important;
    }
	
	.customer-rate-box .elementor-counter,
	.customer-rate-box .elementor-widget-container{
		gap: 0;
	}
	
	.customer-rate-box{
		height: 170px;
	}
	
	.price-menu-item .ekit-price-menu-image img{
		max-width: 80px;
		height: 80px;
	}

	.price-menu-item ul li .ekit-price-menu-image{
		padding-right: 10px !important;
	}
	
	.cta-counter-item .elementskit-funfact-inner{
		flex-direction: column;
	}
	
	.testimonials-image img{
        aspect-ratio: 1 / 0.99;
    }
	
	.testimonial-slider .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	 .event-counter-box{
        position: initial;
    }
	
	.event-counter-item{
        background: var(--e-global-color-primary) !important;
	}
}

/* About Us Page CSS */

.approach-image{
	height: 100%;
}

.approach-image img{
    aspect-ratio: 1 / 1.295;
	height: 100%;
    object-fit: cover;
}

.test-tradition-cta-box{
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.team-item .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

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

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

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

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

.faq-img-1 img{
    aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

.faq-img-2 img{
    aspect-ratio: 1 / 2.012;
	object-fit: cover;
}

@media only screen and (max-width: 991px){
	
	.approach-image,
	.approach-image img{
		height: auto;
	}
	
    .approach-image img{
        aspect-ratio: 1 / 0.7;
    }
	
	.team-image img{
       aspect-ratio: 1 / 1.1;
    }
	
	  .faq-img-1 img{
        aspect-ratio: 1 / 0.7;
    }
	
	.faq-img-2 img{
        aspect-ratio: 1 / 1.37;
    }
}

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

/* Team Details CSS */

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

.member-info-list .elementor-icon-list-text{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.member-info-list ul li .elementor-icon-list-text span{
	font-size: 16px;
	font-weight: 400;
	width: 68%;
	color: var(--e-global-color-text);
}

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

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

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

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

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

.team-expertise-contant p{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

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

@media only screen and (max-width: 767px){
	
	.member-info-list ul li .elementor-icon-list-text{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	
	.member-info-list ul li .elementor-icon-list-text span{
		width: 60%;
	}
}

/* Image Gallery CSS */

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

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

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

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

@media only screen and (max-width: 991px){
	
	.photo-gallery .elementor-image-gallery .gallery-item .gallery-icon{
		border-radius: 20px;
	}
}

/* Video Gallery CSS */

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

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

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

@media only screen and (max-width: 991px){
	
	.page-video-gallery .ekit-video-item a:hover:before{
		border-radius: 20px;
	}
}

/* Faq Page CSS */

.page-category-list ul li,
.page-category-list ul li a{
	flex-direction: row-reverse;
	justify-content: space-between;
	border-radius: 10px;
	margin-bottom: 20px !important;
    padding: 16px 20px;
	background: var(--e-global-color-white);
	overflow: hidden !important;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-category-list ul li:hover,
.page-category-list ul li a:hover{
	background: var(--e-global-color-accent);
}

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

.page-category-list.elementor-widget-icon-list .elementor-icon-list-icon svg{
	margin-right: 0;	
	transition: all 0.3s ease-in-out;
}

.page-category-list.elementor-widget-icon-list li:hover .elementor-icon-list-icon svg{
	transform: rotate(45deg);
}

.page-category-list.elementor-widget-icon-list li .elementor-icon-list-icon svg path{
	transition: all 0.3s ease-in-out;
}

.page-category-list.elementor-widget-icon-list li:hover .elementor-icon-list-icon svg path{
	color: var(--e-global-color-white);
}

.page-category-list ul li:last-child{
	margin: 0 !important;
}

.page-category-list ul li a{
	margin: 0 !important;
}

.page-category-list ul li:has(:not(a)){
	padding: 16px 20px !important;
}

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

.sidebar-cta-contact .elementskit-infobox{
	backdrop-filter: saturate(180%) blur(40px);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
}

@media only screen and (max-width: 991px){
	
	.page-category-list ul li,
	.page-category-list ul li a{
		padding: 13px;
	}
	
	.page-category-list ul li:has(:not(a)){
		padding: 13px !important;
	}
	
	.page-category-list ul li:has(a){
		padding: 0 !important;
	}
}

/* Contact Us Page CSS */

.wpcf7-spinner{
	display: none;
}

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

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

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

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

.opening-hours-item{
	backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

/***************************************
********* Seabud - ( Demo - 2 ) ********
****************************************/

/*
 * Theme CSS ( Demo - 2 )
 * */

.demo2 header.main-header{
	position: inherit;
    max-width: 1760px;
	width: calc(100% - 30px);
    margin: 30px auto;
}

.demo2 .navbar{
	background: var(--e-global-color-secondary);
	border-radius: 20px;
	padding: 25px 30px;
}

.demo2 .container-fluid{
	padding: 0;
}

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

.demo2 .bg-section{
	border-radius: 0;
	margin-top: 0;
	padding: 100px 0;
}
 
.demo2 .page-header{
	max-width: 1760px;
	width: calc(100% - 30px);
    border-radius: 30px;
	margin: 30px auto 0;
	padding: 180px 0;
    overflow: hidden;
}

.demo2 .page-header::before{
	background: var(--e-global-color-primary);
    opacity: 80%;
}

.demo2 .page-header-box h1{
	font-size: 60px !important;
	line-height: 1.1em;
	letter-spacing: 0;
}

.demo2 .trail-items li, 
.demo2 .page-header-box .post-meta ul li{
	line-height: normal;
	font-weight: 500;
}

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

.demo2 .footer-logo h4{
	letter-spacing: 0;
}

.demo2 .post-entry blockquote{
	background: var(--e-global-color-primary) url('assets/images/icon-blockquote-demo2.svg') no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
}

.demo2 .comment-form textarea, 
.demo2 .comment-form input[type="text"], 
.demo2 .comment-form input[type="email"], 
.demo2 .comment-form input[type="url"]{
	background: var(--e-global-color-secondary);
}

.demo2 footer.footer{
    max-width: 1760px;
	width: calc(100% - 30px);
	padding: 0;
    margin: 0 auto 30px;
    border-radius: 30px !important;
}

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

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

.demo2 .wp-block-search .wp-block-search__input,
.demo2 .post-password-form input[type="password"],
.demo2 .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.demo2 .wp-block-categories-dropdown select, 
.demo2 .wp-block-archives-dropdown select{
	background: var(--e-global-color-secondary);
}

.demo2 aside.widget .wp-block-latest-comments a{
	color: var(--e-global-color-accent);
}

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

.demo2 aside.widget .tagcloud a{
	color: var(--e-global-color-white);
}

.demo2 aside .wp-block-search__inside-wrapper .wp-block-search__input{
	background: var(--e-global-color-white);
} 

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

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

	.demo2 header.main-header{
		width: 100%;
		margin: 0;
	}
	
	.demo2 .navbar{
		border-radius: 0px;
		padding: 15px;
	}
	
	.demo2 .page-header{
		width: 100%;
		border-radius: 0px;
		margin: 0;
		padding: 90px 0;
	}
	
	.demo2 .page-header-box h1{
		font-size: 45px !important;
		margin-bottom: 10px;
	}
	
	.demo2 .bg-section{
		padding: 50px 0;
	}
	
	.demo2 .post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
	}
	
	.demo2 footer.footer{
		width: 100%;
		margin: 0;
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 767px){
	
	.demo2 .page-header-box h1{
		font-size: 30px !important;
	}
	
	.demo2 .post-entry blockquote{
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px !important;
	}
}

/* 
 * Elementor CSS ( Demo - 2 ) 
 * */

/* Header CSS */

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

@media only screen and (max-width: 1024px){
	
    .demo2 .elementskit-navbar-nav-default .elementskit-nav-identity-panel{
        border-bottom: 1px solid var(--e-global-color-divider);
    }
}

/* Elementor Button CSS ( Demo - 2 ) */

.demo2 .highlighted-button.elementor-widget-elementskit-creative-button .ekit_creative_button:hover svg{
	color: var(--e-global-color-accent);
} 

/* Home Page CSS ( Demo - 2 ) */

.hero-video-play-button-gold .ekit-video-popup{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
    width: auto;
    height: auto;
	gap: 10px;
}

.hero-video-play-button-gold svg{
	color: var(--e-global-color-white);
	width: 42px;
	max-width: 42px !important;
	transition: all 0.3s ease-in-out;
}

.hero-video-play-button-gold .ekit-video-popup:hover svg{
	color: var(--e-global-color-accent);
}

.hero-content-list-gold ul{
	gap: 15px 30px;
}

.hero-image-gold{
	height: 100%;
}

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

.hero-counter-gold::before,
.hero-counter-gold::after{
	content: '';
	position: absolute;
	width: 20px;
    height: 20px;
	mask: url('assets/images/hero-image-corner-shape.svg');
	-webkit-mask: url('assets/images/hero-image-corner-shape.svg');
	background-color: var(--e-global-color-background);
	mask-repeat: no-repeat;
	mask-size: cover;
	z-index: 1;
}

.hero-counter-gold::before{
	top: -40px;
	right: 0;
	left: auto
}

.hero-counter-gold::after{
	bottom: 0;
	left: -40px;
}

.hero-counter-content-gold .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.hero-video-tag-gold .ekit-wid-con .ekit-video-popup-btn{
	width: auto !important;
	height: 35% !important;
}

.hero-video-tag-gold .ekit-video-popup span{
  	font-family: var(--e-global-typography-primary-font-family);
	font-size: initial;
	line-height: initial;
}

.hero-video-btn-gold .elementor-button{
	transition: all 0.3s ease-in-out;
}

.hero-video-btn-gold .elementor-button:hover{
	transform: rotate(45deg);
}

.approach-review-box-gold{
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.add-more-gold .elementor-counter{
    height: 40px !important;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-white);
	border-radius: 50%;
}

.add-more-gold .elementor-counter-number-wrapper{
	line-height: 0 !important;
	flex: 0;
}

.hero-info-item-gold  .elementskit-infobox{
	justify-content: space-between;
	align-items: center !important;
}

.hero-info-body-gold,
.hero-info-body-gold .elementor-widget-container{
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow:none !important;
}

.hero-info-body-gold .ekit-business-hours-inner .ekit-single-day:last-child{
	margin-bottom: 0 !important;
}

.service-item-gold .elementskit-infobox:before,
.service-item-gold .elementskit-infobox .box-body p,
.service-item-gold .elementskit-infobox .ekit-icon-box-badge .ekit-badge{
	transition: all 0.4s ease-in-out !important;
}

.service-item-gold .elementskit-infobox .box-body p{
	padding-bottom: 20px;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.service-item-gold .elementskit-infobox:hover .box-body p{
	border-color: var(--e-global-color-darkdivider);
}

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

.service-item-gold .elementskit-infobox .btn-wraper a:hover svg{
	transform: rotate(45deg);
}

.service-item-gold .elementskit-infobox:hover .ekit-icon-box-badge .ekit-badge{
	color: var(--e-global-color-white);
}

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

.menu-items-gold .elementskit-info-image-box .elementskit-box-header{
	max-width: 200px;
	margin: 0 auto;
}

.menu-items-gold .elementskit-info-image-box .elementskit-box-header img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.pricing-list-gold ul .ekit-price-menu-caption-description{
	margin: 0;
}

.pricing-list-gold .ekit-price-menu-caption-header .ekit-price-menu-caption-title{
	font-family: var(--e-global-typography-primary-font-family);
}

.pricing-list-gold ul li:last-child{
	padding: 0 !important;
}

.video-play-circle-gold{
    animation: videorotate-gold 20s infinite linear;
}

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

.video-play-button-gold{
    transform: translate(-50%, -50%);
}

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

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

.demo2 .sidebar-cta-contact .elementskit-infobox{
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faqs-img-gold img{
	aspect-ratio: 1 / 0.922;
	object-fit: cover;
}

.faqs-image-box-2-gold img{
	aspect-ratio: 1 / 1.37;
	object-fit: cover;
}

.faq-contact-gold .elementskit-infobox .box-body p,
.faq-accordion-gold .elementskit-accordion .elementskit-card-header .ekit-accordion-title{
	font-family: var(--e-global-typography-secondary-font-family);
}

.faq-accordion-gold .elementskit-accordion .elementskit-card-header a{
	align-items: center !important;
}

.faq-accordion-gold .elementskit-accordion .number{
	font-family: var(--e-global-typography-primary-font-family);
}

.faq-accordion-gold .elementskit-accordion .elementskit-card .elementskit-btn-link[aria-expanded="true"]{
	padding-bottom: 15px !important;
}

.faq-accordion-gold .elementskit-accordion .elementskit-card:last-child .elementskit-btn-link[aria-expanded="false"]{
    padding-bottom: 0 !important;
}
 
.faq-accordion-gold .elementskit-accordion .elementskit-card:last-child .ekit-accordion--content{
    padding-bottom: 0;
}

.faq-accordion-gold .elementskit-card-header .number{
	margin-right: 5px;
} 

.testimonial-slider-gold .elementskit-stars,
.testimonial-slider-gold .elementskit-commentor-header li a{
	line-height: 0;
}

.testimonial-slider-gold .elementskit-testimonial-slider .swiper-pagination{
    justify-content: end;
}

.testimonial-slider-gold .ekit_testimonial_style_5 .elementskit-watermark-icon{
    bottom: 3px !important;
    right: auto !important;
    left: 48px;
    z-index: 1;
}

.testimonial-slider-gold .elementskit-testimonial-slider .elementskit-watermark-icon svg{
 	border: 1px solid var(--e-global-color-white);	
}

.testimonials-count-item-gold .elementor-counter{
	gap: 20px;
}

.testimonials-count-item-gold .elementor-counter-number-wrapper{
	flex:0;
}

@media only screen and (max-width: 991px){
	
	.hero-image-gold img{
		aspect-ratio: 1 / 0.55;
	}

	.hero-counter-gold::before{
		top: -40px;
		right: 0;
	}

	.hero-counter-gold::after{
		bottom: 0;
		left: -40px;
	}
	
	.hero-info-body-gold .ekit-wid-con .ekit-single-day{
		margin-bottom: 10px !important;
	}
	
	 .our-feature-image-gold img{
        aspect-ratio: 1 / 0.72;
    }
	
	.menu-items-gold .elementskit-info-image-box .elementskit-box-header{
		max-width: 160px;
	}
	
	.pricing-list-gold .ekit-price-menu .ekit-price-menu-item{
		padding-bottom: 15px !important;
	}
	
	.pricing-list-gold .ekit-price-menu .ekit-price-menu-item:last-child{
		padding-bottom: 0 !important;
	}
	
	.pricing-list-gold .ekit-price-menu-caption .ekit-price-menu-caption-description{
		padding-top: 5px !important;
	}
	
	.what-we-do-image-1-gold img{
		aspect-ratio: 1 / 0.8;
	}
	
	.faq-accordion-gold .elementskit-accordion .elementskit-card .elementskit-btn-link[aria-expanded="true"]{
		padding-bottom: 10px !important;
	}
	
	.testimonial-slider-gold .ekit_testimonial_style_5 .elementskit-watermark-icon{
		left: 40px;	
	}
	
	.testimonial-slider-gold .elementskit-commentor-content{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px){
	
	.hero-counter-gold::before{
		top: -29px;
	}

	.hero-counter-gold::after{
		left: -29px;
	}
	
	.hero-content-list-gold ul{
		gap: 10px 20px;
	}
	
	.hero-image-gold img{
		aspect-ratio: 1 / 0.99;
	}
	
	.hero-info-body-gold .ekit-wid-con .ekit-single-day{
		display: flex !important;
	}
	
	.service-item-gold .elementskit-infobox .box-body p{
		padding-bottom: 15px;
	}
	
	 .our-feature-image-gold img{
        aspect-ratio: 1 / 0.67;
    }
	
	.menu-items-gold .elementskit-info-image-box .elementskit-box-header{
		max-width: 120px;
	}
	
	.intro-video-list-gold .elementor-icon-list-items{
		gap: 10px;
	}
	
	.what-we-do-image-1-gold img{
		aspect-ratio: 1 / 0.95;
	}
	
	.testimonial-slider-gold .ekit_testimonial_style_5 .elementskit-watermark-icon{
		bottom: 45px !important;
		left: 38px;	
	}

	.testimonials-count-item-gold .elementor-counter{
		gap: 10px;
	}
	
	.testimonial-slider-gold .elementskit-testimonial-slider .swiper-pagination{
		justify-content: center;
	}
}

/* About Us CSS ( Demo - 2 ) */

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

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

.about-us-img-2-gold:before,
.about-us-img-2-gold:after{
	content: '';
	position: absolute;
	width: 20px;
    height: 20px;
	mask: url('assets/images/hero-image-corner-shape.svg');
	-webkit-mask: url('assets/images/hero-image-corner-shape.svg');
	background-color: var(--e-global-color-background);
	mask-repeat: no-repeat;
	mask-size: cover;
	z-index: 1;
}

.about-us-img-2-gold:before{
	top: -40px;
	right: 45px;
	left: auto;
}

.about-us-img-2-gold:after{
	bottom: 70px;
	left: -40px;
}

.company-review-gold p{
	font-family: var(--e-global-typography-secondary-font-family);
	margin: 0 !important;
}

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

.about-experience-content-gold{
	transform: translateY(70%);
	animation: experiencemoveobjectgold 2s infinite linear alternate;
}

@keyframes experiencemoveobjectgold{
	50%{
		left: 30px;
	}
}

.about-experience-content-gold .funfact-content .number-percentage-wraper{
	font-family: var(--e-global-typography-secondary-font-family) !important;
}

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

.team-item-gold{
	position: relative;
	overflow: hidden !important;
}

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

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

.team-image-gold:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, transparent 50%, rgb(from var(--e-global-color-primary) r g b / 40%) 70%, rgb(from var(--e-global-color-primary) r g b / 80%) 100%);
    z-index: 1;
}

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

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

@media only screen and (max-width: 991px){
	
    .about-us-img-1-gold img{
        aspect-ratio: 1 / 1.1;
    }
	
	.about-us-img-2-gold img{
        aspect-ratio: 1 / 0.99;
    }
	
	.company-review-gold{
        transform: rotate(-180deg) translate(-50%, 50%);
    }
	
	.team-item-gold:hover .team-social-icon-gold{
		margin-bottom: 20px;
	}
	
	.team-image-gold img{
		aspect-ratio: 1 / 1.1;
	}
}

@media only screen and (max-width: 767px){
	
	.about-us-img-2-gold::before{
		top: -30px;
		right: 20px;
	}

	.about-us-img-2-gold::after{
		bottom: 34px;
		left: -30px;
	}
	
    .about-experience-content-gold{
        transform: translateY(20%);
    }
	
	.about-us-img-1-gold img{
        aspect-ratio: 1 / 1.26;
    }
	
	.company-review-gold{
        transform: rotate(-180deg) translate(0, 20%);
    }
}

/* Testimonial Page CSS ( Demo - 2 ) */

.testimonial-author-gold img{
	border-radius: 50%;
}

.testimonial-quote-gold.elementor-view-framed .elementor-icon{
	border: 1px solid var(--e-global-color-white);
}

/***************************************
********* Seabud - ( Demo - 3 ) ********
****************************************/

/*
 * Theme CSS ( Demo - 3 )
 * */

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

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

body.demo3.fancy-scrollbar::-webkit-scrollbar-thumb{
	background: var(--e-global-color-primary);
}

.demo3 header.main-header{
	top: 0;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	max-width: 100%;
}

.demo3 .navbar{
	background: transparent;
	border-radius: 0px;
	padding: 30px 0;
}

.demo3 .main-menu ul li a{
	color: var(--e-global-color-white);
	line-height: 1.2em;
	padding: 14px 10px !important;
}

.demo3 .main-menu{
	font-family: var(--e-global-typography-text-font-family);
}

.demo3 .main-menu ul ul{
	border-radius: 12px;
}

.demo3 .main-menu ul ul li a,
.demo3 .main-menu ul ul li a:focus{
	padding: 6px 20px !important;
}

.demo3 .slicknav_icon .slicknav_icon-bar{
	background-color: var(--e-global-color-primary);
}

.demo3 .slicknav_btn{
	border-radius: 6px;
}

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

.demo3 .page-header{
	padding: 260px 0 145px;
}

.demo3 .page-header:before{
	background: var(--e-global-color-primary);
	opacity: 80%;
}

.demo3 .page-header-box h1{
	line-height: 1.1em;
	letter-spacing: 0;
}

.demo3 .breadcrumb-trail{
	line-height: 1.4em;
}

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

.demo3 .bg-section{
	background-color: transparent;
	margin-top: 0;
	border-radius: 0;
}

.demo3 .post-item-content h2{
	font-weight: 700;
}

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

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

.demo3 .comment-form textarea,
.demo3 .comment-form input[type="text"],
.demo3 .comment-form input[type="email"],
.demo3 .comment-form input[type="url"]{
	background: var(--e-global-color-secondary);
}

.demo3 .post-entry blockquote{
	background: var(--e-global-color-primary) url('assets/images/icon-blockquote-demo3.svg') no-repeat;
	background-position: 30px 30px;
	background-size: 45px;
}

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

.demo3 .footer-social ul li a{
	background: none;
	border: 1px solid var(--e-global-color-darkdivider);
}

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

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

.demo3 .error-page-content .section-title{
	margin-bottom: 20px;
}

.demo3 .navbar-brand h1,
.demo3 .navbar-brand h2{
	color: var(--e-global-color-white) !important;
}

.demo3 .wp-block-search .wp-block-search__input,
.demo3 .wp-block-categories-dropdown select, 
.demo3 .wp-block-archives-dropdown select,
.demo3 .post-password-form input[type="password"]{
	background: var(--e-global-color-secondary);
	color: var(--e-global-color-text);
}

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

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

@media only screen and (max-width: 991px){
	
	.demo3 .navbar{
		padding: 20px 0;
	}
	
	.demo3 .page-header{
		padding: 170px 0 80px;
	}
	
	.demo3 .page-header-box h1{
		margin-bottom: 10px;
	}
	
	.demo3 .page-blog-archive,
	.demo3 .page-single-post,
	.demo3 .error-page{
		padding: 50px 0;
	}

	.demo3 .post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
	}
	
	.demo3 .footer-social ul li a{
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

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

@media only screen and (max-width: 767px){
	
	.demo3 .post-entry blockquote{
		background-position: 15px 15px;
	}
}

/* Theme Button CSS ( Demo - 3 ) */

.demo3 .btn-default{
	padding: 5px 5px 5px 24px;
}

.demo3 .btn-default svg,
.demo3 .btn-default i{
	margin-left: 11px;
}

@media only screen and (max-width: 991px){
	
	.demo3 .btn-default{
		padding: 4px 4px 4px 15px;
	}
	
	.demo3 .btn-default svg,
	.demo3 .btn-default i{
		width: 36px;
		height: 36px;
		padding: 6px
	}
}

/* 
 * Elementor CSS ( Demo - 3 ) 
 * */

/* Header CSS ( Demo - 3 ) */

.demo3 .main-header-menu ul li a{
	font-family: var(--e-global-typography-text-font-family);
}

/* Footer CSS ( Demo - 3 ) */

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

.demo3 .footer-form .newsletter-btn input[type="submit"]{
	background: url(assets/images/arrow-white.svg) no-repeat center center;
    background-size: 12px auto;
}

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

/* Elementor Button CSS ( Demo - 3 ) */

.demo3 .elementor-widget-elementskit-creative-button .ekit_creative_button svg{
	padding: 7px;
}

@media only screen and (max-width: 991px){
	
    .demo3 .elementor-widget-elementskit-creative-button .ekit_creative_button svg{
        height: 36px;
        width: 36px;
    }
}

/* Section Title CSS ( Demo - 3 ) */

.demo3 .section-title .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family);
}

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

/* Home Page CSS ( Demo - 3 ) */

.learn-more-circle-prime .e-text-path textPath{
	font-family: var(--e-global-typography-secondary-font-family);
}

.learn-more-circle-icon-prime{
	transform: translate(50%, 50%);
}

.hero-items-box-prime{
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
} 

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

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

.demo3 .column-2 .elementor-icon-list-items{
	gap:15px 30px;
}

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

.year-experience-box-prime{
	transform: translate(-50%, 50%);
}

.year-experience-counter-prime{
	transform: translate(-50%, -50%);
}

.services-item-prime .elementskit-infobox{
	display: flex;
    flex-direction: column-reverse;
}

.services-image-prime{
	height: 100%;
}

.services-image-prime img{
    aspect-ratio: 1 / 0.863;
    object-fit: cover;
}

.why-choose-image-prime img{
	object-fit: cover;
}

.video-play-circle-icon-prime{
	transform: translate(-50%, 50%);
}

.video-play-circle-prime{
	animation: infiniterotateprime 20s infinite linear;
}

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

.video-play-circle-prime:hover{
	animation-play-state: paused;
}

.how-it-work-image-prime img{
	aspect-ratio: 1 / 0.84;
    object-fit: cover;
}

.testimonial-counter-title-prime .elementskit-funfact .number-percentage-wraper{
	font-family: var(--e-global-typography-secondary-font-family);
}

.testimonial-counter-title-prime .elementskit-funfact .number-percentage-wraper .odometer-auto-theme{
	font-family: inherit;
}

.testimonial-img-prime img{
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.testimonial-cta-box-prime .elementskit-infobox{
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.testimonial-item-prime .elementskit-commentor-content{
	margin-bottom: 0 !important;
}

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

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

.donate-now-box-prime{
	writing-mode: vertical-rl;
	transition: all 0.4s ease-in-out !important;
}

.donate-now-box-prime .elementor-icon-box-wrapper{
	gap: 15px !important;
}

.donate-now-box-prime .elementor-icon svg{
	transform: rotate(-180deg);
	transition: all 0.4s ease-in-out !important;
}

.our-gallery-nav-prime ul li{
	margin: 0 !important;
}

.our-gallery-nav-prime ul li a::before{
	content: "";
	position: absolute;
	top: 5px;
	right: -5px;
	background-color: var(--e-global-color-divider);
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.our-gallery-nav-prime ul li:last-child a::before{
	display: none;
}

.our-gallery-nav-prime .elementskit-single-portfolio-item .elementskit-portfolio-thumb::after{
	content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.our-gallery-nav-prime .elementskit-single-portfolio-item:hover .elementskit-portfolio-thumb:after{
	height: 250%;
	transition: 600ms linear;
	background-color: transparent;
}

.our-gallery-nav-prime .elementskit-single-portfolio-item .elementskit-gallery-label{
	overflow: hidden;
	opacity: 0;
}  

.best-offer-content-prime .elementskit-infobox .elementskit-btn svg{
	transition: all 0.4s ease-in-out;
	height: 24px;
	width: 24px;
}

.best-offer-content-prime .elementskit-infobox .elementskit-btn:hover svg{
	transform: rotate(45deg);
}

.faq-accordion-prime .elementskit-accordion .elementskit-card{
	overflow: hidden;
}

.faq-accordion-prime .elementskit-accordion .elementskit-card .elementskit-card-header a{
	border-radius: 0 !important;
}

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

.faq-accordion-prime .elementskit-accordion .elementskit-card .number{
    margin-right: 5px;
}

@media only screen and (max-width: 991px){
	
	.hero-item-prime .elementskit-infobox{
		display: flex;
		align-items: center;
	}
	
	.demo3 .column-2 .elementor-icon-list-items{
		gap: 10px;
	}
	
	.how-it-work-image-prime img{
		aspect-ratio: 1 / 0.65;
	}
	
	.testimonial-img-prime img{
		aspect-ratio: 1 / 0.55;
	}
	
	.what-we-do-img-1-prime img{
		aspect-ratio: 1 / 0.9;
	}
	
	.our-gallery-nav-prime .elementskit-portfolio-thumb img{
		aspect-ratio: 1 / 0.88;
	}
}

@media only screen and (max-width: 767px){
	
	.testimonial-img-prime img{
		aspect-ratio: 1 / 1.1;
	}
	
	.what-we-do-img-1-prime img{
		aspect-ratio: 1 / 1.35;
	}
	
	.donate-now-box-prime .elementor-icon-box-wrapper{
		gap: 10px !important;
	}
	
	.best-offer-content-prime .elementskit-infobox .elementskit-btn svg{
		height: 21px;
		width: 21px;
	}
}

/* About Us CSS ( Demo - 3 ) */

.our-event-image-prime img{
	aspect-ratio: 1 / 0.58;
    object-fit: cover;
}

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

.commitment-list-prime .elementskit-info-box-title{
	font-family: var(--e-global-typography-accent-font-family) !important;
}

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

@media only screen and (max-width: 991px){
	
    .commitment-image-prime img{
        aspect-ratio: 1 / 1.55;
    }
	
	.demo3 .team-image img{
		aspect-ratio: 1 / 1.09;
	}
}

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

/* Sidebar Cta Box CSS ( Demo - 3 ) */

.demo3 .sidebar-cta-contact{
	overflow: hidden;
}

.demo3 .sidebar-cta-contact .elementskit-infobox{
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Team Details CSS ( Demo - 3 ) */

.demo3 .skills-progress-bar .skill-bar{
	height: 16px !important;
	border: 1px solid var(--e-global-color-divider);
}

.demo3 .skills-progress-bar .content-group .skill-bar-content{
	margin-bottom: 10px !important;
	line-height: normal;
}

.team-expertise-prime .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family);
}

/* Testimonial CSS ( Demo - 3 ) */

.testimonial-author-prime .elementskit-info-box-icon img{
	border-radius: 50%;
}