.inner {
    margin:0 auto; 
  }
  .default-btn {
  width: fit-content;
   height:88px;
  padding: 0 30px;
  margin: 0 auto;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
  /*     background: rgb(255,135,56); */
  background: #c2462f;
  /*     background: linear-gradient(80deg, rgba(255,135,56,1) 0%, 
    rgba(245,122,62,1) 28%, rgba(252,117,72,1) 68%, rgba(255,112,85,1) 100%); */
    border-radius: 10px; 
  }
  .relative {
    position:relative;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position:fixed;
  }
  .capitalize {
    text-transform:capitalize;
  }
  .uppercase {
    text-transform:uppercase;
  }
  .w-full {
    width:100%;
  }
 
  /* helping classes ------------------------------- */
  .flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  }
  .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;    
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-flex-pack: start;    
    -o-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-flex-pack: end;
    -o-flex-pack: end;
    justify-content: flex-end; 
  }
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -o-flex-pack: center;
    justify-content: center;
  }
  .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-flex-pack: justify;
    -o-flex-pack: justify;
    justify-content: space-between;
  }
  .space-around {
    -ms-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -o-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-flex-align: start;
    -o-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -o-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-flex-align: end;
    -o-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .column-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .uppercase {
    text-transform:uppercase;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .text-center {
    text-align: center;
  }
  .w-full {
    width:100%;
  }
  
  

  .header-consultation-btn .default-btn {
  padding:0px 15px;
  }
  .default-btn span {
  height:auto;
  text-align:center;
    width:100%;
    color:#fff;
    font-size:14px;
    line-height: 55px;
    position:relative;
    z-index: 9;
    display:inline;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    letter-spacing: .36px;    
    font-family: 'PublicSans_Bold';
  }
  .default-btn:hover span {
    /*background-image: none;
    background-color:#181b2c;
    background:#181b2c;*/
  }
  .default-btn:before {
    content:'';
    position:absolute;
    left: 2px;
    top: 2px;
    width: 0;
    height: calc(100% - 4px);
    background-color:#181b2c;
    transition:all .3s ease-in-out;
    z-index: 2;
    border-radius:6px;
  }
  .default-btn:hover:before {
    width:calc(100% - 4px);
  }
  .secondary-btn:before,
  .without-border-btn:before {
  height:100%;
  left: 0px;
    top: 0px;
  }
  .secondary-btn:hover:before,
  .without-border-btn:hover:before{
    width:100%;
  }
  .secondary-btn:before {
    background-color:#181b2c;
  }
  .secondary-btn {
    background:transparent;
    border:2px solid #c2462f;
    margin:0 auto;
  }
  .secondary-btn:before {
    opacity:0;
    visibility:hidden;
  }
  .secondary-btn span {
    color:#171B2C;
  }
  .secondary-btn:hover:before {
    opacity:1;
    visibility: visible;
  }
  .secondary-btn:hover {
    border:2px solid #181b2c;
  }
  .secondary-btn:hover span {
  color:#fff;
  }
  
  /* header starts here ------------------------------ */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
header{
  background-color: #F5F5ED;
	    box-shadow: 0px 3px 47px #00000021;
    -webkit-box-shadow: 0px 3px 47px #00000021;
    -moz-box-shadow: 0px 3px 47px #00000021;
}
  .header, .header.header-inner {

    align-items:center;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
  }
  @keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  .header .logo a img, .header .logo a {
    display:flex;
    align-items:flex-start;
    width:100%;
  cursor: pointer;
  }
  /* .header .logo a img.scroll-logo, .header.header-fixed .logo a img.static-logo,
  .page-template-elementor_header_footer .header .static-logo,
  .header.header-inner .static-logo {
    display:none;
  } */
  /* .header.header-fixed .logo a img.scroll-logo, .page-template-elementor_header_footer .header .logo a img.scroll-logo,
  .header.header-inner .logo a img.scroll-logo {
    display:block;
  } */
  .header .nav ul li {
    display: flex;
    align-self: flex-start;
    position:relative;
    line-height: .9;
  }
  .header .nav ul li a {
    display: inline-block;
    font-family: 'PublicSans_Medium';
  font-weight: 500;
    line-height: 1;
  }
  .page-template-elementor_header_footer .header .nav ul li a,
  .header.header-inner .nav ul li a {
    color:#171B2C;
  }
  .header .nav ul li a a:not([href]) {
    pointer-events: none;
  }
  .header .nav ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 25px;
    margin: 0 auto;
    text-align: left;
    width: 248px;
    background-color:#F5F5ED;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    max-height: 0px;
    opacity: 0;
    visibility:hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 5px 20px #00000021;
    -webkit-box-shadow: 0px 5px 20px #00000021;
    -moz-box-shadow: 0px 5px 20px #00000021;
    -ms-box-shadow: 0px 5px 20px #00000021;
  }
  .header.header-fixed .nav ul li .sub-menu {
    top:34px;
  }
  .header .nav ul > li:hover .sub-menu {
    height: auto;
    max-height: 340px;
    opacity: 1;
    visibility:visible;
    max-height: 93vh;
  }
  .header .nav ul li .sub-menu li {
    display: inline-block;
    width:100%;
    text-align:left;
  }
  .header .nav ul li .sub-menu li a {
    display: inline-block;
    width:100%;
    color: #234967;
    text-transform: capitalize;
    border-bottom:1px solid transparent;
    font-family: 'PublicSans_Medium';
    transition:all .3s ease-in-out;
    padding:13px 23px 13px 23px;
  }
  .header .nav ul li.item-active .sub-menu li a {
    font-size: 16px;
    display: block;
    color: #221E22;
    text-transform: uppercase;
  }
  .header .nav ul li .sub-menu li a:hover {
    color:#fff;
    background-color:#C2462F;
  font-family: 'PublicSans_ExtraBold';
  font-weight: bold;
  transition: unset;
  }
  .nav-button {
    display: none;
  }
  
  /* header ends here -------------------------------- */
  @media screen and ( max-width:767px ) {
    .header {
        background: #fff;
    }
    .header .logo a img.static-logo {
        display: none;
    }
    .sticky-nav-outer {
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        z-index: 99;
        background: rgb(255,135,56);
        background: linear-gradient(80deg, rgba(255,135,56,1) 0%, 
        rgba(245,122,62,1) 28%, rgba(252,117,72,1) 68%, rgba(255,112,85,1) 100%);       
    }
    .sticky-nav-outer ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        width:100%;
        margin:0;
    }
    .sticky-nav-outer ul li {
        border-right: 1px solid #D25B44;
        list-style: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }   
    .sticky-nav-outer ul li a {
        font-size: 18px;
        color: #F8F8F8;
        line-height: 68px;
        display: block;
        text-transform: capitalize;
        letter-spacing: .36px;
        font-family: 'PublicSans_Medium';
    }
    .header {
        align-items: center;
        height:73px;
        box-shadow:none;
    }
    .header .logo {
        margin:0;
        padding:0;
        width:188px;
        align-items: center;
    }
    .header .nav ul li.item-active .sub-menu li a {
        color:#837B59;
    }
    .header {
        height: 72px;
        padding: 0 25px 0;
    }

  }

  @media only screen and ( min-width:320px ) and ( max-width:991px ) {
    .header .nav ul li.parent:before, .header-right .header-tel, 
    .body-fixed .nav-button.change-navicon span, .header.header-inner .header-text2,
    .header-consultation-btn, .header-topbar {
        display: none;
    }
    body.body-fixed {
        position:relative;
    }
    body.body-fixed .header:before {
        content:'';
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-color:#fff;
        z-index: 1;
    }
    body.body-fixed .nav-button.change-navicon:before, 
    body.body-fixed .nav-button.change-navicon:after, 
    body.contact-header .nav-button.change-navicon:before, 
    body.contact-header .nav-button:before, 
    body.contact-header .nav-button:after,
    body.contact-header .nav-button span,
    body.scroll .nav-button span,
    .nav-button.active:before,
    .nav-button.active:after,
    .header .nav-button span,
    .header .nav-button:before,
    .header .nav-button:after, .header.header-inner .nav-button span,
    .header.header-inner .nav-button:before, .header.header-inner .nav-button:after {
        background-color:#161A26;
    }

    .header .logo {
        position:relative;
        z-index: 2;
    }
    .body-fixed .header .logo .static-logo {
        display:none;
    }
    .body-fixed .header .logo .scroll-logo {
        display:block;
    }

    .nav-button span {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 10px;
        background-color:#C2462F;
        width: 22px;
        height: 2px;
        display: inline-block;
    }
    .nav-button:before, .nav-button:after {
        content: '';        
        background-color:#C2462F;
        width: 22px;
        height: 2px;
        top: 18px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .header-inner .nav-button span, .header-inner .nav-button:before, .header-inner .nav-button:after {
        background-color: #161A26;
    }
    .nav-button:before {
        top:2px;
    }
    .nav-button.change-navicon span,
    body.scroll .nav-button.change-navicon span,
    body.contact-header .nav-button.change-navicon span,
    .body-fixed .header.header-inner .nav-button span {
        background-color:transparent;
    }
    .nav-button.change-navicon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12.5px;
    }
    .nav-button.change-navicon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12.5px;
    }
    .nav-button .change-navicon span, 
    .nav-button .change-navicon.change-naviconcolor span {
        background-color: transparent;
    }
    .nav {
        display: block;
        border: none;
        border-top-style: none;
        padding: 0;
        position: fixed;
        width: 0 !important;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
        right: -100%;
        top: 55px;
        margin:0;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }
    .nav ul li {
        width: 100%;
        position: relative;
        flex-wrap: wrap;
    }

   
    .header .nav ul li a {
        display: block;
        color: #234967;
        font-size: 24px!important;
        font-weight: normal;
        padding: 12px 0 12px 25px;
        text-decoration:none;
        line-height: 1;
        width:80%;
        letter-spacing: .6px;
        text-transform: capitalize;
    }
    .nav ul li.parent > a:before {
        width: 13px;
        height: 9px;
        right: -28px;
        top: 20px;
    }
    .header .nav {
        margin:0;
    }
    .nav.toggle-nav {
        right: 0;
        top:68px;
        width: 100% !important;
        margin: 0;
        z-index: 11;
        align-items: flex-start;
        padding:0;
    }
    .header .nav ul li .sub-menu, .header .nav ul li.parent.item-active .sub-menu li.parent .sub-menu, 
    .header .nav ul > li:hover .sub-menu {
        height:0;
        opacity: 0;
        visibility: hidden;
        overflow:hidden;
        max-height:0;
        position:initial;
        width:100%;
        padding:0;
        transition:all .5s ease;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent.show-submenu .sub-menu, 
    .header .nav ul li.item-active .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
        overflow:visible;
        height:auto;
        max-height:initial;
        display: block;
        left:0;
    }
    .header .nav ul li .sub-menu {
        box-shadow:none;        
    }
    .header .nav ul li:nth-child(2) .sub-menu {
        left:0;
        top:0;
    }
    .header .nav ul li .sub-menu li .sub-menu {
        width:100%;
        border-top:1px solid #fff;
    }
    .header .nav ul li .sub-menu li a, .header .nav ul li.item-active .sub-menu li a {
        padding: 8px 15px 8px 40px;
        border-bottom: 0;
        width:85%;
        line-height: 1.3;
        color:#234967;
        font-size: 16px!important;
        text-align:left;
        text-transform: capitalize;
    }
    .header .nav ul li.item-active .sub-menu li .sub-menu li:last-child {
        border:0;
    }
    .header .nav ul li.item-active .sub-menu li .sub-menu li a {
        padding:12px 15px 12px 42px;
    }
    .header .nav ul li.parent {
        margin:0;
    }
    .header .nav ul li.parent .sub-menu li.parent:before {
        right:20px;
        transform: rotate(0);
        font-size:20px;
    }
    .header .nav ul li.parent:hover:before,
    .header .nav ul li.columns-space .sub-menu:before {
        display:none;
    }
    .header .nav > ul {
        margin:0 0 120px 0;
    }
    .header .nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header .nav ul li.parent > a:before, .header.fix-header .nav ul li.parent > a:before {
        display: none;
    }
    .header .nav ul li .sub-menu li {
        padding:0;
        margin:0;
        display: flex;
        width: 100%;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent:hover .sub-menu li a {
        padding-left:50px;
    }
    .header .nav ul li.parent .sub-menu li.parent a:before, 
    .header .nav ul li.parent .sub-menu li.parent:hover a:before {
        top:30%;
        right:-20px;
        transform:rotate(0);
        color:#fff;
    }
    .header .nav ul li.parent .sub-menu li.parent:after {
        color:#fff;
        content:"\f107";
    }
    .header .nav ul li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left:60px !important;
    }
  
}

@media screen and ( min-width:768px ) and ( max-width:991px ) {
  
    .footer-inner {
        max-width:1230px;
    }
  
  }
  
  @media screen and ( min-width:768px ) {
    .sticky-nav-outer {
        display:none;
    }
    .header-topbar {
        background: #C2462F;
        left:30px;
        top:0;
        width:calc( 100% - 60px );
        height:56px;
        z-index: 99;
    }
    .topbar-inner {
        padding: 0 35px;
		max-width: 1440px;
        margin: 0 auto;
    }
  
  .topbar_contactinfo {
        width:auto;
        padding-left: 0px;
    }
  /*     .topbar-contactinfo:before {
        content:'';
        width:28px;
        height:28px;
        position:absolute;
        left:0;
        top:2px;
        background:url(../images/phone-icon.svg) left top no-repeat;
    } */
  /* 	  .topbar_contactinfo:before {
        content:'';
        width:20px;
        height:20px;
        left:10px;
        top:2px;
      background:unset;
        background-image:url(/wp-content/uploads/2024/07/phone-icon-3.svg)!important;
      background-repeat: no-repeat;
        background-size: contain;
  
    } */
    .topbar-contactinfo a {
        color:#F8F8F8;
        font-size:32px;
        line-height: 1;
        font-family: 'PublicSans_Bolder';
    font-weight:800;
    }    
   .topbar_contactinfo a {
        color:#fff;
        font-size:14px;
    }  
  .header-inner .topbar_contactinfo a {
    color:#C2462F;
  }
  .header .topbar_contactinfo a {
    color:#C2462F;
        font-family: 'PublicSans_Black';
        font-weight: 900;
    }
	   .header {
        height: 72px;
        padding: 0 35px 0;
    }
  }
   
  .header-consultation-btn .default-btn{
    height: 51px;
}


@media screen and ( min-width:992px ) {
    .header,  .header.header-inner {
        width: 100%;
        padding: 0 50px;
        align-items:center;
        top: 0px;
        height: 72px;
    }
    .header-consultation-btn {
        width:0;
        height:0;
        visibility: hidden;
        opacity:0;
    } 

    }
    .header .logo {
        width:300px;
    }
    .header .logo, .header.header-inner .logo {
        width:130px;
    }
    .header .nav {
        width:72%;
    }
    .header .nav ul {
        display: flex;
        justify-content: center;
        width:100%;
		column-gap:10px;
    }
    .header .nav ul li .sub-menu li {
        background-color: #f5f5ed;      
    }
    .header .nav ul li a {
        font-size:13px;
        text-transform: capitalize;
        padding:0 0 5px 0;
        transition:all .3s ease-in-out;
        letter-spacing: 0.36px;
    }
  
   
    .header .nav ul li > .sub-menu li.parent:after {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 9px solid #fff;
        border-bottom: 5px solid transparent;
        content:'';
        position:absolute;
        top:15px;
        right:10px;
    }
    .header .nav ul li .sub-menu .sub-menu:before {
        display:none;
    }
   .header .nav ul li a {
        color:#171B2C;
    } 
    .header .nav.active-hover ul li:hover .sub-menu li a {
        color:rgba( 131, 123, 89, 1 );
    }
    .header .nav ul li .sub-menu li .sub-menu {
        display:none;
        width:100%;
        border:0;
        position:relative;
        left:0;
        top:10px;
        padding:0;
    }
    .header .nav ul li .sub-menu li:hover .sub-menu {
        display: block;
        position: absolute;
        left: 100%;
        top:0;
    }
    .header .nav ul li .sub-menu li .sub-menu li .sub-menu {
        display: none;
    }
    .header .nav ul li .sub-menu li .sub-menu li.parent:hover .sub-menu {
        display: block;
    }
  .header .nav ul li .sub-menu li a {
    font-size: 14px;
  }
	    .topbar-inner {
        padding: 0 50px;
  }

  @media screen and ( min-width:1200px ) {

        .header .nav {
        width: 65%;
    }
	    .header .nav ul {
	  column-gap:11px;
	  }
    .header .nav ul li a {
        font-size: 15px;
  }
      .header .logo, .header.header-inner .logo {
        width: 220px;
    }
     .topbar_contactinfo a {
        color:#fff;
        font-size:20px;
    } 
  .header .nav ul li .sub-menu li a {
    font-size: 16px;
  }
  }

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

    .header-consultation-btn {
        width:185px;
    }
    .header .header-consultation-btn,  .header.header-inner .header-consultation-btn {
        visibility: visible;
        opacity:1;
        height:50px;
    }

    .topbar-inner {
        padding: 0 80px;
    }
    .header {
     padding: 0 80px;
    }
    .header .header.header-inner {
        padding:0 80px;
    }
  }
  @media screen and ( min-width:1359px ) {
    .header-topbar {
        width:calc( 100% - 90px );
        left:45px;
    }
  
        .header .nav {
        width: 68%;
    }
  .header .nav ul {
	  column-gap:12px;
	  }
  }

  @media screen and ( min-width:1440px ) {
  .header {
        padding-left: calc(50vw - 640px);
        padding-right: calc(50vw - 640px);
    }
}
  @media screen and ( min-width: 1700px ) {
   

    .header .nav {
        width:70%;
    }
  .header .nav ul {
    column-gap: 15px;
}
  
  
  }
  .topbar_left span{
  
  }
  .get_our_btn a,
  .topbar_left span{
  color:#fff!important;
  font-size:20px!important;
  }
  .get_our_btn a{
  color:#fff!important;
  font-size:20px!important;
    font-family: 'PublicSans_ExtraBold';
    font-weight: bold;
  }
  .topbar_left span{
   font-family: 'PublicSans_SemiBold';
   font-weight: 600;
  }
  
  .get_our_btn a{
    padding-bottom: 2px;
    border-bottom: 2px solid #FFF;
  }
  .header-topbar > :first-child{
  align-items:center!important;
  justify-content:center!important;
  }
  .topbar_left{
    display: flex;
    align-items: center;
  width: 100%;
    justify-content: space-between;
  }
  .offer_img{
  width:65px;
  }
  .offer_img img{
  object-fit:contain;
  }
  .get_our_btn a span{
  position:relative;
  }
  .get_our_btn a span:after{
  content:'';
  position:absolute;
  top:50%;
  left:8px;
  transform:translate(0%, -50%);
  background-image:url(/wp-content/uploads/2024/07/arrow-3.svg);
  background-repeat:no-repeat;
  background-size:contain;
  width:30px;
  height:22px;
  }
  .get_our_btn a span{
  padding-left:40px;
  font-size:20px;
  font-weight:bold;
  color:#171B2C;
  font-style: italic;
  }
  .banner-form .topbar-contactinfo{
  margin-bottom:30px;
  }
  
  @media screen and ( max-width:1080px ) {
  .get_our_btn a,
  .topbar_left span {
    font-size: 18px !important;
  }
  }
  @media screen and ( max-width:991px ) {
  .topbar_contactinfo{
    padding-right:50px;
  }
  header .topbar_contactinfo{
    display:none;
  }
  .home .header-fixed .topbar_contactinfo{
  display:none;
  }
	      .nav-button {
        position: fixed;
        z-index: 9999;
        top: 26px;
        right: 35px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        text-align: center;
        padding-top: 0;
        display: block;
    }
	      .nav ul li.parent:after {
        content: "";
        position: absolute;
        right: 35px;
        top: 27px;
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-top: 6px solid #837B59;
    }
	   .header .nav > ul > li.parent:hover:after {
        width: calc(100% - 76px);
    }
	   .nav ul li.parent.item-active:hover:after {
		 width: calc(100% - 82px);
		 border-left: 6px solid transparent;
        border-right: 6px solid #837b59;
	  }
	  .header .nav ul li a {
       margin-left: 35px;
	   padding:5px 0;
   }
 .nav ul li.parent.item-active:after {
        transform:rotate(-180deg);
    }
	  .header .nav {
    padding-top: 15px;
}
  }

  @media screen and ( max-width:767px ) {
	  	      .nav-button {
        right: 25px;
    }
	      .nav ul li.parent:after {
        right: 25px;
    }
	  	  .header .nav ul li a {
    margin-left: 25px;
}
	   .header .nav > ul > li.parent:hover:after {
        width: calc(100% - 56px);
    }
	   .nav ul li.parent.item-active:hover:after {
		 width: calc(100% - 62px);  
	  }
}
  .header-topbar {
    width:100%!important;
    left:0px!important;
	z-index:999;
	 display: none;
    }
  .current-menu-item > :first-child:not(.sub-menu .current-menu-item > :first-child),
  .current-menu-parent > :first-child:not(.sub-menu .current-menu-item > :first-child){
    font-family: 'PublicSans_ExtraBold'!important;
  font-weight: bold!important;
  }
  
  header nav > ul > li:hover a:not(.sub-menu li a) {
    font-family: 'PublicSans_ExtraBold';
  font-weight: bold;
  }
p sup{
	  font-size: smaller;
      vertical-align: super;
}
.sup sup{
	  font-size: smaller;
      vertical-align: super;
	    margin-right: -10px;
}
