
a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  
  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;
  }

  
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  img {
    max-width: 100%;
  }
/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
header.header {
    background-color: #ffffff;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  header.header.is-sticky {
    position: fixed !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            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: 240px;
    }
  }
  .header-logo a {
    display: inline-block;
  }
  .header-logo a img {
    width: 330px;
  }

.main-menu ul li a i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.offcanvas-inner-content .headingg h1{
  font-size: 20px;
  color: #ee2761;
}

.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: var(--accent-font);
    color: #292929;
    text-transform: uppercase;
    display: block;
    padding: 40px 0 40px 0;
    margin: 0 37px 0 0;
    position: relative;
  }
  @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.active > a, .main-menu > ul > li:hover > a {
    color: #ee3333;
  }
  .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;
    }
  }
  
  /*-- Sub Menu --*/
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    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: 210px;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    
  }
  .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.active > a {
    color: #ee3333;
  }
  .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
  }
  .sub-menu li:hover > a {
    color: #ee3333;
    padding-left: 25px;
  }
  .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: #ee3333;
  }
  .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: #ffffff;
  }
  .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;
  }
  @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: #ee3333;
  }
  @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: #ee3333;
  }
  @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;
  }
  .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: #ee3333;
  }
  
  /* 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: 15px 50px;
    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;
  }