header { width: 100%; display: inline-block; vertical-align: middle; z-index: 11; position: absolute; }
header .header-wrap { width: 100%; display: inline-block; vertical-align: middle; }
header .header-wrap .top { width: 100%; display: flex; justify-content: flex-end; padding: 9px 0; }
header .header-wrap .top .top-wrap { width: 100%; display: flex; justify-content: flex-end; align-items: center; }
header .header-wrap .top .top-wrap .cta { margin: 0 45px 0 0; }
header .header-wrap .top .top-wrap .cta a { font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 16px; line-height: 26px; color: #FFFFFF; padding: 4px 10px; border-radius: 8px; }
header .header-wrap .top .top-wrap .mail { margin: 0; }
header .header-wrap .top .top-wrap .mail .mail-wrap { width: 100%; display: flex; align-items: center; }
header .header-wrap .top .top-wrap .mail .mail-wrap a { width: 100%; display: flex; align-items: center; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 16px; line-height: 26px; color: #FFFFFF; }
header .header-wrap .top .top-wrap .mail .mail-wrap a img { width: 34.15px; height: 24.31px; object-fit: contain; object-position: center; margin-right: 5.85px; }

header .header-wrap .bottom { width: 100%; display: inline-block; vertical-align: middle; background: linear-gradient(89.98deg, rgba(255, 255, 255, 0.9) 25.15%, rgba(255, 255, 255, 0.49) 95.25%); }
header .header-wrap .bottom .header-nav { width: 100%; display: flex; justify-content: space-between; align-items: center; }
header .header-wrap .bottom .header-nav .logo { margin: 0; }
header .header-wrap .bottom .header-nav .logo a { width: 100%; display: inline-block; vertical-align: middle; }
header .header-wrap .bottom .header-nav .logo a img { width: 100%; display: inline-block; vertical-align: middle; object-fit: contain; object-position: center; max-width: 220px !important; }
header .header-wrap .bottom .header-nav .menu-wrap { margin: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li { margin-right: 15px; cursor: pointer; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li:hover a { color: #134e91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li:last-child { margin: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after { content: "\f105"; font-family: 'FontAwesome'; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a { font-family: Open Sans; font-style: normal; font-weight: 600; font-size: 18px; line-height: 25px; color: #474747; margin: 0px 10px; padding: 33px 0; display: inline-block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a:hover { color: #134e91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a i { color: #007CBA; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul.hs-menu-children-wrapper { padding: 5px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper { border-radius: 4px; background-color: #fff; padding: 0px 0px; /* border: 2px solid #ccc; */ }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { color: #fff; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a { color: #fff; width: 100% !important; padding: 10px 22px; font-size: 16px; font-weight: 500 !important; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li { width: 100%; border:0 !important;}
header .header-wrap .bottom .header-nav .menu-wrap .menu li.hs-menu-item.hs-menu-depth-2 a {  width: 100%; font-family: Open Sans; font-style: normal; font-weight: 400 !important; font-size: 18px; line-height: 25px; color:#474747 !important; padding: 5px 10px; margin: 0 !important; }
header .header-wrap .bottom .header-nav .menu-wrap .menu li.hs-menu-item.hs-menu-depth-2 a:hover { color: #FBAB18 !important; }
header .header-wrap .bottom .header-nav .menu-wrap .menu ul li.hs-menu-item.hs-menu-depth-1:hover.hs-item-has-children:after { color: #134e91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li:not(:first-child) { border-top: solid 1px #10101024; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a:hover { background-color: #134e91; color: #fff !important }
header .header-wrap #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 { width: 60px; height: 45px; position: relative; margin: 50px auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; transform: scale(.5); }
header .header-wrap #nav-icon1 span, #nav-icon3 span, #nav-icon4 span { display: block; position: absolute; height: 9px; width: 100%; background: #134e91; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
header .header-wrap #nav-icon1 span:nth-child(1) { top: 0px; }
header .header-wrap #nav-icon1 span:nth-child(2) { top: 18px; }
header .header-wrap #nav-icon1 span:nth-child(3) { top: 36px; }
header .header-wrap #nav-icon1.open-toggle span:nth-child(1) { top: 18px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
header .header-wrap #nav-icon1.open-toggle span:nth-child(2) { opacity: 0; left: -60px; }
header .header-wrap #nav-icon1.open-toggle span:nth-child(3) { top: 18px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.search-field { position: absolute; right: 0; }
.search-field input { padding: 14px 20px; border: none; }
/* Icon 4 */
header .header-wrap #nav-icon4 span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
header .header-wrap #nav-icon4 span:nth-child(2) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
header .header-wrap #nav-icon4 span:nth-child(3) { top: 36px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
header .header-wrap #nav-icon4.open-toggle span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -3px; left: 8px; }
header .header-wrap #nav-icon4.open-toggle span:nth-child(2) { width: 0%; opacity: 0; }
header .header-wrap #nav-icon4.open-toggle span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 39px; left: 8px; }
.search-field{width:100%;display:none;}
.search-field .container{margin:0 auto;}
.search-field form{width:40%;}
.search-field form { display: flex; background: #fff; border: solid 1px #00000063; align-items: center; padding: 15px; }
.search-field form input { padding: 0px; }
.search-field button{background-color:transparent;color: #134e91;border: none;padding:10px 0px;}
.search-field.main { display: flex; width: 100%; height: 100vh; top: 0; left: 0; position: fixed; background: #000000ad; justify-content: center; align-items: center;}
.search-field.main .close-btn { position: absolute; color: #fff; font-size: 30px; top: 10px; right: 30px;}

header .header-wrap .top .top-wrap .mail.tel { margin: 0 45px 0 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu { width: 100%; display: none; background: #fff; box-shadow: 0px 21px 29px -1px rgb(0 0 0 / 10%); padding:20px 15px 15px 15px; max-width: 1600px; margin: 0 auto; overflow-y: auto; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap { width: calc(100% + 30px); margin: 0 -15px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box { width: calc(100% / 5 - 30px); display: inline-block; vertical-align: top; margin: 0 0 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 { width: 100%; display: inline-block; margin: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a { width: 100%; display: inline-block; font-size: 20px; font-weight: 700; padding: 0 0 18px; color: #134E91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu { width: 100%; display: inline-block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul { width: 100%; display: inline-block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li { width: 100%; padding: 4px 0 4px 0; display: inline-block; text-align: left; margin: 0; border: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li a { font-size: 14px; font-weight: 700; max-width: 100%; width: 100%; text-align: left; display: inline-block; color: #474747; padding: 5px 10px; margin: 0; white-space: break-spaces; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a:hover { color: #474747; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children { padding: 0; width: 100%; display: inline-block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper { opacity: 1; position: static; width: 100%; display: inline-block; padding-left: 20px; margin: 10px 0 0 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { width: 100%; display: inline-block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a { width: 100%; text-align: left; display: inline-block; color: #7d7d7d; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover { color: #134e91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li a:hover { color: #134e91 !important; background: transparent; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2) { position: inherit; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper { position: absolute; left: 0; top: 100%; z-index: -1; text-align: left; width: 100%; transition: all .2s; opacity: 0; visibility: hidden; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; z-index: 1; background: transparent; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2>a { display: none; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { width: 100%; display: inline-block; margin: 0 auto; }
/* Mega Menu Css Start */
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; z-index: 1; background: #fff; }
/* header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2){ background: red; position: inherit; } */


/* mega Menu Update 24-01-22 */
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child { position: inherit; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper { position: absolute; left: 0; top: 100%; z-index: -1; text-align: left; width: 100%; /* transition: all .2s; */  opacity: 0; visibility: hidden; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; z-index: 1; background: #fff; display:block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; z-index: 1; background: transparent; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2>a { display: none; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { width: 100%; display: inline-block; margin: 0 auto; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu { width: 60%; display: inline-block; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .cover { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin:0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a { width: 100% !important; margin: 0 0 0 0; padding: 0 0 0; font-size: 16px; line-height: 26px; font-weight: 600; color: #134e91; text-transform: uppercase; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.secound-menu { width: 20%; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.third-menu { width: 20%; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner { width: 33.33%; display: inline-block; margin: 0; padding:0 0 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .menu-title { width: 100%; display: inline-block; text-align: left; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .menu-title h3 { width: 100%; display: inline-block; border-bottom: 2px dashed #9e9e9e; padding: 0 0 10px 0; margin: 0 0 10px 0; color: #474747; text-transform:uppercase; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box { width: 100%; margin:0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul{ padding-left:10px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li { padding: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li a { padding: 0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .box-inner {margin: 0 0 0 0;}

header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2) { position: inherit; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper { position: absolute; left: 0; top: 100%; z-index: -1; text-align: left; width: 100%; transition: all .2s; opacity: 0; visibility: hidden; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; z-index: 1; background: #fff; display:block; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; z-index: 1; background: transparent; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2>a { display: none; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 { width: 100%; display: inline-block; margin: 0 auto; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu { width: 60%; display: inline-block; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .cover { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin:0; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.secound-menu { width: 20%; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.third-menu { width: 20%; margin: 0; padding: 0 15px; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner { width: 33.33%; display: inline-block; margin: 0; padding:0 0 0 15px; }

.search-field form ul.hs-search-field__suggestions { margin: 0; }
.search-field form .hs-search-field { width: 100%; display: inline-block; height: 50px; }
.search-field.main .container form { width: 100%; display: flex; align-items: center; justify-content: flex-end; max-width: 600px; background: #fff; padding: 0; position: relative; }
.search-field form .hs-search-field input { width: 100%; display: inline-block; padding: 10px; height: 100%; }
.search-field form .hs-search-field .hs-search-field__bar { width: 100%; display: inline-block; height: 50px; }
.search-field.main .container button { padding: 10px; border: 0; width: auto; display: inline-block; position: absolute; top: 0; right: 0; bottom: 0; left: unset; border-left: 2px solid #134e91; border-radius: 0; }
.search-field.main .container button svg { height: 30px; width: 30px; fill: #134e91; }

header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .menu-title a {  width: 100% !important; display: inline-block; padding: 0; margin: 0; }
header .header-wrap.fixed{ position: fixed; left: 0; right: 0; top: 0; z-index: 999; background: #fff; box-shadow: 0 0 8px 2px #134e91; }
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2 {display: none;}
header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2 {display: none;}



@media(max-width:1630px) {
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu { max-width: 1300px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a { white-space: initial; font-size: 16px; line-height: 26px; padding: 0; }
}

@media(max-width:1360px) {
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a { margin-left: 0; }
}

@media(max-width:1199px) {
  header .header-wrap .bottom .header-nav .logo { width: 160px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li { margin-right: 10px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a { font-size: 16px; line-height: 24px; }
/*   header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box { width:100%;  margin: 0 10px; } */
/*   header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap { width: calc(100% + 20px); } */
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu { padding: 20px 0; }  
}

@media(min-width:992px) {
  header .header-wrap #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 { right:0px; margin: 0px; top: -20px; display:none; }

}

@media(max-width:991px) {
  header .header-wrap .bottom .container { width: 100%; }
  header .header-wrap .hs-menu-wrapper ul { flex-direction: column; position: absolute; width: 100%; left: 0; background-color: #ffffff; }
  header .header-wrap .hs-menu-wrapper ul.open-toggle { display: flex; width: 100%; margin: -30px 0 0 0; background: #dde7f2; }
  header .header-wrap .hs-menu-wrapper ul li { text-align: left; margin: 0px; }
  header .header-wrap .hs-menu-wrapper ul li a { padding: 10px 20px; display: inline-block; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li { margin-right: 0px; }  
  header .header-wrap #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 { right:-10px; margin: 0px; top: -20px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.minus:before{display:none;}
  header .header-wrap .bottom { padding: 15px 0; }

  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after{ display:none; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu ul li a { width: 100%; display: inline-block; padding: 10px; margin: 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2) { width: 100%; display: inline-block; position: relative; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu { width: 100%; display: inline-block; position: absolute; left: 0; right: 0; top: 100%; }
  
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap { width: 100%; max-width: 1170px; margin: 0; padding:0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu { width: 100%; display: inline-block; padding: 10px; background: #134e91;  opacity: 1 !important; visibility: visible !important; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box { width: 100%; display: inline-block; margin: 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 { width: 100%; display: flex; margin: 0; align-items: center; justify-content: space-between; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a { display: inline-block; color: #fff; font-weight: normal; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 span { width: 50px; height: 40px; margin: 0; position: relative; display: flex; align-items: center; justify-content: center; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul { position: static; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{ display:none; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper { border-radius:0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a { padding: 10px 0; text-align: left; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 span.child-toggle:after { content: ''; background: #fff; height: 1px; width: 10px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 span.child-toggle:before { content: ''; background: #fff; height: 11px; width: 1px; position: absolute; left: 0; right: 0; margin: 0 auto; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 span.child-toggle.open:before { opacity: 0; }
/*   header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .hs-menu-wrapper { display: inline-block; } */
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul li a { width: 100% !important; display: inline-block; text-align: left; text-indent: 0; padding: 3px 0; font-size: 14px; line-height: 24px; font-weight: bold !important; }
  header .header-wrap .top .top-wrap { flex-wrap: wrap; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu.custom-menu-primary.js-enabled { margin: -14px 0 0 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul{max-height:450px;overflow-y: auto; border-top: 1px solid #134e91; border-bottom: 1px solid #134e91; margin: 14px 0 0 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul .megamenu .wrap .box .submenu ul { height: auto; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu { display: none; }
/*   header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; } */
    header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; background: #134e91 !important; }

  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .submenu ul{ padding:10px; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child { width: 100%; display: inline-block; position: relative; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{ display:none; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper .megamenu { opacity: 1 !important; visibility: visible !important; background: #134e91 !important; }
/*   header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .menu-title {  display: none; } */
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box .box-inner { margin: 0; }  
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.secound-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.third-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .cover{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.secound-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.third-menu{width:100%;padding:0;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .cover{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner{width:100%;display:inline-block;}
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a{ margin:0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{ border:0 !important; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:first-child:hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner{ padding: 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .hs-menu-wrapper>ul>li:nth-child(2):hover>ul.hs-menu-children-wrapper .megamenu .wrap.first-menu .box .box-inner{ padding: 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .menu-title h3 { color: #fff; font-weight: normal; border: 0; margin: 0; padding: 0; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap.third-menu .menu-title { display: none; }
  header .header-wrap .bottom .header-nav .menu-wrap .menu .megamenu .wrap .box h3 a:hover { color: #c4161d; }
}

@media(max-width:767px){
  .search-field .container{width:90%;}
  .search-field form{width:100%;}
  header .header-wrap .top .top-wrap .cta{margin: 0 15px 0 0;}
  header .header-wrap .top .top-wrap .cta a { font-size: 14px; line-height: 24px; }
  header .header-wrap .top .top-wrap { flex-wrap: wrap; justify-content: center; }
  header .header-wrap .top .top-wrap .mail.tel { margin: 0 20px; }
  header .header-wrap .top .top-wrap .mail .mail-wrap a img { margin: 0; }
  header .header-wrap .top .top-wrap .mail:last-child { margin: 0; }
  header .header-wrap .top .top-wrap .cta { margin: 0; }
  header .header-wrap .top .top-wrap .mail .mail-wrap a strong { display: none !important; }
}

@media(max-width:485px){
  
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){


  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -40px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 1px solid #002c6b;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: #002c6b;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: #002c6b;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #002c6b;
    background-color: #002c6b;
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color:#002c6b; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#134E91; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
   
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled > span > .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
/*     display:inline-block; */
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
    header .header-wrap .top .top-wrap { justify-content: center; }
}


