.symcel_header {
  transition-duration: 0.15s;
  transition-property: box-shadow, border, transform, padding, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.symcel_header_nav .hs-menu-wrapper>ul .hs-menu-depth-1>a {
    border-radius: 9999px;
    color: rgb(55 55 55);
    display: inline-block;
    font-family: Jost, sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
}

.symcel_header_nav .hs-menu-wrapper>ul .hs-menu-depth-1>a:hover {
    background-color: rgb(255 255 255);
    color: #373737;
}

.symcel_header_logo {
  max-width: 154px;
}

.symcel_header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #f7f7f7;
}

.symcel_header.scrolled {
    position: fixed;
}


.symcel_header_nav .hs-menu-depth-1 ul.hs-menu-children-wrapper {
    padding: 16px 24px;
    --tw-bg-opacity: 1;
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 30px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-top: 13px;
}

.symcel_header_nav ul.hs-menu-children-wrapper li a {
    font-size: 13px;
    color: #373737;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    text-underline-offset: .35em;
}

.symcel_header_nav ul.hs-menu-children-wrapper li.active a {
    text-decoration: underline;
}

.symcel_header_nav ul.hs-menu-children-wrapper li.hs-menu-item {
    margin-bottom: 10px;
}

.symcel_header_nav ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
    margin-bottom: 0;
}

.symcel_header_nav ul.hs-menu-children-wrapper li a:hover {
    text-decoration: underline;
}



.symcel_header_nav .hs-menu-wrapper>ul .hs-menu-depth-1>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0;
}


.symcel_header_logo a {
    color: #373737;
}

.symcel_header_logo svg {
    width: 100%;
    vertical-align: middle;
}


/*** Sticky Starts ****/

.symcel_header.scrolled {
    background-color: rgb(255 255 255);
    padding: 12px 0px;
}

.symcel_header.scrolled .symcel_header_nav .hs-menu-wrapper>ul .hs-menu-depth-1>a {
        color: rgb(55 55 55);
}

.symcel_header.scrolled .symcel_header_logo a {
    width: 100px;
    display: inline-block;
}



/***** slide Menu starts *******/

.symcel_header_nav .hs-menu-wrapper>ul .active-branch>a {
    background-color: rgb(255 255 255);
    color: #373737;
}

body {
  overflow-x: hidden;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
}

.menu {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    overflow: scroll;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}

.slide-menu-right {
    right: -450px;
    top: 0;
    width: 450px;
    height: 100%;
    padding-top: 90px;
}

body.smr-open .slide-menu-right {
  right: 0;
}


/***** slide Menu starts *******/


/*** Sticky Ends ****/

@media (min-width: 1281px) {
  
    .symcel_header {
        padding-bottom: 28px;
        padding-top: 28px;
    }


    .symcel_header_nav .hs-menu-wrapper>ul .hs-menu-depth-1>a {
        font-size: 13px;
        line-height: 24px;
        padding: 10px 20px;
    }

  
}








/* ==========================================================================
   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:1281px) {
      .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: 1280px){


  /* 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: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid ;
    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: transparent;
  }


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


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

    .child-trigger {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 0px;
        width: 24px;
        min-width: 24px;
        height: 24px;
        padding: 0 !important;
        background-color: #a32c89;
        border-radius: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
              transition: all .3s ease-in-out;
    }
  
    .child-trigger img {
        width: 10px;
        vertical-align: middle;
        display: block;
    }
  
  .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: #000; /* 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 {
       position: relative;
   }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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{

    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{

  }
  .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);
  }


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




/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1200px) {


}


@media (min-width: 1281px) {


}




@media only screen and (min-width:768px) and (max-width: 1280px) {
  

  .symcel_header {
      background-color: #f7f7f7;
  }

}


@media (max-width: 1280px) {

  
  .symcel_header_nav {
    display: none;
  }

  .symcel_header {
    padding: 20px 0px;
  }

  .toggle-slide-right {
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
  }

  .toggle-slide-open {
    width: 24px;
    height: 1px;
    position: absolute;
    background-color: rgb(55 55 55);
    display: block;
    margin-top: 0;
    top: 50%;
  }

  .toggle-slide-open:after,
  .toggle-slide-open:before {
    content: "";
    display: block;
    background-color: #000;
    height: 1px;
    position: absolute;
    width: 24px;
  }

  .toggle-slide-open:after {
    bottom: -7px;
  }

  .toggle-slide-open:before {
    top: -7px;
  }

  .symcel_header.scrolled .toggle-slide-right {
       background-color: rgb(55, 55, 55);
  }

  .symcel_header.scrolled .toggle-slide-right .toggle-slide-open {
    background-color: #fff;
  }

  .symcel_header.scrolled .toggle-slide-open:after,
  .symcel_header.scrolled .toggle-slide-open:before {
    background-color: #fff;
  }
  
  
  .toggle-slide-close {
      width: 24px;
      height: 24px;
      position: relative;
      display: block;
  }

  .toggle-slide-close:before,
  .toggle-slide-close:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      left: 0;
      transform-origin: center;
      transition: all 0.3s ease;
  }

  .toggle-slide-close:before {
      transform: rotate(45deg);
  }

  .toggle-slide-close:after {
      transform: rotate(-45deg);
  }

    .close-menu {
       background: #373737;
        height: 45px;
        width: 45px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
    }

  
  .symcel_header_nav_mobile {
      padding: 32px;
      padding-top: 0;
  }
  
  .symcel_header_nav_mobile .hs-menu-wrapper>ul>li>a {
      font-family: Jost, sans-serif;
      text-transform: uppercase;
      text-underline-offset: .35em;
      text-decoration-thickness: 1px;
      font-weight: 500;
      color: #373737;
      font-size: 20px;
  }
  

  .symcel_header_nav_mobile .hs-menu-wrapper>ul>li {
      padding: 16px 0px;
  }

    .symcel_header_nav_mobile ul.hs-menu-children-wrapper li a {
        font-size: 16px;
        color: #373737;
        font-family: Jost, sans-serif;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 24px;
    }

    .symcel_header_nav_mobile ul.hs-menu-children-wrapper .hs-menu-item {
        margin-bottom: 14px;
    }

  .symcel_header_nav_mobile ul.hs-menu-children-wrapper {
      padding: 16px 20px;
      padding-bottom: 0;
  }

  .symcel_header_nav_mobile ul.hs-menu-children-wrapper .hs-menu-item:last-child {
      margin-bottom: 0;
  }
  
  
    .symcel_header_nav_mobile .hs-menu-wrapper>ul>li>a:hover {
        text-decoration-line: underline;
    }
  
  
  
  .child-trigger.child-open {
      transform: rotate(180deg);
  }

  
  
}

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


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

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .symcel_header_nav {
      display: none;
  }
  

  .toggle-slide-right {
            background-color: rgb(55, 55, 55);
  }

    .toggle-slide-right .toggle-slide-open {
        background-color: #fff;
    }
  
  
    .toggle-slide-open:after, .toggle-slide-open:before {
        background-color: #fff;
    }
  
  
}

/************** iphone ***************/
@media (max-width: 479px) {
  
  
  .slide-menu-right {
      right: -400px;
      width: 400px;
  }

    .symcel_header_logo {
        max-width: 139px;
    }
/* 
    .symcel_header {
        padding: 12px 0px;
    } */
  
  
  .symcel_header {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
  }
  

    .symcel_header_logo svg {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
  
  
    .toggle-slide-right {
        height: 36px;
        width: 36px;
    }
  

  .toggle-slide-open {
      width: 20px;
  }

  .toggle-slide-open:after, .toggle-slide-open:before {
      width: 20px;
  }
  
  .close-menu {
      height: 36px;
      width: 36px;
  }
  
  .toggle-slide-close:before,
  .toggle-slide-close:after {
    width: 20px;
  }

  
  .toggle-slide-close {
    width: 20px;
    height: 20px;
  }


  .symcel_header {
      background-color: #f7f7f7;
  }
  
}


@media (max-width: 390px) {
  
  
  .slide-menu-right {
      right: -350px;
      width: 350px;
  }
  
  
}