.header-area {
    transition: 0.3s;
  }
  .header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
    z-index: 9999;
  }
  .dark .header-area.sticky {
    background-color: #121212;
  }
  .header-area.sticky .header-area__inner {
    height: 100px !important;
  }
  .header-area.sticky button i {
    color: var(--primary);
  }


  header {
    margin-bottom: -1px;
    z-index: 100;
  }

  .admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}



/* header area style  */
.header-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 1px solid var(--border);
    background-color: var(--white);
  }
  .dark .header-area {
    background-color: var(--black);
  }
  .header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 100px;
  }
  @media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
      height: 80px;
    }
  }
  .header-area .header-area__inner > *:first-child {
    margin-inline-end: auto;
  }
  .header-area .main-menu li a {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font_teko);
    text-transform: uppercase;
  }
  .header-area .search-icon {
    color: var(--primary);
  }
  @media (max-width: 575px) {
    .header-area .header__meta {
      display: none;
    }
  }
  .header-area .wc-btn-primary {
    padding: 14px 25px;
    background-color: #0088c7;
    border-color: #0088c7;
    border-radius: 15px;
    color: #fff;font-weight: 400;
  }
  @media only screen and (max-width: 991px) {
    .header-area .wc-btn-primary {
      padding: 11px 20px;
    }
  }
  .dir-rtl .header-area .header__navicon img {
    transform: rotateY(180deg);
  }
  



  .cta-area .section-header {
    text-align: center;
  }
  .cta-area .section-header .title-wrapper {
    margin-top: 42px;
  }
  @media only screen and (max-width: 1399px) {
    .cta-area .section-header .title-wrapper {
      margin-top: 32px;
    }
  }
  .cta-area .section-header .btn-wrapper {
    margin-top: 18px;
  }
  .cta-area .section-header .wc-btn-underline {
    font-size: 50px;
    padding-bottom: 8px;
    text-transform: none;
    color: var(--white);
    font-weight: 400;
  }
  @media only screen and (max-width: 1919px) {
    .cta-area .section-header .wc-btn-underline {
      font-size: 35px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .cta-area .section-header .wc-btn-underline {
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .cta-area .section-header .wc-btn-underline {
      font-size: 22px;
      padding-bottom: 5px;
    }
  }
  .cta-area .section-header .wc-btn-underline::before {
    height: 3px;
  }
  @media only screen and (max-width: 1199px) {
    .cta-area .section-header .wc-btn-underline::before {
      height: 2px;
    }
	  .main-menu{display: none}
  }

  
  .pos-center {
    right: 1%;
    left: unset;
 
}



.offcanvas-3__menu .dropdown .dropdown-menu{
  position: unset !important;
  transform: unset !important;
  background-color: transparent !important;
  padding-left: 18px;
}
.offcanvas-3__menu .dropdown{
margin-left: -3px;
}

.offcanvas-3__menu li a,.dropdown-toggle {
  font-size: 120px;
  font-size: 8vh;
  color: var(--secondary);
  text-transform: uppercase;
  line-height: 0.9;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
  background-size: 200% 100%;
  background-position: 100%;
  transform: perspective(359px) rotateY(-18deg);
}

@media only screen and (max-width: 1399px) {
  .offcanvas-3__menu li a,.dropdown-toggle {
    font-size: 7vh;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas-3__menu li a,.dropdown-toggle {
    font-size: 6vh;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-3__menu li a,.dropdown-toggle {
    font-size: 2.5vh;
    color: rgba(255, 255, 255, 0.6705882353);
    background-image: unset;
    -webkit-text-fill-color: unset;
  }
}

@media only screen and (max-width: 600px) {
.offcanvas-3__menu .dropdown .dropdown-menu a{
  font-size: 1.8vh !important;
}
}