:root {
	--body-bg: #015D4F;
	--primary: #ffffff;
	--secondary: #11CB9C;
	--tertiary: #004339;
	--success: #03D353;
	--quaternary:#015044;
	--danger: #FF4E00;
	--warning: #FFA700;
	--info: #015044;
	--light: #DDDDDE;
	--dark: #707070;
	--black-color: #000;


	--font-light: 300;
	--font-normal: normal;
	--font-semibold: 500;
	--font-bold: bold
}

[data-bs-theme=dark]:root {
	--body-bg: var(--primary);
}

@font-face {
	font-family: 'Rooney Sans';
	src: url('../Fonts/RooneySans-Light.woff2') format('woff2'),
		url('../Fonts/RooneySans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rooney Sans';
	src: url('../Fonts/RooneySans-Medium.woff2') format('woff2'),
		url('../Fonts/RooneySans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rooney Sans';
	src: url('../Fonts/RooneySans-Regular.woff2') format('woff2'),
		url('../Fonts/RooneySans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rooney Sans';
	src: url('../Fonts/RooneySans-Bold.woff2') format('woff2'),
		url('../Fonts/RooneySans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.topMenu a {
	display: block;
	padding: 0.3125rem 0.25rem;
}


/* :focus-visible {
    outline-color: var(--black-color) !important;
    outline-offset: 1px !important;
    outline-style: auto !important;
	box-shadow: none !important;
	outline: auto !important;
} */

.btn:focus-visible,
.cc-btn:focus-visible {
	outline-color: var(--primary) !important;
	outline-offset: 1px !important;
	outline-style: auto !important;
	outline: auto !important;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Rooney Sans';
	font-weight: 400;
	line-height: 1.4;
	font-size: 18px;
	color: var(--txt-color);
	background-color: var(--body-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Rooney Sans';
}

h1,
.h1 {
	font-size: 45px;
	line-height: 1.5;
	font-weight: var(--font-bold);
	color: var(--primary);
}

@media(min-width:992px) {

	h1,
	.h1 {
		font-size: 60px;
	}
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
}

@media(min-width:992px) {

	h2,
	.h2 {
		font-size: 45px;
	}
}

h3,
.h3 {
	font-size: 25px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--secondary);
}

@media(min-width:992px) {

	h3,
	.h3 {
		font-size: 30px;
	}
}


h4,
.h4 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
}

@media(min-width:992px) {

	h4,
	.h4 {
		font-size: 25px;
	}
}

h5 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
}

@media(min-width:992px) {

	h5,
	.h5 {
		font-size: 20px;
	}
}

[data-bs-theme=dark] h1, [data-bs-theme=dark] .h1,
[data-bs-theme=dark] h2, [data-bs-theme=dark] .h2,
[data-bs-theme=dark] h3, [data-bs-theme=dark] .h3,
[data-bs-theme=dark] h4, [data-bs-theme=dark] .h4,
[data-bs-theme=dark] h5, [data-bs-theme=dark] .h5,
[data-bs-theme=dark] h6, [data-bs-theme=dark] .h6{
	color: var(--black-color);
}
/* Heading CSS Start */

p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: var(--font-normal);
	color: var(--primary);
}

[data-bs-theme="dark"] p {
	color: var(--black-color);
}

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

a {
	color: var(--secondary);
	font-weight: var(--font-bold);
}

a:hover {
	color: var(--primary);
}

a,
a:hover,
a:visited,
a:focus,
img,
button,
input,
textarea {
	text-decoration: none;
}

[data-bs-theme=dark] a:hover {
	color: var(--black-color);
	opacity: 0.90;
}

.list-normal,
ol {
	color: var(--primary);
	font-size: 18px;
	font-weight: var(--font-normal);
	line-height: 1.4;
}

[data-bs-theme=dark] .list-normal,
[data-bs-theme=dark] ol {
	color: var(--black-color);
}

.list-normal li::marker {
	color: var(--secondary);
	font-size: 24px;
	line-height: 1;
}

[data-bs-theme=dark] .list-normal li::marker {
	color: var(--black-color);
}

ol li::marker {
	color: var(--secondary);
	font-size: 18px;
	font-weight: bold;
}

[data-bs-theme=dark] ol li::marker {
	color: var(--black-color);
}

hr {
	border-color: var(--secondary);
	border-width: 11px;
	opacity: 1;
}

[data-bs-theme=dark] hr {
	border-color: var(--black-color);
}

hr.primary {
	border-top: 11px solid var(--secondary);
	opacity: 1;
	margin-bottom: 40px;
	margin-top: 0;
}

hr.secondary {
	border-top: 1px solid var(--gray-color);
	opacity: 1;
	margin-bottom: 40px;
	margin-top: 0;
}

.bg-primary {
	background-color: var(--primary) !important;
	color: var(--dark);
}

.bg-secondary {
	background-color: var(--secondary) !important;
	color: var(--primary);
}

.bg-tertiary {
	background-color: var(--tertiary) !important;
	color: var(--primary);
}

.bg-success {
	background-color: var(--success) !important;
	color: var(--primary);
}

.bg-danger {
	background-color: var(--danger) !important;
	color: var(--primary);
}

.bg-warning {
	background-color: var(--warning) !important;
	color: var(--primary);
}

.bg-info {
	background-color: var(--info) !important;
	color: var(--primary);
}

.bg-light {
	background-color: var(--light) !important;
	color: var(--dark);
}

.bg-dark {
	background-color: var(--dark) !important;
	color: var(--primary);
}

/* Text Color CSS Start */
.text-primary {
	color: var(--primary) !important;
}

.text-secondary {
	color: var(--secondary) !important;
}

.text-tertiary {
	color: var(--tertiary) !important;
}

.text-success {
	color: var(--sucess) !important;
}

.text-danger {
	color: var(--danger) !important;
}

.text-warning {
	color: var(--warning) !important;
}

.text-info {
	color: var(--info) !important;
}

.text-light {
	color: var(--light) !important;
}

.text-dark {
	color: var(--dark) !important;
}

/* Text Color CSS Start */

/* Buttons CSS Start */
.btn {
	padding: 10px 38px;
	font-size: 20px;
	line-height: normal;
	border-radius: 30px;
	font-weight: var(--font-bold);
	margin-right: 20px;
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}


.btn-secondary {
	background-color: var(--secondary);
	border-color: var(--secondary);
}

.btn-outline-secondary {
	border: 2px solid var(--secondary);
	color: var(--secondary);
}

.btn-success {
	background-color: var(--success);
	border-color: var(--success);
}

.btn-outline-success {
	border: 2px solid var(--success);
	color: var(--success);
}

.btn-danger {
	background-color: var(--danger);
	border-color: var(--danger);
}

.btn-outline-danger {
	border: 2px solid var(--danger);
	color: var(--danger);
}

.btn-warning {
	background-color: var(--warning);
	border-color: var(--warning);
	color: var(--primary);
}

.btn-outline-warning {
	border: 2px solid var(--warning);
	color: var(--warning);
}

.btn-info {
	background-color: var(--info);
	border-color: var(--info);
	color: var(--primary);
}

.btn-outline-info {
	border: 2px solid var(--info);
	color: var(--info);
}


.btn-light-gray {
	background-color: var(--light-gray);
	border-color: var(--light-gray);
	color: var(--primary);
}

.btn-outline-light-gray {
	border: 2px solid var(--light-gray);
	color: var(--light-gray);
}

.btn-dark-gray {
	background-color: var(--dark-gray);
	border-color: var(--dark-gray);
	color: var(--primary);
}

.btn-outline-dark-gray {
	border: 2px solid var(--dark-gray);
	color: var(--dark-gray);
}

/* Buttons CSS End */

.theme-btn {
	display: inline-block;
	text-align: center;
	padding: 15px 40px 15px 40px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: transparent;
	color: var(--primary);
	font-size: 20px;
	line-height: 1.25;
	border: 3px solid var(--secondary);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.theme-btn::before {
	content: none !important;
}

.theme-btn:hover {
	background-color: var(--secondary);
	color: var(--primary);
}

/* Image CSS Start */
.gallery-item .image>.copyright_on_image {
	display: none;
}

.gallery-item .image picture {
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.gallery-item img,
.gallery-item picture {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-item .caption {
	width: 100%;
	color: var(--primary);
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	padding-top: 17px;
	opacity: 1;
	font-weight: normal;
}
.gallery-item a .caption {
	width: 100%;
	color: var(--primary);
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	padding-top: 17px;
	opacity: 1;
	font-weight: normal;
}

[data-bs-theme="dark"] .gallery-item .caption {
	color: var(--black-color);
}


.gallery-item picture .copyright_on_image {
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding: 5% 25%;
	width: 100%;
	right: 0;
	left: 0;
	background-color: rgba(0, 67, 57, 0.65);
	color: var(--primary);
	text-align: center;
	font-size: 14px;
	font-weight: var(--font-normal);
	line-height: 1.3;
	text-shadow: none;
	margin: 0;
	/* overflow: auto; */
}

[data-bs-theme=dark] .gallery-item a.lightbox:hover {
	color: var(--primary) !important;
	text-decoration: none;
}

[data-bs-theme=dark] .gallery-item picture .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
	color: var(--primary) !important;
}

/* Image CSS End */

.header-btns .theme-btn:focus-visible {
	box-shadow: 0px 0px 12px 0px #000 !important;
}

/* .theme-btn.theme-btn-border {
	background-color: var(--secondary);
	border: 3px solid var(--secondary);
	color: var(--primary);
}
.theme-btn.theme-btn-border:hover {
	background-color: var(--primary);
	color: var(--secondary);
} */

.theme-btn.theme-btn-white {
	height: 48px;
	border-color: var(--primary);
	color: var(--primary);
	line-height: 44px;
}

.theme-btn.theme-btn-white:hover {
	border-color: var(--header-txt);
	background: var(--header-txt);
}

.header-part {
	position: fixed;
	z-index: 9;
	width: 100%;
	left: 0px;
	top: 0px;
}

@media(min-width:1400px) {
	.header-part .container {
		max-width: 1500px;
	}
}

.header-part.sticky.sticky-fixed {
	position: fixed;
}

.header-top {
	padding: 6px 8px;
	position: relative;
	background-color: var(--primary);
}

.header-top a {
	color: var(--dark-gray);
	font-size: 12px;
	line-height: 1.5;
}

[data-bs-theme=dark] .header-top {
	background: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .header-top a {
	color: var(--primary);
}



.header-top-right ul {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	margin-right: 35px;
}

.header-top-right ul li {
	margin-right: 35px;
}

.header-top-right ul li:last-child {
	margin-right: 0;
}
@media(max-width:1780px){
	.header-top-right > div{
		margin-right: 50px;
	}
}
@media(max-width:1680px){
	.header-top-right > div{
		margin-right: 100px;
	}
}
@media(max-width:1580px){
	.header-top-right > div{
		margin-right: 150px;
	}
}
@media(max-width:1399px){
	.header-top-right > div{
		margin-right: 0;
	}
}

.header-top-inner {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	height: auto;
	justify-content: end;
	padding: 3px 0;
}

.header-top-left {
	font-size: 16px;
}

@media(min-width:992px) {
	.header-top {
		display: block;
	}

}

.header-top-left p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 500;
}

[data-bs-theme=dark] .header-top-left p {
	color: var(--primary);
}

.header-top-right {
	display: flex;
	align-items: center;
	width: auto;
	flex-wrap: wrap;
	justify-content: end;
}



.header-part ul,
.header-part ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
	position: relative;
}



.font-large {
	margin-right: 45px;
}



.kontrast-blog img,
.font-large img {
	margin-left: 5px;
	position: relative;
	top: 1px;
}

@media(max-width:991px) {

	.kontrast-blog img,
	.font-large img {
		margin-left: 0;
		top: 0;
	}
}

.font-large {
	position: relative;
}

.font-large-pop {
	position: absolute;
	top: 100%;
	background: var(--primary);
	padding: 15px;
	left: 0px;
	width: 100%;
	min-width: 200px;
	margin-top: 11px !important;
	display: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.font-large.open .font-large-pop {
	display: block;
}

.font-large-pop,
.font-large-pop li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.font-large-pop li {
	border-bottom: 1px solid var(--header-top);
	display: block;
	position: relative;
}

.font-large-pop li:last-child {
	border-bottom: none;
}

.font-large-pop li a {
	display: block;
	position: relative;
	color: var(--header-top);
	padding: 10px;
	font-weight: 500;
}

.font-large-pop li:hover a {
	color: var(--light-sky);
}

.font-large-pop li a img {
	max-width: 42px;
	position: absolute;
	top: 11px;
	right: 10px;
}

.font-large img {
	position: relative;
}

.language-menu {
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.language-menu-left {
	margin-right: 12px;
}

.language-menu-right {
	position: relative;
}

.language-menu-right img {
	max-width: 24px;
}

.language-menu .language-drop {
	position: absolute;
	top: 100%;
	left: -10px;
	background: var(--light-sky);
	padding: 7px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	display: none;
	min-width: 78px;
	text-transform: uppercase;
}

.language-menu .language-drop li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(187 187 187 / 50%);
}

.language-menu .language-drop li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.language-menu .language-drop .text-muted {
	color: rgba(255, 255, 255, .7) !important;
}

.click-language {
	position: relative;
	padding-right: 18px;
}

.click-language:after {
	background: url('../Images/down-arrow.png') no-repeat center center;
	background-size: 12px auto;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	content: "";
}

.header-bottom {
	/* background: url('../Images/header-bg.svg') no-repeat center center;
	background-size: cover; */

	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 8px;
	background-color: rgba(0, 67, 57, 0.6);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.header-bottom-left {
	display: flex;
	align-items: center;
}

.header-bottom-left .register {
	margin-left: 55px;
}
@media(max-width:767px){
	.header-bottom-left .register {
		margin-left: 85px;
	}
}

.sticky-fixed .header-bottom-left .register {
	margin-left: 109px;
}

.header-bottom-left .register a span {
	margin-left: 10px;
}

.header-bottom-left .register a {
	font-size: 20px;
	font-weight: var(--font-normal);
	color: var(--primary);
	display: inline-flex;
	width: max-content;
	align-items: center;
}

[data-bs-theme=dark] .header-bottom-left .register a {
	color: var(--black-color);
}

[data-bs-theme=dark] .header-bottom-left .register a img {
	filter: brightness(0);
}

.header-bottom-inner {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.header-bottom-inner .header-btns {
	display: none;
}


.header-bottom-inner .header-btns .theme-btn {
	padding: 0px 26px;
	font-size: 16px;
	line-height: 1;
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-width: auto;
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border svg {
	margin-right: 8px;
}

[data-bs-theme=dark] .header-bottom-inner .header-btns .theme-btn.theme-btn-border svg path {
	fill: var(--black-color);
	stroke: var(--black-color);
}

.header-bottom-inner .header-btns .theme-btn:last-child {
	margin-right: 0;
}

.header-bottom-inner .header-btns .btn-primary {
	background-color: var(--secondary);
	color: var(--primary);
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover {
	background-color: var(--primary);
	color: var(--primary);
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover svg path {
	fill: var(--primary);
	stroke: var(--primary);
}

@media(min-width:992px) {
	.header-bottom-inner .header-btns {
		display: flex;
		flex-wrap: wrap;
	}

}

[data-bs-theme=dark] .header-bottom-inner .header-btns .theme-btn {
	background: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .main-menu>ul>li>a {
	color: var(--primary);
}

@media(min-width:1366px) {
	[data-bs-theme=dark] .main-menu>ul>li>a {
		color: var(--black-color);
	}
}

[data-bs-theme=dark] .main-menu>ul>li:hover>a,
[data-bs-theme=dark] .main-menu>ul>li.active>a {
	border-color: var(--black-color);
}

.logo {
	margin-right: auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-width: 380px;
}

@media(max-width:991px) {
	.logo {
		max-width: 200px;
	}
}

@media(max-width:767px) {
	.logo {
		max-width: 176px;
	}
}

.logo .logo-simple .navbar-brand .navbar-brand-logo-normal,
.logo .logo-sticky .navbar-brand .navbar-brand-logo-normal {
	display: block;
	width: auto;
}

.logo .logo-simple .navbar-brand .navbar-brand-logo-normal.dark-logo,
.logo .logo-sticky .navbar-brand .navbar-brand-logo-normal.dark-logo {
	display: none;
}

[data-bs-theme=dark] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal,
[data-bs-theme=dark] .logo .logo-sticky .navbar-brand .navbar-brand-logo-normal {
	display: none;
}

[data-bs-theme=dark] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal.dark-logo,
[data-bs-theme=dark] .logo .logo-sticky .navbar-brand .navbar-brand-logo-normal.dark-logo {
	display: block;
	filter: brightness(0);
}

.main-menu-outer {
	gap: 0;
}


@media(min-width:992px) {
	.main-menu-outer {
		display: flex;
		width: auto;
		flex-wrap: wrap;
		align-items: flex-end;
		flex-direction: column;
		align-content: flex-end;
		gap: 14px;
	}
}


@media(max-width:1680px){
	.main-menu-outer {
		margin-right: 120px;
	}
}


.main-menu ul,
.main-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu>ul {
	display: flex;
	align-items: center;
	width: auto;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.main-menu>ul>li:not(:last-child) {
	margin-right: 48px;
	position: relative;
}

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

.main-menu>ul>li .submenu-menu {
	position: absolute;
	min-width: 300px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 1;
	background-color: var(--secondary);
	padding: 10px 0;
}

[data-bs-theme=dark] .main-menu>ul>li .submenu-menu {
	background-color: var(--black-color);
}

.main-menu>ul>li.open>.submenu-menu,
.main-menu>ul>li:focus-within>.submenu-menu {
	display: block;
}


.main-menu>ul>li>a {
	color: var(--primary);
	display: block;
	padding: 8px 0;
	position: relative;
	font-weight: var(--font-bold);
	font-size: 25px;
	line-height: normal;
}

@media(max-width:1440px){
	.main-menu>ul>li>a {
		font-size: 22px;
	}
}

.main-menu>ul>li>a.open{
	color: var(--primary);
}


[data-bs-theme=dark] .main-menu>ul>li>a.open {
	color: var(--black-color);
}

@media(max-width:991px){
	[data-bs-theme=dark] .main-menu>ul>li>a.open {
		color: var(--primary);
	}
}

.submenu-menu li {
	display: block;
}

.submenu-menu li a {
	font-size: 20px;
	display: block;
	color: var(--primary);
	padding: 10px 25px;
	font-weight: var(--font-normal);
	line-height: 1.4;
}

.submenu-menu li.open>a,
.submenu-menu li.active>a {
	color: var(--primary);
	font-weight: var(--font-bold);
}
[data-bs-theme=dark] .submenu-menu li.open>a,
[data-bs-theme=dark] .submenu-menu li.active>a {
	color: var(--primary);
	font-weight: var(--font-bold);
}
[data-bs-theme=dark] .submenu-menu li a:hover{
	color: var(--primary);
	opacity: 0.9;
}

.social-media {
	display: block;
	padding: 30px 40px;
	position: sticky;
	bottom: 0;
	background: var(--primary);
	z-index: 3;
}

.social-media ul,
.social-media li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-media ul {
	display: flex;
	width: auto;
}

.social-media ul li {
	margin-right: 28px;
	width: 23px;
	height: 23px;
}

.social-media ul li a {
	display: block;
	width: 23px;
	height: 23px;
}

.social-media ul li:last-child {
	margin-right: 0px;
}

.social-media ul .social-insta a {
	background: url('../Images/insta.svg') no-repeat center center;
}

.social-media ul .social-twitter a {
	background: url('../Images/twitter.svg') no-repeat center center;
}

.social-media ul .social-facebook a {
	background: url('../Images/facebook.svg') no-repeat center center;
}

.social-media ul .social-linked a {
	background: url('../Images/linked.svg') no-repeat center center;
}

.header-part.sticky.sticky-fixed .header-bottom {
	background: var(--info);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.30);
}

[data-bs-theme=dark] .header-part.sticky.sticky-fixed .header-bottom {
	background: var(--primary);
}

@media (min-width:768px) {
	.logo-simple {
		width: auto;
	}
}

.logo-sticky {
	display: none;
}

.header-part.sticky.sticky-fixed .logo-simple {
	display: none;
}

.header-part.sticky.sticky-fixed .logo-sticky {
	display: block;
}

.header-part.sticky.sticky-fixed .header-bottom .header-btns {
	display: none;
}

.main-part {
	min-height: 800px;
}

.footer-top-part,
.footer-top-part a {
	color: var(--primary);
}

.footer-top-part {
	background: var(--header-txt);
	padding: 50px 0 90px 0;
}

.footer-part {
	font-size: 20px;
	line-height: 26px;
}

.footer-part a:hover {
	opacity: 0.75;
}

.footer-part h5 {
	margin: 0 0 29px 0;
	font-size: 26px;
	color: var(--primary);
	text-transform: uppercase;
}

.footer-left-logo {
	max-width: 259px;
	margin-bottom: 27px;
}

.footer-part ul,
.footer-part li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-part li a {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer-part li a img {
	min-width: 20px;
	margin-right: 12px;
}

.footer-top-links ul li {
	margin-bottom: 8px;
	background: transparent;
}

.footer-top-links ul li:last-child {
	margin-bottom: 0px;
}

.footer-top-links ul li a {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer-top-links ul li a img {
	max-width: 20px;
	min-width: 20px;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

.footer-left-info p strong {
	display: block;
}

.footer-top-links {
	margin-right: 25px;
}

.footer-top-links:last-child {
	margin-right: 0px;
}

.footer-top-right {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-bottom-inner {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	top: -78px;
	z-index: 1;
}

.logo-footer {
	width: 175px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	padding: 20px;
	-webkit-box-shadow: 0 0 30px 0 #0000004D;
	-moz-box-shadow: 0 0 30px 0 #0000004D;
	box-shadow: 0 0 30px 0 #0000004D;
	margin-right: 25px;
}

.logo-footer:last-child {
	margin-right: 0px;
}

.footer-top-left {
	max-width: 400px;
}

/*MOBILE HUMBERGER */


.humbarger-menu {
	display: flex;
	width: auto;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: none;
}

.humbarger-menu a {
	display: inline-block;
	width: 40px;
	height: 35px;
}

.burger {
	width: 34px;
	height: 22px;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	transition: all .2s;
	-webkit-tap-highlight-color: transparent;
}

.burger::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('../Images/humbarger-menu-icon.svg') no-repeat;
	background-size: contain;
}
.burger.open{
	width: 34px;
	height: 34px;
}
.burger.open::after {
	content: "";
	background: url('../Images/humbarger-close-icon.svg') no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}

[data-bs-theme=dark] .burger::after {
	content: "";
	background: url('../Images/humbarger-menu-icon-dark.svg') no-repeat;
	background-size: contain;
}

[data-bs-theme=dark] .burger.open::after {
	content: "";
	background: url('../Images/humbarger-close-icon.svg') no-repeat;
	background-size: contain;
}

.humbarger-menu.humbarger-menu-on.active {
	position: relative;
	margin-left: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines,
.close-humb .burger .burger-lines::after,
.close-humb .burger .burger-lines::before {
	background: var(--white-color);
}

.humbarger-menu.humbarger-menu-on>span {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
}



.close-txt {
	display: none;
}

.menu-txt {
	display: block;
}



.header-part.sticky.sticky-fixed .humbarger-menu.humbarger-menu-on>span {
	color: var(--primary);
}

.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines,
.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::after,
.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::before {
	background: var(--primary);
}

.header-part.sticky.sticky-fixed .burger .burger-lines,
.header-part.sticky.sticky-fixed .burger .burger-lines::after,
.header-part.sticky.sticky-fixed .burger .burger-lines::before {
	background: var(--primary);
}

.body-hide {
	overflow: hidden;
}

.language-menu-right.active .language-drop {
	display: block;
}


table {
	width: 100%;
	margin-bottom: 25px;
}

table tr th {
	color: var(--primary);
	padding: 8px;
	border-bottom: 1px solid var(--primary);
}

table tr td {
	padding: 8px;
	border-bottom: 1px solid var(--primary);
	color: var(--primary);
}

table tr td .scroll-top {
	background-color: var(--primary);
}

.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
	background-color: var(--secondary);
}

.file-link,
.page-link-show,
.external-link,
.telefon-link,
.email-link {
	font-weight: var(--font-bold);
	color: var(--secondary);
	position: relative;
}

.file-link:hover,
.page-link-show:hover,
.external-link:hover,
.telefon-link:hover,
.email-link:hover {
	color: var(--primary);
	opacity: 1;
}

.file-link::before {
	content: '';
	-webkit-mask: url('../Images/file.svg') no-repeat 50% 50%;
	mask: url('../Images/file.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;

	width: 15px;
	height: 17px;
	display: inline-block;
	background-size: 14px auto;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;

	background-color: currentColor;
}

[data-bs-theme=dark] .file-link::before {
	content: "";
	background: url('../Images/file-dark.svg') no-repeat center center;
}

.page-link-show:before {
	content: '';
	-webkit-mask: url('../Images/page-arrow-link.svg') no-repeat 50% 50%;
	mask: url('../Images/page-arrow-link.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;

	width: 9px;
	height: 14px;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;

	background-color: currentColor;
}

[data-bs-theme=dark] .page-link-show:before {
	content: "";
	background: url('../Images/page-arrow-link-dark.svg') no-repeat center center;
}

.external-link:after {
	content: '';
	-webkit-mask: url('../Images/external-link.svg') no-repeat 50% 50%;
	mask: url('../Images/external-link.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;

	width: 16px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	margin-left: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background-color: currentColor;
}

[data-bs-theme=dark] .external-link:after {
	content: "";
	background: url('../Images/external-link-dark.svg') no-repeat center center;
}

.telefon-link:before {
	content: '';
	-webkit-mask: url('../Images/phone.svg') no-repeat 50% 50%;
	mask: url('../Images/phone.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;

	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
	background-size: contain;
	vertical-align: middle;
	top: -1px;
	position: relative;
	background-color: currentColor;
}

[data-bs-theme=dark] .telefon-link:before {
	content: "";
	background: url('../Images/phone-dark.svg') no-repeat center center;
}

.email-link:before {
	content: '';
	-webkit-mask: url('../Images/email-icon.svg') no-repeat 50% 50%;
	mask: url('../Images/email-icon.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;

	width: 16px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background-color: currentColor;
}

[data-bs-theme=dark] .email-link:before {
	content: "";
	background: url('../Images/email-icon-dark.svg') no-repeat center center;
}

.file-link:hover::before,
.page-link-show:hover::before,
.external-link:hover::after,
.telefon-link:hover::before,
.email-link:hover::before {
	content: '';
	background-color: currentColor;
}

.link-arrow-white,
.link-arrow-primary {
	position: relative;
	font-weight: var(--font-bold);
}

.link-arrow-white {
	color: var(--primary);
}

.link-arrow-white:hover{
	color: var(--secondary);
}
.link-arrow-white::before {
	content: '';
	-webkit-mask: url('../Images/link-arrow-white.svg') no-repeat 50% 50%;
	mask: url('../Images/link-arrow-white.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background-color: currentColor;

}

.link-arrow-primary::before {
	content: '';
	-webkit-mask: url('../Images/link-arrow-primary.svg') no-repeat 50% 50%;
	mask: url('../Images/link-arrow-primary.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background-color: currentColor;

}

.link-arrow-primary:hover {
	color: var(--primary);
}

.link-arrow-primary:hover:before {
	background-color: currentColor;
}

[data-bs-theme=dark] .link-arrow-white, [data-bs-theme=dark] .link-arrow-primary{
	color: var(--black-color);
}

[data-bs-theme=dark] .link-arrow-primary:hover, [data-bs-theme=dark] .link-arrow-white:hover {
	color: var(--black-color);
}

[data-bs-theme=dark] .link-arrow-primary::before, [data-bs-theme=dark] .link-arrow-white::before{
	filter: brightness(0);
}

.img-wrapper img {
	width: 100%;
}

.info-wrapper p:last-child {
	margin-bottom: 0px;
}

.spacer-remover {
	margin-bottom: 25px;
}


.ce-center.ce-above,
.ce-center.ce-below {
	text-align: center;
}

.ce-center.ce-above .ce-bodytext,
.ce-center.ce-below .ce-bodytext {
	text-align: left;
}

.ce-right.ce-above,
.ce-right.ce-below {
	text-align: right;
}

.ce-right.ce-above .ce-bodytext,
.ce-right.ce-below .ce-bodytext {
	text-align: left;
}

.ce-left.ce-above,
.ce-left.ce-below {
	text-align: left;
}

.ce-left.ce-above .ce-bodytext,
.ce-left.ce-below .ce-bodytext {
	text-align: left;
}

.ce-right.ce-intext .ce-gallery {
	float: right;
	margin: 0 0 0px 20px;
}

.ce-right.ce-intext.ce-nowrap .ce-gallery {
	width: 25%;
}

.ce-right.ce-intext .ce-bodytext {
	text-align: left;
}

.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	padding-right: 30%;
}

.ce-left.ce-intext .ce-gallery {
	float: left;
	margin: 0 20px 0px 0;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery {
	width: 25%;
}

.ce-left.ce-intext .ce-bodytext {
	text-align: left;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	padding-left: 30%;
}

/*SEARCH PAGE*/

fieldset {
	position: relative;
}

#tx_indexedsearch fieldset .tx-indexedsearch-search-submit input[type="submit"] {
	position: absolute;
	bottom: 0px;
	right: 0;
	background: url('../Images/search.png') no-repeat center center;
	width: 60px;
	height: 50px;
	border: none;
	text-indent: -100000px;
	padding: 0;
	background-size: 18px auto;
}

.tx-indexedsearch-rules,
.tx-indexedsearch-info-sword {
	display: none;
}

.tx-indexedsearch-info-sword+.tx-indexedsearch-browsebox {
	display: none;
}

#tx_indexedsearch p a {
	display: none;
}

.tx-indexedsearch-searchbox legend {
	font-size: 35px;
	margin-bottom: 45px;
}

.tx-indexedsearch-res h3 {
	font-size: 30px;
}

.tx-indexedsearch-res h3 span {
	vertical-align: middle;
}

.tx-indexedsearch-res .tx-indexedsearch-title a {
	color: var(--perrot-color);
}

.tx-indexedsearch-icon img {
	width: 25px;
	vertical-align: middle;
}

.tx-indexedsearch-icon {
	position: relative;
	top: -3px;
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
	display: inline-block;
	margin-right: 12px;
}

.tx-indexedsearch-text-item-path a {
	color: var(--theme-color);
}

.tx-indexedsearch-text-item-path a:hover {
	color: var(--txt-color);
}

.tx-indexedsearch-browsebox ul,
.tx-indexedsearch-browsebox li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tx-indexedsearch-browsebox li {
	display: inline-block;
	width: auto;
	margin-right: 15px;
	background: transparent;
}



.tx-indexedsearch-browsebox li strong {
	font-weight: 400;
}


.tx-indexedsearch-browsebox {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: right;
}

#tx_indexedsearch fieldset+p {
	display: none;
}

.tx-indexedsearch-searchbox {
	margin-bottom: 50px;
}

.tx-indexedsearch-description {
	word-wrap: break-word;
}

.tx-indexedsearch-res {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}

.teaser-video-box,
.teaser-img-box,
.teaser-info-box {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.teaser-video-box video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/*.teaser-info-box{
	background: var(--red-color);
	padding: 85px 23px 85px 35px;
}*/

.teaser-info-box h2 {
	color: var(--primary);
	font-size: 45px;
	line-height: 55px;
	margin: 0px;
	font-weight: 500;
}

.teaser-info-box h2:last-child {
	margin-bottom: 0px;
}

.teaser-img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.teaser-inner .row .col-xs-12 {
	margin-bottom: 24px;
}

.teaser-info-box {
	background: var(--light-perrot);
	padding: 35px 23px 35px 35px;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	align-items: center;
	min-height: 300px;
}

.teaser-info-box,
.teaser-info-box h2,
.teaser-info-box h3,
.teaser-info-box h4,
.teaser-info-box h5,
.teaser-info-box h6 {
	color: var(--primary) !important;
}

/*.teaser-info-box p:last-child{
	margin-bottom: 0px;
}
*/
.teaser-info-box h2 {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 35px 0;
	font-weight: 500;
}

.teaser-info-box p {
	margin: 0 0 35px 0;
	color: var(--primary);
}

.teaser-info-box-content {
	width: 100%;
}

.row-switch {
	flex-direction: row-reverse;
}

.teaser-info-box.teaser-info-box-xs {
	padding: 40px 18px;
}

.boxer-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0 28px;
	border: 1px solid #B5B5B5;
	margin-bottom: 12px;
	font-weight: 500;
}

.boxer-col-head,
.boxer-col-info {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 13px 50px 13px 0;
	color: var(--pink-color);
}

.boxer-col-info {
	color: #0A0A12;
}

.boxer-row-body .boxer-col-head {
	display: none;
}

.full-screen-video {
	width: 100%;
	/*	min-height: 1050px;*/
	position: relative;
}

.full-screen-video video {
	width: 100%;
	height: auto;
	/*	min-height: 1050px;*/
	object-fit: cover;
	object-position: center;
}

.full-slide-img {
	width: 100%;
	height: 80vh;
	/*	min-height: 1050px;*/
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.full-left-curve {
	display: none;
	position: absolute;
	left: 0px;
	width: 51%;
	bottom: 0px;
}

.full-left-curve img {
	width: 100%;
}

.full-right-curve {
	display: none;
	position: absolute;
	right: 0px;
	width: 51%;
	bottom: 0px;
}

.full-right-curve img {
	width: 100%;
}


.click-arrow {
	display: none;
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	z-index: 11;
}

.breadcrumb-section {
	padding: 20px 0;
	background: transparent;
	margin-top: 150px;
}

.breadcrumb-section ol,
.breadcrumb-section ol li {
	margin: 0;
}

.breadcrumb-section ol li:before {
	display: none;
}

.breadcrumb-section ol li a.breadcrumb-link {
	color: #ffffff;
	font-weight: 400;
}

.breadcrumb-section ol li.active .breadcrumb-link-title {
	color: #ffffff;
	font-weight: 700;
}
/*
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background: url('../Images/right-arrow-light.svg') no-repeat 0 0;
	width: 15px;
	height: 15px;
	background-size: 12px;
	margin-top: 8px;
	position: relative;
	left: -2px;
	display: block;
}
 */
.search-title {
	color: var(--fix-menu-anchor);
	font-size: 50px;
	line-height: 65px;
	font-weight: 500;
	margin-bottom: 55px;
}

.card-search {
	border: 0;
	border-bottom: 2px solid var(--secondary);
	border-radius: 0;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	background: transparent;
}

.card-search .card-body {
	padding: 0;
}

.card-search .card-body h4 {
	margin-bottom: 15px;
	font-weight: var(--font-bold);
}

.card-search .card-body h4,
.card-search .card-body h4 * {
	color: var(--secondary);
	font-size: 30px;
}

.search-keyword {
	font-size: 45px;
	line-height: 1.4;
	margin-bottom: 45px;
}

@media(max-width:767px) {
	.search-keyword {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.card-search .card-body h4,
	.card-search .card-body h4 * {
		font-size: 25px;
	}

	.card-search {
		padding: 0 0 24px 0;
		margin: 0 0 24px 0;
	}
}


.media .media-body .media-heading {
	font-size: 35px;
	color: var(--fix-menu-anchor);
	font-weight: 500;
	margin-bottom: 15px;
}

.media .media-body .media-heading a {
	color: var(--fix-menu-anchor);
}

.media .media-body p {
	margin-bottom: 15px;
}

.searchforword {
	margin: 60px 0 80px 0;
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	color: var(--fix-menu-anchor);
	font-weight: 500;
}

.container .container {
	padding: 0px;
}

.searchforword p {
	margin: 0;
}

.textpic.textpic-right h1,
.textpic.textpic-right h2,
.textpic.textpic-right h3,
.textpic.textpic-right h4,
.textpic.textpic-right h5,
.textpic.textpic-right h6 {
	margin-top: 0;
}

.textpic.textpic-left h1,
.textpic.textpic-left h2,
.textpic.textpic-left h3,
.textpic.textpic-left h4,
.textpic.textpic-left h5,
.textpic.textpic-left h6 {
	margin-top: 0;
}

.card-group-element-item .card {
	-webkit-box-shadow: 0px 3px 30px #00000029;
	-moz-box-shadow: 0px 3px 30px #00000029;
	box-shadow: 0px 3px 30px #00000029;
	border: none;
}

/* .card-group-element-item .card .card-body {
	padding: 25px;
} */
.card-group-element-item .card .card-body {
	padding: 24px 26px 45px 26px;
	background: url(../Images/green-arrow-right.svg) no-repeat right 26px bottom 23px;
	background-color: var(--card-bg);
}

.card-group-element-item .card-body .card-sub-title {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
}

.card-group-element-item .card-body .card-title {
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 20px;
	color: var(--primary);
}

[data-bs-theme=dark] .card-group-element-item .card-body {
	background: url(../Images/green-arrow-right-white.svg) no-repeat right 26px bottom 23px;
	background-color: var(--card-bg);
}

[data-bs-theme=dark] .card-group-element-item .card-body .card-sub-title,
[data-bs-theme=dark] .card-group-element-item .card-body .card-title,
[data-bs-theme=dark] .card-group-element-item .card-body p {
	color: var(--primary);
}


.row.textpic-intext-left {
	display: block;
}

.row.textpic-intext-right {
	display: block;
}

.card-panel-primary,
.card-panel-primary p,
.card-panel-primary a.theme-btn.theme-btn-border,
.card-panel-primary a.theme-btn:hover {
	background: var(--black-color);
	color: var(--primary);
	border-color: var(--primary);
	/* background: var(--primary);
	color: #033243; */
}

.card-panel-secondary,
.card-panel-secondary p,
.card-panel-secondary a.theme-btn.theme-btn-border,
.card-panel-secondary a.theme-btn:hover {
	/*background:var(--txt-color);
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--secondary);
	border-color: var(--secondary);
}

/* .card-panel-secondary a.theme-btn.theme-btn-border,
.card-panel-secondary a.theme-btn {
	border-color: var(--txt-color);
} */

.card-panel-success,
.card-panel-success p,
.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn:hover {
	/*background: #97ac20;
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--success);
}

.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn {
	border-color: var(--success);
}

.card-panel-danger,
.card-panel-danger p,
.card-panel-danger a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn:hover {
	/*background: #B82D28;
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--danger);
}

.card-panel-danger a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn {
	border-color: var(--danger);
}

.card-panel-warning,
.card-panel-warning p,
.card-panel-warning a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn:hover {
	/*background: #E0A128;
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--warning);
}

.card-panel-warning a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn {
	border-color: var(--warning);
}

.card-panel-info,
.card-panel-info p,
.card-panel-info a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn:hover {
	/*background: #00519E;
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--info);
}

.card-panel-info a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn {
	border-color: var(--info);
}

.card-panel-light,
.card-panel-light p,
.card-panel-light a.theme-btn.theme-btn-border,
.card-panel-light a.theme-btn:hover {
	/*background: var(--gray-500);
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--light);
}

.card-panel-light a.theme-btn.theme-btn-border,
.card-panel-light a.theme-btn {
	border-color: var(--light);
}

.card-panel-dark,
.card-panel-dark p,
.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn:hover {
	/*background: #163D64;
	color: var(--primary)fff;*/
	background: var(--primary);
	color: var(--dark);
}

.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn {
	border-color: var(--dark);
}

.frame-background-primary .tab-navigation,
.frame-background-secondary .tab-navigation {
	margin: 0;
}

.frame-background-primary .nav-tabs,
.frame-background-secondary .nav-tabs {
	border: none;
}

.frame-background-primary .nav-tabs .nav-link,
.frame-background-primary .nav-tabs .nav-link.active,
.frame-background-secondary .nav-tabs .nav-link,
.frame-background-secondary .nav-tabs .nav-link.active {
	border: none;
	background: transparent;
	border: none;
	color: var(--dark);
}

.frame-background-secondary * {
	color: var(--primary);
}
[data-bs-theme=dark] .frame-background-secondary *{
	color: var(--primary);
}
.frame-background-tertiary{
	background-color: var(--tertiary);
}

.frame-background-light{
	background-color: var(--light);
}
.frame-background-light * {
	color: var(--dark);
}

.frame-background-quaternary{
	background-color: var(--info);
}
.frame-background-dark{
	background-color: var(--dark);
}

.frame-background-success{
	background-color: var(--success);
}

[data-bs-theme=dark] .frame-background-quaternary *, [data-bs-theme=dark] .frame-background-tertiary *, [data-bs-theme=dark] .frame-background-dark *{
	color: var(--primary);
}

.nav-tabs .nav-link {
	font-size: 22px;
	color: var(--primary);
	font-weight: 500;
	border-radius: 0px !important;
}

.tab-navigation {
	margin: 0;
}

.carousel-item-layout-secondary {
	background: var(--header-txt);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--gray-500);
}

.tab-content>.tab-pane {
	padding: 16px;
}

@media(min-width:992px) {
	.tab-content>.tab-pane {
		padding: 40px 20px;
	}
}

.tab-content h2 {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.timeline-item .timeline-item-inner {
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
	border: none;
}

.timeline-item .timeline-item-header-headline {
	font-size: 28px;
	color: var(--blue-color1);
	margin: 13px 0 20px 0;
	font-weight: 500;
}

.timeline-item .timeline-item-date,
.timeline-item .timeline-item-text {
	color: var(--txt-color);
}

.carousel .carousel-control-icon::before {
	transform: rotate(45deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--light-perrot);
	border-right: 1px solid var(--light-perrot);
}

.timeline-item-marker::after,
.timeline-item-marker::before,
.timeline-item-marker span,
.timeline-item-icon::after,
.timeline-item-icon::before,
.timeline-item-icon span {
	border-color: var(--header-txt);
}

.timeline-item-date {
	font-size: unset;
}

.carousel:hover .carousel-control-next .carousel-control-icon {
	right: -1px;
}

.carousel-text-inner {
	text-align: center;
}

.video-title h4 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.textpic.textpic-above .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin: 0 auto;
}

.textpic.textpic-above-right .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-left: auto;
	margin-right: 0px;
}

.textpic.textpic-above-left .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-right: auto;
	margin-left: 0
}

.textpic.textpic-below .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin: 0 auto;
}

.textpic.textpic-below-right .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-left: auto;
	margin-right: 0;
}

.textpic.textpic-below-left .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-right: auto;
	margin-left: 0px;
}

.textpic.textpic-below.textpic-below-left .textpic-item.textpic-text {
	text-align: left;
}


.card-panel-primary a.theme-btn,
.card-panel-primary a.theme-btn.theme-btn-border:hover {
	background: transparent;
	color: var(--black-color);
	border: 3px solid var(--black-color);
}

.card-panel-secondary a.theme-btn,
.card-panel-secondary a.theme-btn.theme-btn-border:hover {
	background: var(--secondary);
	color: var(--primary);
	border: 3px solid var(--secondary);
}

.card-panel-success a.theme-btn,
.card-panel-success a.theme-btn.theme-btn-border:hover {
	background: var(--success);
	color: var(--primary);
	border: 3px solid var(--success);
}

.card-panel-danger a.theme-btn,
.card-panel-danger a.theme-btn.theme-btn-border:hover {
	background: var(--danger);
	color: var(--primary);
	border: 3px solid var(--danger);
}

.card-panel-warning a.theme-btn,
.card-panel-warning a.theme-btn.theme-btn-border:hover {
	background: var(--warning);
	color: var(--primary);
	border: 3px solid var(--warning);
}

.card-panel-info a.theme-btn,
.card-panel-info a.theme-btn.theme-btn-border:hover {
	background: var(--info);
	color: var(--primary);
	border: 3px solid var(--info);
}

.card-panel-light a.theme-btn,
.card-panel-light a.theme-btn.theme-btn-border:hover {
	background: var(--light);
	color: var(--primary);
	border: 3px solid var(--light);
}

.card-panel-dark a.theme-btn,
.card-panel-dark a.theme-btn.theme-btn-border:hover {
	background: var(--dark);
	color: var(--primary);
	border: 3px solid var(--dark);
}

[data-bs-theme=dark] .card-panel a.theme-btn,
[data-bs-theme=dark] .card-panel a.theme-btn.theme-btn-border:hover {
	background: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .frame a[class=""],
[data-bs-theme=dark] .frame a:not([class]) {
	color: var(--black-color);
}

/***************************
 History Section Section Start
 **************************/
.history-section {
	background: var(--blue-color);
	padding: 80px 0 100px 0;
}

.history-section h3 {
	color: var(--primary);
	margin: 0 0 50px 0;
	padding: 0;
}

.history-section .owl-stage {
	display: flex;
}

.history-section .owl-item,
.history-section .item {
	height: 100%;
}

.history-section .projects-timeline {
	display: flex;
}

.history-section .projects-timeline .project {
	display: flex;
	flex-direction: column;
}

.history-section .projects-timeline .project .year {
	height: 38px;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	position: relative;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 48%, 0% 0%);
}

/*.history-section .projects-timeline .project .year:after{
	 content: "";
	 background: url(../Images/arrow-right-1.svg) no-repeat 0 0;
   position: absolute;
   width: 28px;
   height: 38px;
   right: -12px;
   top: 0;
}
.history-section .projects-timeline .project .year:before{
	 content: "";
	 background: url(../Images/arrow-left.svg) no-repeat 0 0;
   position: absolute;
   width: 12px;
   height: 38px;
   left: 0;
   top: 0;
}*/
.history-section .projects-timeline .project.finish .year {
	background-color: var(--primary);
	color: var(--blue-color1);
	z-index: 2;
}

.history-section .projects-timeline .project.in-progress .year {
	background-color: var(--perrot-color);
	color: var(--primary);
	z-index: 2;
}

.history-section .projects-timeline .project.open .year {
	background-color: #4f6881;
	/*	 border-top: 1px solid var(--light-blue-color);
	 border-bottom: 1px solid var(--light-blue-color);*/
	color: var(--primary);
	height: 36px;
	z-index: 1;
}

/*.history-section .projects-timeline .project.open .year:after{
	 background: url(../Images/arrow-right-with-line.svg) no-repeat 0 0;
	 background-size: 39px 36px;
	 width: 38px;
	 top: -1px;
}
.history-section .projects-timeline .project.open .year:before{
	 background: url(../Images/arrow-left-with-line.svg) no-repeat 0 0;
	 background-size: 39px 36px;
	 width: 40px;
	 left: -26px;
	 top: -1px;
}
*/
.history-section .projects-timeline .project .project-head {
	height: 100%;
	min-height: 92px;
	display: flex;
}

.history-section .projects-timeline .project .project-body {
	margin-top: auto;
}

.history-section .projects-timeline .project .heading-box {
	border-left: 2px solid var(--perrot-color);
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.history-section .projects-timeline .project .heading-box p {
	font-size: 18px;
	color: var(--perrot-color);
	margin: 0;
	padding: 0 0 8px 0;
}

.history-section .projects-timeline .project .subheading-box {
	font-size: 18px;
	color: var(--primary);
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
}

@media(max-width: 767px) {
	.history-section .projects-timeline .project .heading-box p {
		font-size: 16px;
	}

	.history-section .projects-timeline .project .heading-box {
		margin-left: 20px;
	}
}

/***************************
 history-section Section End
 **************************/

/***************************
Top Head Start
 **************************/

.font-large .toggle-text-btn {
	font-size: 15px;
	color: var(--dark);
	border: 0;
	border-radius: 0;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-decoration: none;
	font-weight: var(--font-normal);
}

.font-large .toggle-text-btn:hover,
.font-large .toggle-text-btn:focus-within {
	color: var(--secondary);
}


@media(min-width: 992px) {
	.font-large .toggle-text-btn {
		width: auto;
	}

	[data-bs-theme=dark] .font-large .toggle-text-btn {
		color: var(--primary);
	}
}



.font-large .toggle-text-btn .toggle-off {
	display: block;
}

.font-large .toggle-text-btn.active .toggle-off {
	display: none;
}

.font-large .toggle-text-btn .toggle-on {
	display: none;
}

.font-large .toggle-text-btn.active .toggle-on {
	display: block;
}

/* .font-large .toggle-text-btn.active,
.font-large .toggle-text-btn:active,
.font-large .toggle-text-btn.active {
	color: var(--dark-gray);
} */

.font-large .toggle-text-btn.active svg path {
	fill: var(--perrot-color);
}

.font-large .toggle-text-btn svg {
	position: relative;
	top: -1px;
}



.kontrast-blog button {
	font-size: 15px;
	color: var(--dark);
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	text-decoration: none;
	font-weight: var(--font-normal);
}

.kontrast-blog button:hover,
.kontrast-blog button:focus-within {
	color: var(--secondary);
}

[data-bs-theme=dark] .kontrast-blog {
	display: none;
}

[data-bs-theme=dark] .kontrast-blog.dark-mode {
	display: flex;
}

[data-bs-theme=dark] .kontrast-blog button {
	color: var(--primary);
}

@media(min-width: 992px) {

	.font-large,
	.kontrast-blog {
		display: flex;
		align-items: center;
	}

	.font-large.dark-mode,
	.kontrast-blog.dark-mode {
		display: none;
	}

	[data-bs-theme=dark] .font-large,
	[data-bs-theme=dark] .kontrast-blog {
		display: none;
	}

	[data-bs-theme=dark] .font-large.dark-mode,
	[data-bs-theme=dark] .kontrast-blog.dark-mode {
		display: flex;
	}
}


/***************************
Top Head End
 **************************/





/***************************
Project Details CSS Start
 **************************/
.project-details .project-sub-title .strong {
	color: var(--perrot-color);
}

.project-details .sidebar-box {
	background-color: var(--primary);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
	padding: 35px;
}

.project-details .sidebar-box .link {
	color: inherit;
}

.project-details .sidebar-box .link:hover {
	opacity: 0.8;
}

.project-details .title-box {
	display: flex;
	align-items: center;
	border-bottom: 4px solid #163D64;
	padding-bottom: 15px;
}

.project-details .title-box .icon-box {
	width: 48px;
	height: 48px;
	line-height: 45px;
	background: var(--red-color);
	border-radius: 100px;
	color: var(--primary);
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
}


.outer {
	width: 100%;
}

#big .item .imgbox {
	margin-bottom: 10px;
}

#big .item .imgbox img {
	object-fit: cover;
	height: 700px;
}

#big .item p {
	font-size: 16px;
	color: var(--gray-500);
	margin: 0;
	padding: 0;
}

#thumbs .item {
	cursor: pointer;
}

#thumbs .item img {
	object-fit: cover;
	height: 110px;
	border: 2px solid transparent;
}

#thumbs .current .item img {
	border-color: var(--perrot-color);
}

#big.owl-theme {
	position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	background: #333;
	width: 22px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#big.owl-theme .owl-prev {
	left: 10px;
}

#big.owl-theme .owl-next {
	right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}


@media (max-width: 1200px) {
	#big .item .imgbox img {
		height: 400px;
	}
}

@media (max-width: 767px) {
	#thumbs .item img {
		height: 70px;
	}
}

/***************************
Project Details CSS Start
 **************************/


/***************************
Dark Theme CSS Start
 **************************/




/*Global CSS*/
[data-bs-theme=dark] body {
	color: var(--black-color);
}

[data-bs-theme=dark] .file-link,
[data-bs-theme=dark] .page-link-show,
[data-bs-theme=dark] .external-link,
[data-bs-theme=dark] .telefon-link,
[data-bs-theme=dark] .email-link {
	color: var(--black-color);
}


/*Headings*/
/* [data-bs-theme=dark] h1,
[data-bs-theme=dark] h2,
[data-bs-theme=dark] h3,
[data-bs-theme=dark] h4,
[data-bs-theme=dark] h5,
[data-bs-theme=dark] h6 {
	color: var(--black-color);
} */


/*Buttons*/
[data-bs-theme=dark] .theme-btn {
	border-color: var(--black-color) !important;
	color: var(--black-color)!important;
}


[data-bs-theme=dark] .theme-btn:hover {
	color: var(--primary) !important;
	background: var(--black-color) !important;
}

[data-bs-theme=dark] .theme-btn.theme-btn-border {
	background: transparent !important;
	color: var(--black-color) !important;
}

[data-bs-theme=dark] .theme-btn.theme-btn-border:hover {
	background: var(--black-color) !important;
	color: var(--primary) !important;
}


/*Header*/
/* [data-bs-theme=dark] .kontrast-blog .btn {
	color: var(--primary);
} */

/* [data-bs-theme=dark] .font-large .toggle-text-btn {
	color: var(--primary);
} */

[data-bs-theme=dark] .font-large .toggle-text-btn svg path {
	fill: var(--primary);
}

[data-bs-theme=dark] .font-large .toggle-text-btn.active svg path {
	fill: var(--perrot-color);
}

[data-bs-theme=dark] [data-bs-theme-value=dark] {
	display: none;
}



[data-bs-theme=dark] .header-bottom {
	background: rgba(255,255,255, 0.6);
}

[data-bs-theme=dark] .main-menu>ul>li.active>a:after {
	background: var(--black-color);
}


[data-bs-theme=dark] .header-part.sticky.sticky-fixed .main-menu>ul>li.active>a:after {
	background: var(--black-color);
}

[data-bs-theme=dark] .language-menu .language-drop {
	background: var(--primary);
}

[data-bs-theme=dark] .click-language:after {
	background: url(../Images/down-arrow-dark.png) no-repeat center center;
	background-size: 12px auto;
}

[data-bs-theme=dark] .language-menu .language-drop .text-muted {
	color: var(--gray-color) !important;
}


/*Table*/
[data-bs-theme=dark] table tr th,
[data-bs-theme=dark] table tr td {
	color: var(--black-color);
	border-color: var(--black-color);
}


/*Teaser*/
[data-bs-theme=dark] .teaser-info-box {
	background: var(--black-color);
}

[data-bs-theme=dark] .teaser-info-box .theme-btn {
	border-color: var(--primary) !important;
	background: var(--primary) !important;
}

[data-bs-theme=dark] .teaser-info-box h2 {
	color: var(--primary);
}

/*Cards*/
[data-bs-theme=dark] .c-card .card-body {
	background-color: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .c-card .card-body .card-sub-title,
[data-bs-theme=dark] .c-card .card-body .card-title,
[data-bs-theme=dark] .c-card .card-body p {
	color: var(--primary);
}



/*Footer*/
[data-bs-theme=dark] .footer-top-part {
	background: var(--black-color);
}

[data-bs-theme=dark] .footer-part h5 {
	color: var(--primary);
}


/*Home Slider*/


/*Breadcrumb*/
[data-bs-theme=dark] .breadcrumb-section ol li a.breadcrumb-link,
[data-bs-theme=dark] .breadcrumb-section ol li.active .breadcrumb-link-title {
	color: var(--black-color);
}

/*Tabs*/
[data-bs-theme=dark] .frame-background-primary .nav-tabs .nav-link,
[data-bs-theme=dark] .frame-background-secondary .nav-tabs .nav-link {
	color: var(--primary);
}

[data-bs-theme=dark] .nav-tabs .nav-link {
	color: var(--black-color);
}

/* [data-bs-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-bs-theme=dark] .nav-tabs .nav-link.active {
	color: var(--black-color);
} */


/*Accordion*/



/*Link*/
/* [data-bs-theme=dark] .frame a[class=""],
[data-bs-theme=dark] .frame a:not([class]) {
	color: inherit;
	font-weight: 600;
} */


/*history-section*/
[data-bs-theme=dark] .history-section {
	background: var(--black-color);
}

[data-bs-theme=dark] .history-section .projects-timeline .project .heading-box p {
	color: var(--primary);
}

[data-bs-theme=dark] .history-section .projects-timeline .project .heading-box {
	border-color: var(--primary);
}

/*[data-bs-theme=dark] .history-section .projects-timeline .project .year:after{
	background-image: url(../Images/arrow-right-1-dark.svg);
}
[data-bs-theme=dark] .history-section .projects-timeline .project .year:before{
	background-image: url(../Images/arrow-left-dark.svg);
}*/
[data-bs-theme=dark] .history-section .projects-timeline .project.open .year {
	background-color: #555b60;
}

/*[data-bs-theme=dark] .history-section .projects-timeline .project.open .year:before{
	background-image: url(../Images/arrow-left-with-line-dark.svg);
}
[data-bs-theme=dark] .history-section .projects-timeline .project.open .year:after{
	background-image: url(../Images/arrow-right-with-line-dark.svg);
}
*/



/* [data-bs-theme=dark] .humbarger-menu.humbarger-menu-on>span {
	color: var(--secondary-2);
}

[data-bs-theme=dark] .burger .burger-lines,
[data-bs-theme=dark] .burger .burger-lines::after,
[data-bs-theme=dark] .burger .burger-lines::before {
	background-color: var(--secondary-2);
} */

/***************************
Dark Theme CSS End
 **************************/

/***************************
Map Page CSS Start
 **************************/
.map-section h1 {
	margin-top: 42px;
	margin-bottom: 42px;

}

.map-section .map-box {
	box-shadow: 0px 3px 30px #00000029;
}

.share-print {
	padding: 20px 0;
	margin-top: 0;
	text-align: right;
}

.share-print .seit {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.share-print .seit a {
	color: var(--light-gray);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.share-print .seit a i {
	line-height: 0;
}

[data-bs-theme=dark] .share-print .seit a {
	color: var(--black-color);
}

@media(min-width:768px) {
	.share-print .share-print {
		padding: 20px 0;
		margin-top: -66px;
	}

	.share-print .seit {
		justify-content: flex-end;
	}
}


/* Project-info CSS Start*/

.map-section .project-info {
	margin-top: 140px;
	margin-bottom: 100px;
}

.map-section .project-info .common-inner {
	position: relative;
	padding-left: 0;
	margin-bottom: 30px;
}

@media(min-width:992px) {
	.map-section .project-info .common-inner {
		position: relative;
		padding-left: 88px;
	}
}

@media(min-width:1200px) {
	.map-section .project-info .common-inner {
		position: relative;
		padding-left: 118px;
	}
}

.map-section .project-info .common-inner h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px;
}


.map-section .project-info .common-inner .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0;
}

@media(min-width:992px) {
	.map-section .project-info .common-inner .badge {
		left: 0;
		top: 0;
	}
}

.map-section .project-info .common-inner .project-thumb {
	margin-left: 0;
	width: auto;
	height: 265px;
}

.map-section .project-info .common-inner .project-thumb img {
	margin-left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.map-section .project-info .common-inner .sub-heading {
	font-size: 22px;
	line-height: 1.2;
	padding-top: 15px;
}

@media(min-width:768px) {
	.map-section .project-info .common-inner .sub-heading {
		padding-top: 0;
	}
}

/* Project-info CSS End*/
.map-section .project-info .badge img {
	width: 66px;
	height: 61px;
	/*	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

/*.map-section .project-info .projects .badge svg path{
	fill: var(--red-color);
}*/

.map-section .project-info .badge svg {
	display: none;
}

.map-section .project-info .holdings .badge svg path {
	fill: var(--perrot-color);
}

.map-section .project-info .neighborhood-manager .badge svg path {
	fill: var(--orange-color);
}

.map-section .project-info .construction-areas .badge svg path {
	fill: var(--blue-color2);
}


/* Badge Colors End */


/* Filter CSS Start */
.map-section .filter {
	padding-bottom: 68px;
}

.map-section .filter .form-select {
	width: 194px;
	max-width: 100%;
	padding: 10px 15px;
	border-radius: 0;
	border: 1px solid var(--gray-500);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--gray-600);
}

.map-section .filter .select-lbl {
	color: var(--txt-color);
	line-height: 2.5;
	white-space: nowrap;
}

.map-section .filter .form-check {
	display: inline-flex;
	align-items: center;
	padding-left: 0;

}

.map-section .filter .form-check-input {
	width: 32px;
	height: 32px;
	border: 2px solid var(--fix-menu-anchor);
	margin: 0;
	border-radius: 0 !important;
	cursor: pointer;
}

.map-section .filter .form-check-label {
	padding: 10px 15px 10px 26px;
	font-size: 18px;
	line-height: 1.2;
	margin-left: 15px;
	color: var(--primary);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-section .filter .form-check-label i {
	margin-left: 15px;
	height: 33px;
	position: relative;
	margin-top: -10px;
	overflow: hidden;
}

.map-section .filter .form-check-label i img {
	width: 44px;
	height: 40px;
	object-fit: cover;
	margin-top: 5px;
}

.map-section .filter .form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--fix-menu-anchor);
	border-radius: 0;
	color: var(--black-color);
}

.map-section .filter .form-check-input:checked[type=checkbox] {
	background-image: url(../Images/check-lg.svg);
	background-size: 15px;
}

/* Filter CSS End */


/* BG Colors Start */
.map-section .bg-red {
	background-color: var(--red-color);

}

.map-section .bg-green {
	background-color: var(--perrot-color);
}

.map-section .bg-orange {
	background-color: var(--orange-color);
}

.map-section .bg-blue {
	background-color: var(--blue-color2);
}

/* BG Colors End */


/***************************
Map Page CSS Start
 **************************/


/***************************
Print CSS Start
 **************************/
@media print {
	body {
		font-size: 12pt;
		margin: 0cm;
		color: black;
		background: white;
	}

	.container {
		width: 100%;
	}

	.break-before {
		page-break-before: always;
	}

	.no-break-inside {
		page-break-inside: avoid;
	}

	header,
	footer,
	.breadcrumb-section,
	.share-print {
		display: none;
	}

	a::after {
		content: " (" attr(href) ")";
		/* Add href value as content */
		font-size: 80%;
		/* Adjust the font size as desired */
		color: #888;
		/* Adjust the color as desired */
	}
}


/***************************
Print CSS End
 **************************/



/******************************
Mob Nav CSS for more links and SM Start
 *******************************/
.more-links-wrapper {
	display: none;

}

.more-links-wrapper ul {
	border-top: 1px solid var(--primary);
	margin-top: 34px;
	width: 100%;
}

@media (max-width: 991.9px) {
	.more-links-wrapper {
		display: block;
		width: 100%;
		padding: 0 40px 40px;
	}
}

.more-links-wrapper ul li {
	margin-bottom: 26px;
}

.more-links-wrapper ul li:last-child {
	margin-bottom: 0;
}

.more-links-wrapper ul li a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--secondary);
	display: block;
}

.main-menu-outer.active {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: nowrap;
}

.social-media {
	margin-top: auto;
	width: 100%;
}

@media(min-width:992px) {
	.social-media {
		margin-top: 0;
		width: auto;
	}
}


/******************************
Mob Nav CSS for more links and SM End
 *******************************/


/********************************
Main Menu DropDown CSS Start
 ********************************/
.main-menu {
	display: flex;
	align-items: center;
	padding: 50px 20px 0 20px;
}

.main-menu .btn-search {
	display: none;
	padding: 0;
	width: 26px;
	height: 26px;
	background-color: var(--primary);
	color: var(--primary);
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -5px;
}

@media(min-width:1366px) {
	.main-menu {
		padding: 0;
	}

	.main-menu .btn-search {
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.main-menu .btn-search:hover {
	background-color: var(--secondary);
	color: var(--primary);
}

.main-menu .btn-search svg {
	width: 14px;
	height: 14px;
	color: var(--primary);
}

.main-menu .btn-search svg path {
	fill: var(--primary);
}

.main-menu li.open>ul {
	display: block;

}

.main-menu ul li ul ul {
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
	min-width: 320px;
	background-color: rgba(17, 203, 156, 1);
}

[data-bs-theme=dark] .main-menu ul li ul ul {
	background-color: rgba(0, 0, 0, 1);
}

.main-menu ul li ul li.has-has-has-child ul {
	background-color: rgba(17, 203, 156, 1);
}

[data-bs-theme=dark] .main-menu ul li ul li.has-has-has-child ul {
	background-color: rgba(0, 0, 0, 1);
}

.submenu-click {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: auto;
	top: 5px;
	margin: 0;
	z-index: 1;
}

.submenu-menu .submenu-click {
	width: 18px;
	height: 18px;
}


@media (max-width: 1365px) {
	.main-menu ul li ul ul {
		position: static;
		padding-left: 0;
	}

	.submenu-menu li.has-has-child,
	.submenu-menu li.has-has-has-child {
		padding-left: 10px;
		display: block !important;
	}

	.main-menu li.has-child .open>ul,
	.main-menu li.has-has-child .open>ul,
	.main-menu li.has-has-has-child .open>ul {
		display: block;
	}

	.main-menu>ul>li .submenu-menu {
		padding-left: 0 !important;
	}

	/* .submenu-menu li a {
		padding-left: 0;
	} */

	.main-menu>ul>li .submenu-menu .submenu-click {
		top: 14px;
	}

}

/********************************
Main Menu DropDown CSS End
 ********************************/

/********************************
Tiles CSS Start
 ********************************/

.tiles-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 402px;
	justify-content: center;
}

.tiles-container a {
	margin-right: 0;
	margin-bottom: 0;
}

.tiles-container a:nth-child(even) {
	margin-right: 0;
}

.tiles-container .tile {
	width: 156px;
	height: 156px;
	padding: 16px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 15px;
	margin-bottom: 15px;

}

.tiles-container .tile .tiles-icon {
	margin-left: auto;
}

/* .tiles-container .tile:nth-child(even){
	background-color: var(--info) !important;
} */

.tiles-container .tile:nth-child(even) {
	margin-right: 0;
}

.tiles-container .tile .tiles-heading {
	font-size: 15px;
	line-height: 1.2;
	color: var(--primary)f;
	hyphens: auto;
}

@media(min-width:768px) {
	.tiles-container {
		max-width: 402px;
		justify-content: flex-start;
	}

	.tiles-container a {
		margin-right: 0;
		margin-bottom: 0;
	}

	.tiles-container .tile {
		width: 176px;
		height: 176px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.tiles-container .tile .tiles-heading {
		font-size: 25px;
		line-height: 30px;
		color: var(--primary)f;
	}
}

.bg-dark-blue {
	background-color: var(--secondary);
}

.bg-light-blue {
	background-color: var(--info);
}

[data-bs-theme=dark] .bg-dark-blue {
	background-color: var(--black-color);
}

[data-bs-theme=dark] .bg-light-blue {
	background-color: rgba(0, 0, 0, 0.85);
}


/* @media(min-width:768px){
	.tiles-container .tile:last-child {margin-right: 0;}

	.tiles-container .tile {
		width: 190px;
		padding: 20px;
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
		margin-right: 22px;
		margin-bottom: 24px;
	}
}

.tiles-container .tile .tiles-icon{
	text-align: end;
} */


/********************************
Tiles CSS End
 ********************************/


/********************************
Headline CSS Start
 ********************************/
.headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 34px;
	align-items: flex-start;
	padding-bottom: 34px;
	border-top: 2px solid var(--primary);
}

.headline h3 {
	margin: 0;
	font-size: 35px;
	line-height: 49px;
	color: var(--primary);
}

.headline img {
	max-width: 220px;
	height: auto;
}

/********************************
Headline CSS End
 ********************************/


/********************************
Faqs CSS Start
 ********************************/
.faqs-container h2 {
	margin-bottom: 15px;
	margin-top: 0;
}

.faqs-container ul {
	list-style: none;
	padding-left: 0;
}

.faqs-container ul li {
	font-size: 18px;
	line-height: 1.5;
	color: var(--dark-gray);
	font-weight: 600;
	padding-top: 24px;
	padding-bottom: 24px;
	display: block;
	position: relative;
	padding-left: 40px;
	background: url('../Images/faq-arrow-right-icon.svg') no-repeat 0 24px;
	border-top: 1px solid var(--dark-gray);
}

.faqs-container ul li:last-child {
	border-bottom: 1px solid var(--txt-color);
}

[data-bs-theme=dark] .faqs-container ul li {
	background: url('../Images/faq-arrow-right-icon-dark.svg') no-repeat 0 24px;
}

.faqs-container ul li a {
	color: var(--dark-gray);
	text-decoration: none;
	font-weight: 600;
}

.faqs-container ul li a:hover {
	color: var(--primary);
}



/********************************
Faqs CSS End
 ********************************/

/********************************
Footer CSS Start
 ********************************/
.footer-section hr {
	border-top: 3px solid var(--primary);
	opacity: 1;
	margin-bottom: 40px;
	margin-top: 0;
}

.footer-section .company-name {
	color: var(--primary);
}

.footer-section .company-contactinfo {
	color: var(--dark-gray);
}

.footer-section .company-contactinfo p {
	font-size: 16px;
}

.footer-section .links-with-arrow li {
	margin-bottom: 10px;
}

.footer-section .footer-links li {
	padding: 0;
	background: var(--primary);
	margin-bottom: 8px;

}

.footer-section .footer-links li a {
	color: var(--dark-gray);
	font-weight: 600;
}

.footer-section .footer-links li a:hover {
	color: var(--secondary);
}

[data-bs-theme=dark] .links-with-arrow li {
	background: url(../Images/Icon1-dark.svg) no-repeat 0 4px;
}


/********************************
Footer CSS End
 ********************************/

/********************************
Other Links CSS Start
 ********************************/


.other-links {
	display: block;
	background-color: #EFF3F7;
	position: relative;
	width: 100%;
	padding: 20px;
}

/* .other-links::before{
	content: "";
	position: absolute;
	background-color: #EFF3F7;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
 }
 .other-links::after{
	content: "";
	position: absolute;
	background-color: #EFF3F7;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
 } */

.other-links .kontrast-blog,
.other-links .font-large {
	margin: 0;
}

.other-links p {
	margin-bottom: 0;
	color: var(--dark-gray);
}

.other-links ul li a,
.other-links p,
.other-links .btn {
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	color: var(--dark-gray);
}

.other-links ul li,
.other-links p,
.other-links .kontrast-blog,
.other-links .font-large {
	margin-bottom: 14px;
}

.social-media {
	display: block;
}

@media(min-width:992px) {

	.other-links,
	.social-media {
		display: none;
	}
}

/********************************
Other Links CSS End
 ********************************/

/********************************
Table CSS Start
 ********************************/
.filelink-list .filelink-heading {
	margin: 0;
}

.table>:not(caption)>*>* {
	padding: 11px 26px;
	border: 0;
}

.table tr td:first-child {
	vertical-align: middle;
}

.table tr th,
.table tr td {
	border-right: 0;
	border-top: 1px solid var(--primary);
	font-size: 20px;
	line-height: 1.4;
	color: var(--primary);
}

.table tr th {
	background-color: var(--secondary);
	font-weight: var(--font-bold);
	border: none;
}

.table tr td {
	font-size: 18px;
	line-height: 1.4;
}

.table tr th:last-child,
.table tr td:last-child {
	border-right: none;
}

.table tr:first-child td {
	border-top: none;
}

.table strong {
	font-weight: 500;
}

.table .extra-bold {
	font-weight: 700;
}

[data-bs-theme=dark] .table tr th {
	background-color: var(--black-color);
	color: var(--primary);
}

/********************************
Table CSS End
 ********************************/

.caption {
	line-height: 1.3;
}

.body-bg {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}



.additional-link {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-planen {
	background-color: var(--primary);
	background-image: url('../Images/additional1.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;

}

.link-wir-finanzieren {
	background-color: var(--primary);
	background-image: url('../Images/additional2.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-senieren {
	background-color: var(--primary);
	background-image: url('../Images/additional3.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-planen:hover,
.link-wir-senieren:hover,
.link-wir-finanzieren:hover {
	color: var(--primary);
}

.additional-link img {
	width: 32px;
	margin-right: 20px;
}

.pswp__bg {
	background-color: var(--primary) !important;
	opacity: 0.7 !important;
}

/* Form CSS Start */
.form-container .form-element {
	margin-bottom: 25px !important;
}

.form-container .form-label,
.form-container .form-check-label {
	font-size: 18px;
	line-height: 1.4;
	color: var(--primary);
	margin-bottom: 10px;
	font-weight: var(--font-normal);
}

.form-container .form-control,
.form-container .form-select {
	padding: 12px;
	padding-left: 38px;
	border-radius: 0;
	background-color: var(--primary);
	border: 3px solid var(--primary);
	font-weight: var(--font-bold);
	color: var(--dark);
	font-size: 18px;
}

@media(max-width:767px) {
	.form-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.form-container .form-control,
	.form-container .form-select {
		padding-left: 19px;
	}
}

.form-container .form-control::placeholder,
.form-container .form-select::placeholder,
.form-container .form-select div,
.form-container .form-select .select-options {
	font-weight: var(--font-bold);
	color: var(--dark);
	opacity: 1;
}

.form-container .form-control:focus,
.form-container .form-select:focus {
	border-color: var(--secondary);
	box-shadow: 0 3px 25px 0px rgba(115, 115, 115, 0.60) inset;
	-moz-box-shadow: 0 3px 25px 0px rgba(115, 115, 115, 0.60) inset;
	-webkit-box-shadow: 0 3px 25px 0px rgba(115, 115, 115, 0.60) inset;
}

.form-container .form-element-check .form-check,
.form-container .form-element-radio .form-check {
	margin-bottom: 22px !important;
	cursor: pointer;
	padding-left: 32px;
}

.form-container .form-element-check .form-check .form-check-input,
.form-container .form-element-radio .form-check .form-check-input {
	margin-left: -32px;
}

.form-container .form-element-check .form-check-label {
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
}

.form-container .form-check-wrapping-label .form-check-label {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	margin-bottom: 0;
	cursor: pointer;
}

.form-container .form-check-input {
	width: 32px;
	height: 32px;
	border: 3px solid var(--secondary);
	background: transparent;
	border-radius: 0 !important;
	margin-top: 0;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.form-container .form-check-input:checked[type=checkbox] {
	background-color: transparent;
	background-image: url('../Images/check-square.svg');
	border-color: var(--secondary);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;

}

.form-container .form-check-input:focus {
	border-color: var(--secondary);
}

.form-container .form-check .form-check-label>span {
	margin-left: 16px;
	word-break: break-all;
	display: inline-block;
	vertical-align: middle;
}



.form-container .btn {
	display: inline-block;
	text-align: center;
	padding: 14px 40px 14px 40px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: transparent;
	font-size: 20px;
	line-height: 1;
	border: 3px solid transparent;
	border-radius: 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.form-container .btn-primary {
	border: 3px solid var(--secondary);
	background: transparent;
	color: var(--primary);
}

.form-container .btn-primary:hover {
	background-color: var(--secondary);
	border: 3px solid var(--secondary);
	color: var(--primary);
}


.form-container .form-element-date .form-control::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	background: transparent;
	-moz-appearance: textfield;
	z-index: 10;
}

.form-container .form-element-date .form-control {
	-moz-appearance: textfield;
}

.form-container .form-element-date .form-control {
	position: relative;
}

.form-container .form-element-date .form-control::after {
	position: absolute;
	content: "";
	background: url('../Images/input-calendar-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 22px;
	right: 20px;
	left: auto;
	background-position: center right;
	top: 50%;
	transform: translateY(-50%);
}

.form-container .form-control[type=file] {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.form-container .form-control::file-selector-button {
	padding: 15px 38px;
	margin: 0;
	border-color: #B8F0E2;
	background-color: #B8F0E2;
	color: #4A4A49;
	border-width: 3px;
	font-size: 18px;
	line-height: 1;
	margin-right: 20px;
	min-width: 212px;
}

.form-container .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--secondary);
}

.form-element legend {
	color: var(--primary);
}

[data-bs-theme=dark] .form-element legend {
	color: var(--black-color);
}

[data-bs-theme=dark] .form-container h2{
	color: var(--black-color);
}

[data-bs-theme=dark] .form-container .form-control::file-selector-button {
	border-color: var(--black-color);
	background-color: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .form-container .form-control,
[data-bs-theme=dark] .form-container .form-select {
	background-color: var(--primary);
	border: 3px solid var(--black-color);
	color: var(--black-color);
}


[data-bs-theme=dark] .form-container .form-element-check .form-check-label,
[data-bs-theme=dark] .form-container .form-element-check .form-check-label a,
[data-bs-theme=dark] .form-container .form-label,
[data-bs-theme=dark] .form-container .form-check-label {
	color: var(--black-color);
}

[data-bs-theme=dark] .form-container .form-check-input {
	border: 3px solid var(--black-color);
}

[data-bs-theme=dark] .form-container .form-check-input:checked[type=checkbox] {
	background-image: url('../Images/check-square-dark.svg');
	border-color: var(--black-color);
}

[data-bs-theme=dark] .form-container .form-element-date .form-control::after {
	content: "";
	background: url('../Images/input-calendar-icon-dark.svg');
}

[data-bs-theme=dark] .form-container .btn-primary {
	border: 3px solid var(--black-color);
	color: var(--black-color);
}

[data-bs-theme=dark] .form-container .btn-primary:hover {
	background-color: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .form-container .form-control::placeholder,
[data-bs-theme=dark] .form-container .form-select::placeholder,
[data-bs-theme=dark] .form-container .form-select div,
[data-bs-theme=dark] .form-container .form-select .select-options {
	color: var(--black-color);
}

/* Form CSS End */

/* .gallery-item{
	position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.gallery-item figure .caption{
	font-size: 0.85rem;
    word-wrap: break-word;
    opacity: 0.8;
    background: rgba(0, 67, 57, 0.65);
    padding: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
} */


.accordion-header {
	margin: 0px;
}

.accordion-button:focus {
	box-shadow: none !important;
}


.accordion-item {
	border: none;
	border-bottom: 8px solid var(--secondary);
	margin-bottom: 13px;
}

.accordion-item .accordion-body {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 28px;
    padding-right: 26px;
}

.accordion-body * {
	color: var(--dark);
}

.accordion-content-text h4 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--primary);
}

.accordion-item:first-of-type {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: var(--primary);
	border: none;
	color: var(--secondary) !important;
}

.accordion-item .accordion-header .accordion-button {
	font-size: 24px;
	line-height: 1.2;
	font-weight: var(--font-bold);
	padding: 20px;
	border-radius: 0px !important;
	background: var(--primary);
	color: var(--secondary) !important;
}

@media(min-width:768px) {
	.accordion-item .accordion-header .accordion-button {
		font-size: 30px;
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 28px;
		padding-right: 26px;
	}
}

.accordion-item .accordion-header .accordion-button:after {
	background: url('../Images/accordion-icon-down.svg') no-repeat center center;
	width: 26px;
	background-size: contain;
}

[data-bs-theme=dark] .accordion-item {
	border: none;
	border-bottom: 8px solid var(--black-color);
}

[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button {
	color: var(--black-color) !important;
	font-weight: var(--font-bold);
}

[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: var(--primary);
	border-color: var(--black-color);
	color: var(--black-color) !important;
	font-weight: var(--font-bold);
}

[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:after {
	background: url('../Images/accordion-icon-down-dark.svg') no-repeat center center;
	width: 26px;
	background-size: contain;
}

[data-bs-theme=dark] .accordion-body * {
	color: var(--black-color);
}



/* Footer CSS Start */
#page-footer {
	margin-top: auto;
	padding-top: 96px;
	background-color: var(--body-bg);
}

[data-bs-theme="dark"] #page-footer {
	background-color: var(--primary);
}

#page-footer .frame-container {
	padding-left: 20px;
	padding-right: 20px;
}

@media(min-width:1200px) {
	#page-footer {
		padding-top: 163px;
	}
}

#c977 {
	background-color: var(--primary);
	padding-top: 24px;
	padding-bottom: 24px;
	margin: 0;
}

#c977 .gib-logo {
	max-width: 133px;
}


#c977 .row {
	align-items: flex-end;
}

.footer-section .textpic-intext-right-media .gallery-row .gallery-item .image {
	max-width: 133px;
}

@media(max-width:991px) {
	#c977 {
		padding-top: 4px;
		padding-bottom: 4px;
	}

}

@media(max-width:1366px) {
	#c977 .row {
		align-items: center;
	}
}

@media(max-width:767px) {
	.footer-section .textpic-intext-right .textpic-intext-right-media {
		float: none;
	}

	.footer-section  .textpic-intext-right-media .gallery-row .gallery-item .image {
		max-width: 112px;
		margin: 0 auto;
	}
}

@media(min-width:1200px) {
	#c977 .col-md-8 .textpic-above-left {
		position: relative;
	}

	#c977 .csm-logo {
		min-width: 819px;
		max-width: 100%;
	}

	#c977 .csm-logo img {
		width: 100%;
	}

	.v-border {
		height: 121px;
		display: inline-block !important;
		width: 1px;
		margin: 0 30px;
		background-color: #707070;
	}
}

#c977 .textmedia,
#c977 .textpic {
	gap: 0;
}

@media(min-width:768px) {

	#c977 .image-area-width-66 {
		position: relative;
		padding-left: 10px;

	}

	#c977 .image-area-width-66::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		height: 70%;
		width: 1px;
		background-color: #707070;
		transform: translateY(-50%);
	}
}

#c983 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-bottom: 15px;
}

#c983 .frame-container {
	padding-left: 50px;
	padding-right: 50px;
}

@media(min-width:992px) {
	#c983 {
		padding-bottom: 30px;
	}
}

#c983::before {
	content: '';
	position: absolute;
	background: url('../Images/footer-copyright-bg-mobile.svg') no-repeat 100%;
	width: 100%;
	background-size: 350%;
	top: 10px;
	height: 100%;
	left: 0;
	background-position: top center;
	z-index: 0;
}

[data-bs-theme=dark] #c983::before {
	content: '';
	position: absolute;
	background: url('../Images/footer-copyright-bg-mobile-dark.svg') no-repeat 100%;
	width: 100%;
	background-size: 350%;
	top: 10px;
	height: 100%;
	left: 0;
	background-position: top center;
	z-index: 0;
}

[data-bs-theme=dark] #c983 p {
	color: var(--black-color);
}

@media(min-width:768px) {
	#c983::before {
		content: '';
		background-size: 150%;
	}
}

@media(min-width:1200px) {
	#c983::before {
		content: '';
		background: url('../Images/footer-copyright-bg.svg') no-repeat 100%;
		background-position: bottom center;
	}

	[data-bs-theme=dark] #c983::before {
		content: '';
		background: url('../Images/footer-copyright-bg-dark.svg') no-repeat 100%;
		background-position: bottom center;
	}

	.footer-section .image-area-width-66 .gallery-item img {
		min-width: 819px;
	}
}

[data-bs-theme="dark"] #page-footer img {
	filter: none;
}

[data-bs-theme="dark"] #c977 {
	border-top: 2px solid var(--black-color);
	border-bottom: 2px solid var(--black-color);
}

#c818 {
	padding-top: 25px;
	padding-bottom: 14px;
	margin: 0;
}

#c818 h3.element-header {
	font-size: 20px;
	font-weight: var(--font-bold);
	color: var(--primary);
}

@media(min-width:1200px) {
	#c818 {
		padding-top: 41px;
	}

	#c818 h3.element-header {
		font-size: 25px;
	}
}

#c818 .list-normal {
	list-style: none;
	padding: 0;
}

#c818 .list-normal li {
	padding-left: 35px;
	position: relative;
	font-size: 18px;
	font-weight: var(--font-bold);
	margin-bottom: 14px;
}

#c818 .list-normal li a {
	font-size: 18px;
	color: var(--primary);
	font-weight: var(--font-bold);
}

#c818 .list-normal li:hover a,
#c818 .list-normal li:hover:before {
	opacity: 0.80;
}

#c818 .list-normal li::before {
	content: '';
	background-image: url('../Images/footer-list-arrow.svg');
	width: 22px;
	height: 22px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: 3px;
}

@media(min-width:1200px) {
	#c818 .list-normal li::before {
		content: '';
		width: 25px;
		height: 25px;
	}

	#c818 .list-normal li a {
		font-size: 20px;
	}
}

[data-bs-theme="dark"] #c818 *,
[data-bs-theme="dark"] #c818 .list-normal li a {
	color: var(--black-color);
}

[data-bs-theme="dark"] #c818 .list-normal li::before {
	content: '';
	background-image: url('../Images/footer-list-arrow-dark.svg');
}

@media (min-width: 1400px) {
	.frame-container-default {
		max-width: 1500px;
	}
}

@media (max-width: 767px) {
	#c818 .frame-header {
		margin-bottom: 0.5rem;
	}
}

.footer-section .gallery-item .image {
	aspect-ratio: auto;
	border-radius: 0;
	overflow: unset;
}

.footer-section .gallery-item img,
.footer-section .gallery-item picture {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
}

.footer-section .gallery-item .image picture {
	aspect-ratio: auto;
	border-radius: 0;
	overflow: unset;
}

/* Footer CSS End */


/* Search page CSS start */


#tx_indexedsearch {
	margin-top: 90px;
	margin-bottom: 90px;
}

@media(max-width:991px) {
	#tx_indexedsearch {
		margin-top: 60px;
		margin-bottom: 50px;
	}
}

/* @media(max-width:991px){
	#tx_indexedsearch{
		margin-top: 50px;
		margin-bottom: 40px;
	}
} */
#tx_indexedsearch .form-group .input-group {
	align-items: center;
}

#tx_indexedsearch .form-group .input-group label {
	margin: 0px;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
	width: 968px;
	margin: 0;
	font-weight: var(--font-normal);
	border: 2px solid var(--primary);
	padding: 13px 36px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.2;
	color: var(--dark);
}

#tx_indexedsearch .form-group .input-group {
	align-items: center;
}

#tx_indexedsearch .form-group .input-group label {
	margin: 0px;
}



@media(max-width:1366px) {
	#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
		width: 500px;
	}
}

@media(max-width:991px) {
	#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
		width: 100%;
		text-align: left;

	}

	#tx_indexedsearch .row .col-12 {
		text-align: center;
	}

	#tx_indexedsearch .row .col-12:first-child {
		text-align: left;
	}
}

#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
	border: 3px solid var(--secondary);
	outline: none !important;
	box-shadow: none !important;
	padding: 10px 30px;
	background-color: transparent;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}


#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit:hover {
	background-color: var(--secondary);
	color: var(--primary);
}

#tx_indexedsearch .form-label {
	margin: 0;
	font-size: 20px;
	font-weight: var(--font-normal);
	line-height: 1.4;
	color: var(--primary);
}

#tx_indexedsearch fieldset .tx-indexedsearch-search-submit input[type="submit"] {
	position: absolute;
	bottom: 0px;
	right: 0;
	background: url('../Images/search.png') no-repeat center center;
	width: 60px;
	height: 50px;
	border: none;
	text-indent: -100000px;
	padding: 0;
	background-size: 18px auto;
}


.tx-indexedsearch-rules,
.tx-indexedsearch-info-sword {
	display: none;
}

.tx-indexedsearch-info-sword+.tx-indexedsearch-browsebox {
	display: none;
}

#tx_indexedsearch p a {
	display: none;
}

.tx-indexedsearch-searchbox legend {
	font-size: 35px;
	margin-bottom: 45px;
}

.tx-indexedsearch-res h3 {
	font-size: 30px;
}

.tx-indexedsearch-res h3 span {
	vertical-align: middle;
}

.tx-indexedsearch-res .tx-indexedsearch-title a {
	color: var(--perrot-color);
}

.tx-indexedsearch-icon img {
	width: 25px;
	vertical-align: middle;
}

.tx-indexedsearch-icon {
	position: relative;
	top: -3px;
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
	display: inline-block;
	margin-right: 12px;
}

.tx-indexedsearch-text-item-path a {
	color: var(--theme-color);
}

.tx-indexedsearch-text-item-path a:hover {
	color: var(--txt-color);
}

.tx-indexedsearch-browsebox ul,
.tx-indexedsearch-browsebox li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tx-indexedsearch-browsebox li {
	display: inline-block;
	min-width: 49px;
	height: 49px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: transparent;
}


.tx-indexedsearch-browsebox li strong {
	font-weight: 400;
}

.tx-indexedsearch-browsebox li a {
	color: var(--primary);
	padding: 10px;
	border: 2px solid var(--secondary);
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	font-size: 19px;
	font-weight: var(--font-normal);
	display: inline-block;
	min-width: 49px;
	height: 49px;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next a, .tx-indexedsearch-browsebox  li.tx-indexedsearch-browselist-prev{
	border-color: transparent;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next:hover a, .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-prev:hover a{
	border-color: transparent;
	background-color: transparent;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next a:hover, .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-prev a:hover {
	background-color: transparent;
	color: var(--secondary);
}

.tx-indexedsearch-browsebox li:hover a,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: var(--primary);
	border-color: var(--secondary);
	background-color: var(--secondary);
}

.tx-indexedsearch-browsebox {
	margin-top: 44px;
	margin-bottom: 44px;
	text-align: center;
}


.tx-indexedsearch-searchbox {
	margin-bottom: 50px;
}

.tx-indexedsearch-description {
	word-wrap: break-word;
}

.tx-indexedsearch-res {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}

.noresult {
	padding-top: 30px;
	padding-bottom: 30px;
	color: var(--secondary);
	font-size: 25px;
	line-height: 1.4;
	border-bottom: 2px solid var(--secondary);
}

.tx-indexedsearch-browselist-prev .tx-indexedsearch-page-selector {
	border: 0;
}

.tx-indexedsearch-browselist-prev .tx-indexedsearch-page-selector:hover {
	background-color: transparent;
	color: var(--secondary);
}
@media (max-width: 991px) {
	.tx-indexedsearch-browselist-next .tx-indexedsearch-page-selector, .tx-indexedsearch-browselist-prev .tx-indexedsearch-page-selector{
		position: relative;
		font-size: 0;
		width: 49px;
		height: 49px;
		border: 0;
		background-color: transparent;
		bottom: 7px;
	}
	.tx-indexedsearch-browselist-prev .tx-indexedsearch-page-selector::after {
		position: absolute;
		content: "";
		background: url('../Images/page-prev.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	.tx-indexedsearch-browselist-next .tx-indexedsearch-page-selector::after {
		position: absolute;
		content: "";
		background: url('../Images/page-next.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}
}

.hiddenText{
	pointer-events: none;
}

[data-bs-theme=dark] .tx-indexedsearch-browselist-prev .tx-indexedsearch-page-selector:hover,
[data-bs-theme=dark] .tx-indexedsearch-browsebox li:last-child a:hover {
	background-color: transparent;
	color: var(--black-color);
}

[data-bs-theme=dark] #tx_indexedsearch .form-label {
	color: var(--black-color);
}

[data-bs-theme=dark] #tx_indexedsearch #tx-indexedsearch-searchbox-sword {
	border-color: var(--black-color);
	color: var(--black-color);
}

[data-bs-theme=dark] #tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
	border-color: var(--black-color);
	color: var(--black-color);
}

[data-bs-theme=dark] #tx_indexedsearch #tx-indexedsearch-searchbox-button-submit:hover {
	background-color: var(--black-color);
	color: var(--primary);
}

[data-bs-theme=dark] .noresult {
	border-color: var(--black-color);
}

[data-bs-theme=dark] .card-search .card-body h4,
[data-bs-theme=dark] .card-search .card-body h4 * {
	color: var(--black-color);
}

[data-bs-theme=dark] .card-search {
	border-color: var(--black-color);
}

[data-bs-theme=dark] .tx-indexedsearch-browsebox li:hover a,
[data-bs-theme=dark] .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	background-color: var(--black-color);
	color: var(--primary);
	border-color: var(--black-color);
}

[data-bs-theme=dark] .tx-indexedsearch-browsebox li a {
	border-color: var(--black-color);
	color: var(--black-color);
}

/* Search Page CSS End */

/*  */

.search-bedge {
	width: 60px;
	height: 58px;
	position: fixed;
	right: 0;
	top: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

@media(min-width:1366px) {
	.search-bedge {
		width: 124px;
		height: 120px;
	}
}

.search-bedge-top {
	width: 108px;
	height: 108px;
	background: var(--secondary);
	border-radius: 100%;
	position: absolute;
	z-index: 10;
	right: -58px;
	bottom: 0;
}

@media(min-width:1366px) {
	.search-bedge-top {
		width: 212px;
		height: 212px;
		right: -88px;
	}
}

.search-bedge-top svg {
	width: 18px;
	height: 25px;
	position: absolute;
	bottom: 20px;
	right: 66px;
}

@media(min-width:1366px) {
	.search-bedge-top svg {
		width: 35px;
		height: 35px;
		bottom: 55px;
		right: 120px;
	}
}

[data-bs-theme=dark] .badges-wrapper .badge-contrast,
[data-bs-theme=dark] .badges-wrapper .badge-contrast .badge-body {
	background-color: var(--secondary);
}

[data-bs-theme=dark] .search-bedge-top {
	background-color: var(--black-color);
}

.search-badge-wrapper {
	/* top: calc(-100% - 60px); */
	top: -200vh;
	position: fixed;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 203, 156, 0.9);
	z-index: 9999;
	transition: all ease-in-out 0.5s;
}

[data-bs-theme=dark] .search-badge-wrapper {
	background: rgba(0, 0, 0, 0.9);
}

.search-badge-wrapper.active {
	top: 0;
}

@media (min-width: 1400px) {
	.search-badge-wrapper .container {
		max-width: 1500px;
	}
}

.search-badge-wrapper .close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

@media(min-width:992px) {
	.search-badge-wrapper .close {
		width: 35px;
		height: 35px;
	}
}

.search-badge-wrapper .form-label {
	margin: 0;
	font-size: 20px;
	font-weight: var(--font-normal);
	line-height: 1.4;
	color: var(--primary);
	text-wrap: nowrap;

}

@media(min-width:992px) {
	.search-badge-wrapper .form-label {
		margin-right: 20px;
	}
}

.search-badge-wrapper .search-input {
	width: 100%;
	max-width: 968px;
}

.search-badge-wrapper .search-input .form-control {
	width: 100%;
	margin: 0;
	font-weight: var(--font-normal);
	border: 2px solid var(--primary);
	padding: 13px 36px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.2;
	color: var(--dark);
}

.search-badge-wrapper .search-btn {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
	border: 3px solid var(--primary);
	outline: none !important;
	box-shadow: none !important;
	padding: 10px 30px;
	background-color: transparent;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
	min-width: fit-content;
}

@media(max-width:1200px) {
	.search-badge-wrapper .search-input {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.search-badge-wrapper .search-btn:hover {
	background-color: var(--primary);
	color: var(--black-color);
}


/* Language Buttons CSS Start */
.language-btns {
	margin-left: 50px;
	display: flex;
	align-items: center;
}

.language-btns button {
	padding: 0;
	margin: 0;
	font-size: 15px;
	border: 0;
	background: transparent;
	color: var(--dark);
	text-decoration: none;
}

[data-bs-theme=dark] .language-btns button {
	color: var(--primary);
}

.language-btns button:last-child {
	margin-left: 50px;
}

.language-btns button:hover,
.language-btns button:focus-within {
	color: var(--secondary);
}


.header-part.sticky.sticky-fixed .header-top {
	margin-top: -35px;
}

@media(max-width:991px) {

	.header-top-mobile .font-large button,
	.header-top-mobile .kontrast-blog button,
	.header-top-mobile .language-btns button.btn-english-site {
		width: 28px;
		height: 28px;
		justify-content: center;
	}

	.header-top-mobile .font-large,
	.header-top-mobile .kontrast-blog {
		margin: 0;
	}

	[data-bs-theme=dark] .header-top-mobile .font-large,
	.header-top-mobile .font-large.dark-mode {
		display: none;
	}

	[data-bs-theme=dark] .header-top-mobile .font-large.dark-mode {
		display: block;
	}

	[data-bs-theme=dark] .header-top-mobile .kontrast-blog,
	.header-top-mobile .kontrast-blog.dark-mode {
		display: none;
	}

	[data-bs-theme=dark] .header-top-mobile .kontrast-blog.dark-mode {
		display: block;
	}

	.header-top-mobile .language-btns {
		margin: 0;
	}

	.header-top-mobile .language-btns button.btn-english-site .dark {
		display: none;
	}

	[data-bs-theme=dark] .header-top-mobile .language-btns button.btn-english-site .light {
		display: none;
	}

	[data-bs-theme=dark] .header-top-mobile .language-btns button.btn-english-site .dark {
		display: block;
	}

	.header-top-mobile .language-btns button {
		font-size: 14px;
		line-height: 1;
	}

	.header-top {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.header-part.sticky.sticky-fixed .header-top {
		margin-top: -44px;
	}

	.header-top-mobile .kontrast-blog button {
		border: 1px solid transparent;

	}

	.header-top-mobile .kontrast-blog.dark-mode {
		border: 1px solid var(--primary);
		border-radius: 19px;
	}



	.header-part.sticky.sticky-fixed .header-bottom {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.sticky-fixed .header-bottom-left .register {
		margin-left: 39px;
	}



	.header-bottom-left .register a span {
		margin-left: 0;
	}

	.header-bottom-left .register a {
		width: 18px;
		height: 18px;
		display: inline-block;
		line-height: normal;
	}
}
.menu-txt,
.close-txt {
	display: none;
}

/* Grunge Content CSS Start */
.grunge_image_wrapper {
	position: relative;
	padding-bottom: 9.75rem;
	padding-top: 9.75rem;
	background: #004338;
}

@media(min-width:1600px) {
	.grunge_content_wrapper .container {
		max-width: 1500px;
	}
}

[data-bs-theme=dark] .grunge_image_wrapper {
	background: var(--black-color);
}

[data-bs-theme=dark] .grunge_image_wrapper * {
	color: var(--primary);
}

.grunge_image_wrapper::before {
	content: "";
	background: url('../Images/grunge_content-bg-top.svg') no-repeat top center;
	width: 100%;
	height: 14.375rem;
	left: 0;
	right: 0;
	bottom: 99%;
	position: absolute;
	z-index: -1;
	background-size: cover;
}

[data-bs-theme=dark] .grunge_image_wrapper::before {
	content: "";
	background: url('../Images/grunge_content-bg-top-dark.svg') no-repeat top center;
	background-size: cover;
}

@media(max-width:576px) {
	.grunge_image_wrapper::before {
		height: 3.75rem;
		background-size: cover;
	}
}

.grunge_image_wrapper::after {
	content: "";
	background: url('../Images/grunge_content-bg-bottom.svg') no-repeat bottom center;
	width: 100%;
	height: 8.125rem;
	left: 0;
	right: 0;
	top: 99%;
	position: absolute;
	z-index: -1;
	background-size: cover;
}

[data-bs-theme=dark] .grunge_image_wrapper::after {
	content: "";
	background: url('../Images/grunge_content-bg-bottom-dark.svg') no-repeat bottom center;
	background-size: cover;
}

@media(max-width:576px) {
	.grunge_image_wrapper::after {
		height: 2rem;
		background-size: cover;
	}
}


.grunge_image_wrapper>.gunge_image_left,
.grunge_image_wrapper>.gunge_image_right {
	position: absolute;
	left: -10%;
	top: 0;
	transform: translateY(-50%);
	width: 23.125rem;
	height: 23.125rem;
}

.grunge_image_wrapper>.gunge_image_right {
	right: -10%;
	left: auto;
}

@media(min-width:992px) {
	.grunge_image_wrapper {
		position: relative;
		padding-bottom: 2rem;
		padding-top: 2rem;
		background: #004338;
	}

	.grunge_image_wrapper>.gunge_image_left,
	.grunge_image_wrapper>.gunge_image_right {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 36rem;
		height: 36rem;
	}

	.grunge_image_wrapper>.gunge_image_right {
		right: -10%;
		left: auto;
	}

}

@media(min-width:1200px) {

	.grunge_image_wrapper>.gunge_image_left,
	.grunge_image_wrapper>.gunge_image_right {
		width: 46rem;
		height: 46rem;
	}
}

@media(min-width:1600px) {

	.grunge_image_wrapper>.gunge_image_left,
	.grunge_image_wrapper>.gunge_image_right {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 52.5rem;
		height: 52.5rem;
	}

}

.grunge_image_wrapper>.gunge_image_left picture,
.grunge_image_wrapper>.gunge_image_left img,
.grunge_image_wrapper>.gunge_image_left video,
.grunge_image_wrapper>.gunge_image_right picture,
.grunge_image_wrapper>.gunge_image_right img,
.grunge_image_wrapper>.gunge_image_right video {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
    display: block;
}

.grunge_image_wrapper>.gunge_image_left .copyright_on_image, .grunge_image_wrapper>.gunge_image_right .copyright_on_image {
    position: absolute;
    display: inline-block;
    bottom: 0;
    padding: 5% 25%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 67, 57, 0.65);
    color: var(--primary);
    text-align: center;
    font-size: 14px;
    font-weight: var(--font-normal);
    line-height: 1.3;
    text-shadow: none;
    margin: 0;
    top: auto;
}
.grunge_image_wrapper .caption {
    width: 100%;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 17px;
    opacity: 1;
}

.gunge_image_left .grunge_content_wrapper {
	max-width: 100%;
	padding-top: 170px;

}

.gunge_image_right .grunge_content_wrapper {
	max-width: 100%;
	padding-top: 170px;
}

@media(min-width:992px) {
	.gunge_image_left .grunge_content_wrapper {
		padding-top: 0;

	}

	.gunge_image_right .grunge_content_wrapper {
		padding-top: 0;
	}

	.grunge_image_wrapper.gunge_image_left > .grunge_content_wrapper > .container > .frame {
		max-width: 50%;
		margin-left: auto;
	}

	.grunge_image_wrapper.gunge_image_right > .grunge_content_wrapper > .container > .frame {
		max-width: 50%;
		margin-right: auto;
	}
}

@media(min-width:1200px) {
	.grunge_image_wrapper.gunge_image_left > .grunge_content_wrapper > .container > .frame {
		max-width: 50%;
		margin-left: auto;
	}

	.grunge_image_wrapper.gunge_image_right > .grunge_content_wrapper > .container > .frame {
		max-width: 50%;
		margin-right: auto;
	}
}

@media(min-width:1800px) {
	.grunge_image_wrapper.gunge_image_left > .grunge_content_wrapper > .container > .frame {
		max-width: 66%;
		margin-left: auto;
	}

	.grunge_image_wrapper.gunge_image_right > .grunge_content_wrapper > .container > .frame {
		max-width: 66%;
		margin-right: auto;
	}
}

.gunge_image_left .img-backdrop,
.gunge_image_right .img-backdrop {
	background: url('../Images/gunge-image-backdrop-mobile.svg') no-repeat center center;
	width: 24.26688rem;
	height: 24.26688rem;
	bottom: 1%;
	left: -3%;
	right: auto;
	position: absolute;
	z-index: -1;
	background-size: contain;
}

.gunge_image_right .img-backdrop {
	right: -3%;
	left: auto;
}

[data-bs-theme=dark] .gunge_image_right .img-backdrop,
[data-bs-theme=dark] .gunge_image_left .img-backdrop {
	background: url('../Images/gunge-image-backdrop-mobile-dark.svg') no-repeat center center;
	background-size: contain;
}


@media(min-width:992px) {
	.gunge_image_left .img-backdrop {
		background: url('../Images/gunge-image-backdrop.svg') no-repeat center center;
		width: 38rem;
		height: 38rem;
		background-size: contain;
	}

	.gunge_image_right .img-backdrop {
		background: url('../Images/gunge-image-backdrop.svg') no-repeat center center;
		width: 38rem;
		height: 38rem;
		background-size: contain;
	}

	[data-bs-theme=dark] .gunge_image_right .img-backdrop,
	[data-bs-theme=dark] .gunge_image_left .img-backdrop {
		background: url('../Images/gunge-image-backdrop-dark.svg') no-repeat center center;
		background-size: contain;
	}

}

@media(min-width:1200px) {
	.gunge_image_left .img-backdrop {
		width: 48rem;
		height: 48rem;
		background-size: contain;
	}

	.gunge_image_right .img-backdrop {
		width: 48rem;
		height: 48rem;
		background-size: contain;
	}
}

@media(min-width:1600px) {
	.gunge_image_left .img-backdrop {
		width: 55.375rem;
		height: 55.375rem;
		background-size: contain;
	}

	.gunge_image_right .img-backdrop {
		width: 55.375rem;
		height: 55.375rem;
		background-size: contain;
	}

}

/* Grunge Content CSS End */

@media(min-width:1366px) {
	.main-menu>ul>li>a {
		border-bottom: 6px solid transparent;
		color: var(--primary);
	}

	[data-bs-theme=dark] .main-menu>ul>li>a {
		color: var(--black-color);
	}
	.main-menu>ul>li.open>a,
	.main-menu>ul>li.active>a {
		border-color: var(--secondary);
		color: var(--secondary);
	}

	[data-bs-theme=dark] .main-menu>ul>li.open>a,
	[data-bs-theme=dark] .main-menu>ul>li.active>a {
		border-color: var(--black-color);
		color: var(--black-color);
	}
	.main-menu>ul>li>.submenu-click {
		display: none;
	}

	.submenu-menu li a {
		padding: 6px;
		padding-left: 45px;
		font-size: 22px;
	}

	.submenu-menu li .submenu-click {
		width: 20px;
		height: 20px;
		left: 16px;
		right: auto;
		top: 12px;
		transform: rotate(180deg);
	}
}

.body-hide .search-bedge {
	display: none;
}

.body-hide .sticky-fixed .humbarger-menu {
	margin-right: 0;
}

.body-hide .header-top {
	display: none;
}


/* Event Search Start */
.event-search {
	margin-top: 90px;
}

.event-filter {
	margin-bottom: 70px;
	margin-top: 35px;
}

.event-search,
.event-filter {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

@media (max-width: 991px) {

	.event-search,
	.event-filter {
		padding: 0;
	}
	.event-filter {
		margin-bottom: 50px;
	}
}

.event-search .form-label {
	margin: 0;
	font-size: 20px;
	font-weight: var(--font-normal);
	line-height: 1.4;
	color: var(--primary);
}

[data-bs-theme=dark] .event-search .form-label {
	color: var(--black-color);
}

.event-search #search {
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-weight: var(--font-normal);
	border: 2px solid var(--primary);
	padding: 13px 36px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.2;
	color: var(--dark);
}

[data-bs-theme=dark] .event-search #search {
	border: 2px solid var(--black-color);
	color: var(--black-color);
}

.event-search .submit,
.event-filter .submit {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: var(--primary);
	border: 3px solid var(--secondary);
	outline: none !important;
	box-shadow: none !important;
	padding: 10px 30px;
	background-color: transparent;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.event-filter .submit:hover,
.event-search .submit:hover {
	background-color: var(--secondary);
	color: var(--primary);
}

[data-bs-theme=dark] .event-search .submit,
[data-bs-theme=dark] .event-filter .submit {
	color: var(--black-color);
	border: 3px solid var(--black-color);
}

[data-bs-theme=dark] .event-filter .submit:hover,
[data-bs-theme=dark] .event-search .submit:hover {
	background-color: var(--black-color);
	color: var(--primary);
}

@media(max-width:991px){

	.search-mobile {
		position: relative;
	}

	.search-mobile-wrapper {
		flex: 1;
	}
	.event-search #search{
		width: 600px;
		max-width: 100%;
	}
	.event-search .form-control {
		width: 100%;
		margin: 0;
		font-weight: var(--font-normal);
		border: 2px solid var(--primary);
		padding: 13px 20px;
		outline: none !important;
		box-shadow: none !important;
		border-radius: 0;
		font-size: 20px;
		line-height: 1.2;
		color: var(--dark);
	}

	[data-bs-theme=dark] .event-search .form-control {
		border-color: var(--black-color);
		color: var(--black-color);
	}

	.event-search .submit {
		position: relative;
		min-width: auto;
		width: 54px;
		height: 54px;
		padding: 0;
		background: url('../Images/search-icon-mobile.svg') no-repeat;
		background-size: 26px 26px;
		background-position: center center;
		font-size: 0;
		border: 3px solid var(--secondary);
	}

	[data-bs-theme=dark] .event-search .submit {
		border-color: var(--black-color);
		filter: brightness(0);
	}

	[data-bs-theme=dark] .event-search .form-control::placeholder {
		color: var(--black-color);
	}

	.event-search .submit::after {
		content: "";
		position: absolute;
	}

	.event-search .submit:hover {
		background-color: transparent;
		filter: brightness(100);
	}
}
@media(min-width:1440px){
	.event-search #search {
		width: 968px;
	}
}
@media(max-width:767px){
	.event-search #search{
		width: 420px;
		padding: 13px 16px;
	}
}
@media(max-width:576px){
	.event-search #search{
		width: 298px;
	}
}
@media(max-width:375px){
	.event-search #search {
		width: auto;
	}
}
/* Event Search End */

/* Event Filter CSS Start */



.event-filter label {
	font-weight: var(--font-bold);
	color: var(--primary);
	font-size: 18px;
}

[data-bs-theme=dark] .event-filter label {
	color: var(--black-color);
}

@media (max-width: 991px) {
	.event-filter label {
		margin-bottom: 8px;
	}
}

.event-filter .form-control,
.event-filter .form-select {
	padding: 8px;
	padding-left: 26px;
	border-radius: 0;
	background-color: transparent;
	border: 3px solid var(--secondary);
	font-weight: var(--font-bold);
	color: var(--primary);
	font-size: 18px;
}

.event-filter select option {
	-webkit-appearance: menulist-button;
	color: var(--black-color);
}

.event-filter .form-select option {
	color: var(--black-color);
}

[data-bs-theme=dark] .event-filter .form-control,
[data-bs-theme=dark] .event-filter .form-select {
	border: 3px solid var(--black-color);
	color: var(--black-color);
}

.event-filter .form-select {
	background-image: url('../Images/filter-select-down-arrow.svg');
	background-position: right 1.5rem center;
	background-size: 19px 19px;
	min-width: auto;
}

[data-bs-theme=dark] .event-filter .form-select {
	filter: brightness(0);
}

.event-list-card {
	border-radius: 0;
	border: 2px solid transparent;
	background: var(--primary);
	margin-top: 30px;
	padding: 38px;
}

[data-bs-theme=dark] .event-list-card {
	border-color: var(--black-color);
}

.event-list-card .card-body {
	padding: 0;
}

.event-list-card .card-body h2 {
	margin: 0;
	color: var(--black-color);
}

.event-list-card .card-body *:not(h3) {
	color: var(--dark);
}

[data-bs-theme=dark] .event-list-card .card-body * {
	color: var(--black-color);
}

.event-list-card .card-body h4 {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 0;
}

.event-list-card .card-body p {
	margin-top: 22px;
}

@media (max-width: 991px) {
	.event-list-card {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.event-list-card {
		padding: 20px;
	}

	.event-list-card .card-body h3 {
		font-size: 20px;
		margin: 0;
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.event-list-card {
		flex-direction: row;
	}
}

.event-list-card .event-list-thumb {
	position: relative;
	border-radius: 0;
	overflow: hidden;
}

.event-list-card .event-list-thumb img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0;
	height: auto;
}

.event-list-thumb .data-on-image {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	height: 78px;
}

.event-list-thumb .copyright_on_image {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: relative;
	bottom: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
	flex: 1;
}

[data-bs-theme=dark] .event-list-thumb .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}

.event-filter input[type="date"] {
	position: relative;

}

@media (max-width: 991px) {
	.event-list-thumb .copyright_on_image {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.event-filter input[type="date"] {
		max-width: 198px;
	}

	.form-select#category {
		width: 258px;
	}

	.form-select#location {
		width: 276px;
	}
}


@media (max-width: 991px) {
	.event-filter {
		border: 2px solid var(--secondary);
		padding: 0;
	}

	[data-bs-theme=dark] .event-filter {
		border-color: var(--black-color);
	}

	.filter-wrapper {
		padding: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: 2px solid var(--secondary);
		border-radius: 0;
	}

	.filter-fields {
		display: none;
		transition: ease-in-out 0.2s all;
		margin-top: 0;
		padding: 20px;
	}

	.filter-title {
		position: relative;
		color: var(--primary);
		padding: 15px 20px;
	}

	.filter-title p {
		font-size: 20px;
		font-weight: var(--font-normal);
		color: var(--primary);
	}

	[data-bs-theme=dark] .filter-title p {
		color: var(--black-color);
	}

	.filter-title::after {
		content: "";
		background: url('../Images/filter-select-right-arrow.svg') no-repeat;
		position: absolute;
		left: auto;
		top: 20px;
		right: 18px;
		background-size: contain;
		display: block;
		width: 20px;
		height: 20px;
		transition: ease-in-out 0.2s all;
	}

	[data-bs-theme=dark] .filter-title::after {
		filter: brightness(0);
	}

	.filter-title.active {
		background-color: var(--secondary);
	}

	[data-bs-theme=dark] .filter-title.active {
		background-color: var(--black-color);
		color: var(--primary);
	}

	[data-bs-theme=dark] .filter-title.active p {
		color: var(--primary);
	}

	.filter-title.active::after {
		transform: rotate(90deg);
		filter: brightness(100);
	}

}

.tx-sf-event-mgt #startDate,
.tx-sf-event-mgt #endDate {
	position: relative;
}

.tx-sf-event-mgt .startdate input[type="date"],
.tx-sf-event-mgt .enddate input[type="date"] {
	background: transparent;
	-moz-appearance: textfield;
}

.tx-sf-event-mgt input[type="date" i]::-webkit-calendar-picker-indicator {
	background: url('../Images/calendar_today.svg');
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
}

[data-bs-theme=dark] .tx-sf-event-mgt input[type="date" i]::-webkit-calendar-picker-indicator {
	background: url('../Images/calendar_today-dark.svg');
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Event Filter CSS End */

.event-list-thumb .data-on-image {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	max-height: 78px;
	width: 100%;
}

.date-on-image {
	height: 100%;
	background: var(--secondary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	font-size: 25px;
	line-height: 0.7;
	padding: 6px;
	color: var(--primary);
	font-weight: var(--font-semibold);
	text-align: center;
}

[data-bs-theme=dark] .date-on-image {
	background-color: var(--black-color);
}

@media(max-width:767px) {
	.date-on-image {
		font-size: 20px;
		line-height: 1;
	}

	.event-list-card .card-body h4 {
		font-size: 18px;

	}
}


/* Pagination CSS Start */
.pagination-bottom-wrapper li {
	background: transparent;
	padding: 0 6px;
}

/* nav>.pagination {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center !important;
    margin-top: 150px;
    margin-bottom: 90px;
}
@media(max-width:991px){
	nav>.pagination {
		margin-top: 75px;
    	margin-bottom: 45px;
	}
} */
.pagination-bottom-wrapper .page-link {
	display: flex;
	min-width: 49px;
	height: 49px;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	color: var(--primary);
	border-width: 2px;
	border-color: var(--secondary);
	align-items: center;
	justify-content: center;
	border-radius: 0;
	font-weight: normal;
	background-color: transparent;

}

[data-bs-theme=dark] .pagination-bottom-wrapper .page-link {
	border-color: var(--black-color);
	color: var(--black-color);
}

.pagination-bottom-wrapper .page-item:first-child .page-link,
.pagination-bottom-wrapper .next .page-link,
.pagination-bottom-wrapper .page-item:last-child .page-link,
.pagination-bottom-wrapper .previous .page-link {
	border-radius: 0;
	border: none;
}

.next a,
.previous a {
	background: transparent;
}

.active>.page-link,
.page-link.active {
	border-color: var(--secondary);
	background-color: var(--secondary);
	color: var(--primary);
	font-weight: 700;
}

[data-bs-theme=dark] .active>.page-link,
[data-bs-theme=dark] .page-link.active {
	border-color: var(--black-color);
	background-color: var(--black-color);
	color: var(--primary);
}

@media(max-width:991px) {

	.last.page-item .page-link,
	.page-item.next .page-link,
	.page-item.previous .page-link,
	.first.page-item .page-link {
		position: relative;
		font-size: 0;
		width: 49px;
		height: 49px;
		border: 0;
		background-color: transparent;
	}

	.first.page-item .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-first-icon.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 23px;
		transform: translate(-50%, -50%);
	}

	.last.page-item .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-last-icon.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 23px;
		transform: translate(-50%, -50%);
	}

	.page-item.next .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-next.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	.page-item.previous .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-prev.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	[data-bs-theme=dark] .page-item.previous .page-link::after,
	[data-bs-theme=dark] .page-item.next .page-link::after,
	[data-bs-theme=dark] .last.page-item .page-link::after,
	[data-bs-theme=dark] .first.page-item .page-link::after {
		filter: brightness(0);
	}
}

/* Event Slider CSS Start */
.tx-sf-event-mgt {
	padding-left: 12px;
	padding-right: 12px;
}

.event-slider {
	padding-top: 70px;
}

.event-slider .card {
	padding: 20px;
	border: 2px solid transparent;
	border-radius: 0;
}

@media(min-width:992px) {
	.tx-sf-event-mgt {
		padding-left: 0;
		padding-right: 0;
	}

	.event-slider {
		padding-top: 70px;
		padding-left: 0;
		padding-right: 0;
	}

	.event-slider .owl-stage-outer {
		overflow: unset;
	}

	.event-slider .card {
		padding: 26px;
	}

}

[data-bs-theme=dark] .event-slider .card {
	border-color: var(--black-color);
}

.event-slider .card .card-body {
	padding: 0;
}

.event-slider .card-thumb {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	min-height: 78px;
}

.event-slider .card-thumb img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0;
	height: auto;
}

.event-slider .card-thumb .data-on-image {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	height: 78px;
	width: 100%;
}

.event-slider .card-thumb .copyright_on_image {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: relative;
	bottom: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
	flex: 1;
}

[data-bs-theme=dark] .event-slider .card-thumb .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}


.event-slider .card .card-body h3 {
	font-size: 25px;
	line-height: 1.3;
	margin-top: 14px;
	color: var(--secondary);
}

.event-slider .card .card-body .card-sub-title {
	margin-top: 14px;
	font-size: 20px;
	line-height: 1.4;
	color: var(--dark);
	font-weight: var(--font-bold);
}


[data-bs-theme=dark] .event-slider .card .card-body h3,
[data-bs-theme=dark] .event-slider .card .card-body .card-sub-title {
	color: var(--black-color);
}

/* Slider Arrows CSS Start */
.event-slider .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
}

.event-slider .owl-nav .owl-prev,
.event-slider .owl-nav .owl-next {
	position: absolute;
}

.event-slider .owl-nav .owl-prev {
	left: 0;
}

.event-slider .owl-nav .owl-next {
	right: 0;
}


.event-slider .owl-nav .owl-prev,
.event-slider .owl-nav .owl-next {
	overflow: hidden;
	text-indent: 1000px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
}

.event-slider .owl-nav .owl-prev,
.event-slider .owl-nav .owl-next {

	background: transparent;
}

.event-slider .owl-nav .owl-prev::after {
	content: "";
	background-image: url('../Images/slider-arrow-prev.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: 15px 30px;
	position: absolute;
	width: 21px;
	height: 27px;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.event-slider .owl-nav .owl-next::after {
	content: "";
	background-image: url('../Images/slider-arrow-next.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: 15px 30px;
	position: absolute;
	width: 21px;
	height: 27px;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



[data-bs-theme=dark] .event-slider .owl-nav .owl-prev {
	filter: brightness(0);

}

[data-bs-theme=dark] .event-slider .owl-nav .owl-next {
	filter: brightness(0);
}

.event-slider .owl-nav [class*='owl-']:hover,
.news-widget-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
	background-position: center center;
	background-size: 15px 30px;
}

.no-thumb .card-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.no-thumb .card-body .date-on-image {
    height: 100%;
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
	min-height: 78px;
    font-size: 25px;
    line-height: 0.7;
    padding: 6px;
    color: var(--primary);
    font-weight: var(--font-semibold);
    text-align: center;
}
[data-bs-theme=dark] .no-thumb .card-body .date-on-image{
	background-color: var(--black-color);
}
@media(max-width:991px){
	.no-thumb .card-body .date-on-image {
		font-size: 20px;
		line-height: 1;
	}
}
.no-thumb .no-thumb-body{
	padding-right: calc(var(--bs-gutter-x)* 1);
}
@media(max-width:767px){
	.no-thumb .card-body{
		flex-direction: column;
	}
}
/* Slider Arrows CSS End */


/* Event Slider CSS End  */

/* Event Detail CSS Start */
.event-detail-row {
	padding-top: 50px;
}

.event-detail-row .event-locations *, .text-center{
	color: var(--primary);
}
[data-bs-theme="dark"]  .event-detail-row .event-locations *, [data-bs-theme="dark"] .text-center{
	color: var(--black-color);
}

@media(min-width:992px) {
	.event-detail-row {
		padding-top: 100px;
	}
}


.btn-back {
	font-weight: var(--font-bold);
	position: relative;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 1.3;
	color: var(--primary);
}

.btn-back:before {
	content: "";
	background: url('../Images/btn-back-arrow.svg') no-repeat center center;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

[data-bs-theme=dark] .btn-back {
	color: var(--black-color);
}

[data-bs-theme=dark] .btn-back:before {
	filter: brightness(0);
}

.event-detail-row .event-title {
	padding-top: 20px;
	padding-bottom: 24px;
	font-size: 45px;
	line-height: 1.14;
}

[data-bs-theme=dark] .event-detail-row .event-title{
	color: var(--black-color);
}
@media(min-width:992px) {
	.event-detail-row .event-title {
		padding-top: 50px;
		padding-bottom: 40px;
		font-size: 60px;
	}
}

.event-description .event-status {
	padding: 20px;
	color: var(--primary);
	font-size: 25px;
	font-weight: var(--font-semibold);
	background: var(--secondary);
	margin-bottom: 28px;
	line-height: 1.4;
}

[data-bs-theme=dark] .event-description .event-status {
	background: var(--black-color);
}

@media(min-width:992px) {
	.event-description .event-status {
		padding: 28px 32px;
		color: var(--primary);
		font-size: 30px;
		margin-bottom: 50px;
	}
}

.event-detail-row .media-image .image-wrapper {
	aspect-ratio: 1.52 / 1;
	position: relative;
}

.event-detail-row .media-image .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.event-detail-row .media-image .data-on-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: var(--primary);
}

.event-detail-row .category-on-image {
	display: none;
}

.event-detail-row .media-image .copyright_on_image {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: relative;
	bottom: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
}

[data-bs-theme=dark] .event-detail-row .media-image .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}

.event-detail-row .media-image .image-caption {
	font-size: 16px;
	line-height: 1.2;
	font-weight: var(--font-normal);
	padding-top: 26px;
	color: var(--primary);
}

[data-bs-theme=dark] .event-detail-row .media-image .image-caption {
	color: var(--black-color);
}

@media(min-width:992px) {
	.event-detail-row .category-on-image {
		display: block;
		font-size: 20px;
		margin-bottom: 7px;
		color: var(--primary);
	}

	.event-detail-row .media-image .image-caption,
	.event-detail-row .media-image .copyright_on_image {
		font-size: 18px;
	}
}

/* Event Detail CSS End */




/***************************
 News Page CSS Start
 ***************************/

 @media (min-width: 1400px) {
	.news .container {
		max-width: 1500px;
	}
}

.news .article {
	padding-bottom: 58px;
}

.news .article .sub-title {
	font-size: 20px;
	font-weight: var(--font-bold);
	line-height: 1.3;
	margin-top: 15px;
	color: var(--primary);
}
[data-bs-theme=dark] .news .article .sub-title {
	color: var(--black-color);
}
.news .article h3 {
	font-size: 20px;
	font-weight: var(--font-bold);
	line-height: 1.4;
	margin-bottom: 16px !important;
	color: var(--secondary);
}
@media(min-width:992px){
	.news .article h3 {
		font-size: 25px;
	}
}
[data-bs-theme=dark] .news .article h3, [data-bs-theme=dark] .news .article h3 a{
	color: var(--black-color);
}


/* News Widget CSS Start */
.news-widget{
	padding-left: 12px;
	padding-right: 12px;
}
.news-widget-carousel{
	padding-top: 70px;
}
.news-widget-carousel .card-sub-title{
	font-size: 18px;
	line-height: 1.14;
	font-weight: var(--font-bold);
}

@media(min-width:992px){
	.news-widget-carousel .card-sub-title{
		font-size: 20px;
	}
	.news-widget{
		padding-left: 0;
		padding-right: 0;
	}
	.news-widget-carousel .owl-stage-outer{
		overflow: unset;
	}
}

.news-widget-carousel .card {
	padding: 20px;
	background: transparent;
	border: 2px solid var(--secondary);
}
[data-bs-theme=dark] .news-widget-carousel .card {
	border-color: var(--black-color);
}
@media(min-width:992px){
	.news-widget-carousel .card {
		padding: 30px 28px;
	}
}
.news-widget-carousel .card .card-thumb {
	aspect-ratio: 1.49 / 1;
	height: 100%;
	width: 100%;
	position: relative;
}
.news-widget-carousel .card .card-thumb .copyright_on_image {
	font-size: 16px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: absolute;
	bottom: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
}
@media(min-width:992px){
	.news-widget-carousel .card .card-thumb .copyright_on_image {
		font-size: 18px;
	}
}
[data-bs-theme=dark] .news-widget-carousel .card .card-thumb .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}

.news-widget-carousel .card .card-body {
	padding: 0;
	margin-top: 16px;
}


/* Slider Arrows CSS Start */
.news-widget-carousel  .owl-nav{
	position: absolute;
    top: 0;
    width: 100%;
}
.news-widget-carousel  .owl-nav .owl-prev, .news-widget-carousel  .owl-nav .owl-next{
	position: absolute;
}
.news-widget-carousel  .owl-nav .owl-prev{
	left: 0;
}
.news-widget-carousel  .owl-nav .owl-next{
	right: 0;
}


.news-widget-carousel .owl-nav .owl-prev,
.news-widget-carousel .owl-nav .owl-next {
   overflow: hidden;
   text-indent: 1000px;
   width: 40px;
   height: 40px;
   margin: 0;
   padding: 0;
   border-radius: 0;
   cursor: pointer;
}

.news-widget-carousel .owl-nav .owl-prev, .news-widget-carousel .owl-nav .owl-next{

   background: transparent;
}

.news-widget-carousel .owl-nav .owl-prev::after {
   content: "";
   background-image:url('../Images/slider-arrow-prev.svg') !important;
   background-repeat: no-repeat!important;
   background-position: center center;
   background-size: 15px 30px;
   position: absolute;
   width: 21px;
   height: 27px;
   background-size: contain;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.news-widget-carousel .owl-nav .owl-next::after {
   content: "";
   background-image: url('../Images/slider-arrow-next.svg') !important;
   background-repeat: no-repeat!important;
   background-position: center center;
   background-size: 15px 30px;
   position: absolute;
   width: 21px;
   height: 27px;
   background-size: contain;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



[data-bs-theme=dark]  .news-widget-carousel .owl-nav .owl-prev {
  filter: brightness(0);

}

[data-bs-theme=dark]  .news-widget-carousel .owl-nav .owl-next {
	filter: brightness(0);
}

.news-widget-carousel .owl-nav [class*='owl-']:hover, .news-widget-carousel .owl-nav [class*='owl-'] {
   background-color: transparent;
   background-position: center center;
   background-size: 15px 30px;
}

/* Slider Arrows CSS End */
/* News Widget CSS End */

.category-list ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category-list ul li {
	display: inline-block;
	background: transparent;
	border-left: 2px solid var(--blue-bg);
	padding: 0 24px;
	position: relative;
	margin: 5px 0;
}

.category-list ul li:last-child {
	padding-right: 0;
}

.category-list ul li img {
	margin-left: 10px;
	width: 26px;
	position: relative;
	top: -2px;
}

.category-list ul li a {
	color: var(--txt-color);
}

.category-list ul li a:hover {
	color: var(--perrot-color);
}


.news-list .card-thumb {
	height: 149px;
	background-color: var(--card-bg);
}

.news-list .card-thumb {
	height: 247px;
	background-color: var(--card-bg);
}

.news-thumb img,
.card-thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1.49 / 1;
}
.news-list-item{
	padding: 20px;
    border: 2px solid var(--secondary);
	background-color: transparent;
}

[data-bs-theme=dark] .news-list-item{
	border-color: var(--black-color);
}

.news-list .news-thumb img {
	aspect-ratio: 3 / 2;
}


/* News Filter CSS Start */
.news-filter{
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .form-select#news-category {
        width: 258px;
    }
}
@media (min-width: 992px) {
	.news-filter{
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.news-filter label{
    font-weight: var(--font-bold);
    color: var(--primary);
    font-size: 18px;
}
[data-bs-theme=dark] .news-filter label{
    color: var(--black-color);
}
.news-filter .form-control, .news-filter .form-select {
    padding: 8px;
    padding-left: 26px;
    border-radius: 0;
    background-color: transparent;
    border: 3px solid var(--secondary);
    font-weight: var(--font-bold);
    color: var(--primary);
    font-size: 18px;
}
[data-bs-theme=dark] .news-filter .form-control, [data-bs-theme=dark] .news-filter .form-select {
    border: 3px solid var(--black-color);
    color: var(--black-color);
}
.news-filter input[type="date" i]::-webkit-calendar-picker-indicator {
    background: url('../Images/calendar_today.svg');
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
}
[data-bs-theme=dark] .news-filter input[type="date" i]::-webkit-calendar-picker-indicator {
    background: url('../Images/calendar_today-dark.svg');
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
}
.news-filter .form-select {
    background-image: url('../Images/filter-select-down-arrow.svg');
    background-position: right 1.2rem center;
    background-size: 15px 15px;
    min-width: 258px;
}
[data-bs-theme=dark] .news-filter .form-select {
    filter: brightness(0);
}
.news-filter select option {
	-webkit-appearance: menulist-button;
	color: var(--black-color);
}

.news-filter .form-select option {
	color: var(--black-color);
}

.btn-clear {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    color: var(--primary);
    margin: 0 auto;
    font-size: 15px;
	position: relative;
	font-weight: var(--font-normal);
	justify-content: center;
}

 .no-news-found{
	font-size: 20px;
	color: var(--secondary);
	text-align: center;
 }

 .news .no-news-found{
	font-size: 20px;
	color: var(--secondary) !important;
	text-align: center;
 }

 [data-bs-theme=dark] .news .no-news-found{
	color: var(--black-color) !important;
 }
[data-bs-theme=dark] .btn-clear {
	color: var(--black-color);
}
@media (min-width: 992px) {
	.btn-clear{
		flex-direction: column;
	}
}
.clear-icon{
	background-image: url('../Images/btn-clear-icon.svg');
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
}
[data-bs-theme=dark] .clear-icon{
	filter: brightness(0);
}
@media (max-width: 991px) {

	.clear-icon{
		margin-right: 10px;
	}
	.news-filter label {
		margin-bottom: 8px;
	}
	.news-filter {
		border: 2px solid var(--secondary);
		padding: 0;
	}
	[data-bs-theme=dark] .news-filter {
		border-color: var(--black-color);
	}
}
/* News Filter CSS End */


.news-list-item .news-thumb{
	position: relative;
}
.news-list-item .news-thumb .copyright_on_image {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
}
[data-bs-theme=dark]  .news-list-item .news-thumb .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}


/***************************
 News Page CSS End
 ***************************/


 /* News Details Page CSS Start */
 .news-details .title{
	margin-top: 20px;
	line-height: 1.15;
 }
 @media(min-width:992px){
	.news-details .title{
		margin-top: 50px;
	 }
 }

.news-details figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-details figure figcaption {
	font-size: 16px;
	word-wrap: break-word;
	color: var(--gray-color);
	line-height: 1.3;
	margin: 20px 0;
	opacity: 1;
	padding: 0;
}

.news-details figure figcaption .copyright {
	font-style: italic;
	font-weight: 300;
}

.news-details .gallery-item picture {
	position: relative;
}


.news-details .frame-container-default {
	max-width: inherit;
}

.news-details .mediaelement{
	position: relative;
}
.news-details .mediaelement a{
	display: block;
}
.news-details .mediaelement img{
	aspect-ratio: 1.52 / 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-details .mediaelement .copyright_on_image {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: var(--font-normal);
	background-color: rgba(0, 67, 57, 0.65);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 10px;
	color: var(--primary);
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;
}

[data-bs-theme=dark] .news-details .mediaelement .copyright_on_image {
	background-color: rgba(0, 0, 0, 0.65);
}

.news-details .news-img-caption {
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--font-normal);
    padding-top: 26px;
    color: var(--primary);
}
[data-bs-theme=dark] .news-details .news-img-caption {
	color: var(--black-color);
}
@media (min-width: 992px) {
	.news-details .news-img-caption, .news-details .copyright_on_image {
		font-size: 18px;
	}
}

.news-details .btn-back {
	font-weight: var(--font-bold);
}
.news .news-details .sub-title{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 1.14;
}
@media(min-width:992px){
	.news .news-details .sub-title{
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 36px;
	}
}
.news-details .news-related ul li span{
	color: var(--primary);
}
 /* News Details Page CSS End */


 /* News Pagination CSS Start */

.news .pagination .page-item {
	background: transparent;
	padding: 0 6px;
}


.news .pagination .page-item .page-link {
	display: flex;
	min-width: 49px;
	height: 49px;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	color: var(--primary);
	border-width: 2px;
	border-color: var(--secondary);
	align-items: center;
	justify-content: center;
	border-radius: 0;
	font-weight: normal;
	background-color: transparent;

}

[data-bs-theme=dark] .news .pagination .page-item .page-link {
	border-color: var(--black-color);
	color: var(--black-color);
}

.news .pagination .page-item:first-child .page-link,
.news .pagination .next .page-link,
.news .pagination .page-item:last-child .page-link,
.news .pagination .previous .page-link {
	border-radius: 0;
	border: none;
}

.news .pagination .next a,
.news .pagination .previous a {
	background: transparent;
}

.news .pagination .active>.page-link,
.news .pagination .page-link.active {
	border-color: var(--secondary);
	background-color: var(--secondary);
	color: var(--primary);
	font-weight: 700;
}

[data-bs-theme=dark] .news .pagination .active>.page-link,
[data-bs-theme=dark] .news .pagination .page-link.active {
	border-color: var(--black-color);
	background-color: var(--black-color);
	color: var(--primary);
}

@media(max-width:991px) {

	.news .pagination .last.page-item .page-link,
	.news .pagination .page-item.next .page-link,
	.news .pagination .page-item.previous .page-link,
	.news .pagination .first.page-item .page-link {
		position: relative;
		font-size: 0;
		width: 49px;
		height: 49px;
		border: 0;
		background-color: transparent;
	}

	.news .pagination .first.page-item .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-first-icon.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 23px;
		transform: translate(-50%, -50%);
	}

	.news .pagination .last.page-item .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-last-icon.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 23px;
		transform: translate(-50%, -50%);
	}

	.news .pagination .page-item.next .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-next.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	.news .pagination .page-item.previous .page-link::after {
		position: absolute;
		content: "";
		background: url('../Images/page-prev.svg') no-repeat center center;
		background-size: 20px;
		top: 50%;
		left: 50%;
		height: 20px;
		width: 25px;
		transform: translate(-50%, -50%);
		background-size: contain;
	}

	[data-bs-theme=dark] .news .pagination .page-item.previous .page-link::after,
	[data-bs-theme=dark] .news .pagination .page-item.next .page-link::after,
	[data-bs-theme=dark] .news .pagination .last.page-item .page-link::after,
	[data-bs-theme=dark] .news .pagination .first.page-item .page-link::after {
		filter: brightness(0);
	}
}

 /* News Pagination CSS End */



 /* primary */
.frame-background-primary.frame-layout-default {
    background: var(--primary);
}
.frame-background-primary.frame-layout-default *{
	color: var(--dark);
}
.frame-background-primary.frame-layout-embedded {
    background: transparent;
}
.frame-background-primary.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--primary);
}
.frame-background-primary.frame-layout-embedded > .frame-group-container > .frame-group-inner *{
	color: var(--dark);
}

[data-bs-theme=dark] .frame-background-primary.frame-layout-default {
    background: var(--dark);
}
[data-bs-theme=dark] .frame-background-primary.frame-layout-default *{
	color: var(--primary);
}
.frame-background-primary.frame-layout-embedded {
    background: transparent;
}
[data-bs-theme=dark] .frame-background-primary.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--dark);
}
[data-bs-theme=dark] .frame-background-primary.frame-layout-embedded > .frame-group-container > .frame-group-inner *{
	color: var(--primary);
}

/* secondary */
.frame-background-secondary.frame-layout-default {
    background: var(--secondary);
}
.frame-background-secondary.frame-layout-embedded {
    background: transparent;
}
.frame-background-secondary.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--secondary);
}

/* warning */
.frame-background-warning.frame-layout-default {
    background: var(--warning);
}
.frame-background-warning.frame-layout-embedded {
    background: transparent;
}
.frame-background-warning.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background:  var(--warning);
}

/* success */
.frame-background-success.frame-layout-default {
    background: var(--success);
}
.frame-background-success.frame-layout-embedded {
    background: transparent;
}
.frame-background-success.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background:  var(--success);
}

/* tertiary */
.frame-background-tertiary.frame-layout-default {
    background: var(--tertiary);
}
.frame-background-tertiary.frame-layout-embedded {
    background: transparent;
}
.frame-background-tertiary.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background:  var(--tertiary);
}

/* quaternary */
.frame-background-quaternary.frame-layout-default {
    background: var(--quaternary);
}
.frame-background-quaternary.frame-layout-embedded {
    background: transparent;
}
.frame-background-quaternary.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--quaternary);
}


/* danger */
.frame-background-danger.frame-layout-default {
    background: var(--danger);
}
.frame-background-danger.frame-layout-embedded {
    background: transparent;
}
.frame-background-danger.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background:  var(--danger);
}


/* info */
.frame-background-info.frame-layout-default {
    background: var(--info);
}
.frame-background-info.frame-layout-embedded {
    background: transparent;
}
.frame-background-danger.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background:  var(--info);
}

/* light */
.frame-background-light.frame-layout-default {
    background: var(--light);
}
.frame-background-light.frame-layout-default *{
    color: var(--dark);
}
.frame-background-light.frame-layout-embedded {
    background: transparent;
}
.frame-background-light.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--light);
}
.frame-background-light.frame-layout-embedded > .frame-group-container > .frame-group-inner *{
    color: var(--dark);
}

/* dark */
.frame-background-dark.frame-layout-default {
    background: var(--dark);
}
.frame-background-dark.frame-layout-default *{
	color: var(--primary);
}
.frame-background-dark.frame-layout-embedded {
    background: transparent;
}
.frame-background-dark.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    background: var(--dark);
}

.frame-background-dark.frame-layout-embedded > .frame-group-container > .frame-group-inner *{
    color: var(--primary);
}
/* dark-outline */
.frame-background-dark-outline.frame-layout-default,round-dark.frame-layout-embedded {
    background: transparent;
}
.frame-background-dark-outline.frame-layout-embedded > .frame-group-container > .frame-group-inner {
    border: 1px solid var(--dark);
}


/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large {
	padding-top: 5rem;
}

.frame-space-after-extra-large {
	padding-bottom: 5rem;
}

.frame-space-before-large {
	padding-top: 3.75rem;
}

.frame-space-after-large {
	padding-bottom: 3.75rem;
}

.frame-space-before-medium {
	padding-top: 2.5rem;
}

.frame-space-after-medium {
	padding-bottom: 2.5rem;
}

.frame-space-before-small {
	padding-top: 1.563rem;
}

.frame-space-after-small {
	padding-bottom: 1.563rem;
}

.frame-space-before-extra-small {
	padding-top: 0.938rem;
}

.frame-space-after-extra-small {
	padding-bottom: 0.938rem;
}

.frame-default.frame-space-before-none{
	padding-top: 0;
	--frame-outer-spacing-before: calc(0* var(--frame-spacing))!important;
}
.frame-default.frame-space-after-none {
	padding-bottom: 0;
	--frame-outer-spacing-before: calc(0* var(--frame-spacing))!important;
}
