
.header {transition: background-color 0.4s ease; width: 100%; display: inline-block;background:transparent; }
.header .header-inner { width: 100%; display: flex; padding: 10px 20px; align-items: center; gap: 20px; }
.header .header-inner .left { width: 100%;max-width:150px; margin: 0; display: inline-block; }
.header .header-inner .left .logo { width: 100%; display: inline-block;line-height:0;vertical-align:top; }
.header .header-inner .left .logo a { width: 100%; display: inline-block; }
.header .header-inner .left .logo a img { width: 100%; max-width: 100%; }
.header .header-inner .right { display: flex; width:calc(100% - 150px); justify-content: flex-end; align-items: center; gap: 20px; }
.header .header-inner .right .right-icon {/* display: flex;*/ margin: 0;display: none; }
.header .header-inner .right .right-menu { margin: 0; display: inline-block; }
.header .header-inner .right .right-icon .icon { width: auto; margin-left:5px; }
.header .header-inner .right .right-icon .icon svg { fill: #000; height: 20px; width: 20px; }
.header .header-inner .right .right-menu ul li a { font-size: 18px;  color: #fff; line-height: 20px; }
.header .header-inner .right .right-menu ul li { margin-left:0px;padding:5px 10px 10px;}
.header .header-inner .right .right-icon .icon a { width: 26px; display: inline-block; height: 26px; }
.header .header-inner .right .right-icon .icon a span { width: auto; display: inline-block; }
/* .header .header-inner .right .right-menu ul li a:hover{ border-bottom:1px solid;} */
.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item { margin: 0; }
.header { position: fixed; top: 0; z-index: 9;}

.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper { background: #fff; padding: 10px; border-radius: 10px;width:auto;}
.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li a { color: #000; font-size:14px;}
.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li { padding: 5px 10px 15px; }

.header .phone-number { width: auto; top: 13px;right:20px; position: absolute; display: block; }
.header .phone-number a { width: auto; display: inline-block; color: #fff; font-size: 18px; text-transform: capitalize; line-height: 20px; }
.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item:nth-child(2):after {position: absolute;content: '\f107';right:10px;top: -4px;font-family: fontawesome;font-size: 26px;transition: all 0.3s ease;transform: rotate(270deg);}
/* .header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item:nth-child(2):hover:after {transform: rotate(180deg);} */
.header .header-inner li.hs-menu-item.hs-menu-depth-3:after {display: none;}
.header .header-inner ul.hs-menu-children-wrapper > li > ul {left: 100% !important;padding: 15px !important;top:0 !important;}



@media(max-width:1350px){
.header .header-inner .right .right-menu ul li{padding: 5px 5px 10px;}
.header .header-inner .right .right-menu ul li a{font-size:16px;}
}

@media(max-width:1250px){
.header .header-inner .right .right-menu ul li{margin-left:0;}
}

@media(max-width:1199px){
  .header .header-inner { gap: 10px;}
  .header .header-inner .right { width: calc(100% - 140px); gap: 10px; }
  .header .header-inner .right .right-menu ul li a { font-size: 15px; }
  .header .header-inner .right .right-menu ul li { padding: 5px; margin: 0 0 0 0px; }
  .header .header-inner .right .right-icon .icon { margin-left: 8px; }
  .header .header-inner .left{max-width:120px;}
  .header .phone-number{top:12px;left:175px;}

}
@media(max-width:1050px){
.header .header-inner .right .right-menu ul li{padding:4px;}
.header .header-inner .right .right-menu ul li a { font-size: 14px; }
}

/* ==========================================================================
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:991px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block;
  }
}



.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 */


  .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: -60px;          /* 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: transparent;
  }

  /* 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:#fff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative;
/*     top: 5px; */
/*     right: 10px; */
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 35px !important; /* Button height */  
    padding: 0 !important;
		margin:0;
/*     border-left: 1px dotted #fff; */
  }
  .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: 2px; /* Icon line height */
    background-color:; /* 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;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .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;
  }
  .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 */
  }
}



@media(max-width:991px){
  .header .header-inner .right .right-menu ul li a:hover{border-bottom:none;}
  .header .header-inner { flex-wrap: wrap; gap:0;}
  .header .header-inner .left{max-width:110px;}
  .header .header-inner .right .right-menu{padding:0;}
  .header .header-inner .right { width: 100%; margin: 0; }
  .header .header-inner .right .right-menu ul li{margin:0;padding:5px 0;}
  .header .header-inner .right .right-menu ul li a{padding: 5px 0 !important;font-size:20px;text-align:center;}
	.header .header-inner .right .right-menu ul li{display:flex; } 
  .right-menu ul { background: #000; }
  .mobile-open .mobile-trigger i { background: transparent; }
  .mobile-open .mobile-trigger i:before { top: 0; transform: rotate(45deg); }
  .mobile-open .mobile-trigger i:after { top: 0; transform: rotate(-45deg); }
  .header-section .header-inner .menu-sec .header-menu ul li { padding: 0; margin: 0; }
  .right-menu { display: inline-block; position: absolute; top: 100%; left: 0; right: 0; padding: 0; margin: 0; }
  .header { position: fixed; z-index: 99; }
  .mobile-open .mobile-trigger { border-color: transparent; }
  .mobile-trigger { right: 10px; top: -60px; background: transparent; border: 1px solid #fff !important; padding: 11px 10px 12px 10px; border-radius: unset; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { color: #fff; background-color: #fff; }
  .child-trigger i, .child-trigger i:after{ background-color:#fff !important; /* Icon color */  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper { max-width: 100%; width: 100%; }
  .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 { padding: 5px 10px;white-space: inherit; }
  .hs-menu-wrapper ul { display: block; }
  .hs-menu-wrapper.flyouts .hs-item-has-children a { width: 100% !important; }
  .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { top: 53%; right: 15px; }
  .hs-menu-wrapper ul li:hover ul.hs-menu-children-wrapper { width: 100%; }
  .hs-menu-wrapper ul.hs-menu-children-wrapper li { background: transparent; }
  .hs-menu-wrapper ul li { padding: 10px 0; }  
  .hs-menu-wrapper ul.hs-menu-children-wrapper li { padding: 0; border: none; }
  .header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper {padding: 10px 0;margin:0 auto;width:100%;}
  .header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li {padding: 5px 42px;}
  .header .phone-number{display:none;}
  .header .header-inner li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger {border-left: 1px dotted black;}
  .header .header-inner li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger i {background: black !important;}
  .header .header-inner li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger i::after {background: black !important;}
  .header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item:nth-child(2):after{display:none;}
  .header .header-inner ul.hs-menu-children-wrapper > li > ul{padding:0 !important;}
  .header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li li.hs-menu-item.hs-menu-depth-3 {padding: 5px 0;}
  .header .header-inner li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger {border-left: 0;}
	
	.header .header-inner .right .right-menu ul li {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		align-items:center;
	}
	
}
@media(max-width:600px){
  .header .header-inner .right .right-menu ul li a{font-size:17px; display:inline; width:auto !important;}
}

.header .header-inner .right .right-menu ul li ul.hs-menu-children-wrapper li.hs-menu-item:nth-child(2):after { display: none; }
