:root {
    --secondary-color: #EAEEF1;
    --white-color: #FFFFFF;
    --divider-color: #F1F1F1;
  }

  a,
  button,
  img,
  input,
  span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  *:focus {
    outline: none !important;
  }
  
  a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
  }
  
  h1, h2,h3,h4,h5,h6, p, ul li{
    font-family: var(--accent-font);
  }
  
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  img {
    max-width: 100%;
  }
  
  
  
  
  /*--- custom arrows ---- */
  
  header{
    position: relative;
  }
  /* Header */
  .sigma_header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  }
  
  .sigma_header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000 !important;
  }
  
  /* Header top */
  .sigma_header-top {
    background-color: #fff;
    border-bottom: 1px solid var(--thm-border);
    padding: 0;
  }
  
  .sigma_header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  
  .sigma_header-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
  
  .sigma_header-top .sigma_header-top-nav li {
    margin: 0;
  }
  
  .sigma_header-top .sigma_header-top-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
  }
  
  .sigma_header-top .sigma_header-top-nav li+li {
    margin-left: 10px;
  }
  
  .sigma_header-top-contacts .sigma_header-top-nav li a {
    display: block;
    font-size: 14px;
    width: 41px;
    height: 41px;
    background-color: rgba(var(--thm-base-rgb), .25);
    display: inline-flex;
    color: var(--thm-base);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0;
  }
  
  .sigma_header.style-1 .sigma_header-top-contacts .sigma_header-top-nav li a{
     color: var(--thm-base);
  }
  .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
  .sigma_header.style-1 .sigma_header-top-contacts .sigma_header-top-nav li a:hover {
    background-color: var(--thm-base);
    color: var(--main);
  }
  
  .sigma_header-top .sigma_header-top-cta li {
    height: 100%;
  }
  
  .sigma_header-top .sigma_header-top-cta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: var(--thm-base);
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
  }
  .sigma_header-top .sigma_header-top-cta li a:hover{
    background-color: var(--main);
  }
  
  /* Header bottom */
  .sigma_header-bottom{
    background-color: var(--thm-secondary);
  }
  .sigma_header-bottom-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .sigma_header .sigma_header-bottom .navbar-nav > li > a{
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sigma_header .sigma_header-bottom .navbar-nav li a:hover{
    color: var(--main);
  }
  
  .sigma_header .container-fluid{
    padding-left: 65px;
    padding-right: 65px;
  }
  
  .sigma_header-top .sigma_header-top-contacts ul li a{
    color: var(--thm-secondary);
  }
  
  .sigma_header-top .sigma_header-top-contacts ul li a:hover{
    color: var(--main);
  }
  .sigma_header-top.dark-bg{
    background-color: var(--footer);
  }
  
  .sigma_header-top.dark-bg .sigma_header-top-links li a,
  .sigma_header-top.dark-bg .sigma_header-top-links li select,
  .sigma_header-top.dark-bg .sigma_header-top-contacts ul li a{
    color: #fff;
    opacity: .9;
  }
  
  body .sigma_header.style-5 .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
  .sigma_header-top.dark-bg .sigma_header-top-links li a:hover,
  .sigma_header-top.dark-bg .sigma_header-top-contacts ul li a:hover{
    color: #fff !important;
    opacity: 1;
  }
  
  .sigma_header.style-3 .sigma_header-top,
  .sigma_header.style-5 .sigma_header-top{
    border: 0;
    padding: 10px 20px;
  }
  .sigma_header.style-3 .sigma_header-middle,
  .sigma_header.style-5 .sigma_header-middle{
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
  }
  .sigma_header.style-3 .sigma_header-top-inner,
  .sigma_header.style-5 .sigma_header-top-inner,
  .sigma_header.style-7 .sigma_header-top-inner,
  .sigma_header.style-8 .sigma_header-top-inner{
    padding: 0;
  }
  
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a{
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 400;
  }
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
  .sigma_header .sigma_header-top-contacts .sigma_header-top-nav li a:hover{
    background-color: transparent;
    color: var(--thm-base-hover);
  }
  .sigma_header .sigma_header-top .sigma_header-top-nav li+li,
  .sigma_header .sigma_header-top .sigma_header-top-nav li+li,
  .sigma_header .sigma_header-top .sigma_header-top-nav li+li{
    margin-left: 24px;
  }
  .sigma_header .sigma_header-top-links li a,
  .sigma_header .sigma_header-top-links li select{
    display: flex;
    align-items: center;
    color: var(--thm-secondary);
    font-size: 14px;
    font-weight: 400;
  }
  
  .sigma_header .sigma_header-top-links li select{
    background-color: transparent;
    height: auto;
    padding: 0;
    border: 0;
    background-image: none;
    cursor: pointer;
  }
  
  .sigma_header .sigma_header-top-links li a:hover,
  .sigma_header .sigma_header-top-links.important-links li a:hover,
  .sigma_header .sigma_header-top-links li select:hover{
    color: var(--thm-base-hover);
  }
  
  .sigma_header .sigma_header-top-links li a i{
    margin-right: 10px;
  }
  
  .sigma_header .sigma_header-top-links li + li{
    margin-left: 15px;
  }
  
  .sigma_header .sigma_header-top-links.important-links li a{
    font-size: 16px;
    padding: 30px 0;
    color: var(--thm-secondary);
  }
  
  /*----------------------------------------*/
  /*  02. Header CSS
  /*----------------------------------------*/
  
  
  header.header {
    background-color: #ffffff;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 30px 0;
  }
  
  header.header.is-sticky {
    position: fixed !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background-color: #ffffff !important;
  }
  
  header.header.is-sticky .header-top {
    display: none;
  }
  
  header.header.is-sticky .header-bottom .main-menu>ul>li>a {
    padding: 30px 14px;
    margin: 0 20px 0 0;
  }
  
  .header-transparent {
    background-color: transparent !important;
  }
  
  /*-- Header Top --*/
  .header-top {
    background-color: #ffffff;
    padding: 35px 0 25px 0;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top {
      padding-top: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header-top {
      padding-top: 10px;
    }
  }
  
  .header-top.bg-dark {
    border-color: #535353;
  }
  
  .header-top>.container>.row>.col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .header-top>.container>.row>.col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  @media only screen and (max-width: 575px) {
    .header-top>.container>.row>.col {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
    }
  
    .header-top>.container>.row>.col:first-child {
      margin-top: 10px;
      margin-bottom: 5px;
    }
  
    .header-top>.container>.row>.col:last-child {
      margin-bottom: 10px;
    }
  }
  
  /*-- Header Bottom --*/
  .header-bottom.bg-dark {
    border-color: #393939;
  }
  
  .header-bottom.menu-right>.container>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom.menu-right>.container>.row {
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .header-bottom.menu-right>.container>.row {
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
    }
  }
  
  .header-bottom.menu-right>.container>.row>.col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: static;
  }
  
  .header-bottom.menu-right>.container>.row>.col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  /*-- Header Logo --*/
  /* @media only screen and (max-width: 479px) {
    .header-logo {
      width: 200px;
    }
  } */
  
  .header-logo a {
    display: inline-block;
  }
  
  .header-logo a img {
    width: 250px;
  }
  
  .main-menu ul li a i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  
  .main-menu ul li:hover a i {
    transform: rotate(180deg);
  }
  
  /*-- Main Menu --*/
  .main-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-menu>ul>li {
    position: relative;
  }
  
  .main-menu>ul>li>a {
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    color: #292929;
    text-transform: uppercase;
    display: block;
    padding: 40px 0 40px 0;
    margin: 0 26px 0 0;
    position: relative;
  }
  
  
  @media(max-width:1230px){
    .header-logo a img {
      width: 150px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu>ul>li>a {
      padding: 30px 0 30px 0;
    }
  }
  
  .main-menu>ul>li.has-dropdown>a::after {
    content: "";
    font-family: Fontawesome;
    line-height: 30px;
    margin-left: 3px;
  }

  .main-menu>ul>li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  
  .main-menu>ul>li:hover>.mega-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  
  .main-menu>ul>li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  
  .main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  
  .main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
  
  .main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
  
  .main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.main-menu-two>ul>li>a {
      padding: 30px 12px;
      margin: 0;
    }
  }


  .main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--main) !important;
}

  
  
  /*-- Sub Menu --*/
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -2px !important;
    padding: 20px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 260px;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid red;
  }
  
  .sub-menu li {
    margin-bottom: 5px;
    position: relative;
  }
  
  .sub-menu li:last-child {
    margin-bottom: 0;
  }
  
  .sub-menu li a {
    font-family: var(--accent-font);
    color: #292929;
    display: block;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    padding: 0 20px;
  }
  
  .sub-menu li.has-dropdown>a::after {
    content: "";
    font-family: Fontawesome;
    line-height: 30px;
    float: right;
  }
  
  .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
  }

  .sub-menu li:hover>.sub-menu {
    margin-top: -10px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  
  .sub-menu li .sub-menu {
    left: 100%;
    margin-left: 0;
    top: 0;
  }
  
  .sub-menu li .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
  
  .sub-menu li .sub-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  
  /*-- Mega Menu --*/
  .mega-menu.four-column {
    width: 800px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mega-menu.four-column {
      width: 770px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu.four-column {
      width: 770px;
    }
  }
  
  .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-bottom: 2px solid #ee3333;
    text-align: left;
    z-index: 999;
    width: 800px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mega-menu {
      width: 770px;
      left: -40px !important;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu {
      width: 770px;
      left: -160px !important;
    }
  }
  
  .mega-menu.left-0 {
    left: 0;
  }
  
  .mega-menu>li {
    width: 32%;
    padding: 0px 13px;
    margin: 34px 0;
    float: left;
    border-left: 1px solid #a8a8a8;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mega-menu>li {
      padding: 0 5px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu>li {
      padding: 0 5px;
    }
  }
  
  .mega-menu>li:first-child {
    border-left: 0;
  }
  
  .mega-menu>li>a {
    margin: 0 0 12px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    color: #292929;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mega-menu>li>a {
      margin: 0 0 12px 20px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu>li>a {
      margin: 0 0 12px 20px;
    }
  }
  
  .mega-menu>li>ul>li {
    display: block;
  }
  
  .mega-menu>li>ul>li>a {
    padding: 0px 12px;
    display: block;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #292929;
    font-family: var(--accent-font);
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mega-menu>li>ul>li>a {
      padding: 0 20px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu>li>ul>li>a {
      padding: 0 20px;
    }
  }
  
  .mega-menu>li>ul>li>a:hover {
    color: #ee3333;
    padding-left: 20px;
  }
  
  /* offcanvas mobile menu */
  .header-mobile-navigation {
    padding: 20px 0;
  }
  
  .header-mobile-navigation .mobile-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .header-mobile-navigation .mobile-navigation ul li {
    margin-left: 20px;
  }
  
  .header-mobile-navigation .mobile-navigation ul li:first-child {
    margin-left: 0;
  }
  
  .header-mobile-navigation .mobile-navigation ul li a {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #292929;
  }
  
  .header-mobile-navigation .mobile-navigation .header-cart-icon {
    position: relative;
    display: inline-block;
  }
  
  .header-mobile-navigation .mobile-navigation .header-cart-icon a {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #292929;
  }
  
  .header-mobile-navigation .mobile-navigation .header-cart-icon a span {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    color: #ee3333;
    border-radius: 100%;
  }
  
  .offcanvas-widget-area {
    margin-bottom: 35px;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-widget-area {
      margin-bottom: 30px;
    }
  }
  
  .off-canvas-contact-widget {
    margin-bottom: 20px;
  }
  
  .off-canvas-contact-widget .header-contact-info {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  
  .off-canvas-contact-widget .header-contact-info .header-contact-info-list li {
    display: inline-block;
    /* margin-right: 25px; */
  }
  
  .off-canvas-contact-widget .header-contact-info .header-contact-info-list li i {
    font-size: 14px;
    margin-right: 5px;
  }
  
  .off-canvas-contact-widget .header-contact-info .header-contact-info-list li a {
    font-weight: 400;
    line-height: 22px;
    color: #292929;
  }
  
  .off-canvas-contact-widget .header-contact-info .header-contact-info-list li a:hover {
    color: #cdb30c;
  }
  
  .off-canvas-contact-widget .header-contact-info .header-contact-info-list li:last-child {
    margin-right: 0;
  }
  
  .offcanvas-mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 60px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  
  .offcanvas-mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .offcanvas-mobile-menu.inactive {
    -webkit-transform: translateX(calc(100% + 60px));
    transform: translateX(calc(100% + 60px));
  }
  
  .offcanvas-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-menu-close {
      width: 50px;
      height: 50px;
      line-height: 55px;
      left: 10px;
      font-size: 25px;
    }
  }
  
  .offcanvas-menu-close:hover,
  .offcanvas-menu-close:focus {
    color: red !important;
  }
  
  .offcanvas-menu-close i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .offcanvas-menu-close:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
  }
  
  .offcanvas-mobile-search-area {
    background-color: #e6e6e6;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    z-index: 9;
    margin-left: 60px;
  }
  
  .offcanvas-mobile-search-area input {
    width: 100%;
    font-size: 16px;
    display: block;
    padding: 9px 25px;
    padding-right: 35px;
    color: #222;
    background: #e6e6e6;
    border: none;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-mobile-search-area input {
      font-size: 14px;
      padding: 5px 15px;
      padding-right: 35px;
    }
  }
  
  .offcanvas-mobile-search-area button {
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaa;
    padding: 0;
  }
  
  .offcanvas-mobile-search-area button i {
    font-size: 18px;
    line-height: 40px;
  }
  
  .offcanvas-inner-content {
    padding: 60px 35px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .offcanvas-inner-content .headingg h1{
    font-size: 25px;
    color: var(--second);
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-inner-content {
      padding: 70px 25px 0;
    }
  }
  
  .offcanvas-navigation {
    margin-bottom: 20px;
  }
  
  .offcanvas-navigation>ul>li>a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 0;
    color: #292929;
  }
  
  .offcanvas-navigation>ul>li>a:hover {
    color: #cdb30c;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-navigation>ul>li>a {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  .offcanvas-navigation ul.submenu2 {
    margin-left: 25px;
  }
  
  .offcanvas-navigation ul.submenu2>li>a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
  }
/*   
  .offcanvas-navigation ul.submenu2>li>a:hover {
    color: #cdb30c;
  }
   */
  @media only screen and (max-width: 479px) {
    .offcanvas-navigation ul.submenu2>li>a {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  .offcanvas-navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children a {
    display: block;
    color: var(--main);
    font-weight: 700;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 95%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .off-canvas-widget-social a {
    margin: 0 10px;
    font-size: 14px;
  }
  
  .off-canvas-widget-social a:first-child {
    margin-left: 0;
  }
  
  @media only screen and (max-width: 479px) {
    .off-canvas-widget-social a {
      margin: 0 10px;
    }
  }
  
  /* .off-canvas-widget-social a:hover {
    color: #cdb30c;
  }
   */
  /* offcanvas settings */
  .offcanvas-settings .offcanvas-navigation>ul>li>a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
  }
  
  .offcanvas-settings .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand {
    height: 30px;
    top: -15px;
    margin-top: 0;
  }
  
  .offcanvas-settings .offcanvas-navigation ul.sub-menu>li>a {
    padding: 5px 0;
  }
  
  
  .anchour-btnn .btnn {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--second);
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    font-family: var(--accent-font);
  }
  
  .anchour-btnn .btnn:hover {
    background-color: var(--main) !important;
  }
  
  
  @media (max-width: 1200px) {
    .header {
        display: none !important;
    }
    .header-mobile {
        display: block !important;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
  }
  
  @media (min-width: 1201px) {
    .header {
        display: block !important;
    }
    .header-mobile {
        display: none !important;
    }
  }
  

    
  .header-default .header-button{
    background-color: var(--main);
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    transition: all .5s ease-in-out;
  }

  .header-default .header-button:hover{
    background-color: var(--footer);
  }
  
  .offcanvas-wrapper  .header-button a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    font-weight: bold;
    background: var(--main) !important;
    padding: 8px 14px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid red;
  }
  
  .offcanvas-wrapper .header-button a:hover{
    color:var(--black);
  }
  
  .offcanvas-wrapper .header-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background: red;
    z-index: -1;
    transition: 0.5s;
    border-radius: 30px;
  }
  
  .offcanvas-wrapper .header-button a:hover:before{
    width: 100%;
    left: 0;
  }
  
  .offcanvas-wrapper .header-button i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 5px;
    transform: rotate(-59deg);
  }
  
  
  .offcanvas-wrapper .header-menu ul li i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    left: 5px;
  }

  .offcanvas-navigation>ul>li>a:hover {
    color: var(--main) !important;

}

.offcanvas-navigation ul.submenu2>li>a:hover {
    color: var(--main) !important;
}

.mobile-menu-icon:hover{
    color: var(--main) !important;
}