/* public-sans-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../Fonts/public-sans-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-300italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 300;
	src: url('../Fonts/public-sans-v18-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/public-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../Fonts/public-sans-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../Fonts/public-sans-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-500italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 500;
	src: url('../Fonts/public-sans-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/public-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-700italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../Fonts/public-sans-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* font-family: 'Public Sans', sans-serif; */
*{
	scroll-behavior: smooth;
}
.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}
:root {
	--black-color: #000;
	--white-color: #ffffff;
	--header-txt: #033243;
	--txt-color: #000000;
	--gray-color: #B4B4B5;
	--fix-menu-anchor: #06213B;
	--gray-600: #5D5757;
	--gray-500: #9E9E9E;

	--primary: #CD171A;
	--secondary: #707070;
	--secondary-2: #8BB8E1;

	--success: #ADCD9A;
	--danger: #F07E26;
	--warning: #F4C150;
	--info: #8ECEF7;
	--light-gray: #D9D9D9;
	--light: #D9D9D9;
	--dark-gray: #000000;
	--dark: #000000;

	--header-top-bg:#FBFBFB;
	--card-bg:#F2F8FB;
	--accordion-bg:#EEF4F8;
}
[data-bs-theme=dark]:root {
	--primary: #000000;
	--secondary: #000000;
	--dark-gray: #000000;
	--light-gray:#000000;
	--txt-color: #000000;
	--card-bg:#000000;
	--success: #000000;
	--danger: #000000;
	--warning: #000000;
	--info: #000000;
}
.bg-primary{
	background-color: var(--primary) !important;
}
.bg-secondary{
	background-color: var(--secondary) !important;
}
.bg-success{
	background-color: var(--success) !important;
}

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

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

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

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	line-height: 25px;
	font-size: 17px;
	color: var(--txt-color);
	hyphens: auto;
}

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

h1 {
	font-size: 45px;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	color: var(--black-color);
	margin-top: 80px;
	margin-bottom: 60px;
}
h1.element-header{
	display: block;
	font-weight: 700;
	color: var(--primary);
}

.frame-header h1, .frame-header h2{
	margin: 0;
}
h2 {
	font-size: 38px;
	line-height: 45px;
	font-weight: 400;
	font-style: italic;
	color: var(--black-color);
	margin-top: 120px;
	margin-bottom: 45px;
	text-transform: uppercase;
}
h2.element-header{
	display: block;
	font-weight: 700;
}
h3 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	font-style: italic;
	color: var(--black-color);
	margin-bottom: 45px;
}

h4 {
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	font-style: italic;
	color: var(--black-color);
	margin-top: 40px;
	margin-bottom: 15px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-style: italic;
	color: var(--primary);
	margin-top: 25px;
	margin-bottom: 15px;
}

/* h6 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 30px 0;
} */

/* Heading CSS Start */

p {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--black-color);
}

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

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

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

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

hr{
	border-color: var(--gray-color);
	opacity: 1;
}

hr.primary{
	border-top: 3px solid var(--primary);
    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;
}

figure .caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1.429;
	opacity: 1;
	font-style: italic;
	padding-top: 14px;
	color: var(--black-color);

}

.gallery-item img, .gallery-item picture{
	box-shadow: 0 10px 36px rgba(0,0,0,0.16);
}

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

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

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

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

/* Buttons CSS Start */
.btn {
    padding: 10px 38px;
    font-size: 18px;
    line-height: normal;
    border-radius: 30px;
    font-weight: 700;
   	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 2px solid transparent;
}
.btn:hover {
    border: 2px solid var(--secondary);
	background-color: var(--secondary);
	color: var(--white-color);
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-outline-primary {
	border: 2px solid var(--primary);
	color: var(--primary);
}
.btn-outline-primary:hover {
	background-color: var(--primary);
	border-color:  var(--primary);
	color: var(--white-color);
}

.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(--white-color);
}

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

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

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


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

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

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

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

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background:transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}


.theme-btn {
	min-width: 192px;
	display: inline-block;
	text-align: center;
	padding: 10px 32px 10px 32px;
	border-radius: 42px;
	-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;
	background-color: var(--primary);
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
	font-style: italic;

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

.theme-btn.theme-btn-border {
	background-color: var(--white-color);
	border: 2px solid var(--primary);
	color: var(--primary);
}
.theme-btn.theme-btn-border:hover {
	background-color: var(--primary);
	border: 2px solid var(--primary);
	color: var(--white-color);
}

.theme-btn.theme-btn-white {
	border-color: var(--white-color);
	color: var(--white-color);
}

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

/* Buttons CSS End */
.timeline:before {
	border-left: 2px dashed #033243;
}
.additional-link {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
	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(--white-color);
	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(--white-color);
	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(--white-color);
	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(--white-color);
}
.additional-link img {
	width: 32px;
	margin-right: 20px;
}
/* language start */
.site-lang {
    margin-left: 10px;
    display: none;
    align-items: center;
    justify-content: end;
}

/* @media(min-width:992px){
    .site-lang {
        justify-content: center;
    }
} */

.site-lang>a {
    width: 20px;
    display: inline-block;
    padding: 2px;
}

.site-lang>a::after {
    content: "";
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 8px;
    top: -3px;
    color: var(--black-color);
}
@media(min-width:992px){
    .site-lang>a::after {
        color: var(--black-color);
    }
}
.site-lang a img {
    width: 100%;
    height: auto;
}

.site-lang {
    margin: 0;
    display: flex;
    line-height: 15px;
}

.site-lang>a {
    width: auto;
    padding: 0;
    margin-right: 10px;
    height: 20px;
    display: flex;
    align-items: center;
}

/* .site-lang > a:last-child {
    margin-right: 0px;
} */
html[lang="da"] .site-lang>a:last-child,
html[lang="en"] .site-lang>a:last-child {
    display: none;
}

.site-lang>a img {
    width: 18px;
    height: 15px;
    object-fit: contain;
}

.site-lang>a::before {
    content: "Sprache";
    padding-right: 7px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
@media (min-width: 992px) {
    .site-lang>a::before {
        color: var(--black-color);
    }
}

html[lang="de"] .site-lang>a::before {
    content: "Language";
}

html[lang="de"] .site-lang>a:first-child {
    display: none;
}



@media (max-width: 767px) {
    .site-lang {
        padding-right: 0;
    }
}
[data-bs-theme=dark] .site-lang>a::before {
	color: var(--white-color);
}
[data-bs-theme=dark] .site-lang>a::after {
	color: var(--white-color);
}

/* language End */


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

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

.header-top {
	padding:0;
    position: relative;
    background-color: var(--header-top-bg);
}

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

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

}
[data-bs-theme=dark] .header-part ul,
[data-bs-theme=dark] .header-part ul li {
	background: transparent;
}

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


.header-top-inner {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
	padding: 10px 0;
}
.header-top-left {
	font-size: 14px;
}


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

}
.header-top-left p{
	font-size: 14px;
	color: var(--black-color);
	margin-bottom: 0;
}

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


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

.header-top-right div:last-child{
	margin-right: 0;
}

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

.font-large {
	position: relative;
}

.font-large-pop {
	position: absolute;
	top: 100%;
	background: var(--white-color);
	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: "";
}

[data-bs-theme=light] .header-top-inner .dark{
	display: none;
}
[data-bs-theme=light] .header-top-inner .light{
	display: inline-block;
}

[data-bs-theme=dark] .header-top-inner .dark{
	display: inline-block;
}
[data-bs-theme=dark] .header-top-inner .light{
	display: none;
}
.header-bottom {
	/* background: url('../Images/header-bg.svg') no-repeat center center;
	background-size: cover; */

	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0;
	background-color: var(--white-color);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	/* box-shadow: 0 3px 6px 0 #00000029; */
	position: relative;
}

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

.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(--white-color);
}
.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover{
	background-color: var(--primary);
	color: var(--white-color);
}
.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover svg path{
	fill: var(--white-color);
	stroke: var(--white-color);
}

@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(--white-color);
}

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

@media(min-width:992px) {
	[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: 358px;
}
.logo .logo-simple .navbar-brand .navbar-brand-logo-normal
{
	display: block;
	width: 358px;
}
.logo .logo-sticky .navbar-brand .navbar-brand-logo-normal{
	display: block;
	width: 244px;
}
.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;
}

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




/* .main-menu>ul>li.active>a:after {
	background: var(--primary);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	content: "";
} */

.social-media {
	display: block;
    padding: 30px 40px;
    position: sticky;
    bottom: 0;
    background: var(--white-color);
	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;
}



.header-part.sticky.sticky-fixed .header-bottom {
	background: var(--white-color);
	box-shadow: 0 3px 6px 0 #00000029;
}

.logo-simple {
	display: block;
	width: 176px;
}

@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 {
	padding: 0px 0;

}

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

/*.header-part.sticky.sticky-fixed .main-menu > ul > li > a{
	color: var(--fix-menu-anchor);
	padding: 13px 0;
}

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

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

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

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

.header-part.sticky.sticky-fixed .header-top {
	margin-top: -48px;
}

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

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

.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(--white-color);
	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(--white-color);
	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;
}
.footer-social-links li {
	background: transparent;
	padding: 0;
}

/*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 {
	height: 3em;
	width: 34px;
	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;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	width: 2em;
}

.burger .burger-lines::after {
	left: 0;
	top: -0.8em;
}

.burger .burger-lines::before {
	left: 0em;
	top: 0.8em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
}

.burger .burger-lines,
.burger .burger-lines::after,
.burger .burger-lines::before {
	pointer-events: none;
	display: block;
	content: "";
	width: 100%;
	border-radius: .25em;
	background-color: var(--black-color);
	height: .25em;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines,
.humbarger-menu-on.active .burger .burger-lines::after,
.humbarger-menu-on.active .burger .burger-lines::before {
	background: rgba(255, 255, 255, 0.3);
}

.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);
}

.burger .burger-lines {
	top: 50%;
	margin-top: -.125em;
	width: 34px;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	width: 34px;
	left: 0;
}

.burger.burger-squeeze.open .burger-lines::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
	left: 0;
	top: 0;
}

.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
	transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
	background-color: initial !important;
}

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

.close-txt {
	display: none;
}

.menu-txt {
	display: block;
}



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

.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(--black-color);
}

.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(--black-color);
}

.body-hide {
	overflow: hidden;
}

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

.list-icon,
.list-icon li,
ul li {
	list-style: none;
	font-size: 17px;
	padding: 0px 0 0 30px;
	margin: 0px;
	color: var(--dark);
	line-height: 26px;
	font-weight: 400;
	background: url(../Images/subnav-icon.svg) no-repeat 0 5px;
}

.list-icon,
ul {
	margin-bottom: 25px;
	padding-left: 0;
}



.list-ordered,
.list-ordered li,
ol li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 400;
}

.list-ordered,
ol {
	margin-bottom: 25px;
	counter-reset: listitem;
	padding-left: 25px;
	position: relative;
}

.list-ordered li:before,
ol li:before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: var(--primary);
	margin-right: 5px;
	position: absolute;
    left: 0;
    font-weight: 500;
}

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

table tr th {
	color: var(--primary) !important;
	padding: 8px;
	border-bottom: 0.5px solid var(--gray-color);
}

table tr td {
	padding: 8px;
	border-bottom: 0.5px solid var(--gray-color);
	color: var(--black-color);
}

.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,
.link-arrow {
	font-weight: 700;
	color: var(--primary);
	position: relative;
}

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

.file-link:after {
	content: "";
	background: url('../Images/file.svg') no-repeat center center;
	width: 15px;
	height: 17px;
	display: inline-block;
	background-size: 15px auto;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
[data-bs-theme=dark] .file-link:after {
	content: "";
	background: url('../Images/file-dark.svg') no-repeat center center;
}

.page-link-show:before {
	content: "";
	background: url('../Images/arrow.svg') no-repeat center center;
	width: 9px;
	height: 14px;
	display: inline-block;
	margin-right: 4px;
	background-size: 9px auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.link-arrow:after {
	background: url('../Images/arrow.svg') no-repeat center center;
}
[data-bs-theme=dark] .page-link-show:before {
	content: "";
	background: url('../Images/arrow-link-dark.svg') no-repeat center center;
}

.external-link:after {
	content: "";
	background: url('../Images/external-link.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	background-size: 15px auto;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
[data-bs-theme=dark] .external-link:after {
	content: "";
	background: url('../Images/external-link-dark.svg') no-repeat center center;
}

.telefon-link:before {
	content: "";
	background: url('../Images/phone.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	background-size: 15px auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

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

.email-link:before {
	content: "";
	background: url('../Images/email-icon.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	background-size: 15px auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
[data-bs-theme=dark] .email-link:before {
	content: "";
	background: url('../Images/email-icon-dark.svg') no-repeat center center;
}

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

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

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

/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large {
	margin-top: 200px;
}

.frame-space-after-extra-large{
	margin-bottom: 200px;
}

.frame-space-before-large {
	margin-top: 120px;
}

.frame-space-after-large {
	margin-bottom: 120px;
}

.frame-space-before-medium {
	margin-top: 100px;
}

.frame-space-after-medium {
	margin-bottom: 100px;
}

.frame-space-before-small {
	margin-top: 50px;
}

.frame-space-after-small {
	margin-bottom: 50px;
}

.frame-space-before-extra-small {
	margin-top: 30px;
}

.frame-space-after-extra-small {
	margin-bottom: 30px;
}

.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:last-child {
	margin-right: 0px;
}
.tx-indexedsearch-browsebox li .hiddenText{
	display: none !important;
}
.tx-indexedsearch-browsebox li strong {
	font-weight: 400;
}

.tx-indexedsearch-browsebox li a {
	color: var(--gray-color);
    padding: 7px 12px 5px 12px;
    border: 1px solid var(--gray-color);
    line-height: 1;
    transition: all 0.2s ease-in-out;

}


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

.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(--danger);
}

.teaser-info-box h2 {
	color: var(--white-color);
	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 {
	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 h1,
.teaser-info-box h2,
.teaser-info-box h3,
.teaser-info-box h4,
.teaser-info-box h6 {
	color: var(--white-color) !important;
}
.teaser-info-box h4{
	margin-top: 0;
	margin-bottom: 15px;
}
/*.teaser-info-box p:last-child{
	margin-bottom: 0px;
}
*/
.teaser-info-box h1{
	margin: 0;
	font-size: 45px;
	line-height: 1.2;
}
@media(max-width: 991.9px){
	.teaser-info-box h1{
		font-size: 24px;
	}
}
.teaser-info-box h2 {
	font-size: 45px;
	line-height: 1.2;
	margin: 0 0 35px 0;
	font-weight: 500;
}

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

.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 {
	position: absolute;
	left: 0px;
	width: 51%;
	bottom: 0px;
}

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

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

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

/* .owl-dots{
	display: none;
} */
.news-widget .owl-theme .owl-dots .owl-dot span{
	width: 6px;
    height: 6px;
    margin: 8px 7px;
}
.news-widget .owl-theme .owl-dots .owl-dot.active span,
.news-widget .owl-theme .owl-dots .owl-dot:hover span {
	background: #3E3E3E;
}

.news-widget .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.home-slider-box {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-65%);
	-moz-transform: translateY(-65%);
	transform: translateY(-65%);
	z-index: 11;
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
}

.home-slider-box.box-top-side {
	top: 0px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.home-slider-box-inner {
	background: rgba(152, 172, 35, 0.95);
	width: 100%;
	max-width: 472px;
	padding: 50px 40px;
	color: var(--white-color);
	font-size: 22px;
	line-height: 30px;
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
}

.home-slider-box-inner .full-left-curve,
.home-slider-box-inner .full-right-curve {
	display: none;
}

.home-slider-box-inner h2 {
	color: inherit;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

.home-slider-box-inner p {
	margin: 0 0 45px 0;
}

.home-slider-box-inner .theme-btn.theme-btn-border {
	color: inherit;
}

.home-slider-box-inner .theme-btn.theme-btn-border:hover {
	background: transparent;
	border-color: var(--white-color);
}

[data-bs-theme=dark] .home-slider-box-inner {
	background: rgb(0, 0, 0) !important;
}
.click-arrow {
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	z-index: 11;
}

.home-slider-box.box-bottom-side {
	top: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	bottom: 80px;
}

.home-slider-box.home-slider-box-right .home-slider-box-inner {
	float: right;
}

.home-slider-box.home-slider-box-right {
	justify-content: flex-end;
}

.home-slider-box-center .home-slider-box-inner {
	margin: 0 auto;
}

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

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

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

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

.breadcrumb-section ol li.active .breadcrumb-link-title {
	color: var(--info);
	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;
}

.search-keyword{
	border-top: 3px solid var(--primary);
}
.card-search{
	border: 0;
	border-bottom: 1px solid var(--dark);
	border-radius: 0;
	padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}
.card-search .card-body{
	padding: 0;
}
.card-search .card-body h4{
	margin-bottom: 15px;
	font-weight: 500;
}
.card-search .card-body h4, .card-search .card-body h4 *{
	color: var(--primary) !important;
}

#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: 348px;
	margin: 0;
	font-weight: 700;
	border: 1px solid var(--dark);
	height: 40px;
	padding: 0 20px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 100px;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
	height: 48px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 500;
	background: var(--fix-menu-anchor);
	color: var(--white-color);
	min-width: 138px;
	border: none;
	outline: none !important;
	box-shadow: none !important;
}

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

.frame a[class=""],
.frame a:not([class]) {
	color: var(--primary);
	font-weight: 600;
}

.frame a[class=""]:hover,
.frame a:not([class]):hover {
	color: var(--primary);
}

.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 20px 30px #00000029;
	-moz-box-shadow: 0px 20px 30px #00000029;
	box-shadow: 0px 20px 30px #00000029;
	border: none;

}
.card-img, .card-img-top {
	border-radius: 0;
}
/* .card-group-element-item .card .card-body {
	padding: 25px;
} */
.card-group-element-item .card .card-body {
	padding: 28px 22px 20px 22px;
	background-color: var(--white-color);
}

.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: 20px;
    font-weight: 700;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 20px;
	color: var(--black-color);
	font-style: italic;
}

[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(--white-color);
}


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

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

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

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

.card-panel-success,
.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn:hover {
	background: var(--white-color);
	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 a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn:hover {
	/*background: #B82D28;
	color: #ffffff;*/
	background: var(--white-color);
	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 a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn:hover {
	/*background: #E0A128;
	color: #ffffff;*/
	background: var(--white-color);
	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 a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn:hover {
	/*background: #00519E;
	color: #ffffff;*/
	background: var(--white-color);
	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 a.theme-btn.theme-btn-border,
.card-panel-light a.theme-btn:hover {
	/*background: var(--gray-500);
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--gray-500);
}

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

.card-panel-dark,
.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn:hover {
	/*background: #163D64;
	color: #ffffff;*/
	background: var(--white-color);
	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 {
	background: var(--success);
	color: #ffffff;
}

.frame-background-secondary {
	background: var(--secondary);
	color: #ffffff;
}
.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(--white-color);
	font-style: italic;
	font-weight: 700;
}
.frame-background-primary p, .frame-background-secondary p{
	color: var(--white-color);
}
.frame-background-primary *, .frame-background-secondary *{
	color: var(--white-color) !important;
}
.accordion-header {
	margin: 0px;
}

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

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	border: 0;
}

.accordion-item .accordion-header .accordion-button {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	font-style: italic;
	padding:18px;
	border-radius: 0px !important;
	background: #E9E9EC;
	color: var(--black-color) !important;
	border: 0;
}

@media(min-width:768px){
	.accordion-item .accordion-header .accordion-button {
		font-size: 24px;
		padding: 34px;
	}
}
.accordion-item .accordion-header .accordion-button:after {
	background: url('../Images/accordion-plus.svg') no-repeat center center;
	background-size: contain;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	background: url('../Images/accordion-minus.svg') no-repeat center center;
	transform: unset !important;
	background-size: contain;
}

@media(min-width:768px){
	.accordion-item .accordion-header .accordion-button:after {
		width: 32px;
		height: 32px;
	}

	.accordion-item .accordion-header .accordion-button:not(.collapsed):after {
		width: 32px;
		height: 32px;
	}
}

.accordion-item{
	border: none;
	margin-bottom: -1px;
}

@media(min-width:768px){
	.accordion-item .accordion-body {
		border: 0 !important;
		padding-left:25px;
		padding-right: 25px;
	}
}
.accordion-content-text h4{
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--black-color);
}
.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 .frame{
	padding: 0;
}

.nav-tabs .nav-link {
	font-size: 25px;
	color: var(--primary);
	font-weight: 400;
	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: 20px;
	color: var(--black-color);
	margin: 13px 0 20px 0;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}

.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);
}
.carousel .carousel-content {
	background: var(--info);
}
.carousel .carousel-control-next::before {
	transform: rotate(45deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--info);
	border-right: 1px solid var(--info);
}
.carousel .carousel-control-prev::before {
	transform: rotate(226deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--info);
	border-right: 1px solid var(--info);
}
.carousel-control-next, .carousel-control-prev {
	background: var(--white-color);
	height: 54px;
	margin: auto;
	opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: none;
}
.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(--primary);
	border-width: 2px;
}

.timeline-item-date {
	font-size: unset;
}
.timeline-item-date time {
	background: var(--primary);
	color: var(--white-color);
	font-size: 17px;
	padding: 2px 4px;
	font-weight: 400;
}

.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: var(--primary);
	color: var(--white-color);
	border: 2px solid var(--primary);
}

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

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

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

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

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

.card-panel-light a.theme-btn,
.card-panel-light a.theme-btn.theme-btn-border:hover {
	background: var(--gray-500);
	color: var(--white-color);
	border: 2px solid var(--gray-500);
}

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

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

.history-section h3 {
	color: var(--white-color);
	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(--white-color);
	color: var(--blue-color1);
	z-index: 2;
}

.history-section .projects-timeline .project.in-progress .year {
	background-color: var(--perrot-color);
	color: var(--white-color);
	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(--white-color);
	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(--white-color);
	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: 14px;
    color: var(--dark);
    border: 0;
    border-radius: 0;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	font-weight: 400;
	font-style: normal;
}

.font-large .toggle-text-btn.active {
	font-weight: 600;
}
@media(min-width: 992px) {
	.font-large .toggle-text-btn {
		width: auto;
	}
	[data-bs-theme=dark] .font-large .toggle-text-btn{
		color: var(--white-color);
	}
}



/* .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);
} */
[data-bs-theme=dark] .font-large .toggle-text-btn .toggle-on{
	display: none;
}
[data-bs-theme=light] .font-large .toggle-text-btn .toggle-off{
	display: none;
}
[data-bs-theme=dark] .font-large .toggle-text-btn .toggle-off{
	display: block;
}
[data-bs-theme=light] .font-large .toggle-text-btn .toggle-on{
	display: block;
}
.font-large .toggle-text-btn.active svg path {
	fill: var(--perrot-color);
}

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

@media(min-width: 992px) {
	.font-large, .kontrast-blog{
		display: block;
	}


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

.kontrast-blog .btn {
	font-size: 14px;
	color: var(--dark);
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	font-weight: 400;
	font-style: normal;
}

.kontrast-blog .btn img {
	width: 18px;
}
@media(min-width: 992px) {
	[data-bs-theme=dark] .kontrast-blog .btn {
		color: var(--white-color);
	}
}

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

/***************************
 Blog Page CSS Start
 ***************************/
 .news-widget {
    padding: 30px 0;
    margin-top: 70px;
    margin-bottom: 130px;
    height: 430px;
	background-color: var(--primary);
	display: flex;
	align-items: center;
}
@media(min-width:992px){
	.news-widget {
		padding: 0;
		margin-top: 70px;
		margin-bottom: 130px;
	}
}
.news-widget-carousel{
	margin-top: 0;
    margin-bottom: 0;
}
@media(min-width:992px){
	.news-widget-carousel{
		margin-top: -70px;
		margin-bottom: -130px;
	}
}
.news-widget-carousel .owl-stage-outer {
	padding: 0 0 30px 0;
}

.news-widget-carousel .owl-stage {
	display: flex;
	flex-direction: row;
}

.news-widget-carousel .owl-stage .item {
	height: 100%;
}

.news-widget-carousel .news-list-item {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
}

.news-widget-carousel .news-list-item.no-image {
	height: inherit;
}

.news-widget-carousel .owl-item {
	display: flex;
	align-items: center;
}

.news-widget-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}

.news-widget-carousel .owl-nav .owl-prev,
.news-widget-carousel .owl-nav .owl-next {
	overflow: hidden;
	text-indent: 1000px;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
}

.news-widget-carousel .owl-nav [class*='owl-']:hover,
.news-widget-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
	background-position: center;
}

.news-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/carousel-prev.svg) !important;
	background-repeat: no-repeat!important;
	background-position: center;
}

.news-widget-carousel .owl-nav .owl-next {
	background-image: url(../Images/carousel-next.svg) !important;
	background-repeat: no-repeat!important;
	background-position: center;
}

[data-bs-theme=dark] .news-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/carousel-prev.svg) !important;
	background-repeat: no-repeat!important;
	background-position: center;
}

[data-bs-theme=dark] .news-widget-carousel .owl-nav .owl-next {
	background-image: url(../Images/carousel-next.svg) !important;
	background-repeat: no-repeat!important;
	background-position: center;
}

/* @media only screen and (min-width:1200px) {

} */
.news-widget-carousel .owl-nav .owl-prev {
	margin-left: -29px;
}

.news-widget-carousel .owl-nav .owl-next {
	margin-right: -29px;
}

/* @media only screen and (min-width:1400px) {
	.news-widget-carousel .owl-nav .owl-prev {
		margin-left: -20px;
	}

	.news-widget-carousel .owl-nav .owl-next {
		margin-right: -20px;
	}
} */

.news-widget h2, .news-widget p{
	color: var(--white-color);
}
.news-widget h2{
	margin-top: 0;
    margin-bottom: 30px;
}
.news-widget p{
	margin-bottom: 39px;
}
.news-widget .row{
	align-items: center;
}

.news-widget-carousel p{
	color: var(--black-color);
}
.news-widget .theme-btn-border{
	border-color: var(--white-color);
	color: var(--white-color);
	background-color: var(--primary);
}
.news-widget .theme-btn-border:hover{
	background-color: var(--white-color);
	color: var(--primary);
}
.c-card {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.16);
	border: none;
}

.c-card .card-body {
    padding: 25px 20px 52px 20px;
    background: url(../Images/card-arrow.svg) no-repeat right 20px bottom 20px;
    background-color: var(--white-color);
}

[data-bs-theme=dark] .c-card .card-body {
    background: url(../Images/card-arrow.svg) no-repeat right 20px bottom 20px;
    background-color: var(--white-color);
}

.c-card .card-body .card-sub-title {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 3px 10px;
    background: var(--primary);
    display: inline-flex;
    color: var(--white-color);
}

.c-card .card-body .card-title {
	font-size: 20px;
    font-weight: 700;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 20px;
	color: var(--dark);
	font-style: italic;
}

.c-card {
	color: inherit;
}

.c-card:hover {
	color: inherit;
}


.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-thumb,
.card-thumb {
	height: 220px;
	background-color: var(--card-bg);
}

.news-list .news-thumb,
.news-list .card-thumb{
	height: 247px;
	background-color: var(--card-bg);
}

.news-thumb img,
.card-thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.news-details .btn-back {
	min-width: inherit;
	padding-left: 40px;
	padding-right: 40px;
}

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

.copyright_on_image {
	display: none;
}

.news-details .gallery-item .copyright_on_image {
	position: absolute;
	color: #FFF;
	font-size: 1rem;
	left: 20px;
	bottom: 13px;
	display: block;
}


.news-details .frame-container-default {
	max-width: inherit;
}

.pagination li {
	background: transparent;
	padding: 0;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination .page-link {
	min-width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: var(--black-color);
	border-color: var(--black-color);
	padding: 0 15px;
}

.active>.page-link,
.page-link.active {
	border-color: var(--primary);
	background-color: var(--primary);
	color: var(--white-color);
}

.pagination .page-item.next,
.pagination .page-item.last,
.pagination .page-item.previous,
.pagination .page-item.first{
	display: none;
}

/***************************
 Blog Page CSS End
 ***************************/


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

.project-details .sidebar-box {
	background-color: #FFF;
	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(--white-color);
	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);
	font-weight: 600;
}


/*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:2px solid var(--black-color) !important;
	background: var(--black-color) !important;
}

[data-bs-theme=dark] .theme-btn:hover {
	color: var(--black-color) !important;
	background: transparent !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(--white-color) !important;
}


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

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

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

[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=light] [data-bs-theme-value=light] {
	display: none;
}

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

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

[data-bs-theme=dark] .header-bottom {
	background: var(--white-color);
}

[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>a {
	color: 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(--white-color);
}

[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);
}


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

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

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

/*Cards*/
[data-bs-theme=dark] .c-card .card-body {
	background-color: var(--black-color);
	color: var(--white-color);
}
[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(--white-color);
}

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

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

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


/*Home Slider*/
[data-bs-theme=dark] .home-slider-box-inner h2 {
	color: inherit;
}

[data-bs-theme=dark] .home-slider-box-inner .theme-btn.theme-btn-border {
	border-color: var(--white-color) !important;
	color: inherit !important;
}

[data-bs-theme=dark] .home-slider-box-inner .theme-btn.theme-btn-border:hover {
	background: inherit !important;
	color: inherit !important;
}


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

[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*/
[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button {
	color: var(--black-color) !important;
	font-weight: 600;
}

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

[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	background: url('../Images/accordion-icon-down-active-light.svg') no-repeat center center;
}

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


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

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

/*[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] .header-top-left p{
	color: var(--white-color);
}

/* [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);
	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(--white-color);
	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(--white-color);
	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 #fff;
	margin-top: 34px;
	width: 100%;
}

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

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

.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: 400;
	color: var(--black-color);
	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: 100px 40px 0 40px;
}


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

 }

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

}

.main-menu ul li ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	background: #BDDAF4;
	padding: 15px 0;
	display: none;
	min-width: 320px;
}

.submenu-click {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin: 0;
	z-index: 1;
}

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

	.main-menu .submenu-menu li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main-menu li:hover>ul {
		display: none;
	}

	.main-menu li.has-child,
	.main-menu li.has-has-child,
	.main-menu li.has-has-has-child {
		padding-left: 0;
		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;
	}



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

} */
@media(min-width:1367px) {
	.main-menu-outer {
		margin-left: 0px;
	}
}
@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;
	}
}
.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;
	column-gap: 18px;
}
@media(min-width:992px) {
	.main-menu>ul {
		column-gap: 28px;
	}
}

.main-menu>ul>li {
	/* margin-right: 48px; */
	position: inherit;
	padding:0;
}
@media(min-width:992px) {
	.main-menu>ul>li {
		/* margin-right: 48px; */
		position: inherit;
		padding: 40px 0;
	}
}
.main-menu>ul>li:last-child{
	margin-right: 0;
}
@media(min-width:992px) {
	.sticky-fixed .main-menu>ul>li {
		padding: 20px 0;
	}
}
.main-menu>ul>li .submenu-menu {
	position: absolute;
	min-width: 316px;
	top: 100%;
	left: 0;
	background: #E9E9EC;
	padding: 70px 0 55px 0;
	display: none;
	z-index: 1;
	width: 100%;
}

.main-menu>ul>li:hover>.submenu-menu {
	display: block;
}

.submenu-menu li {
	display: block;
	transition: all 0.3s ease;
}
.submenu-menu li .dropdown-menu li {
	position: relative;
	padding-left: 7px;
	background: url('../Images/subnav-icon.svg') no-repeat 0 7px;
}
.submenu-menu li a{
	font-size: 17px;
	display: block;
	color: var(--black-color);
	padding: 5px 25px;
	font-weight: 400;
	line-height: 1.4;
	white-space: inherit;
}
@media(min-width:768px) {
	.submenu-menu li a {
		font-size: 17px;
	}
}

.submenu-menu li a.open{
	color: var(--secondary);
}
.submenu-menu li.open a {
	color: var(--secondary);
}

.main-menu>ul>li>a {
    color: var(--black-color);
    display: block;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
.main-menu>ul>li.active>a {
	font-weight: 400;
	border-color: var(--primary);
}
.main-menu>ul>li>a:hover {
	color: var(--primary);
	font-weight: 700;
}
.main-menu>ul>li:hover>a {
	color: var(--primary);
	font-weight: 700;
}
.main-menu>ul>li>a:before {
	font-weight: 600;
	display: block;
	content: attr(title);
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.main-menu li.open > ul{
	display: block;

}
/* .main-menu li.open > ul
.main-menu ul li ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	background: var(--light-green);
	padding: 15px 0;
	display: none;
	min-width: 180px;
}  */
.main-menu > ul > li > .submenu-click{
	position: absolute;
	left: 38px;
	top: 9px;
	margin: 0;
	z-index: 9;
	line-height: 1;
	width: 20px;
	height: 25px;
}
@media (min-width: 992px){
	.main-menu > ul > li > .submenu-click{
		display: none;
	}
}


@media (max-width: 991.9px){
	.main-menu ul li ul ul{
		position: static;
		padding-left: 0;
	}
	/* .main-menu .submenu-menu li a{
		padding-top: 10px;
		padding-bottom: 10px;
	} */
	.main-menu li:hover > ul{
		display: none;
	}

	.main-menu li.has-child,
	.main-menu li.has-has-child,
	.main-menu li.has-has-has-child{
		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: 7px;
	}
}
.right-link ul li:first-child a:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.51 23.51'%3e%3ctitle%3eAsset 1%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath d='M11.76,23.51A11.76,11.76,0,1,0,0,11.76,11.75,11.75,0,0,0,11.76,23.51' style='fill:%238ec13f'/%3e%3cpath d='M13,10.08a2.79,2.79,0,0,1-.61,1.74,2.93,2.93,0,0,1-.7.61,2.71,2.71,0,0,1-1.46.42A2.78,2.78,0,1,1,13,10.08m4.29,7.26a1.08,1.08,0,0,0,0-1.53l-3.5-3.42a4.23,4.23,0,1,0-3.54,1.92,4.16,4.16,0,0,0,1.92-.47l3.61,3.52a1.07,1.07,0,0,0,.76.31,1.06,1.06,0,0,0,.77-.33' style='fill:%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    width: 16px;
    height: 16px;
    left: -25px;
    right: auto;
    background-size: cover;
    top: 7px;
    position: absolute;
}
.right-link b a {
    color: #0973ba;
}
.header_navi_accessibility ul li {
    position: relative;
    font-size: 16px;
}
.right-link ul li a {
    color: #96be1f;
	padding-left: 8px;
	padding-right: 8px;
}
 .kundenportal_btn.nav-link {
    background-color: #8ec13f;
    color: #fff;
	border: 1px solid #96be1f;
    padding-left: 3rem ;
    position: relative;
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
	padding-right: 1rem;
}
.kundenportal_btn.nav-link:hover {
	background-color: transparent;
	color: #0473ba;
}
.kundenportal_btn.nav-link::after {
    background-image: url('../Images/user_icon.png');
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background-position: 0px 0px;
    background-size: 23px;
    position: absolute;
    left: 17px;
    top: 11px;
}
.kundenportal_btn.nav-link:hover:after {
    background-position: 0px 24px;
}
.second-nav {
    width: 24%;
	border-right: 1px solid #707070;
	margin-right: 30px !important;
}
.second-nav:last-child {
	border: none;
}
.main-menu .submenu-menu li a:hover {
	background: transparent;
	color: var(--primary);
	font-weight: 700;
}
.main-menu .submenu-menu li a:hover::before {
	content: none;
}
.submenu-menu .cursor-default { font-size: 17px; font-weight: 400; color: var(--black-color); }
.submenu-menu .cursor-default:hover {
	color: var(--primary);
}


	/* .main-menu .submenu-menu {
		height: 100vh;
		height: 400px;
		overflow: auto;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 15px;

	} */
	.d-close {
		color: #0473ba;
		position: absolute;
		right: 30px;
		opacity: 1;
		font-size: 2rem;
		top: 2rem;
		cursor: pointer;
	}
	.d-close:hover {
		color: #000;
		opacity: 0.75;
	}
	.main-menu .main-sub {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		justify-content: center;
	}
	.main-menu .second-nav .dropdown-menu {
		position: relative;
		display: block;
		height: auto;
		padding: 0px;
		top: 0px;
		background-color: transparent;
		margin-top: 0;
		border: none;
    	box-shadow: none;
	}

/********************************
Main Menu DropDown CSS End
 ********************************/
 .news .article{
/*	padding-top: 55px;*/
	padding-bottom: 58px;
/*	border-top: 1px solid var(--light);*/
 }
 .news .article	.sub-title{
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: 15px;
	color: var(--dark);
 }
 .news .article h3{
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
	color: var(--dark);
 }
 .news-img-caption{
 	font-size: 16px;
 	margin: 20px 0;
 	padding: 0;
 	color: var(--gray-color) !important;
 	line-height: 1.3;
	font-style: italic;
 }
  .news-img-caption .copyright{
  	font-style: italic;
  	font-weight: 300;
  }
 .owl-item .article{
	border: none;
 }

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

.tiles-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
	margin-bottom: 50px;
}
@media(min-width:769px){
	.tiles-container {
		gap: 20px 50px;
	}
}
.tiles-container a, .tiles-container .tile-card {
	display: block;
	text-align: center;
}


.tiles-container .tile {
    width: 150px;
    height: 150px;
    padding: 16px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}
.tiles-container .tile .tiles-icon{
	width: 50px;
}

.tiles-container .tile:last-child{margin-right: 0;}

.tiles-container .tiles-heading {
    font-size: 15px;
	font-weight: 600;
    line-height: 1.5;
    color: #000;
	font-style: italic;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	hyphens: auto;
}

@media(min-width:769px){

	.tiles-container .tiles-heading {
		font-size: 17px;
	}

	.tiles-container .tile {
		width: 170px;
		height: 170px;
	}
	.tiles-container .tile .tiles-icon{
		width: 60px;
	}

	/* .tiles-container .tile .tiles-heading {
		font-size: 25px;
	} */
}


.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);
}


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


/********************************
Headline CSS Start
 ********************************/
.headline {
	min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 34px;
    align-items: flex-start;
    padding-bottom: 34px;
}

.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-top: 0;
 }
 .faqs-container ul{
	list-style: none;
	padding-left: 0;
}
.faqs-container ul li{
	font-size: 18px;
	line-height: 27px;
	color: var(--dark);
	font-weight: 600;
}
.faqs-container ul li a{
	color: var(--dark);
	text-decoration: none;
	font-weight: 600;
}
.faqs-container ul li a:hover{
	color: var(--primary);
}
.faqs-container ul li {
	display: block;
	position: relative;
	padding-left: 40px;
	padding-top: 26px;
	padding-bottom: 28px;
	background: url('../Images/faq-arrow-right-icon.svg') no-repeat 0 24px;
	border-top: 1px solid var(--dark);

}
.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 CSS End
 ********************************/

/********************************
Footer CSS Start
 ********************************/
.footer-section{
	background-color: var(--primary);
}

.footer-section p, .footer-section a, .footer-section strong, .footer-section ul li a, .submenu-footer{
	color: var(--white-color);
}

.footer-section .footer-links li{
	margin-bottom: 8px;
	list-style: none;
 }

.footer-section .footer-links li a{
	color: var(--white-color);
	display: block;
 }


.footer-section .footer-links li {
	position: relative;
	padding-left: 25px;
	margin-left: 22px;
	background: url('../Images/subnav-icon-light.svg') no-repeat 0 5px;
	background-size: 16px 16px;
}
@media(min-width: 768px){
	.footer-section{
		background-color: var(--white-color);
	}
	.footer-section p, a, strong, ul li a, .submenu-footer{
		color: var(--dark);
	}

	.footer-section .footer-links li {
		background: url('../Images/subnav-icon.svg') no-repeat 0 4px;
		margin-left: 0;
		padding-left: 25px;
		background-size: 18px 18px;
	}

	.footer-section .footer-links li a{
		color: var(--dark);
		display: block;
	 }
}
 .footer-section .container{
	max-width: 1490px;
 }
 .footer-section hr{
	border-top: 1px solid var(--primary);
	opacity: 1;
	margin-bottom: 40px;
	margin-top: 0;
 }
 .footer-section p strong, .footer-section .submenu-footer {
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	padding: 0;
    border: none;
    outline: none;
    box-shadow: none;

}
.footer-section .submenu-footer{
	margin-bottom: 1rem;
	display: inline-block;
	position: relative;
	line-height: 1.4;

}
.footer-section .submenu-footer::after {
    content: "";
    background: url('../Images/down-arrow-white.svg') no-repeat;
    position: absolute;
    left: 100%;
    top: 0;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 30px;
	margin-left: 20px;
    transform: rotate(-90deg);

}
.footer-section .submenu-footer.active::after {
	transform: rotate(0deg);
}
.footer-social-links li a{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.footer-social-links li a svg{
	margin-right: 16px;
}
.footer-social-links li a svg path{
	fill: var(--white-color);
}

@media(max-width: 767px){
	.footer-section a:hover{
		opacity: 0.80;
		color: var(--white-color);
	}
	.footer-section .footer-links{display: none;}
	.footer-section .footer-links li a:hover{
		opacity: 0.80;
	 }
}

@media(min-width: 768px){
	.footer-section .footer-links{display: block !important;}

	.footer-section p strong::after {
		content: none;
	}
	.footer-social-links li a svg path{
		fill: var(--dark);
	}
	.footer-section a:hover, .footer-section .footer-links li a:hover{
		color: var(--primary);
		font-weight: 700;
	}
	.footer-section .submenu-footer::after {
		content: none;
	}
}

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

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

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

 .footer-top{
	padding: 30px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
 }
 .footer-top img{
	margin: 0 auto;
 }

 .footer-middle{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
 }
 .footer-middle form .form-control{
	width: 100%;
	max-width: 100%;
	margin-right: 18px;
	padding: 11px 15px;
    border-radius: 30px;
	border-color: #BFBFC0;
 }
 @media(min-width: 768px){
	.footer-middle form .form-control{
		width: 490px;
		max-width: 490px;
	}
 }

/* .footer-section .footer-links li {
    position: relative;
    padding-left: 25px;
    background: url('../Images/subnav-icon.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);
 }
 .other-links ul li a,
 .other-links p,
 .other-links .btn{
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	color: var(--dark);
 }
 .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: 13px;
	color: var(--black-color);
}

 /* .table tr th, .table tr td{
	border-right: 1px solid var(--txt-color);
	border-top: 1px solid var(--txt-color);
 } */

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

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

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

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

 #page-footer{
	margin-top: auto;
 }

/********************************
Icon List CSS Start
********************************/
.frame-background-quaternary{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: var(--info);
	color: var(--white-color);
}
.frame-background-quaternary *{
	color: var(--white-color) !important;
}
.frame-background-quaternary h2{
	margin-top: 0;
	font-weight: 600;
}
.frame-background-quaternary h2 span{
	font-weight: 300;
}
.frame-background-quaternary .theme-btn {
    border: 2px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
	margin-top: 30px;
}
.frame-background-quaternary .theme-btn:hover {
    border: 2px solid var(--white-color);
    background-color: var(--white-color);
    color: var(--info) !important;
}
.frame-background-quaternary .frame-inner{
	max-width: 690px;
	margin: 0 auto;
	padding: 0 10px;
}

.icon-list {
    display: flex;
    height: 100%;
    align-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.icon-list li{
	background: none;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.icon-base {
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 50%;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}
.icon-list li p{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--dark);
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	hyphens: auto;
}
@media(min-width:1200px){
	.icon-list li p{
		max-width: 70%;
	}
}
/********************************
Icon List CSS End
********************************/

/********************************
Event List CSS Start
********************************/
#c583 .frame-container{
	max-width: 1490px;
}

.event .event-card {
    display: flex;
    box-shadow: 0 10px 36px rgba(0,0,0,0.16);
}
.event-slider-bg{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: var(--primary);
	margin-bottom: 200px;
}
.event.list-view .event-card {
    margin-top: 94px;
    margin-bottom: 94px;
}
.event-widget-carousel .widgest-view{
	margin-right: 0;
}
/* .event-widget-carousel .owl-stage-outer{
	margin-right: 34px;
} */
/* .event-widget-carousel .owl-stage-outer{
	padding-left: 34px;
	padding-right: 34px;
} */

.event.widgest-view .event-card {
	margin-top: 70px;
    margin-bottom: 70px;
}
.event.list-view .event-card, .event.widgest-view .event-card {
    flex-direction: column;
}
@media(min-width:992px){
	.event.list-view .event-card {
		flex-direction: row;
	}
}
.date-time{
	background-color: var(--primary);
	color: var(--white-color);
	padding: 15px;
	font-size: 19px;
	font-style: italic;
	line-height: 1.2;
	width: max-content;
}
.event.widgest-view .event-card .date-time{
	font-size: 19px;
}
.event.list-view .event-card .date-time{
	width: 100%;
}
@media(min-width:992px){
	.date-time{
		padding: 8px 35px;
		font-size: 29px;
	}
}
.event .event-card img{
	max-width: 100%;
    aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}
.event.widgest-view .event-card img{
	max-width: 100%;
	height: 300px;
}
@media(min-width:992px){
	.event.list-view .event-card img{
		max-width: 470px;
	}
}

.event .event-card .event-card-body{
	width: 100%;
}

.event-info{
	padding: 15px;
}
@media(min-width:992px){
	.event-info{
		padding: 30px 35px;
	}
}
.event-info .sub-heading {
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-style: italic;
    hyphens: auto;
    font-weight: 600;
    text-transform: capitalize;
}
.event-info .heading{
	font-size: 30px;
	line-height: 1.2;
	font-style: italic;
	margin: 0;
	margin-bottom: 21px;
	hyphens: auto;
}

.event-info .btn-learn-more {
    style: none;
    font-size: 17px;
    line-height: 1.5;
	font-weight: 600;
    padding: 0;
    margin: 0;
    color: var(--primary);
    position: relative;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.event-info .btn-learn-more:hover{
	color: var(--secondary);
}
.event-info p{
	font-weight: 500;
}
.event-info .btn-learn-more::after {
    content: "";
    background: url(../Images/subnav-icon.svg) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
    display: block;
    width: 20px;
    height: 20px;
}

.event-widget-carousel .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.event.widgest-view .event-info{
	padding: 34px 24px;
	position: relative;
	background: var(--white-color);
}
.event.widgest-view .event-info::after{
	content: "";
    background: url(../Images/subnav-icon.svg) no-repeat 0 0;
    position: absolute;
    right: 21px;
	bottom: 16px;
    display: block;
    width: 22px;
    height: 22px;
}
.event.widgest-view .event-info .heading{
	font-size: 20px;
}
.event.widgest-view .event-card .date-time{
	padding: 8px 24px;
}


.event-widget-carousel .owl-nav .owl-prev, .event-widget-carousel .owl-nav .owl-next {
    overflow: hidden;
    text-indent: 1000px;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}

.event-widget-carousel .owl-nav .owl-prev {
    background-image: url(../Images/slider-arrow-prev.svg) !important;
    background-repeat: no-repeat !important;
	background-size: contain;
}

@media only screen and (min-width: 768px){
	.event-widget-carousel .owl-nav .owl-prev {
		margin-left: -45px;
	}
}
@media only screen and (min-width: 1400px){
	.event-widget-carousel .owl-nav .owl-prev {
		margin-left: -70px;
	}
}

.event-widget-carousel .owl-nav .owl-next {
    background-image: url(../Images/slider-arrow-next.svg) !important;
    background-repeat: no-repeat !important;
	background-size: contain;
}

@media only screen and (min-width: 768px){
	.event-widget-carousel .owl-nav .owl-next {
		margin-right: -45px;
	}
}
@media only screen and (min-width: 1400px){
	.event-widget-carousel .owl-nav .owl-next {
		margin-right: -70px;
	}
}

.event-widget-carousel .owl-nav [class*='owl-']:hover, .event-widget-carousel .owl-nav [class*='owl-'] {
    background-color: transparent;
}

.event-widget-carousel .owl-dots .owl-dot span{
	width: 6px;
	height: 6px;
	margin: 5px 12px;
}
.event-widget-carousel  .owl-dots .owl-dot.active span, .event-widget-carousel .owl-dots .owl-dot:hover span{
	background-color: #3E3E3E;
}

.event-widget-carousel {
	margin-bottom: -280px;
}

.event-slider-bg h2{
	font-weight: 600;
	color: var(--white-color);
	margin: 0;
}
.event-slider-bg h2 strong{
	color: var(--white-color);
}
.event-slider-bg h2 span{
	font-weight: 400;
}

@media(max-width:767px){
	.event-widget-carousel .owl-item{
		padding-left: 34px;
		padding-right: 34px;
	}

}

.search-heading strong{
	color: var(--primary);
}
.search-filter{
	display: flex;
	flex-direction: column;
}
.search-filter .from-heading{
    white-space: nowrap;
}

.notanyevents{
	color: var(--primary);
    padding: 100px 20px;
    text-align: center;
}

@media (min-width: 992px){
	.search-filter{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.search-filter .form-control{
		flex: 0 0 150px;
	}
}


/********************************
Event List CSS End
********************************/


.textmedia-above .gallery-row{
	--gallery-gap: 1.5rem;
}

/********************************
Event Details CSS Start
********************************/
.event-details .date-time{
	margin-top: 42px;
}

.back-btn{
	border-color: var(--light);
	position: relative;
	padding-left: 40px;
}

.back-btn::before {
    content: "";
    position: absolute;
    background-image: url(../Images/back-btn-arrow.svg) !important;
    height: 16px;
    width: 10px;
    background-size: contain;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.back-btn:hover::before{
	content: "";
    background-image: url(../Images/back-btn-arrow-hover.svg) !important;
}

.event-details .sub-heading{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
}
.event-details .heading{
	font-size: 44px;
	line-height: 1.2;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 70px;
	text-transform: uppercase;

}
/********************************
Event Details CSS End
********************************/
#c602 .frame-container{
	padding-left: 0;
	padding-right: 0;
}
#c569 .frame-group-inner{
	border-radius: 0;
}
.frame-layout-embedded>.frame-group-container>.frame-group-inner{
	border-radius: 0;
}


/********************************
Teaser CSS Start
********************************/
.teaser-wrapper{
	height: 100%;

}
.teaser-wrapper .teaser-box-default{
	background-color: #E9E9EC;
	padding: 20px;
	height: 100%;
}
.teaser-wrapper .teaser-box-default h5{
	margin-top: 0;
}
.teaser-wrapper .teaser-box-default strong{
	color: var(--black-color);
}
.teaser-wrapper .teaser-box-default p{
	color: var(--dark);
}
@media(min-width:992px){
	.teaser-wrapper .teaser-box-default{
		padding: 42px 35px;
	}
}
.teaser-wrapper .big-padding{
	padding: 30px;
}
.teaser-wrapper .small-padding{
	padding: 30px;
}

@media(min-width:992px){
	.teaser-wrapper .big-padding{
		padding: 70px 40px;
	}
	.teaser-wrapper .small-padding{
		padding: 50px 30px;
	}
}
@media(min-width:1200px){
	.teaser-wrapper .big-padding{
		padding: 120px 92px;
	}
	.teaser-wrapper .small-padding{
		padding: 64px 47px;
	}
}
.teaser-box-default,
.teaser-box-default .teaser-box-content p,
.teaser-box-default .teaser-box-content h1,
.teaser-box-default .teaser-box-content h2,
.teaser-box-default .teaser-box-content h3,
.teaser-box-default .teaser-box-content h4{
	color: var(--white-color);
	margin: 0;
}

.teaser-box-default h1{
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}
@media(min-width:992px){
	.teaser-box-default h1{
		font-size: 38px;
	}
}
.teaser-box-default h2{
	font-weight: 600;
}
@media(max-width:991px){
	.teaser-box-default h2{
		font-size: 25px;
	}
}
.teaser-box-default .teaser-box-content p{
	margin-top: 20px;
}
.teaser-box-default .theme-btn{
	margin-top: 18px;
}
@media(min-width:992px){
	.teaser-box-default .teaser-box-content p{
		margin-top: 40px;
	}
	.teaser-box-default .theme-btn{
		margin-top: 38px;
	}
}

.theme-btn-border-white{
	font-weight: 600;
	background-color: transparent;
	border:2px solid var(--white-color);
	color: var(--white-color);
}
.theme-btn-border-white:hover{
	background-color: var(--white-color);
	color: var(--dark);
}

.teaser-box-img{
    height: 100%;
    position: relative;
	box-shadow: 0 10px 36px rgba(0,0,0,0.16);
}

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

/********************************
Teaser CSS End
********************************/
.main-menu-outer {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}

.main-menu ul li> ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 382px;
	height: 100%;
	border-right: 1px solid var(--secondary);
}
.main-menu .dd-section{
	display: none;
	position: static;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #E6E6EA;
	padding-top: 20px;
    padding-bottom: 20px;
	transition: all 0.5s ease-in-out;
	min-height: 350px;
}
.main-menu>ul>li.open>.dd-section{
	display: block;
	transition: all 0.5s ease-in-out;
}
@media(min-width:992px){
	.main-menu .dd-section{
		position: absolute;
		display: block;
		padding-top: 69px;
    	padding-bottom: 55px;
		bottom: 100%;
		opacity: 0;
		top: auto;
		width: 100%;
        transition: all 0.5s ease-in-out;
		z-index: -1;
	}

	.main-menu>ul>li:hover>.dd-section, .main-menu>ul>li.open>.dd-section{
		top: 100%;
		bottom: auto;
		opacity: 1;
		transition: all 0.5s ease-in-out;
	}

}
.main-menu ul li> ul li a {
    display: block;
    width: 100%;
    padding: 5px 38px;
}
.main-menu ul,
.main-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	hyphens: auto;
}

.main-menu>ul {
	display: flex;
	width: auto;
}

.main-menu>ul>li {
	margin-right: 28px;
	/* position: relative; */
}

.main-menu>ul>li .submenu-menu {
	position: absolute;
	top: 100%;
	/* left: -25px; */
	background: var(--light-green);
	padding: 15px 0;
	display: none;
}

.main-menu>ul>li:hover>.submenu-menu{
	display: block;
}



.submenu-menu li {
	display: block;
}

.submenu-menu li a {
	display: block;
	padding: 5px 25px;
	width: 100%;
}

.main-menu>ul>li>a {
	display: block;
	padding: 18px 0;
	position: relative;
}

.main-menu>ul>li>a:before {
	font-weight: 600;
	display: block;
	content: attr(title);
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.main-menu>ul>li:hover>a,
.main-menu>ul>li.active>a {
	font-weight: 600;
}

.main-menu>ul>li.active>a:after {
	/* background: var(--light-green); */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	content: "";
}

.main-menu ul >ul li>ul{
    position: absolute;
    top: 0;
    left: 100%;
    width: 380px;
    height: 100%;
}

.dd-section ul{
    position: relative;
    max-width: 100%;
	padding-left: 22px;
}
@media(min-width:992px){
	.dd-section ul{
		max-width: 390px;
		padding-left: 0;
		border-right: 1px solid var(--secondary);
	}
}
.dd-section ul li ul{
	padding-left: 35px;
}

.dd-section ul li a {
	display: block;
	color: var(--black-color);
	padding: 5px 25px;
	width: 100%;
	padding-left: 38px;
}
.dd-section ul li a:hover{
	font-weight: 600;
	color: var(--primary);
}
.dd-section ul li:hover> a{
	font-weight: 600;
	color: var(--primary);
}
.dd-section ul li.active>a, .dd-section ul li.open>a{
	color: var(--primary);
	font-weight: 600;
}
.start-title{
	padding-left: 32px;
}
@media(min-width:992px){
	.dd-section ul li a{
		list-style: none;
		font-size: 17px;
		margin: 0px;
		color: var(--dark);
		line-height: 26px;
		font-weight: 400;
		background: url(../Images/subnav-icon.svg) no-repeat 0 9px;
		hyphens: auto;
		word-wrap: break-word;
	}
	.dd-section .container{
		max-width: 1140px;
	}
}

.dd-section ul ul ul{
	border: none;
}

@media(max-width:992px){
	.dd-section .level2, .dd-section .level3{
		position: relative;
	}
	.dd-section .lvl-2, .dd-section .lvl-3 {
		position: absolute;
		left: 0;
		top: 4px;
	}
	.main-menu ul li> ul{
		border: none;
	}
	.dd-section .level2 ul{
		margin-left: 20px;
	}
}


/*****************
Hero Section Start
******************/
.hero-section{
	margin: 0 0 100px 0;
}
.hero-section .heading{
	font-size: 45px;
	color: var(--black-color);
	line-height: normal;
	font-style: italic;
	margin: 0 0 20px 0;
}
.hero-section .heading strong{
	color: var(--primary);
	font-weight: 700;
	display: block;
}
.hero-section .content{
	padding-bottom: 10px;
}
.hero-section .image-row{
	display: flex;
	gap: 35px;
}
.hero-section .image-row .image-col{
	flex: 1;
}
.hero-section .image-row .image-col img{
	height: 530px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16);
}
.hero-section .image-row .image-col .caption{
    font-size: 0.875rem;
    line-height: 1.429;
    opacity: 1;
    font-style: italic;
    padding-top: 14px;
    color: var(--black-color);
	margin: 0.575rem 0 0 0;
	padding: 0;
}

.hero-section .search-form{
	position: relative;
	max-width: 600px;
}
.hero-section .search-form input[type="text"]{
	width: 100% !important;
	height: 68px !important;
	margin: 0 !important;
	padding: 0 70px 0 34px !important;
	border: 1px solid #BCBCBC !important;
}
.hero-section .search-form input::placeholder {
    color: #797979;
    font-style: italic;
	font-weight: 400;
}
.hero-section .search-form .input-group-btn{
	position: absolute;
	right: 0;
	top: 0;
}
.hero-section .search-form .input-group-btn .btn-primary{
	background:var(--primary) url(../Images/search-icon.svg) no-repeat center center;
	border-radius: 100px;
	width: 68px;
	height: 68px;
	border: 0;
	padding: 0;
	margin: 0;
}
.hero-section .search-form .input-group-btn .btn-primary:hover{
	border: 0;
}


@media(max-width:992px){
	.hero-section .image-row{
		flex-direction: column;
	}
	.hero-section .image-row .image-col img{
		height: 270px;
	}
	.hero-section .heading{
		font-size: 30px;
	}
}

/*****************
Hero Section End
******************/