.headMenu-wrapper{
  background-color:white; 
}
.service-menu{
  padding:14px 0;
      display: flex;
    align-items: center;
      justify-content: space-between;
}
.logo-header img{
      width: 161px!important; 
}
.service-nav{
     display: flex;
    justify-content: space-between;
    align-items: center; 
}
.service-nav .hs-menu-wrapper ul .hs-menu-item{
  padding:0px 34px 0px 0px; 
}
.service-nav a{
  font-size:14px;
  font-weight:400;
}
.service-nav ul li ul{
  width:100%; 
}
.service-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
  color:#0D5190;
  font-weight:bold;
}
.service-nav ul li ul li.hs-menu-item.hs-menu-depth-2 {
    width: 100%;
    padding-right: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
   color:#000000;
  font-weight:400;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
   color:#0D5190;
  font-weight:bold;
}

.service-nav .hs-menu-children-wrapper{
     background-color: white;
    top: 40px;
  z-index:100!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    -moz-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    text-align: left !important;
    padding: 18px 25px !important; 
}
.service-nav .hs-menu-children-wrapper li a{
  font-size:18px;
  font-weight:500;
  padding:10px 0px!important;
}
.service-nav .hs-menu-children-wrapper li:first-child a{
  padding-top:0px!important;
}
.service-nav .hs-menu-children-wrapper li:last-child a{
  padding-bottom:0px!important;
}

.globe_class{
     width: unset!important;
    height: unset!important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 11px 0px 15px 0px;
  background-image:none!important;
      display: flex;
    align-items: center;
}
.globe_class:after{
     content: "\f0dd";
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: .7rem;
    margin-top: -6px;
}
.lang_list_class:before{
 content:none!important; 
}
.lang_list_class:after{
 content:none!important; 
}
.lang_list_class{
     width: auto!important;
    left: 0;
    text-align: left!important;
    padding: 18px 25px!important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    -moz-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
    top: 40px!important;
      background-color: white;
}
.lang_list_class li:before{
  content:none!important;
}
.lang_list_class li{
  border:none!important;
  padding:0px!important;
}
.lang_list_class li a{
     text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    text-transform: none;
    font-weight: 500; 
}
.country-select ul{
     display: flex;
    flex-direction: column; 
}
.country-active{
  font-size:14px;
  font-weight:bold;
  padding-bottom: 10px ;
      margin-top: 5px;
}
.dropdown-country{
  display:none; 
      position: absolute;
  background-color:white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
-moz-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
  padding:18px 25px;
  z-index:1000;
  margin-top:10px;
}
.dropdown-country ul{
  display:flex!important;
  flex-direction:column;
}
.dropdown-country ul li > a{
  font-size:18px;
  padding:8px 0px!important;
}
.country-active:before{
  content:"\f0ac";
  color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 1rem;
}
.country-active:after{
  content:"\f0dd";
  color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 1rem;
}

 .country-active:hover {
   cursor:pointer;
   color:#0D5190;
}
.country-active:hover .dropdown-country{
  display:block;
}
.lang-divider{
      padding: 0px 34px;
  font-size:14px;
  font-weight:bold;
      margin-bottom: 5px;
}

@media(max-width:990px){
  .lang-divider{
   display:none;
    padding:Opx;
    margin:0px;
  }
  .service-menu{
   padding: 0px 0px 27px 0px; 
  }
   .service-nav{
    align-items: flex-start;
    flex-direction: column;
  }
  .logo-header{
    display:none; 
  }
  .service-nav-menu ul {
    display:flex!important;
    flex-direction:column;
  } 
  .service-nav .hs-menu-wrapper ul .hs-menu-item{
width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  {#.service-nav .hs-menu-wrapper ul .hs-menu-item ul {
    position:relative!important;
        background-color: white;
    top: 0; 
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset; 
    /* text-align: left !important; */
    padding: 18px 25px !important;
  }
  .service-nav .hs-menu-children-wrapper{
    top:0; 
  }#}
  .lang_list_class{
       left: 70px!important; 
  }
  .service-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after{
        content: "\f0dd";
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: .7rem;
    margin-top: -6px;
  }
  .service-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
        content:"";
  }
 
}

/* mega menu style */
.main-menu-wrapper{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
-moz-box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
box-shadow: 0px 0px 10px 0px rgba(4,72,114,0.14);
  position:relative;
  background-color: white;
}
.main-menu {
     display: flex;
    justify-content: space-between;
    align-items: center;
  padding:0;
  margin:0;
  z-index:1;
}

.main-menu .sub-menu-trigger:hover{
  cursor:pointer;
  color:#0D5190;
  font-weight:bold;
  align-items: center; 
}
/* .main-menu .sub-menu-trigger:hover:after{
      content: "\f0de";
    color: #0D5190;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: .7rem;
    margin-top: -2px;
} */
.sub-menu-trigger{
    font-weight:500;
  font-size:16px;
  padding:16px 0px;
     display: flex;
    flex-direction: row;
    align-items: initial; 
}
.sub-menu-trigger:after{
        content: "\f0dd";
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-left: .7rem;
    margin-top: -2px;
}
.main-menu .single-link{
  color:#000000;
  font-weight:500;
}
.main-menu .single-link:hover{
  color:#0D5190;
  font-weight:bold;
  text-decoration:none;
}

.sub-menu{
    background-color: #fff;
    height: auto;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute; 
    right: 0;
    transition: max-height .1s cubic-bezier(.46,.03,.52,.96), padding .1s cubic-bezier(.46,.03,.52,.96);
    width: 100%;
    z-index: 1000;
}

.sub-menu.open{
    display:block;
    max-height: 500vh;
    padding: 35px 0px;
    z-index: 1000;
    transition: max-height .4s cubic-bezier(.46,.03,.52,.96), padding .4s cubic-bezier(.46,.03,.52,.96);
}
.column-wrapper{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.column{
 width:25%; 
}
.column ul{
  display: flex!important;
    flex-direction: column; 
}
.column ul .hs-item-has-children{
      width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;  
}
.column ul .hs-menu-depth-1 > a{
   font-weight:bold;
  font-size:22px;
  padding-bottom:24px;
}
.column ul .hs-menu-depth-1 > a:hover{
color:#0D5190;
}
.column ul .hs-item-has-children > .hs-menu-children-wrapper li a{
  padding:8px 0px; 
}
.sub-menu .column ul .hs-item-has-children .hs-menu-children-wrapper{
       visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: unset;
   position:relative!important;
}
.column .hs-menu-item a:hover{
      color: #0D5190;
    font-weight: bold; 
}
.sub-menu .column ul .hs-item-has-children .hs-menu-children-wrapper li a{
  width:100%;  
}

.sub-menu .column .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
  content:none;
}
.main-menu .sub-menu .column .hs-menu-wrapper:hover span:after{
      content: none;
}
  .single-link{
    font-size:16px;
    font-weight:500;
  }
.active{
  font-weight:bold;
  color: #0D5190;
}
.mobile-menu{
  display:none;
  position:relative;
}
.mobile-main{
     padding: 20px 0px;
}
.mobile-flex{
     display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
}
.mobile-logo img{
      width: 161px!important; 
}
.mobile-bars{
  font-size:30px;
}
.mobile-close{
      display: block;
    position: absolute;
    top:0;
    width: 0%;
    z-index: 1;
  background-color:#13294B;
}
.close-wrap{
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0px; 
  
}
.close-title{
  font-size:25px;
  font-weight:900;
  color:white;
  display:none;
}
.close-cross{
  font-size:30px;
  color:white;
  display:none;
}
.mobile-block{
  display:none;
  position:absolute;
  width:100%;
  background-color:white;
  top: 93px;
      z-index: 1000;
}

.main-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 0px;
} 

.main-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children>a {
  font-weight: bold; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover li.hs-menu-item.hs-menu-depth-3 a {
   color: #000000;
    font-weight: normal;  
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover li.hs-menu-item.hs-menu-depth-3:hover a {
   color: #0d5190;
    font-weight: bold; 
}
 
@media(max-width:990px){
  .mobile-menu{
    display:block; 
  }
  .main-menu{
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
  }
  .main-menu-wrapper{
      -webkit-box-shadow:unset;
-moz-box-shadow: unset;
box-shadow: unset;
    background-color: white;
  }
  .column-wrapper{
    flex-direction: column;
    width: 100%; 
  }
  .column{
    width:100%; 
  }
  .sub-menu{
    padding:0px 0px 0px 15px !important;
    position:relative;
  }
  .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 0px 0px 15px 0px;
  }
  .column ul .hs-menu-depth-1>a{
    font-size:16px; 
  }
  .sub-menu .column ul .hs-item-has-children .hs-menu-children-wrapper li a{
    font-size:16px;
    padding-left:20px;
  }

  .menu_item{
    padding:16px 0px;
  }
}

/* new style */


.main-menu-mobile-wrapper .relative{
    position:relative;
}

.menu-item-with-submenu > ul.sub-menu{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    top: 35px;
    /* padding: 35px 66px; */
    padding-left: 66px;
    padding-right: 66px;
    margin: auto;
    max-width: 1160px;
    top: 51px;
}

.main-menu-mobile-wrapper ul li::before{
  display:none;
}

.main-menu-mobile-wrapper .hs-menu-depth-1> a{
  display: inline-block;
    padding: 15px 0px 15px 0px;
    white-space: unset !important;
    max-width: unset !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #000;
      font-weight: bold;
    font-size: 22px;
}

.main-menu-mobile-wrapper .hs-menu-depth-1> a:hover{
  color: #0d5190;
  text-decoration:none;
}

.main-menu-mobile-wrapper .has-submenu > .submenu .hs-menu-item{ 
  display:block;
}

.main-menu-mobile-wrapper .hs-menu-item a{
  color:#000;
  text-decoration:none;
}

.main-menu-mobile-wrapper .hs-menu-item a:hover{
  font-weight:700;
  text-decoration:none;
  color:#0D5190;
}

@media(max-width:990px){
  .menu-item-with-submenu > ul.sub-menu{
    grid-template-columns: 1fr;
    top: 0;
  }
  
  .main-menu-mobile-wrapper .menu-item-with-submenu{
    display:block;
  }
  
  .main-menu-mobile-wrapper .hs-menu-depth-1> a{
    font-size:16px;
  }
  
  .main-menu-mobile-wrapper .hs-menu-item a{
    font-size:16px;
  }
  
  .sub-menu .has-submenu{
    margin-bottom:0;
  }
  
  .hs-menu-children-wrapper > .hs-menu-item{
    padding-left:20px;
  }
}