/*
Theme Name: Sunlinx Theme Child
Theme URI: http://www.aivahthemes.com
Description: Sunlinx Theme Child of Visual Builder, created by AivahThemes
Author: AivahThemes
Author URI: https://www.aivah.com/
Template: sunlinx-wp
Version: 1.0.0
Text Domain: sunlinxtxt
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;
}
.iva_page_loader {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align: center;
	background: #000000 url('svg-loaders/tail-spin.svg') no-repeat center center;
	background-position: center center;
	background-size: 60px 60px;
}
/* search icon */
.iva-header-icons .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    content: url(assets/search.svg) !important;
	height: 30px;
}
.iva-header-icons .elementor-search-form--skin-full_screen.black .elementor-search-form__toggle i:before {
    content: url(assets/search-black.svg) !important;
	height: 30px;
}
.iva-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 {
	width: 70% !important;
}
.elementor-sticky--effects {
	background:#ffffff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.2)
}
.elementor-sticky--effects.e-con>.e-con-inner {
	padding: 10px 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,
.fullimageleft .elementor-column-wrap {
	width: auto;
}
.fullimageright .elementor-widget-wrap,
.fullimageleft .elementor-widget-wrap {
	width: auto;
}
.fullimageright .elementor-widget,
.fullimageleft .elementor-widget {
	width: auto;
	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: 100px !important;
}
/* .testimslider .elementor-swiper .swiper .elementor-swiper-button-prev {
    left: 30px;
    bottom: 0;
    top: auto;
}*/
.testimslider .swiper .elementor-swiper-button-prev .eicon-chevron-left:before {
	content: url('assets/left-arrow.svg');
}
/* .testimslider .elementor-swiper .swiper .elementor-swiper-button-next {
	left: 30px;
	bottom: 30px;
	top: auto;
} */
.testimslider .swiper .elementor-swiper-button-next .eicon-chevron-right:before {
	content: url('assets/right-arrow.svg');
}
[data-elementor-type="loop-item"]:last-child .elementor-widget-divider {
	display: none;
}
/*============================*/
/* Default Widgets            */
/*============================*/
/* iva widgets wrap styling */
.iva-widget [type=submit] {
/* 	color: #000!important; */
/* 	border: 1px solid #000!important; */
}
.iva-widget [type=submit]:hover,
.iva-widget [type=submit]:focus {
/* 	background-color: #ffa600!important; */
/* 	color: #fff!important; */
}
.iva-widget {
	margin-bottom: 40px;
}
.iva-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         */
/*============================*/
.iva-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 .iva-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;
}
.iva-wpml ul.wpml-ls-sub-menu {
	width: 45px;
}
.iva-wpml li {
	transition: all 0.5s linear;
}
.iva-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;
	}
	/* iva 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: repeat-x;
	background-position: top center;
	background-color: rgba(0,0,0,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          */
/*============================*/
.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-end;
	align-items: end;
}
.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: 10px;
    background-size: 22px;
    margin-top: -11px;
	z-index: 0;
}
.blog-filter-cat select {
    border: 2px solid #000000;
    border-radius: 0 !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	background-color: #1e1e1e;
	border-radius: 0;
}
.blog-filter-cat select:focus {
    outline: none;
    border: 2px solid #000000;
}
.blog-filter-search input {
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
}
#custom-blog-posts-results {
    opacity: 0;
}
#custom-blog-posts-results.show {
    opacity: 1;
}
.custom-blog-posts-item {
	background-color: #1e1e1e;
    opacity: 0;
    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;
}
.elementor-button-content-wrapper {
	align-items: center;
}
#custom-blog-posts-results {
	--columns:3;
	--gap:30px;
	--gap-count:calc( var(--columns) - 1 );
	display:flex;
	gap:var(--gap);
	flex-wrap: wrap;
}
.custom-blog-posts-item {
	flex-basis: calc( calc( 100% / var(--columns) ) - calc( var(--gap) / var(--columns) * var(--gap-count) ) );
}
.custom-blog-post-thumb { position: relative; }
.custom-blog-post-title {     font-family: 'SuisseIntl';
    font-weight: 500; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; word-break: break-word;}
h2.custom-blog-post-title a { color: #ffffff; transition: all 0.3s linear; }
.custom-blog-post-title a:hover { color: #f0f0e1; }
.custom-blog-post-date { color: #ffffff; font-weight: 500; font-size: 16px; font-weight: 500; margin-bottom: 15px;     font-family: 'SuisseIntl';
    font-weight: 500;}
.custom-blog-post-content{ color: #ffffff; margin-bottom: 30px; font-size: 17px; }
.custom-blog-post-content .morelink { color:#ffffff; }
.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: #ffffff;
    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;
	}
}
.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;
    max-height: 300px;
	display:flex;
}