
{#Services#}
.title-menu{
display: flex;
align-items: center;
  padding-bottom: 13px;
}
div.title-menu > a{
  font-size: 8px;
  padding: 5px 0px 0px 0px;
}
.title-menu img{
  vertical-align: middle;
    padding-right: 5px;
}

span.items-menu{
  font-size:14px;
  line-height: normal;
}
.items-menu{
  line-height: normal;
}
.items-menu:hover{
background-color: 	 #99c2ff;
  border-radius: 5px;
  margin-top:0;

}
hr.mega-menu-hr{
  background-color: #ccc;
    border: none;
    color: #ccc;
    height: 0;
    height: 2px;
}

{# SERVICES2 HIDDEN MENU#}
.hidden-menu{
/*   display: flex; */
  align-items: center;
  line-height: normal;
}
/* .hidden-menu:hover{
background-color: 	 #99c2ff;
  border-radius: 5px;
  margin-top:0;
} */

.hidden-menu img {
  margin-right: 10px;
  vertical-align: middle;
    padding-right: 5px;
}

.hidden-menu a {
  color: #0066ff;
  text-decoration: none;
}

.hidden-menu-opt{
  display: flex;
  align-items: center;
  line-height: normal;
}

/* .hidden-menu-opt:hover{
background-color: 	 #99c2ff;
  border-radius: 5px;
  margin-top:0;

} */

.hidden-menu-opt img {
  margin-right: 10px;
  vertical-align: middle;
    padding-right: 5px;
}

.hidden-menu-opt a {
  color: #0066ff;
  text-decoration: none;
}
.hidden-menu-category{
  display:none;
}
.hidden-class{
display: block;
}

{#Title categories#}
.title-category{
font-size: 18px;
  font-weight:500;
  color:#444;
}

{#INSIGHT ELEMENT#}
.insights-menu{
  display:flex;
  flex-direction:column;
  cursor:pointer;
}
.insights-menu p{
padding-left:30px;
  font-size:14px
}
.insights-item{
  display: flex;
  align-items: center;
  line-height: normal;  
}
.insights-menu:hover{
background-color: 	 #99c2ff;
  border-radius: 5px;
  margin-top:0;
}
.insights-item img{
  vertical-align: middle;
    padding-right: 5px;
}




{#EMBEDED CTA = KONTAKT#}
.hs-cta-embed-174948316502{
  transition: all .4s ease-in-out;
  letter-spacing: 1px;
}
.hs-cta-embed-174948316502:hover{
transform: scale(1.05) !important;
}

{#CSS MODULO#}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: none !important;
	vertical-align: bottom;
  padding: 5px 0;
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a.mega span {
padding-right: 17px !important;
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a.mega:after {
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: -1;
}

.hhs-top-bar .mega-menu .hs-menu-wrapper > ul > li > ul:before {
	content: '';  
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
 position: relative; 
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover:after {
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 0;
    height: 2px;
    transition: width 220ms ease-in;
}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after{
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-menu-depth-1:after {
 height: 0; 
}

{#
 * NEW HAMBURGER TOGGLE
 #}

.hhs-menu-toggle {
	padding-left: 1em;
	position: relative;
	z-index: 1001;
}

.hhs-side-menu .hhs-menu-toggle {
  text-align: right;
  float: right;
  margin-right: 15px;
}

.hhs-side-menu.is-open .hhs-menu-toggle {
  display: block;
}

.hhs-side-menu .hhs-menu-toggle button {
  position: relative;
}

.hamburger-icon {
	width: 2em;
	height: 1.5em;
	position: relative;
	display: block;
	margin: auto;
}
.hamburger-icon .line {
	display: block;
	background: #666;
	width: 2em;
	height: 4px;
	position: absolute;
	left: 0;
	border-radius: 0.025em;
	transition: all 0.4s;
	border-radius: 1em;
}
.hamburger-icon .line.line-1 {
	top: 0;
}
.hamburger-icon .line.line-2 {
	top: 50%;
}
.hamburger-icon .line.line-3 {
	top: 100%;
}


.hamburger-icon.active .line-1 {
	transform: translateY(0.75em) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line-2 {
	opacity: 0;
}
.hamburger-icon.active .line-3 {
	transform: translateY(-0.75em) translateX(0) rotate(-45deg);
}

.hhs-side-menu__mobile-controls {
	padding-right: 1em;
  margin-bottom: 0em;
  float: left;
}

.hhs-nav-grid {
	display: flex;
	align-items: center;
}

.hhs-nav-grid__extras {
	display: flex;
}

{#
 * SEARCH
 #}

.hs-search-field {
	position: relative;
	width: 1px;
}

.hs-search-field__bar {
	top: 2px;
	left: 0;
	max-width: 0;
	overflow: hidden;
	transition: all 0.125s ease-in-out;
}

.hs-search-field.is-open .hs-search-field__bar {
	width: 40vw;
	max-width: 40vw;
	left: -40vw;
  position: absolute;
}

.hhs-top-bar .hs-search-field__bar .hs-search-field__input {
	border: 0;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1000;
  -webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
  padding: 5px 8px !important;
}

.top-bar-search {
	border: 0;
	background: none;
	padding: 0.33em;
	display: inline-block;
	margin-top: 0px;
	cursor: pointer;
  margin-right: 5px;
}

.top-bar-search i span {
 display: none; 
}

.hhs-side-menu .top-bar-search {
  position: absolute;
  top: 2px;
  right: 52px;
}

.hhs-side-menu__controls .hhs-lang-switch .globe_class:before,
.hhs-side-menu .fas {
 font-size: 20px; 
}

.hhs-menu-button {
	border: 0;
	background: none;
	display: inline-block;
	cursor: pointer;
}

@media (max-width: 575px) {
  .hhs-menu-button {
    vertical-align: super;
  }
  .top-bar-search {
  display: none;
  }
}

.sc-site-header__menu .hs-menu-children-wrapper {
	padding: 0.33em 0 !important;
}

.sc-site-header__menu .hs-menu-item.hs-menu-depth-2 {
	width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 padding: 10px 0px; 
}

.hhs-lang-switch .lang_list_class li a {
 padding: 10px; 
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
  opacity: 0;
}

{#
 * SIDE MENU
#}

.hhs-side-menu .hhs-lang-switch .globe_class:before {
	color: #000; 
}

.hhs-side-menu {
	position: fixed;
	max-height: 100vh; 
	top: 0;
	bottom: 0;
	background-color: #fff;
	padding-top: 1em;
	z-index: 100001;
	overflow-y: auto;
	right: -100%;
	transition: all 0.5s ease-in-out;
}

.page-editor .hhs-side-menu {
	height: 0px; 
}

.hhs-side-menu.is-open {
	right: 0;
}

.body-wrapper.nav-is-open  {
	overflow-y: hidden;
}

.body-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
	transition: all 0.33s ease-in-out;
}

.body-wrapper.nav-is-open::after {
	left: 0;
	opacity: 1;
}

.hhs-side-menu__ctas {
	padding: 1.88em 2em 0em;
}

.hhs-side-menu__form {
	padding: 0em 2em 0em;
}
.hhs-side-menu__text {
	padding: 0em 2em 0em;
}

.hhs-side-menu__text.text-above {
 padding-top: 2em; 
}

.hhs-side-menu__ctas .hhs-header-cta {
	float: left;
	margin: 0 1em 0 0;
}
.hhs-side-menu__ctas .hhs-header-cta a {
 margin-bottom: 15px; 
}

.hs-menu-flow-vertical .hhs-nav-links {
	display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 0.2em 0 !important;
	max-width: 100%;
	width: 100%;
  overflow: visible;
}

.hhs-side-menu__mobile {
	padding: 1em 2.25em 0 2em;
}

.hhs-side-menu__mobile .sc-site-header__menu {
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(125,125,125, 0.42);
}

.hhs-nav-links {
	margin: 0 !important;
  vertical-align: bottom;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	font-size: 0.88em;
	display: block;
	visibility: visible;
	opacity: 1;
	position: static;
	background: none;
	padding-left: 1.33em !important;
	padding-top: 0 !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	max-height: 0;
	overflow: hidden;
  opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
  background-color: transparent !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
	max-height: 100%;
  opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.fa-caret-right::after {
	content: '\f0da';
}

.hhs-sidebar-nav-toggle {
  display: inline-block;
	border: 0;
	background: none;
	font-size: 1rem;
	padding: 0.25rem 0.66rem 0.25rem;
	line-height: 1;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-sidebar-nav-toggle.is-open > * {
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-side-menu__extras {
	padding: 0.66em 2em;
}
.hhs-side-menu__extras .hs-menu-item {
	width: 100%;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	width: 100%;
	padding: 0.25em 0;
  overflow: visible;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  max-width: 250px;
  width: max-content;
  line-height: 1;
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  line-height: 1;
  width: auto !important;
  padding: 10px 20px 10px 10px;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
 text-indent: 10px; 
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li li a {
 text-indent: 20px; 
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
  content: '' !important;
}

@media (min-width: 510px) {
	.hhs-side-menu__mobile-controls {
		display: none;
	}
}


@media (max-width: 509px) {
	.hhs-nav-grid__extras .top-bar-search,
	.hhs-nav-grid__extras .hhs-lang-switch {
		display: none;
	}
}

.hhs-side-menu .sc-site-header__menu.hs-menu-flow-vertical {
	overflow: initial;
	height: auto;
}

.hhs-side-menu span {
	display: inline;
}

.hhs-side-menu__controls {
	position: relative; 
  width: 100%;
  z-index: 100000;
  margin: 0em 0 0 auto;
}


.hhs-side-menu__controls .hs-search-field .hs-search-field__bar {
 width: 0px;
  display: none;
}

.hhs-side-menu__controls .hs-search-field.is-open .hs-search-field__bar {
	width: 13.5em;
	max-width: 13.5em;
  top: -3px;
	left: 2em;
  display: block;
  position: absolute;
}

.hhs-side-menu__controls .hs-search-field {
	z-index: 1000; 
}

.hhs-side-menu__controls .hs-search-field input {
	padding: 8px;
  font-size: 16px;
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
  white-space: inherit;
}

.hhs-side-menu__footer {
	padding: 2em;
	text-align: right;
}

.hhs-side-menu__footer i {
	font-size: 18px;
	padding: 5px;
}
.hhs-side-menu__footer i span {
	display: none;
}

.hhs-side-menu {
	display: flex;
	flex-direction: column;
}

{#
* CMS Preview Fixes
#}

.hhs-top-bar div.hs_cos_wrapper_type_cta {
	display: inline; 
}

{#
* MEGA MENU STYLE 
#}

.mega-menu {
	left: 0; 
	position: fixed;
	width: 100%;
	padding:15px;
	z-index: 10000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
}

.mega-menu {
	opacity: 0; 
	pointer-events: none; 
	transition: opacity .2s ease-in-out,
				max-height .8s ease-in-out,
				padding .2s ease-in-out;
  transition-delay: 300ms;
	max-height: 0;
	padding: 0;
  cursor: default;
}










































	





















.menu-container{
display:flex;
  flex-direction:column;
  
  
}
 
 .hhs-lang-switch .lang_switcher_class {
   padding: 7px 10px; 
   margin-top: 5px;
 }
 
 .hhs-lang-switch .globe_class {
   background-image: none !important;
   font-family: "Font Awesome 5 Free";
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   font-weight: 900;
 }



.hhs-side-menu__controls .hhs-lang-switch {
	position: absolute;
	top: 5px;
	right: 100px;
}

.hhs-side-menu__controls .hhs-lang-switch .lang_switcher_class {
	padding: 0px;
	margin-top: 0;
}

.hhs-lang-switch .globe_class {
 height: 30px; 
}
 
 .hhs-lang-switch .lang_list_class {
   text-align: left;
   border: none;
   top: 35px;
   left: -10px;
   padding-top: 0px !important;
   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   min-width: 100px;
   width: max-content;
 }

.hhs-side-menu .hhs-lang-switch .lang_list_class {
   top: 30px;
  z-index: 1000;
}
 
 .hhs-lang-switch .lang_list_class:before {
   border: none;
   width: 10px;
 }
 .hhs-lang-switch .lang_list_class:after {
   border: 5px solid transparent;
   left: 85px;
   top: -10px;
 }
 .hhs-side-menu .hhs-lang-switch .lang_list_class:after {
   left: 76px;
 }



 .hhs-lang-switch .lang_list_class li:first-child,
 .hhs-lang-switch .lang_list_class li{
   border: none !important; 
 }
 .hhs-lang-switch .lang_list_class li:first-child {
   padding-top: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li:last-child {
   padding-bottom: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li {
   padding: 0px; 
   margin-bottom: 0px;
 }
 

.hhs-lang-switch .lang_list_class li a {
  display: block;
}

.hhs-lang-switch,
.hhs-header-search,
.hhs-header-cta {
	float: right;
	margin-left: 15px;
	z-index: 1000;
	position: relative;
}

.hhs-lang-switch a,
.hhs-header-search a{
	padding: 10px 5px;
	display: block;
}

.hhs-header-search a i {
	vertical-align: bottom;
}

.hhs-lang-switch .globe_class:before {
	vertical-align: middle;
}


.hhs-header-mod .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	width: 100%;
	display: block;
	clear: both;
}

.hhs-header-hat {
	position: relative;
	z-index: 1000;
}

.hhs-hat-menu .hs-menu-children-wrapper:before {
	content: "\f0d8";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	padding-left: 10px;
}

.hhs-header-hat .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.hhs-header-hat .col-12 * {
 margin-bottom: 0px; 
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: right;
}
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span {
	padding: 10px 0;
}

{#* MEGA MENU STYLE *#}

.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a {
	color: #555555 !important;
	padding: 5px;
	text-transform: none;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a {
  white-space: normal !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: block;
	opacity: 1;
	visibility: visible;
	position: static;
}

.mega-text-con {
	white-space: normal; 
}

.mega-text-con li {
	
	width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul .mega-menu ul {
	background: transparent !important; 
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

{# HEADER HAT STYLE #}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-right: 0px;
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: none;
	overflow: visible;
}



{# Parent List #}
.custom-menu-primary .hs-menu-wrapper {
	overflow: visible !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
	float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
	font-weight: normal;
	margin-left: 0px !important;
	margin-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	padding: 10px 15px;
	position: relative;
	display: block;
}

.custom-menu-primary a:hover {
	color: #000000;
}

{# STICKY HEADER STYLE #}
.hs-menu-children-wrapper .hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li.active a:hover,
.sticky-menu .hs-menu-item.active,
.sticky-menu .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover{
	background-color: transparent !important;
	cursor: default !important;
}
.sticky-menu {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
}

.sticky-menu.active {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
	opacity: 1;
}

.sticky-menu .widget-type-logo img {
	height: 35px !important;
	width: auto !important;
	margin: 10px 0;
}

.hhs-header.sticky-menu.active {
	padding: 5px 0px !important;
}

.custom-menu-primary.js-enabled .hamburger {
	display: none;
}

@media (max-width: 922px){
	.sticky-menu.active {
		position: static !important;
	}
	.sticky-menu .widget-type-cta {
		display: none;
	}
	.sticky-menu .widget-type-logo img {
		margin: 0;
	}
	.sticky-menu .page-center {
		padding: 0 10px !important;
	}
	.hhs-nav {
		position: relative;
	}
	.hhs-nav-opt-items {
		padding-right: 40px;
	}
	.custom-menu-primary.js-enabled {
		float: none;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}
	.custom-menu-primary.js-enabled .hamburger {
		display: inline-block;
	}
	.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 0px 15px;
	}
	.hhs-header-logo {
		position: relative;
		z-index: 1000;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li{
		margin-left: 0px !important;
	}
	.hamburger {
		padding-top: 10px; 
	}
}

@media (max-width: 575px){
	nav {
		transition: height 0.5s ease-in-out;
	}
	.hhs-header-mod .hhs-nav {
		padding-top: 25px; 
	}
	.custom-menu-primary.js-enabled {
		top: 20px; 
	}
	.hhs-hat-menu {
		position: relative;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		text-align: center !important;
		padding: 0 !important;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li li a {
		padding: 2px 10px !important;
	}
	.hhs-hat-menu .hhs-header-search a {
		padding: 5px 0px 5px 10px;
	}

	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
	.hhs-hat-menu > ul {
		width: 100% !important;
		margin: 0px auto !important;
		float: none !important;
    text-align: center;
	}
  
  .hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
   display: inline-block;
    text-align: center;
    padding: 0 5px;
  }
  .hhs-hat-menu .hs-menu-children-wrapper:before {
   text-align: left; 
  }
}



/* MEGA MENU*/

.mega-nav-con >.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
margin: 15px 0px;
}

.main-title-mega-menu{
height: 70px;
}
.main-title-mega-menu h5{
 color:#222;
  font-size: 22px;
  padding-bottom:5px;
}
.main-title-mega-menu p{
 color:#333;
  font-size: 14px;
}

/* mega-menu structure*/
.service-content-mega-menu{
display: flex;
  
}
.service-content-mega-menu li{
padding: 5px;
}
.partners-mega-menu{
margin-top: 20px;
}


.column-mega-menu{
  flex:6;
  display: flex;
}



.links-column ul, .submenu ul{
  list-style: none;
  padding: 0 !important;
  margin: 0;
  padding-left: 0 !important;
}
.links-column li, .submenu li{
  position: relative;
  list-style: none;
  padding: 5px 0;
}
.links-column li::marker{
  content: "";
}
/* .links-column a{
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.item-nav{
  display: flex;
   gap: 5px;
  align-items:center;
  position: relative;
  margin: 0!important;
}


.item-nav p{
  font-size: 16px;
}
.title-has-submenu{
  display: flex;
}


.submenu {
   display:none;
  padding-left:20px;

}
.submenu ul {
    display: flex;
    flex-direction: column;
}
.submenu li{
  font-size:14px;
}
.content-submenu{
  display:flex;
  flex-direction: column;
}
.cta-nav{
  position:relative;
  bottom: 50px;
  z-index: 999;
}
.img-mega-menu{
  padding-top:25px;
}


