﻿



.navbar-brand.logo {
	max-height: 100px;
	max-width: 250px;
}


.navbar-brand.logo img {
	max-height: 100px;
	max-width: 250px;
}

.svg-image {
	fill: var(--themeht-primary-color) !important;
	width: 80px !important;
	height: 80px !important;
	
}

.nav-item.dropdown .dropdown-menu a {
	text-transform: initial !important;
	white-space: pre-wrap !important;
}
.nav-item.dropdown .dropdown-menu.longwidth a {
	min-width: 300px;
}

.navbar-nav .nav-link, .post-card .post-bottom li, .theme-title h6 {
	text-transform: initial !important;
}
.swiper-fade .swiper-slide {
	min-height: 960px;
}
.page-title::before {
	opacity: 0.4 !important;
	background: linear-gradient(90deg, #000 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%);
}

.mosaic-banner-container {
	
}

.mosaic-banner-hero {
	display: none;
}

@media (min-width:768px) {
	.mosaic-banner-container {
		position: relative;
	}

	.mosaic-banner-hero {
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 300px;
		display: block;
		z-index: 100;
	}

}
.featured-item.style-1 {
	min-height: 850px;
}
	.featured-item.style-1 .featured-desc p {
		text-align: justify;
	}

.service-item.style-2 {
	min-height: 490px !important;
}
.theme-title p {
	text-align: justify;
}
.page-content .container p {
	text-align: justify;
}