/* Header container */

.header-main {
    position: fixed;
    background-color: #fff;
    height: 85px;
    z-index: 9;
    width:100%;
    box-shadow: 1px 1px 1px #e1e1e1;
  top:0;

}

.logo, .lang {
    padding: 20px 0;
    margin-top: 12px;
    width: 14.529914530000001%;
    float: left;
}



.custom-menu-outer {
    width: 74.358974359%;
    float: right;
}

.header-main .globe_class {
    background-image: url(https://2719723.fs1.hubspotusercontent-na1.net/hubfs/2719723/ennova%202017%20Theme/images/lang-globe.svg);
}
.login_btn .hs-button {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 28px;
}

.login_btn {
    position: absolute;
    right: 0;
    top: 0;
}


.header__language-switcher.lang.web {
    position: absolute;
    z-index: 1;
    width: 3%;
    height: 70px;
    left: auto;
    right: 5px;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 10px;
  z-index: 111;
}
.header__language-switcher.lang.web.lang-open {
    right: 0;
}



.header__language-switcher.lang.web {
    right: 40px;
}


.header-main .page-center.language-header {
    position: relative;
}
.header-main .lang.lang-open:before {
    content: '';
    background-color: #a0a5aa;
    height: 85px;
    position: absolute;
    left: -20px;
    width: 1px;
    top: -10px
}

.header-main .lang_list_class li a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.header-main .lang_list_class li:hover>a:before {
    opacity: 1;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2)
}

.header-main .lang_list_class li:first-child>a:before {
    opacity: 1;
    -webkit-transform: scaleX(1.2);
    -moz-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2)
}

.header-main .lang_switcher_class {
    padding-top: 6px
}

.header-main .lang_close {
     position: absolute;
     right: 0;
     top: 23px;
     z-index: 1;
     display: none;
     cursor: pointer;
}
.header-main .lang_list_class {
    display: none!important;
    position: absolute;
    top: 2px;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
    z-index: 100;
    list-style-type: none;
    padding: 0 0 0 40px;
    margin: 0;
    width: 500px;
    height: 25px;
}
.header-main .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0!important;
    margin: 0 10px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    display: inline-block;
    border: none!important;
}

.header-main .lang_list_class:after {
    display: none;
}

.header-main .lang_list_class li:before {
    display: none;
}

.header-main .lang_list_class:before {
    display: none;
}
.header-main .lang_list_class li a {
    font-size: 12px;
    letter-spacing: 3px;
    color: #000;
    padding: 25px 5px;
}

.header-main .lang_list_class li a:hover {
    color: #000;
    text-decoration: none;
}

ul.lang_list_class.show-me {
    display: block!important;
}

/***********************************************************************************/
/************************* NEW MEGE MENU 11.NOV.2022 *******************************/
/***********************************************************************************/
.header-main .header__column__new .page-center.language-header{
  max-width:1350px !important;
}

.header-main .header__column__new .language-header .login_logo{
  display:block;
  padding: 23px 0;
  position: absolute;
  transition: all .4s ease;
  margin-top: 5px;
  z-index: 111;
  right: 50px;
}

.header__column__new .header__language-switcher.lang.web{
  right:5px;
  width:30px;
}

.header-main .header__column__new .custom-menu-outer{
  width:85%;
}

.header-main .header__column__new .menu-section{
  display:flex;
}

.header-main .header__column__new .menu-section .custom-menu-primary{
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.header-main .header__column__new .menu-section .hs-menu-depth-2.hs-item-has-children a{
  letter-spacing:0px;
  width:100%;
  text-align:left;
}

.header-main .header__column__new .menu-section .hs-menu-depth-3{
  margin-left:10px;
}

.header-main .header__column__new .ctas-section{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  margin-right:80px;
	padding-top: 9px;
}



@media screen and (max-width: 767px){
  /*  Overwrite the ennova mega menu style, Close the depth 3 submenu initially  */
  .header__column__new #ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul,
  .header__column__new .mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul{
    display:none;
  }
  /*  ******  */
  
  .header-main .header__column__new .ctas-section{
    display:none;
  }
  
  .header-main .header__column__new .language-header .login_logo{
    top:-66px;
    right:40px;
  }
	
	.
	
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	
	
}

@media screen and (min-width: 767px){
  .header-main .header__column__new .ctas-mobile-section{
    display:none !important;
  }
  
  .header__column__new #ennova-mega-menu .hs-menu-wrapper>ul>li:first-child>ul>.page-center>li>ul,
  .header__column__new .mega-enabled #ennova-mega-menu .hs-menu-wrapper>ul>li.has-mega>ul>.page-center>li>ul{
    display:block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header-main .header__column__new .ctas-section{
    flex-wrap:wrap;
    justify-content:start;
  }
  .header-main .header__column__new .ctas-section .secondary-cta a.cta_button{
    width:65px ;
    font-size:9px ;
    padding:0 4px ;
    min-height:28px;
    margin:0px 4px !important;
  }
}

.header-main .header__column__new .ctas-section .secondary-cta a,
.header-main .header__column__new .ctas-mobile-section .secondary-cta a{
  width:70px;
  align-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.75px solid #000;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: Trebuchet MS,sans-serif;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.8px;
  line-height: 17px;
  max-width: 100%;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.25,.8,.25,1);
  min-height:38px;
  margin:0 10px!important;
}

.header-main .header__column__new .ctas-section .secondary-cta a:hover,
.header-main .header__column__new .ctas-mobile-section .secondary-cta a:hover{
  background-color: #8b565a;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  transform: scale(.99) translate(5px);
}

.header-main .header__column__new .ctas-mobile-section{
  display:none;
}

.header-main .header__column__new .ctas-mobile-section script{
  display:none;
}

.mobile-open .header-main .header__column__new .ctas-mobile-section{
  display:block;
  top: 340px;
  left: 0px;
  z-index:111;
}

.mobile-open .header-main .header__column__new .ctas-mobile-section .cta-item{
  margin:20px 0px;
}



/***********************************************************************************/
/***********************************************************************************/