/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Black.woff2') format('woff2'),
        url('../Fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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


:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --header-txt: #033243;
  --txt-color: #707070;
  --gray-color: #707070;
  --header-top:#033243;
  --light-sky:#267CAA;
  --light-green:#9ABF04;
  --fix-menu-anchor:#06213B;
  --perrot-color: #97AC20;
  --red-color: #B82B27;
  --light-perrot:#98AC23;
  --pink-color: #FF4B5A;
  --blue-color:#163D64;
  --blue-color1:#06213B;
  --blue-color2: #0F529E;
  --blue-bg:#033243;
  --light-blue-color:#96A7B9;
  --orange-color: #E0A128;

  --gray-600: #5D5757;
  --gray-500: #9E9E9E;
  --light-gray: rgba(68, 68, 68, 0.51);
  --headline-color:#06213B;
  --primary: #012D5A;
  --secondary: #706662;
  --sucess: #9BB700;
  --danger: #D9000D;
  --warning: #FFB203;
  --info: #006EB7;
  --light: #BFBEBD;
  --dark: #022541;

  --gray-100: #EAEAEA;
  --table-border: #BFBFBF;

  --tab-bg:#F0EBE7;

  --header-bg: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  --header-bg-dark: linear-gradient(180deg, rgba(1,45,90,1) 0%, rgba(1,45,90,0) 100%);

}

[data-bs-theme=dark] :root{
	--bs-nav-tabs-link-active-border-color: var(--info) var(--info) #000;
}

html,body {
	scroll-behavior: smooth;
}

.kontrast-blog {
	display: none;
  }

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 25px;
	font-size: 20px;
	color: var(--secondary);
	background: #FBF9F8;
}

h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0 0 0px 0;
	padding: 0px;
	color: var(--headline-color);
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

h1{
	font-size: 50px;
	line-height: 1.5;
	margin: 55px 0 38px 0;
}

h2{
	font-size: 45px;
	line-height: 1.5;
	margin:90px 0 75px 0;
}

h3{
	font-size: 35px;
	line-height: 1.3;
	margin: 70px 0 30px 0;
}

h4{
	font-size: 25px;
	line-height: 1.4;
	margin: 50px 0 30px 0;
}

h5{
	font-size: 21px;
	line-height: 1.4;
	margin: 40px 0 25px 0;
}

h6{
	font-size: 21px;
	line-height: 1.4;
	margin: 40px 0 25px 0;
}

p{
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--secondary);
}

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

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

ul , ol {
	margin: 0 0 20px 15px;
	padding: 0px;
}

ul li , ol li{
	margin: 0 0 0 15px;
	padding: 0px;
}

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

a:hover{
	color: var(--light-sky);
}
hr { color:#D9D5D3; opacity: 1; border-top: 2px solid; }

.theme-btn {
	display: inline-block;
	width: auto;
	min-width: 267px;
	height: 52px;
	width: auto;
	-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;
	line-height: 48px;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid var(--primary);
	text-align: center;
	background: var(--primary);
	color: var(--white-color);
	padding: 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

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

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

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

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

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

.theme-btn-scondary {
	background: var(--secondary);
	border: 2px solid var(--secondary);
}
.theme-btn-success {
	background: var(--sucess);
	border: 2px solid var(--sucess);
}
/* btn danger start*/
.theme-btn-danger {
	background: var(--danger);
	border: 2px solid var(--danger);
}
.theme-btn-danger:hover {
	color: var(--danger);
}
.theme-btn-border-danger {
	background: transparent;
	border: 2px solid var(--danger);
	color: var(--danger);
}
.theme-btn-border-danger:hover {
	background: var(--danger);
	color: var(--white-color);
}
/* btn danger end */
.theme-btn-primary {
	background: var(--primary);
	border: 2px solid var(--primary);
}
.theme-btn-warning {
	background: var(--warning);
	border: 2px solid var(--warning);
}
.theme-btn-info {
	background: var(--info);
	border: 2px solid var(--info);
}
.theme-btn-light {
	background:var(--light) ;
	border: 2px solid var(--light);
}
.theme-btn-dark {
	background:var(--dark) ;
	border: 2px solid var(--dark);
}
.header-part{
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0px;
	top: 0px;
}

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

.header-top{
	background: url('../Images/header-top-bg.svg') no-repeat center center;
	color: var(--white-color);
	font-size: 16px;
	line-height: 22px;
	padding: 6px 0;
	position: relative;
	z-index: 100;
	background-size: cover;
}

.header-top-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0px 8px;
}

.header-top a{
	color: var(--white-color);
}

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

.header-top-left ul{
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

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

.header-top-left ul li:last-child{
	margin-right: 0;
}



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

.header-top-right {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* .kontrast-blog , .font-large{
	margin-right: 49px;
} */

/* .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;
	top: -4px;
}

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

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

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

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

.language-menu .language-drop{
	position: absolute;
	top: 100%;
	left: -10px;
	background: var(--light-sky);
	padding: 7px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	display: none;
	min-width: 78px;
  text-transform: uppercase;
}
.language-menu .language-drop li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(187 187 187 / 50%);
}
.language-menu .language-drop li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.language-menu .language-drop .text-muted{
	color: rgba(255, 255, 255, .7)!important;
}

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

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

.header-bottom{
	/* background:url('../Images/header-bg.svg') no-repeat center top; */
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background-size: cover;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 177px;
}

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

.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: 200px;
}

.main-menu-outer{
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
}

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

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

.main-menu > ul > li{
	margin-right: 28px;
	position: relative;
}
@media(min-width:992px){
	.main-menu  ul  li.has-child .submenu-click{
		display: none;
	}
}


.main-menu > ul > li .submenu-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    padding: 10px 20px 10px 20px;
    display: none;
    width: 290px;
    background: rgba(255, 255, 255, 0.8) !important;
    text-align: left;
    font-size: 18px;
    hyphens: auto;
    color: rgb(6, 33, 59);
    text-align: center;
}

[data-bs-theme=dark] .main-menu > ul > li .submenu-menu{
	background: rgba(1, 45, 90, 0.5) !important;
}
[data-bs-theme=dark] .submenu-menu li a{
	color: var(--white-color);
}
[data-bs-theme=dark] .submenu-menu li a:hover{
	color: var(--white-color);
}

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

/* .submenu-menu li {
    display: flex;
    flex-wrap: wrap;
	justify-content: left;
	align-items: left;

} */

.submenu-menu li a{
	display: block;
	font-weight: 400;
	color: var(--secondary);
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	color: rgb(6, 33, 59);
	hyphens: auto;
	word-wrap: break-word;
}
.submenu-menu li a:hover {
	color: rgb(6, 33, 59);
	font-weight: 700;
}
.submenu-menu li.active a {
	font-weight: 700;
}
.main-menu > ul > li > a{
	color: var(--info);
	display: block;
	padding: 10px 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

[data-bs-theme=dark] .main-menu > ul > li > a{
	color: var(--white-color);
}
/* .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: "";
} */

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

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

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

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

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

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

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

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

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

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

.logo-simple{
	display: block;
}

.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: 20px 0;
	height: auto;
}


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

.main-part{
	/* min-height: 1200px; */
}



/*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;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

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

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

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

.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(--primary);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

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

.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: 24px;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 24px;
  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(--primary);
	font-size: 16px;
	font-weight: 600;
	margin-right: 8px;
}
[data-bs-theme=dark] .humbarger-menu.humbarger-menu-on > span {
	color: var(--white-color);
}

.close-txt{
	display: none;
}

.menu-txt{
	display: block;
}

.submenu-click{
	display: none;
}

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


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

[data-bs-theme=dark] .header-part.sticky.sticky-fixed .close-humb .burger .burger-lines,
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::after,
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::before{
	background: var(--white-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(--header-txt);
}

[data-bs-theme=dark] .header-part.sticky.sticky-fixed .burger .burger-lines,
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .burger .burger-lines::after,
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .burger .burger-lines::before{
	background: var(--white-color);
}

[data-bs-theme=dark] .header-part.sticky.sticky-fixed .humbarger-menu.humbarger-menu-on > span{
	color: var(--white-color);
}

.body-hide{
	overflow: hidden;
}

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

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

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

.list-icon li, ul li{
	display: block;
	position: relative;
	padding-left: 35px;
	background: url('../Images/list-check-light.svg') no-repeat 0 5px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: var(--primary);
	margin-bottom: 20px;
}
[data-bs-theme=dark] .list-icon li, [data-bs-theme=dark] ul li{
	color: var(--white-color);
	background: url('../Images/list-check-dark.svg') no-repeat 0 5px;
}

.list-ordered , .list-ordered li, ol li{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

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

.list-ordered li:before, ol li:before{
    counter-increment: listitem;
  	content: counters(listitem, '.') '.';
    color: var(--secondary);
    margin-right: 10px;
}
[data-bs-theme=dark] .list-ordered li:before, [data-bs-theme=dark] ol li:before{
	color: var(--white-color);
}
/* inner page banner Start */
.inner-banner{
	background-size: cover;
	padding: 210px 0 120px 0;
	min-height: 700px;
}
.inner-banner-info{
	background: var(--primary);
	width: 100%;
	max-width: 484px;
	padding: 45px;
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.5;
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
	float: right;
}
.inner-banner-info h1{
	color: var(--white-color);
	font-size: 50px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.inner-banner-info h2 {
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--white-color);
}
.inner-banner-info p {
	margin: 0 0 25px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--white-color);
}
/* inner page banner End */

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

table tr th{
	color: var(--dark) !important;
	padding: 8px 0 !important;
	border-bottom: 2px solid #D9D5D3;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

table tr td{
	padding: 8px 0 !important;
	border-bottom: 1px solid #D9D5D3;
	color: var(--secondary) !important;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
table tr td p {
	padding: 8px 0 !important;
	border-bottom: 1px solid #D9D5D3;
	color: var(--secondary) !important;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
.scroll-top {
	background-color: var(--primary);
	border-radius: 0;
	width: 50px;
	height: 50px;
	scroll-behavior: smooth;
}
.scroll-top:active, .scroll-top:focus, .scroll-top:hover{
	background-color: #19416A;
}

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

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

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

}

.page-link-show:before {
	content: "";
	background: url('../Images/arrow-link.svg') no-repeat center center;
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-right: 3px;
	background-size: 9px auto;
	vertical-align: middle;
}
[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: 14px;
	height: 16px;
	display: inline-block;
	background-size: 14px auto;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
[data-bs-theme=dark] .external-link:after {
	content: "";
	background: url('../Images/external-link-dark.svg') no-repeat center center;
	background-size: contain;
}

.telefon-link:before {
	content: "";
	background: url('../Images/phone.svg') no-repeat center center;
	width: 15px;
	height: 17px;
	display: inline-block;
	margin-right: 6px;
	background-size: 14px auto;
	vertical-align: middle;
}
[data-bs-theme=dark] .telefon-link:before {
	content: "";
	background: url('../Images/phone-dark.svg') no-repeat center center;
	background-size: contain;
}

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

[data-bs-theme=dark] .carousel-item-layout-primary{
	background-color: #111927;
}

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

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

.tx-indexedsearch-browsebox li:last-child{
    margin-right: 0px;
}

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

.tx-indexedsearch-browsebox li a{
    color: var(--txt-color);
    display: block;
}

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

.tx-indexedsearch-browsebox {
    margin-top: 50px;
}

#tx_indexedsearch fieldset + p{
    display: none;
}

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

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

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

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

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

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

.teaser-info-box h2{
	color: var(--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{
	background: var(--light-perrot);
	padding: 35px 23px 35px 35px;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	align-items: center;
	min-height: 300px;
}

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

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

.teaser-info-box p{
	margin:0 0 35px 0;
	color: var(--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%;
	height: 100%;
	position: relative;
}

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

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

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

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

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

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primary);
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.home-slider .item{
	height: 100vh;
}
@media(min-width:992px){
	.home-slider .item{
		height: 1050px;
	}
}
.home-slider-box{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	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: var(--primary);
	width: 100%;
	max-width: 484px;
	padding: 45px 46px;
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.5;
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
	position: relative;
}

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

.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;
}
.home-slider-box .link-arrow {
	width: 34px;
    height: 28px;
    text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 46px;
	bottom: 35px;
 }
 .home-slider-box .link-arrow:after {
	background: url('../Images/banner-arrow.svg') no-repeat center center;
	width: 28px;
	height: 28px;
 }


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

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

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

#tx_indexedsearch #tx-indexedsearch-searchbox-sword{
	max-width: 378px;
	margin: 0 15px;
	font-weight: 700;
	border: 1px solid var(--gray-500);
	height: 48px;
	padding: 0 19px;
	outline: none !important;
	box-shadow: none !important;
}

#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(--light-perrot);
}

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

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

.container .container{
	padding: 0px;
}

.searchforword p {
	margin: 0;
}

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

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

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

.card-group-element-item .card .card-body {
	padding: 25px;
}

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

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


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

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

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

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

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

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

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

.card-panel-dark, .card-panel-dark 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(--tab-bg);
	color: #ffffff;
}
[data-bs-theme=dark] .frame-background-primary{
	background: var(--info);
}

.frame-background-secondary{
	background: #012d5a;
	color: var(--white-color);
}
.frame-background-secondary *{
	color: var(--white-color);
}
.frame-background-light{
	background-color: #f2f7fc;
}
[data-bs-theme=dark] .frame-background-light {
	background-color: #111927;
}
.accordion-header{
	margin: 0px;
}

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



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

.accordion-item .accordion-header .accordion-button{
	color: var(--primary) !important;
	font-weight: 400;
	font-size: 25px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-radius: 0px !important;
	font-weight: 700;
	padding-left: 60px;
    position: relative;
}

.accordion-item .accordion-header .accordion-button:after{
	background: url('../Images/accordion-icon-down.svg') no-repeat center center;
	position: absolute;
    left: 20px;
}

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

.accordion-item .accordion-body {

	padding: 30px 60px;
}

.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 {
	border-color: #D8D6D5;
}

.nav-tabs .nav-link {
	font-size: 25px;
	color: var(--headline-color);
	font-weight: 500;
	border-radius: 0px !important;
	padding: 10px 24px;
}


.carousel-item-layout-secondary{
	background: var(--header-txt);
}
.nav-tabs{
	border-color: #D8D5D4;
}
[data-bs-theme=dark] .nav-tabs{
	border-width: 2px;
	border-color: var(--info);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--secondary);
    padding: 10px 24px;
    background: transparent;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
}



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

.timeline-item .timeline-item-inner{
	border: 2px solid #D8D6D5;
}

[data-bs-theme=dark] .timeline-item .timeline-item-inner{
	border: 2px solid var(--info);
	background-color: var(--primary);
}
.timeline-item .timeline-item-header-headline{

	color: var(--primary);
	margin: 10px 0 10px 0;

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

[data-bs-theme=dark] .timeline-item .timeline-item-header-headline,
[data-bs-theme=dark] .timeline-item .timeline-item-date,
[data-bs-theme=dark].timeline-item .timeline-item-text{
	color: var(--white-color);
}

[data-bs-theme=dark] .timeline:before{
	border-color: var(--info);
	opacity: 1;
}

.carousel .carousel-control-next::before {
	transform: rotate(45deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
}
.carousel .carousel-control-prev::before {
	transform: rotate(226deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
}
.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: #D8D6D5;
}

[data-bs-theme=dark] .timeline-item-marker::after,
[data-bs-theme=dark] .timeline-item-marker::before,
[data-bs-theme=dark] .timeline-item-marker span,
[data-bs-theme=dark] .timeline-item-icon::after,
[data-bs-theme=dark] .timeline-item-icon::before,
[data-bs-theme=dark] .timeline-item-icon span{
	border-color: var(--danger);
	border-width: 2px;
}
[data-bs-theme=dark] .timeline-item-marker svg path{
	/* fill: var(--white-color); */
	stroke: var(--white-color);
}
[data-bs-theme=dark] .timeline-item-marker:after, [data-bs-theme=dark] .timeline-item-icon:after{
	background-color:var(--primary)
}
.timeline-item-date{
	display: none;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: var(--secondary);
}

.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);
}
.card-panel-secondary a.theme-btn, .card-panel-secondary a.theme-btn.theme-btn-border:hover{
	background:var(--secondary);
	color: var(--white-color);
}
.card-panel-success a.theme-btn, .card-panel-success a.theme-btn.theme-btn-border:hover{
	background: var(--sucess);
	color: var(--white-color);
}
.card-panel-danger a.theme-btn, .card-panel-danger a.theme-btn.theme-btn-border:hover{
	background: var(--danger);
	color: var(--white-color);
}
.card-panel-warning a.theme-btn, .card-panel-warning a.theme-btn.theme-btn-border:hover{
	background: var(--warning);
	color: var(--white-color);
}
.card-panel-info a.theme-btn, .card-panel-info a.theme-btn.theme-btn-border:hover{
	background: var(--info);
	color: var(--white-color);
}
.card-panel-light a.theme-btn, .card-panel-light a.theme-btn.theme-btn-border:hover{
	background: var(--light);
	color: var(--white-color);
}
.card-panel-dark a.theme-btn, .card-panel-dark a.theme-btn.theme-btn-border:hover{
	background: var(--dark);
	color: var(--white-color);
}

/***************************
 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(--primary);
	 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(--primary);
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.history-section .projects-timeline .project .heading-box p{
	font-size: 18px;
	color: var(--primary);
	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{
	color: var(--white-color);
	border: 0;
	border-radius: 0;
  line-height: 1;
	margin: 0;
	padding: 0;
}
.font-large .toggle-text-btn.active, .font-large .toggle-text-btn:active, .font-large .toggle-text-btn.active{
	color: var(--primary);
}
.font-large .toggle-text-btn.active svg path{
	fill: var(--primary);
}
.font-large .toggle-text-btn svg{
	position: relative;
	top: 2px;
}

.kontrast-blog .btn{
	color: var(--white-color);
	border: 0;
	border-radius: 0;
  line-height: 1;
	margin: 0;
	padding: 0;
}
.kontrast-blog .btn:hover svg path{
	fill: var(--info);
}

.font-large .toggle-text-btn:hover svg path{
	fill: var(--info);
}
/***************************
Top Head End
 **************************/

/***************************
 Blog Page CSS Start
 ***************************/
 /* .news-widget {
	background: var(--tab-bg);
 } */
.news-widget-carousel .owl-stage-outer{
		padding: 24px 0 70px 0;
}
.news-widget-carousel .owl-stage{
	display: flex;
	flex-direction: row;
}
.news-widget-carousel .owl-stage .item{
	height: 100%;
	padding: 0 15px;
}
.news-widget-carousel .news-list-item{
	margin: 0 !important;
	padding: 0 !important;
	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: 33px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	opacity: 1;
}
.news-widget-carousel .owl-nav [class*='owl-']:hover, .news-widget-carousel .owl-nav [class*='owl-']{
	background-color: transparent;
}
.news-widget-carousel .owl-nav .owl-prev{
	background-image:url(../Images/green-arrow-left01.svg) !important;
}
.news-widget-carousel .owl-nav .owl-next{
	background-image:url(../Images/green-arrow-right01.svg) !important;
}

@media only screen and (min-width:1200px){
	.news-widget-carousel .owl-nav .owl-prev{
		margin-left: -25px;
	}
	.news-widget-carousel .owl-nav .owl-next{
		margin-right: -14px;
	}
}
@media only screen and (min-width:1400px){
	.news-widget-carousel .owl-nav .owl-prev{
		margin-left: -50px;
	}
	.news-widget-carousel .owl-nav .owl-next{
		margin-right: -35px;
	}
}

.c-card{
	  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    border: none;
}
/* .c-card .card-body{
	padding: 30px 30px 40px 30px;
	background:url(../Images/green-arrow-right.svg) no-repeat right 26px bottom 23px;
} */
.c-card .card-title{
	    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 1rem !important;
    color: var(--secondary);
    font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
[data-bs-theme=dark] .c-card .card-title{
	color: var(--white-color);
}
.c-card{
	color: inherit;
	box-shadow: none;
	background: transparent;
}
.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(--primary);
}

.news-thumb, .card-thumb{
    /* height: 238px; */
    /* background-color: var(--primary); */
}
.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{
	  padding-top: 0.25rem;
    font-size: 1rem;
    word-wrap: break-word;
    color: var(--gray-500);
    font-style: italic;
    padding-left: 12px;
    line-height: 1.2;
}
.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 10px;
}
.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: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #5D5757;
    border-color: #9E9E9E;
    padding: 0 15px;
}
.active>.page-link, .page-link.active{
	border-color:var(--primary);
	background-color:var(--primary);
	color: var(--white-color);
}

[data-bs-theme=dark]  .news-widget-carousel .card-body{
	/* color: var(--black-color); */
    background: transparent;
}
[data-bs-theme=dark] .sub-title::after{
    background: var(--info);
}


.portfolioContainer .news-card{
	display: block;
	margin-bottom: 30px;
}
.portfolioContainer .news-thumb, .portfolioContainer .card-thumb{
    height: 250px;
}
.portfolioContainer .news-body{
	margin-top: 15px;
}
.portfolioContainer h3{
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
  	white-space: nowrap;
}
.portfolioContainer .news-body .arrow-right {
    position: absolute;
    right: 4px;
    bottom: 10px;
}

.portfolioFilte{
	display: flex;
	flex-wrap: wrap;
    gap: 30px;
	margin: 0 0 40px 0 !important;
}
.portfolioFilte li{
	flex:0 0 100%;
	padding: 0;
	margin: 0;
	background: none;
}
.portfolioFilte li a{
	cursor: pointer;
	background: url(../Images/list-un-check-light.svg) no-repeat 0 5px;
	padding-left: 35px;
	display: inline-block;
}
.portfolioFilte li a.active{
	background: url(../Images/list-check-light.svg) no-repeat 0 5px;
}

@media only screen and (min-width:768px){
	.portfolioFilte li{
		flex:0 0 45%;
	}
}
@media only screen and (min-width:1024px){
	.portfolioFilte li{
		flex:0 0 17%;
	}
}


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


/***************************
Project Details CSS Start
 **************************/
.project-details .project-sub-title .strong{
	color: var(--primary);
}
.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(--primary);
}
#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
 **************************/

@media (max-width: 767.9px){
	.kontrast-blog button span{
		display: none;
	}
}


/*Global CSS*/
[data-bs-theme=dark] body{
	 color: var(--white-color);
	 background-color:#012D5A;
}

[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(--white-color);
	font-weight: 600;
}
[data-bs-theme=light] .dark-logo {
	display: none;
}

[data-bs-theme=dark] .navbar-brand-logo-normal {
	display: none;
}
[data-bs-theme=dark] .dark-logo {
	display: block;
    filter: brightness(0) invert(1) !important;
	-webkit-filter: brightness(0) invert(1) !important;

}
/*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, [data-bs-theme=dark] p{
	color: var(--white-color);
}


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


/*Header*/
[data-bs-theme=dark] .kontrast-blog .btn{
		color: var(--primary);
}
[data-bs-theme=dark] .kontrast-blog .btn:hover{
	color: var(--info);
}
[data-bs-theme=dark] .font-large .toggle-text-btn{
	  color:var(--black-color);
}
[data-bs-theme=dark] .font-large .toggle-text-btn svg path{
		fill:var(--info);
}
[data-bs-theme=dark] .font-large .toggle-text-btn:hover svg path{
	fill:var(--info);
}

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

[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: #012D5A;
    color: var(--white-color);
}
[data-bs-theme=dark] .header-top a{
		color: var(--black-color);
}
[data-bs-theme=dark] .header-bottom{
	/* box-shadow: 0 3px 6px 0 #00000029; */
	background:var(--header-bg-dark) ;
}
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .header-bottom{
	background: #012D5A;
}
[data-bs-theme=dark] .font-large .toggle-text-btn svg path{
	fill: var(--white-color);
}
/* [data-bs-theme=dark] .main-menu > ul > li.active > a:after{
	background:var(--white-color);
} */
[data-bs-theme=dark] .header-part.sticky.sticky-fixed .main-menu > ul > li > a{
	color: var(--white-color);
}
[data-bs-theme=dark] .kontrast-btn{
	color: var(--white-color);
}
[data-bs-theme=dark] .kontrast-btn:hover, [data-bs-theme=dark] .kontrast-btn:focus{
	color: var(--info);
}
[data-bs-theme=dark] .kontrast-btn svg path{
	fill: var(--white-color);
}
[data-bs-theme=dark] .kontrast-btn:hover svg path{
	fill: var(--info);
}
/* [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(--white-color) !important;
	border-bottom: 2px solid var(--info);

}


/*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] .card-body{
	color: var(--black-color);
	background:#111927;
}

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

[data-bs-theme=dark] p.sub-title{
	color: var(--white-color);
}

/* [data-bs-theme=dark] #c301.frame-background-primary{
	background-color: #111927;
} */

/*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(--white-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(--white-color);
	margin-bottom: calc(-2 * var(--bs-nav-tabs-border-width));
	border-bottom: 0;
}
[data-bs-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-bs-theme=dark] .nav-tabs .nav-link.active {
	border-width: 2px;
	border-color: var(--info);
	border-bottom: transparent;
	background-color: var(--primary);
}


/*Accordion*/
[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button {
    color: var(--white-color) !important;
    font-weight: 600;
	background:var(--primary);
}
[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background:var(--primary);
    border-color: var(--primary);
    color: var(--white-color) !important;
    font-weight: 600;
	border-color: var(--info);
	border-width: 2px;
}
/* [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 {
	border-color: var(--info);
	border-width: 2px;
}

[data-bs-theme=dark] .accordion-item .accordion-body{
	background:var(--primary);
}
[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:after {
    background: url('../Images/accordion-plus-dark.svg') no-repeat center center;
}
[data-bs-theme=dark] .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background: url('../Images/accordion-icon-down-active.svg') no-repeat center center;
    transform: unset !important;
}

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

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

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

}

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

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

.share-print .seit {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.share-print .seit a {
	color: var(--light-gray);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.share-print .seit a i{
	line-height: 0;
}

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

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


/* Project-info CSS Start*/

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.map-section .bg-blue{
	background-color: var(--blue-color2);
}
/* BG Colors End */


/***************************
Map Page CSS End
 **************************/


/***************************
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;
	padding-top: 36px;
	width: 100%;
}

@media (max-width: 991.9px){
	.more-links-wrapper{
		display: block;
		width: 100%;
	 }
}
.more-links-wrapper ul li{
	margin-bottom: 24px;
}
.more-links-wrapper ul li:last-child{
	margin-bottom: 58px;
}
.more-links-wrapper ul li a{
	font-weight: 400;
	color: var(--white-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 li:hover > ul{
  	display: block;

  }
  .main-menu ul li ul ul{
  	position: static;
  	left: 100%;
  	top: 0;
  	background: var(--white-color);
  	padding: 15px 0;
  	display: none;
  	min-width: 180px;
  }

  .submenu-click {
    position: static;
    left: auto;
    top: 2px;
    margin: 0;
    right: 0;
    width: 34px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}
.submenu-click svg{
	width: 10px;
	height: 14px;
}
[data-bs-theme=dark] .submenu-click svg path{
	fill: var(--white-color);
}
.main-menu>ul>li.active>a:after {
    background: var(--info);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    content: "";
}
.main-menu > ul > li > a:hover {
	font-weight: 900;
}

  @media (max-width: 991.9px){
  	.main-menu ul li ul ul{
  		position: static;
  		padding-left: 0;
		width: 100%;
  	}
  	/* .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: 30px;
  		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;
  	}
	  .main-menu-outer.active .kontrast-blog, .main-menu-outer.active .font-large{
		display: none;
	  }
  }

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


/********************************
Footer CSS Start
 ********************************/

.footer {
    background-color: var(--primary);
    padding: 60px 24px;
}
.footer-bg {
	background: url('../Images/footer-bg-mobile.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
@media(min-width:768px){
	.footer{
		padding: 34px;
	}
	.footer-bg {
		background: url('../Images/footer-bg.jpg') no-repeat center center;
		background-size: cover;
	}

}

.footer-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 45, 90, 0.9);
    z-index: -1;
}
[data-bs-theme=dark] .footer-bg::after{
    background-color: rgba(0, 0, 0, 0.8);

}
.footer p{
	color: var(--white-color);
}
.address-info{
	color: var(--white-color);
}
.address-info strong{
	font-weight: 700;
}
.footer-links a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 15px;
}

.members-logo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.members-logo .frame-default {
	padding-bottom: 0;
}
@media (min-width: 1200px) {
	.members-logo .frame {
	  --frame-spacing: 0;
	}
}
.member-logo{
	margin-right: 0;
	margin-bottom: 15px;
}
@media(min-width:768px){
	.members-logo{
		flex-direction: row;
	}
	.member-logo{
		margin-right: 15px;
		margin-bottom: 0;
	}
}
@media(min-width:1400px){
	.footer-links a{
		margin-bottom: 0;
	}

	.footer p{
		margin: 0;
	}
}
.conact-info a{
	color: var(--white-color);
}
.conact-info strong{
	font-weight: 700;
	margin-right: 8px;
}
.member-of{
	font-weight: 700;
	margin-bottom: 15px !important;
}
/* .footer .member-of {display: none} */
/********************************
Footer CSS End
 ********************************/


 .kontrast-btn{
	font-size: 18px;
	color: var(--dark);
	font-weight: 500;
 }


 .change-mode .btn{
	padding: 0;
	color: var(--dark);
	font-weight: 700;
 }
 .change-mode .btn svg{
	margin-left: 8px;
 }

 .font-large .toggle-text-btn.active svg path{
	fill: var(--info);
 }
 [data-bs-theme=light] [data-bs-theme-value=light] {
    display: none;
}
[data-bs-theme=dark] [data-bs-theme-value=dark] {
    display: none;
}
.theme-btn-arrow { position: absolute; right: 0; top: 50%; transform: translateX(-50%); }
[data-bs-theme=dark] .theme-btn-arrow svg path{
	fill: var(--white-color);
}
.news-list-item p { max-width: 900px; }
p.sub-title { font-weight: 300; font-style: italic; color: var(--secondary); font-size: 18px; position: relative; display: inline-block; width: auto; font-family: 'Roboto', sans-serif; }
.sub-title span { display: block; }
.sub-title::after { content: ""; background: var(--primary); width: 100%; height: 3px; position: absolute; left: 0; bottom: -10px; }
.icon-elements {
    text-align: center;
    position: relative;
	margin: 80px auto;
}
[data-bs-theme=dark] .icon-elements img{
	filter: brightness(0) invert(1);
}
.icon-elements p {
	max-width: 358px;
    margin: auto auto auto auto;
}
.icon-elements a {
	margin-top: 35px;
}
.icon-elements h4 {
	max-width: 268px;
	margin: auto;
	min-height: 73px;
	margin: 46px auto 10px auto;
}
.icon-elements .theme-btn {
	min-width: 193px;
}
.icon-elements h4, .icon-elements .theme-btn {
	text-transform: uppercase;
}
.contact-person h4 {
	color: var(--secondary);
	margin: 30px 0;
	text-transform: uppercase;
}
[data-bs-theme=dark] .contact-person h4{
	color: var(--white-color);

}
@media(min-width:992px){
	.column-2 .col {
		width: 50%;
		flex: 0 0 50%;
	}
	.column-3 .col {
		width: 33.33%;

		flex: 0 0 33.33%;
	}
	.column-4 .col {
		width: 25%;
		flex: 0 0 25%;
	}
	.column-5 .col {
		width: 20%;
		flex: 0 0 20%;

	}
	.column-6 .col {
		width: 15%;
		flex: 0 0 15%;

	}
	.item-with-arrow::after {
		background: url('../Images/icon-arrow.svg') no-repeat center center;
		content: "";
		right: -18px;
		position: absolute;
		top: 50%;
		z-index: 9;
		width: 35px;
		height: 27px;
		transform: translateY(-50%);
	}
	[data-bs-theme=dark] .item-with-arrow::after {
		background: url('../Images/icon-arrow-white.svg') no-repeat center center;
		content: "";
	}
	.col:last-child .item-with-arrow::after {
		content: none;
	}
}

/***************************
 Bild Slider Start
 ***************************/
 .bild-widget {
	background: #F2F7FB;
	padding: 73px 0;
 }
.bildslider .owl-stage-outer{
		padding: 0;
}
.bildslider .owl-stage{
	display: flex;
	flex-direction: row;
}
.bildslider .owl-stage .item{
	height: 100%;
	padding: 0 15px;
	position: relative;
}
.bildslider .news-list-item{
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}
.bildslider .news-list-item.no-image{
	height: inherit;
}
.bildslider .owl-item{
	display: flex;
	align-items: center;
}
.bildslider .owl-nav{
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}
.bildslider .owl-nav .owl-prev, .bildslider .owl-nav .owl-next{
	overflow: hidden;
	text-indent: 1000px;
	width: 27px;
	height: 33px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	opacity: 1;
}
.bildslider .owl-nav [class*='owl-']:hover, .bildslider .owl-nav [class*='owl-']{
	background-color: transparent;
}
.bildslider .owl-nav .owl-prev{
	background-image:url(../Images/green-arrow-left01.svg) !important;
}
.bildslider .owl-nav .owl-next{
	background-image:url(../Images/green-arrow-right01.svg) !important;
}
.bild-card-thumb {
	position: relative;
}
.bild-card-thumb img {
	width: revert-layer !important;
	object-fit: cover;
	height: 325px;
}
.bild-description {
    background-color: rgba(1, 45, 90, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 40px;
    color: #fff;
	transition: all 0.5s;
	opacity: 0;

}
.bild-card-thumb:hover .bild-description {
	opacity: 1;

}
@media only screen and (min-width:1200px){
	.bildslider .owl-nav .owl-prev{
		margin-left: -25px;
	}
	.bildslider .owl-nav .owl-next{
		margin-right: -14px;
	}
}
@media only screen and (min-width:1400px){
	.bildslider .owl-nav .owl-prev{
		margin-left: -50px;
	}
	.bildslider .owl-nav .owl-next{
		margin-right: -35px;
	}
}
/***************************
 Bild Slider End
 ***************************/
@media (min-width: 1400px) {
	.frame-container-default {
		max-width: 1555px;
	}
}


/***************************
 Map Wrappper Start
 ***************************/
 @keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
 .map-wrapper{
    max-width: 100%;
    height: 100%;
	margin: 80px 0;
}
.map-wrapper .map-canvas{
    width: 1054px;
    min-height: 1200px;
    position: relative;
    margin: 0 auto;

}
.map-wrapper .pin-wrapper{
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 37px;
    top: 106px;
    left: 822px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.map-wrapper.map-wrapper-active .pin-wrapper{
    opacity: 1;
}
.map-wrapper.map-wrapper-active .pin-wrapper .light{
	display: block;
}
.map-wrapper.map-wrapper-active .pin-wrapper .dark{
	display: none;
}

[data-bs-theme=dark] .map-wrapper.map-wrapper-active .pin-wrapper .light{
	display: none;
}
[data-bs-theme=dark] .map-wrapper.map-wrapper-active .pin-wrapper .dark{
	display: block;
}

.map-wrapper .pin-wrapper > a{
    display: block;
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.map-wrapper .pin-wrapper > a:hover {
	animation-name: bounce;
	-moz-animation-name: bounce;
}
.map-wrapper .pin-wrapper .pin img {
    width: 27px;
	height: auto;
}


.map-wrapper .pin-wrapper .maptooltip {
    display: none;
    position: absolute;
    width: 350px;
    height: auto;
    top: auto;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.20);
    transition: 0.3s;
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
    z-index: 101;
}

@media(min-width:768px){
    .map-wrapper .pin-wrapper .maptooltip {
        width: 450px;
    }
}


.map-wrapper .pin-wrapper .maptooltip:after {
    border-left: solid transparent 12px;
    border-right: solid transparent 12px;
    border-top: solid var(--white-color) 12px;
    top: 100%;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
}
[data-bs-theme=dark] .map-wrapper .pin-wrapper .maptooltip:after{
    border-top: solid #111927 12px;

}
.map-wrapper .pin-wrapper .theme-btn-link{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.map-wrapper .pin-wrapper .maptooltip .tooltip-img{
    width: 100%;
    height: auto;
	overflow: hidden;
}
@media(min-width:768px){
    .map-wrapper .pin-wrapper .maptooltip .tooltip-img{
        height: 250px;
    }
}

.map-wrapper .pin-wrapper .maptooltip .tooltip-text {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px;
    background-color: #fff;
}
[data-bs-theme=dark] .map-wrapper .pin-wrapper .maptooltip .tooltip-text{
	background-color: #111927;
}
.map-wrapper .pin-wrapper .maptooltip .tooltip-text h2{
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.map-wrapper .pin-wrapper .maptooltip .tooltip-text p{
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
}

.map-wrapper.map-wrapper-active .pin-wrapper.pin-1 {
    left: 215px;
	top: 10px;


}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-2 {
    left: 405px;
    top: 118px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-3 {
    left: 435px;
    top: 107px;
}

.map-wrapper.map-wrapper-active .pin-wrapper.pin-4 {
    left: 420px;
    top: 141px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-5 {
    left: 533px;
    top: 129px;

}

.map-wrapper.map-wrapper-active .pin-wrapper.pin-6 {
	left: 556px;
	top:104px;
}

.map-wrapper.map-wrapper-active .pin-wrapper.pin-7 {
    left: 560px;
	top: 124px;
}

.map-wrapper.map-wrapper-active .pin-wrapper.pin-8 {
    left: 580px;
    top: 104px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-9 {
    left: 618px;
    top: 280px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-10 {
    left: 655px;
    top: 300px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-11 {
    left: 980px;
    top: 843px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-12 {
    left: 632px;
    top: 880px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-13 {
    left: 572px;
    top: 925px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-14 {
    left: 384px;
    top: 963px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-15 {
    left: 347px;
    top: 909px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-16 {
    left: 227px;
    top: 668px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-17 {
    left: 166px;
    top: 352px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-18 {
    left: 374px;
    top: 214px;
}
.map-wrapper.map-wrapper-active .pin-wrapper.pin-19 {
    left: 347px;
    top: 210px;
}


.map-wrapper .pin-wrapper .maptooltip.show-tooltip{
    display: block;
}

.map-wrapper .pin-wrapper.pin-1 .maptooltip,
.map-wrapper .pin-wrapper.pin-2 .maptooltip,
.map-wrapper .pin-wrapper.pin-3 .maptooltip{
    top: calc(100% + 20px);
    bottom:auto;
}
.map-wrapper .pin-wrapper.pin-1 .maptooltip:after,
.map-wrapper .pin-wrapper.pin-2 .maptooltip:after,
.map-wrapper .pin-wrapper.pin-3 .maptooltip:after {
    content: " ";
    bottom: 100%;
    top: auto;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #fff;
}

[data-bs-theme=dark] .map-wrapper .pin-wrapper.pin-1 .maptooltip:after,
[data-bs-theme=dark] .map-wrapper .pin-wrapper.pin-2 .maptooltip:after,
[data-bs-theme=dark] .map-wrapper .pin-wrapper.pin-3 .maptooltip:after {
	border-bottom-color: #111927;
}

.map-wrapper .close-tooltip {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
    border: none;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    width: 24px;
    height: 22px;
	z-index: 100;
}
.map-wrapper .close-tooltip img{
    width: 24px;
    height: 22px;
}

[data-bs-theme=dark] .map-wrapper .theme-btn-link{
	color: var(--white-color);
}
[data-bs-theme=dark] .map-wrapper .theme-btn-link:hover{
	opacity: 0.7;
}

.map-wrapper  .maptooltip {
	border-radius: 18px;
	overflow: hidden;
}

@media(max-width: 767.90px){
	.map-wrapper .map-canvas {
		width: 375px;
	}
	.map-wrapper .pin-wrapper{
		width: 18px;
		height: 25px;
		top: 17px;
    	left: 203px;
	}

	.map-wrapper .pin-wrapper .pin img {
		width: 18px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-1 {
		top: -6px;
		left: 70px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-2 {
		top: 32px;
		left: 134px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-3 {
		top: 25px;
		left: 150px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-4 {
		left: 149px;
		top: 42px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-5 {
		left: 185px;
		top: 35px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-6 {
		left: 199px;
		top: 44px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-7 {
		left: 184px;
		top: 55px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-8 {
		left: 203px;
		top: 22px;
	}
	/* .map-wrapper.map-wrapper-active .pin-wrapper.pin-8 {
		left: 210px;
		top: 80px;
	} */
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-9 {
		left: 236px;
		top: 90px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-10 {
		left: 323px;
		top: 290px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-11 {
		left: 222px;
		top: 300px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-12 {
		left: 648px;
		top: 896px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-13 {
		left: 198px;
		top: 320px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-14 {
		left: 138px;
		top: 326px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-15 {
		left: 113px;
		top: 310px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-16 {
		left: 83px;
		top: 235px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-17 {
		left: 53px;
		top: 117px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-18 {
		left: 113px;
		top: 60px;
	}
	.map-wrapper.map-wrapper-active .pin-wrapper.pin-19 {
		left: 133px;
		top: 73px;
	}

	  .map-wrapper .pin-wrapper .maptooltip {
		top: 0 !important;
		bottom: 0 !important;
		left: 0;
		right: 0;
		z-index: 99999999999;
		position: fixed;
		transform: inherit;
		width: 100%;
		transform: translateX(-100%);
		display: block;
		box-shadow: none;

	  }
	.map-wrapper .pin-wrapper .maptooltip.show-tooltip {
		transform: translateX(0);

	}
	.map-wrapper .pin-wrapper .maptooltip:after {
		content: none;
	}
}

.map-wrapper .owl-theme .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.map-wrapper .owl-theme .owl-nav {
    display: flex;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    justify-content: space-between;
	margin: -17px 0 0 0;
}
.map-wrapper .owl-theme .owl-nav .owl-prev,
.map-wrapper .owl-theme .owl-nav .owl-next{
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: transparent;
	width: 38px;
	height: 38px;
}
.map-wrapper .owl-theme .owl-nav .owl-prev{
	background: url('../Images/left-white-arrow-01.svg') no-repeat center center;
}
.map-wrapper .owl-theme .owl-nav .owl-next{
	background: url('../Images/right-white-arrow-01.svg') no-repeat center center;
}

/***************************
 Map Wrappper End
 ***************************/

/***************************
 Gallery Start
 ***************************/
 .galley-item{
	position: relative;
    display: block;
 }
 .galley-item .galley-item-info{
	position: absolute;
	padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(1, 45, 90, 0.8);
 }
 @media(min-width:768px){
	.galley-item .galley-item-info{
		padding: 40px;
	 }
 }
.galley-item:hover .galley-item-info{
	opacity: 1;
}

 .galley-item .galley-item-pic {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
 @media(min-width:768px){
	.galley-item .galley-item-pic{
		height: 324px;
	 }
 }

.galley-item .galley-item-pic img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.galley-item .sub-heading{
	font-size: 21px;

	color: var(--white-color);
	margin: 0;
	padding: 0;
}

.galley-item .heading{
	font-size: 25px;
	font-weight: 700;

	color: var(--white-color);
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
@media(min-width:768px){
	.galley-item .heading{
		margin-bottom: 40px;
	}
}
.galley-info {
	font-size: 21px;

	color: var(--white-color);
	margin: 0;
	padding: 0;
}

@media(min-width:768px){
	.galley-info {

		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
 /***************************
 Gallery Start
 ***************************/

 /***************************
 Counter Start
 ***************************/
 .counter { text-align: center; margin: 50px 0; }
 .counter h2 {
	margin: 0;
	font-size: 70px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 82px;
}
.counter p {
	margin: 0;
	padding: 0;
	color: var(--primary);
	font-weight: 300;
	font-size: 21px;
}
[data-bs-theme=dark] .counter p {
	color: var(--white-color);
}
 /***************************
 Counter End
 ***************************/
 #c236, #top {
	scroll-behavior: smooth;
  }

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

[data-bs-theme="dark"] .main-menu > ul > li .submenu-menu {
	background: rgba(1, 45, 90, 0.75) !important;
  }