/*
Theme Name: Merkai Theme Child
Theme URI: http://www.aivahthemes.com
Description: Merkai Theme Child of Merkai, created by AivahThemes
Author: D4D Team
Author URI: https://www.aivah.com/
Template: merkai-wp
Version: 1.0.0
Text Domain: d4d-textdomain
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
button:focus {
	outline: none !important;
}
a {
	outline: none;
}
.elementor-widget-container p:last-child {
	margin-bottom: 0;
}
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
a {
	color:#19395F;
	text-decoration: none;
}
a:hover {
	color: #201F5F;
}
.post-state {
	display: none !important;
}
/*-------------------------------------------------------------------
Page Loader
--------------------------------------------------------------------*/
#lottiewrap{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color:#ffffff;
}
#lottie {
	width:50%;
	height:100%;
	margin: 0 auto;
	max-width:160px;
}
.d4d_page_loader {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align: center;
	background: #f7f7f7 url('svg-loaders/oval.svg') no-repeat center center;
	background-position: center center;
	background-size: 60px 60px;
}
/* search icon */
.d4d-header-icons .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    content: url(assets/search.svg) !important;
	height: 30px;
}
.d4d-header-icons .elementor-search-form--skin-full_screen.black .elementor-search-form__toggle i:before {
    content: url(assets/search-black.svg) !important;
	height: 30px;
}
.d4d-header-icons .fas.fa-search {
	background-color: transparent !important;
}
/*============================*/
/* Main Header */
/*============================*/
.toplogo {
	opacity: 0;
	transition: all 0.3s linear;
}
.singlepost .toplogo,
.singlepage:not(.home) .toplogo {
	opacity: 1;
}
.elementor-sticky--effects .toplogo {
	opacity: 1;
}
.elementor-sticky--effects .logo img {
	transition: all 0.3s linear;
	width: 50% !important;
}
.elementor-sticky--effects {
	background:#ffffff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.2)
}
.elementor-sticky--effects .sticky-hrc{
	justify-content: center;
}
.elementor-sticky--effects.e-con>.e-con-inner {
	/* padding: 5px 0; */
}
ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border:none !important;
}
/* Humburger Menu */
#hummenu .elementor-menu-toggle,
#hummenu .elementor-menu-toggle:focus,
#hummenu .elementor-menu-toggle:visited {
    background-color: transparent;
}
#hummenu .fa-angle-down:before {
	content: url('assets/arrow-down.svg') !important;
}
#hummenu .highlighted .fa-angle-down:before {
	content: url('assets/arrow-down-white.svg') !important;
}
#hummenu .elementor-menu-toggle .eicon-menu-bar:before {
    position: absolute;
    transform: translate(-100%, -45%);
    content: url('assets/ham-open.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s linear;
    z-index: 9999;
}
#hummenu .elementor-menu-toggle.elementor-active .eicon-close:before {
    position: absolute;
    transform: translate(-100%, -45%);
    content: url('assets/ham-close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
}
/*============================*/
/* Partial Image CSS          */
/*============================*/
.fullimageright .elementor-column-wrap,
.fullimageright .custom-post-thumb,
.fullimageleft .elementor-column-wrap {
	width: auto;
}
.fullimageright .elementor-widget-wrap,
.fullimageright .custom-post-thumb,
.fullimageleft .elementor-widget-wrap {
	width: auto;
}
.fullimageright .elementor-widget,
.fullimageright .custom-post-thumb,
.fullimageleft .elementor-widget {
	width: auto !important;
	max-width: inherit !important;
}
@media screen and (max-width:979px) {
	.fullimageleft > div { margin-left:auto !important; }
	.fullimageright > div { margin-right:auto !important; }
}
@media only screen and (max-width: 479px) {
	.fullimageleft > div,
	.fullimageright > div { margin-left:0 !important; margin-right:0 !important; }
}
/*============================*/
/* Slider Homepage            */
/*============================*/
.swiper-slide-contents {
    margin-top: 150px !important;
}
.customarrows .swiper .elementor-swiper-button-prev {
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	height: 81px;
	left: 0 !important;
}
.customarrows .swiper .elementor-swiper-button-next{
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	height: 71px;
	right: 0 !important;
}
.customarrows .swiper .elementor-swiper-button-prev:before {
	content: url('assets/arrow-left.png');
}
.customarrows .swiper .elementor-swiper-button-next:before {
	content: url('assets/arrow-right.png');
}
[data-elementor-type="loop-item"]:last-child .elementor-widget-divider {
	display: none;
}
.customarrows .swiper .elementor-swiper-button-prev svg,
.customarrows .swiper .elementor-swiper-button-next svg{
	display: none;
}
/*============================*/
/* Default Widgets            */
/*============================*/
/* d4d widgets wrap styling */
.d4d-widget [type=submit] {
/* 	color: #000!important; */
/* 	border: 1px solid #000!important; */
}
.d4d-widget [type=submit]:hover,
.d4d-widget [type=submit]:focus {
/* 	background-color: #ffa600!important; */
/* 	color: #fff!important; */
}
.d4d-widget {
	margin-bottom: 40px;
}
.d4d-widget .widget-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.widget ul, .widget ol {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.widget li { margin-bottom: 0; }
	.widget_pages ul li,
	.widget_nav_menu ul li,
	.widget_categories ul li,
	.widget_archive ul li {
	display: block;
	padding: 2px 0;
	text-align: right;
}
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
	position: relative;
	float: left;
	padding: 2px 0;
	color: #222222;
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
}
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
	color: #3F3F3F;
}
.widget_pages ul li::after,
.widget_nav_menu ul li::after,
.widget_categories ul li::after,
.widget_archive ul li::after {
	clear: both;
	display: block;
	content: "";
}
.widget_pages ul li a:after,
.widget_nav_menu ul li a:after,
.widget_categories ul li a:after,
.widget_archive ul li a:after {
	content: '';
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0%;
	left: 0;
	transition: all 200ms linear;
}
.widget_pages ul li a:hover:after,
.widget_nav_menu ul li a:hover:after,
.widget_categories ul li a:hover:after,
.widget_archive ul li a:hover:after {
	width: 100%;
	border-color: #3F3F3F;
}
.widget_pages ul.children,
.widget_nav_menu ul.children,
.widget_categories ul.children,
.widget_archive ul.children { clear: both; padding: 5px 0 0 10px; }
.widget_pages ul.children li,
.widget_nav_menu ul.children li,
.widget_categories ul.children li,
.widget_archive ul.children li { padding: 5px 0; }
.widget_nav_menu ul.children li,
.widget_nav_menu ul.children li a,
.widget_pages ul.children li,
.widget_pages ul.children li a,
.widget_categories ul.children li,
.widget_categories ul.children li a,
.widget_archive ul.children li,
.widget_archive ul.children li a { line-height: 1; padding-left: 8px;}
table thead th {
	background-color:#F3F5F7;
	color: #ffffff;
}
/* WordPress Clanedar */
#wp-calendar { border: none; }
#wp-calendar tbody td,
#wp-calendar th,
#wp-calendar table,
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption,
#wp-calendar tbody td {
	background-color: transparent !important;
	border: none !important;
}
#wp-calendar tbody td a {
	display: block;
	width: 38px;
	height: 38px;
	color: #000000;
	padding: 6px;
	border: 1px solid #3F3F3F;
	border-radius: 50%;
}
#wp-calendar tbody td {
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	vertical-align: middle;
}
#wp-calendar tbody td { text-align: center; }
#wp-calendar th {
	font-weight: 300;
	text-align: center;
}
#wp-calendar caption { font-weight: bold; color: inherit; }
#wp-calendar tfoot tr a { color: inherit; }
#wp-calendar tfoot #prev { text-align: left;}
#wp-calendar tfoot #next { text-align: right;}
#wp-calendar tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.023);
}
/*============================*/
/* Menu Cart Icon             */
/*============================*/
.elementor-menu-cart__toggle .elementor-button:hover {
	border: 0 !important;
	padding: 0 !important;
}
/*============================*/
/* Toggle Icon Plus Minus */
/*============================*/
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block;
    font-size: 40px;
    margin-top: -10px;
}
/*============================*/
/* WPML dropdown icon         */
/*============================*/
.d4d-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url(assets/arrow-down-black.svg);
    border: unset!important;
    position: absolute;
	right: 0px;
    top: 50%;
	width: 20px;
	transform: translateY(-40%) scale(1.5);
}
.elementor-sticky--effects .d4d-wpml.black .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: url(assets/arrow-down-black.svg);
    border: unset!important;
    position: absolute;
	right: 0px;
    top: 50%;
	width: 20px;
	transform: translateY(-40%) scale(1.5);
}
.wpml-ls-legacy-dropdown a {
	padding: 5px 0 5px 10px!important;
	border: unset!important;
	line-height: unset!important;
	background: transparent;
	text-decoration: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
	background:transparent;
}
.wpml-ls-sub-menu li {
	line-height: 20px;
}
.wpml-ls-legacy-dropdown a span {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.d4d-wpml ul.wpml-ls-sub-menu {
	width: 45px;
}
.d4d-wpml li {
	transition: all 0.5s linear;
}
.d4d-wpml .wpml-ls-legacy-dropdown li:hover {
	background-color: transparent;
}
.wpml-ls-sub-menu {
	background-color: #ffffff;
}
.wpml-mobile {
}
/*============================*/
/* Responsive CSS             */
/*============================*/
/* This media query targets screens with a maximum width of 1024px or tables */
@media only screen and (max-width: 1024px) {
	.elementor-sticky--effects .elementor-container .elementor-widget-wrap section.elementor-inner-section {
		margin-top: -24px!important;
	}
	/* D4D custom dropdown menu */
	#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu {
		width: 70%;
		max-width: 800px;
		margin: 0 auto;
	}
	#hummenu nav.elementor-nav-menu--dropdown {
		top: 0 !important;
		margin:0;
		position: fixed !important;
		width: 100vw !important;
		height: 100vh !important;
		background-color: rgba(255, 255, 255, 0.93) !important;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 10;
	}
	#hummenu .elementor-menu-toggle {
		z-index: 999;
		padding:0;
		position: relative;
	}
	#hummenu .elementor-nav-menu--dropdown .elementor-item-active {
		color:#F3F5F7;
	}
	#hummenu .sub-menu li { padding-left:0 !important; }
	#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu a {
		justify-content: center;
		transition: all 0.23s ease-in-out;
	}
	#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a {
		border-bottom: none !important;
	}
	#hummenu .menu-item a.elementor-item {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#hummenu .elementor-nav-menu--dropdown .mb-show {
		display: block !important;
	}
	#hummenu .elementor-nav-menu--dropdown ul {
		width: 40%;
	}
	.elementor-nav-menu__align-right .elementor-nav-menu,
	.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
		justify-content: center !important
	}
	#hummenu .elementor-menu-toggle.elementor-active .eicon-close:before{
		margin-right:0 !important;
		right: -50% !important;
		transform: translate(50%,-50%);
	}
	#hummenu .elementor-menu-toggle .eicon-menu-bar:before {
		width: 70px;
		transform: translate(-40%,-50%);
		overflow: hidden;
	}
}
/* .elementor-sticky--effects .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #000000 !important;
}
.elementor-sticky--effects .elementor-nav-menu .elementor-item {
	color: #000000 !important;
}
.elementor-sticky--effects .elementor-menu-toggle svg {
    fill: #000000 !important;  
} */
.elementor-sticky--effects .logolight {
	display: block;
	transition: all 0.2s linear;
}
.logodark {
	display: none;
	transition: all 0.2s linear;
}
.elementor-sticky--effects .logodark {
	display: block;
}
.elementor-sticky--effects .logolight {
	display: none;
}
.black {
	display: none;
}
.elementor-sticky--effects .white {
	/* display: none; */
}
.elementor-sticky--effects .black {
	display: flex;
}
/* Customization Starts */
.separator .elementor-heading-title:after,
.separator .elementor-slide-heading:after {
    content: '';
    border-width: 0 0 2px 0;
    border-color: #94B770;
    height: 2px;
    width: 70px;
    position: absolute;
    border-style: solid;
    bottom: -20px;
    left: 0;
}
.elementor-heading-title,
.elementor-slide-heading {
	position: relative;
}
/* Sep Counter */
.separator.white .elementor-heading-title:after {
	border-color:#ffffff;
}
.separator .elementor-counter-number-wrapper:after {
    content: '';
    border-width: 0 0 2px 0;
    border-color: #ffffff;
    height: 2px;
    width: 50px;
    position: absolute;
    border-style: solid;
    bottom: -15px;
    left: 50%;
	transform: translatex(-50%);
}
.elementor-counter-number-wrapper {
	position: relative;
	margin-bottom:20px;
}
.overlaybg .swiper-slide-bg:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url(assets/fade.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: rgba(255,255,255,0.3);
}
.ico-calendar {
	position: relative;
	display: inline-block;
}
.ico-calendar .wp-caption {
	position: relative;
	display: inline-block;
}
.ico-calendar .wp-caption-text {
	visibility: hidden;
	width: 120px;
	background-color: #222222;
	color: #fff;
	text-align: center;
	border-radius: 0; /* No radius */
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: calc(100% + 8px); /* 8px space between icon and tooltip */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
/* Arrow */
.ico-calendar .wp-caption-text::before {
	content: "";
	position: absolute;
	top: -16px; /* Adjust arrow position */
	left: 50%;
	transform: translateX(-50%);
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #222222 transparent;
}
.ico-calendar:hover .wp-caption-text {
	visibility: visible;
	opacity: 1;
}
.logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.logo img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
}
.logo.small img {
    max-width: 300px;
}
.logo.left {
    left: 10px; /* Adjust this value to position the logo to the left */
}
.separators .e-con-inner > .e-child:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 75px;
	height: 2px;
	background-color: #bbbbbb;
	z-index: 2;
}
.separators .e-con-inner > .e-child.fullimageright:last-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 75px;
	height: 2px;
	background-color: #555555;
	z-index: 2;
}
.separators .e-con-inner > .e-child:last-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 75px;
	height: 2px;
	background-color: #bbbbbb;
	z-index: 2;
}
.separators .e-con-inner > .e-child.fullimageleft::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 75px;
	height: 2px;
	background-color: #555555;
	z-index: 2;
}
/* Blog Posts */
.taxonomy-filter {
	position: relative;
	border: 2px solid #000000;
}
.taxonomy-filter select {
	text-transform: uppercase;
	border: 0;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.taxonomy-filter:after {
	content: '';
	background-image: url('assets/arrow-down-black.svg');
	position: absolute;
	top: 50%;
	width: 30px;
	height: 15px;
	background-repeat: no-repeat;
	right: 0;
	transform: translateY(-50%);
}
/*============================*/
/* Custom Blog Posts          */
/*============================*/
#custom-blog-posts-results .elementor-divider-separator:after,
#custom-blog-posts-results .elementor-divider-separator:before,
#custom-blog-posts-results .elementor-divider-separator:after,
#custom-blog-posts-results .elementor-divider-separator:before {
    display: block;
    content: "";
    -webkit-border-after: 0;
            border-block-end: 0;
    flex-grow: 1;
    -webkit-border-before: 1px solid #000;
            border-block-start: 1px solid #000;
}
#custom-blog-posts-results .elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
	flex-shrink:0;
	margin: 0 10px;
	width: 68px;
}
#custom-blog-posts-results .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr;
	width: 100%;
	align-items: center;
}
.blog-posts-filter-wrap {
	margin-bottom: 40px;
	display: flex;
	gap: 30px;
}
.blog-posts-filter-headings {
	flex-basis: 50%;
}
.blog-posts-filter-options {
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}
.blog-posts-filter-title {
	font-size: 41px;
	font-weight: 600;
	margin-bottom: 0;
}
.blog-posts-filter-subtitle {
	font-size: 41px;
	font-weight: 200;
	margin-bottom: 0;
}
.blog-filter-cat,
.blog-filter-search {
	position: relative;
	flex-basis: 250px;
}
.blog-filter-cat::before {
	position: absolute;
	top: 50%;
	content: '';
	background-image: url('assets/arrow-down.svg');
	width: 22px;
	height: 22px;
	right: 0;
	background-size: 22px;
	margin-top: -11px;
	z-index: 0;
}
.blog-filter-cat select {
	border: 0px solid #000000;
	border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	padding: .5rem 0 !important;
}
.blog-filter-cat select:focus {
	outline: none;
	border: 0px solid #000000;
}
.blog-filter-search input {
	border: none !important;
	border-bottom: 2px solid #000000 !important;
	border-radius: 0 !important;
	padding: 0.5rem 0 !important
}
.blog-filter-search::after {
	content: url(assets/search-black.svg) !important;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
}
.blog-filter-search input::-webkit-input-placeholder {
	font-family: Poppins;
	color: #000000;
	font-weight: 500;
}
.blog-filter-search input::-moz-placeholder {
	font-family: Poppins;
	color: #000000;
}
.blog-filter-search input:-ms-input-placeholder {
	font-family: Poppins;
	color: #000000;
}
.blog-filter-search input::-ms-input-placeholder {
	font-family: Poppins;
	color: #000000;
}
.blog-filter-search input::placeholder {
	font-family: Poppins;
	color: #000000;
}
#custom-blog-posts-results {
	opacity: 0;
}
#custom-blog-posts-results.show {
	opacity: 1;
}
.custom-blog-posts-item {
	display: flex;
	background-color: #ffffff;
	opacity: 0;
	gap: 100px;
	transform: translateY(20px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.custom-blog-posts-item.show {
	opacity: 1;
	transform: translateY(0);
	/* box-shadow: 0px 0px 20px rgba(0,0,0,0.2); */
}
.custom-blog-posts-content-wrap {
    padding: 25px 0 25px 0;
    flex-basis: 50%;
    /* align-items: center; */
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.elementor-button-content-wrapper {
	align-items: center;
}
.custom-blog-posts-item.show:nth-child(odd) {
    /* flex-direction: row-reverse; */
}
#custom-blog-posts-results {
	--columns: 1;
	--gap: 30px;
	--gap-count: calc(var(--columns) - 1);
	display: flex;
	gap: var(--gap);
	flex-wrap: wrap;
}
.custom-blog-post-thumb {
	position: relative;
	flex-basis: 50%;
}
.custom-blog-post-title {
    font-family: 'Polly';
    font-weight: 600;
	line-height: 1.1em;
    font-size: 46px;
    margin-bottom: 20px;
    word-break: break-word;
}
h2.custom-blog-post-title a {
	color: #000000;
	transition: all 0.3s linear;
}
.custom-blog-post-title a:hover {
	color: #000000;
}
.custom-blog-post-date {
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Poppins';
	font-weight: 600;
}
.custom-blog-post-content {
	color: #000000;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.7em;
}
.custom-blog-post-content p {
	margin-bottom: 30px;
}
.custom-blog-post-content .morelink {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	fill: var( --e-global-color-cadc606 );
	color: var( --e-global-color-cadc606 );
	background-color: var( --e-global-color-primary );
	border-radius: 0px 0px 0px 0px;
	padding: 17px 35px 17px 35px;
}
.custom-blog-post-content .morelink:hover {
	color: #ffffff;
}
.custom-blog-posts-item .elementor-button {
	padding: 0;
	background: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	transition: all 0.2s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	opacity: 0;
	width: 25px;
}
.custom-blog-posts-item:hover .elementor-button {
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	margin-bottom: -40px;
}
@-webkit-keyframes moveCenter {
	0% {
		left: 0;
		bottom: 0;
		transform: translate(-50%, 50%);
	}
	100% {
		left: 50%;
		bottom: 50%;
		transform: translate(-50%, -50%);
	}
}
@keyframes moveCenter {
	0% {
		left: 0;
		bottom: 0;
		transform: translate(-50%, 50%);
	}
	100% {
		left: 50%;
		bottom: 50%;
		transform: translate(-50%, -50%);
	}
}
.custom-blog-posts-item:hover .elementor-button {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
	/* Disable the animation on hover */
}
.custom-blog-posts-item .elementor-button:focus,
.custom-blog-posts-item .elementor-button:hover,
.custom-blog-posts-item .elementor-button:visited {
	color: #ffffff;
}
.custom-blog-posts-item .elementor-button-icon svg {
	fill: #ffffff;
	width: 16px;
}
@media (max-width: 992px) {
	#custom-blog-posts-results {
		--columns: 2;
	}
}
@media (max-width: 767px) {
	#custom-blog-posts-results {
		--columns: 1;
	}
}
@media screen and (max-width:475px) {
	.blog-posts-filter-wrap {
		flex-wrap: wrap;
	}
	.blog-posts-filter-headings {
		flex-basis: 100%;
	}
	.blog-posts-filter-options {
		flex-basis: 100%;
	}
	.blog-posts-filter-options {
		flex-wrap: wrap;
	}
	.blog-filter-cat,
	.blog-filter-search {
		flex-basis: 100%;
	}
}
.custom-blog-posts-item:hover img {
	opacity: 0.6;
}
.custom-blog-post-thumb img {
	transition: all 0.3s linear;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: flex;
}
.lastborder .e-loop-item:last-child>div {
	border: 0;
}
.as-side-slider .swiper-slide {
	display: none !important;
}
.projects .elementor-loop-container.elementor-grid {
    display: inherit !important;
}
.projects .swiper-slide-image {
	display: block;
    height:550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.projects .elementor-swiper-button-next {
	background-color: rgba(0,0,0,0.7);
	padding: 30px 10px;
	right: 0 !important;
}
.projects .elementor-swiper-button-prev {
	background-color: rgba(0,0,0,0.7);
	padding: 30px 10px;
	left: 0 !important;
}
.projects .elementor-swiper-button-prev svg line,
.projects .elementor-swiper-button-next svg line{
	stroke: #ffffff;
}
@media screen and (max-width: 475px) {
	.projects .swiper-slide-image {
		height:300px;
	}	
}
div#field_1_18 b {
color:#D90000;
font-weight: 900;
}
div#field_1_18 {
    background-color: #FDEDEE;
    color: #52262D;
    padding: 30px;
}