/* ------------------------------------------------ 
Project: Vaidy - Chiropratic Therapy WordPess Theme 
Author: ThemeHt
------------------------------------------------ */
/* ------------------------ 
Table of Contents 
1. General 
2. Transition 
3. Box Shadow 
4. Pre Loader 
5. Scroll to Top 
6. Header 
9. Footer 
10. Page Title 
/* ------------------------ General ------------------------*/
a,
a:focus {
  text-decoration: none !important;
}
a,
a:visited {
  text-decoration: none;
  color: var(--themeht-secondary-color);
}
a:focus,
a:hover {
  color: var(--themeht-secondary-color);
  text-decoration: none !important;
}
a,
button,
input {
  outline: medium none !important;
}
*::-moz-selection {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}
::selection {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}
/* ------------------------ Transition ------------------------*/
a,
.btn,
button,
img,
span,
input,
.dropdown-item,
.nav-item.dropdown .dropdown-menu a:before,
.marquee-btn,
.social-icons li:hover a,
.featured-item,
.service-item,
.service-icon,
.service-icon2,
.swiper-button-next,
.swiper-button-prev,
.service-image:before,
.team-images,
.team-description,
.footer-list li a:before,
.service-widget li a:before,
.service-widget li a:after,
.featured-item.style-3,
.team-member .team-social-icon,
.project-item.style-1 .project-img img,
.service-item.style-2 .service-image img,
.service-item.style-4 .arrow-btn:hover i {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* ------------------------ Box Shadow ------------------------*/
.box-shadow,
.dropdown-menu,
.sticky-header,
.navbar-nav ul,
.btn,
.year-counter .counter,
.swiper-button-next,
.swiper-button-prev,
.service-widget.widget,
.elementor-widget-service-grid .service-item.style-1,
.post-card.style-1,
.post.sticky .post-card,
.single-post .post-card,
.post-card.style-2,
.comment-reply-link,
.elementor-accordion .elementor-accordion-item,
.team-single-page .team-img,
.testimonial.style-1 .testimonial-content,
.team-member .team-social-icon {
  -webkit-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
  -moz-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
  box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
}
/* ------------------------ Pre Loader ------------------------*/
#ht-preloader {
  background: var(--themeht-white-color);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  max-height: var(--loader-img-height);
}
/* ------------------------ Scroll to Top ------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
  border-radius: 5px;
}
.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* ------------------------ Header ------------------------*/
/*--Header top--*/
.topbar-link a,
.topbar-link {
  color: var(--themeht-white-color);
  font-weight: 500;
}
.topbar-link i {
  margin-right: 5px;
  color: var(--themeht-white-color);
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.topbar-link a:hover {
  color: var(--themeht-secondary-color);
}
.header-top {
  line-height: 50px;
  background-color: var(--themeht-primary-color);
  border-radius: 0 0 5px 5px;
}
.header-top ul {
  margin: 0;
}
.header-top .topbar-link li {
  display: inline-block;
  border-right: 1px solid var(--themeht-border-dark-color);
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
}
.header-top .topbar-link li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: calc(100% + -16px);
  width: 1px;
  background: var(--themeht-white-color);
  opacity: 0.2;
  transform: translateY(-50%);
}
.header-top .topbar-link li:last-child::after {
  content: none;
}
.header-top .social-icons {
  position: relative;
}
.header-top .social-icons::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: calc(100% + 8px);
  width: 1px;
  background: var(--themeht-white-color);
  opacity: 0.2;
  transform: translateY(-50%);
}
.header-top .social-icons li {
  margin: 0 15px 0 0;
}
.header-top .social-icons li:last-child {
  margin: 0 20px 0 0;
}
.header-top .social-icons li a {
  color: var(--themeht-white-color);
  height: auto;
  line-height: normal;
  background: var(--themeht-rgb-color);
  width: auto;
  font-size: 16px;
}
.header .primary-btn {
  margin-left: 30px;
}
.header-number {
  display: flex;
  align-items: center;
}
.header-number span {
  display: block;
  color: var(--themeht-primary-color);
  font-weight: 600;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
}
.header-number div > a {
  color: var(--themeht-secondary-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  display: inline-block;
}
.header-number i {
  font-size: 20px;
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-nav a.dark-btn {
	margin-left: 30px;
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	letter-spacing: 0.6px;
	padding: 18px 20px;
}
.right-nav a.dark-btn:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}
/* ------------------------ Header ------------------------*/
#header-wrap {
  position: relative;
  z-index: 999;
  padding: 15px 0;
  box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 6%);
}
.admin-bar .header,
.admin-bar .sticky-header.fixed-header {
  top: 30px;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  padding: 10px 0;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--themeht-white-color);
}
.sticky-header.fixed-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: smoothScroll;
  -moz-animation-name: smoothScroll;
  -op-animation-name: smoothScroll;
  -webkit-animation-name: smoothScroll;
  animation-name: smoothScroll;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes smoothScroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes smoothScroll {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sticky-header.fixed-header .search-icon a {
  color: var(--themeht-primary-color);
}
/*--navigation--*/
.navbar-brand.logo {
  margin-right: 0;
}
.logo img {
  max-height: var(--logo-desktop-height);
}
.navbar {
  padding: 0;
}
.navbar-nav .nav-item {
  margin: 0 13px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  margin: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:first-child a {
  border-radius: 5px 5px 0 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child a {
  border-radius: 0 0 5px 5px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  background: var(--themeht-white-color);
  box-shadow: 0 0.5rem 1rem rgb(42 39 94 / 6%);
  border-radius: 5px;
  padding: 0;
  border: 1px solid #eeeeee;
}
.navbar-nav .nav-link {
  padding: 0 !important;
  color: var(--themeht-secondary-color);
  border-radius: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.navbar-nav .dropdown-menu .dropdown-item {
  background: none;
  padding: 20px 40px 20px 20px;
  color: var(--themeht-secondary-color);
  position: relative;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.dropdown-toggle::after {
  content: none;
}
.dropdown-submenu {
  position: relative !important;
  box-shadow: none !important;
  display: block;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 3% !important;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  top: 0 !important;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: 0 !important;
}
.dropdown-submenu > .dropdown-item {
  padding-right: 2.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover,
  .navbar-nav .show > .nav-link,
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--themeht-primary-color);
  }
  .navbar-nav .dropdown-menu {
    min-width: 14em !important;
    max-width: 20em !important;
  }
  .navbar-nav .dropdown > .dropdown-menu {
    transform-origin: top center;
    transform: scaleY(0);
    opacity: 0;
    top: 100%;
    position: absolute;
    display: block;
    pointer-events: none;
    background: var(--themeht-white-color);
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    transform: scaleY(1);
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .navbar-nav .dropdown-menu .dropdown-item.active,
  .navbar-nav .dropdown-menu .dropdown-item:active,
  .navbar-nav .dropdown-menu .dropdown-item:focus,
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
  }
  .nav-item.dropdown .dropdown-menu a.active:before,
  .nav-item.dropdown .dropdown-menu a:focus:before,
  .nav-item.dropdown .dropdown-menu a:hover:before {
    opacity: 1;
    left: 10px;
    color: var(--themeht-secondary-color);
    animation: rotate 5s ease-in-out infinite;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-toggler {
    background: none;
    border: 1px solid var(--themeht-primary-color);
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 4px;
    margin-left: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .ht-toggler svg {
    width: 40px;
    height: 40px;
    display: inline-block;
  }
  .ht-toggler .line {
    fill: none;
    stroke: var(--themeht-primary-color);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ht-toggler .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }
  .ht-toggler .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
  }
  .ht-toggler .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
  }
  .ht-toggler[aria-expanded="true"] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }
  .ht-toggler[aria-expanded="true"] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
  }
  .ht-toggler[aria-expanded="true"] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
  }
  .navbar-collapse {
    background: var(--themeht-white-color);
    max-height: 400px;
    left: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 0 0 45px rgb(5 28 141 / 10%);
    -moz-box-shadow: 0 0 45px rgb(5 28 141 / 10%);
    box-shadow: 0 0 45px rgb(5 28 141 / 10%);
  }
  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .navbar-nav .nav-link {
    padding: 15px !important;
  }
  .navbar-nav .nav-item .nav-link.active {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
  }
  .navbar-nav .dropdown-menu .dropdown-item.active {
    background: none;
    color: var(--themeht-primary-color);
  }
  .nav-item.dropdown .dropdown-menu a.active:before {
    opacity: 1;
    left: 0;
    color: var(--themeht-primary-color);
    animation: rotate 5s ease-in-out infinite;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: var(--themeht-white-color);
    box-shadow: none;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--themeht-secondary-color);
  }
}
/*--Header Search--*/
.search-icon a {
  font-size: 18px;
  color: var(--themeht-white-color);
  line-height: normal;
  display: block;
  text-align: center;
  margin-right: 15px;
}
.search-input {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  background: var(--themeht-secondary-color);
  z-index: 9999;
  top: 0;
  display: none;
  padding: 80px 0;
}
.search-inner {
  padding: 15px 0;
  position: relative;
}
.search-input label {
  width: 100%;
}
.search-input .search-field {
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  padding-right: 60px;
  margin-bottom: 0;
}
.search-input .search-form button[type="submit"] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  right: 50px;
  position: absolute;
  top: 5px;
  color: var(--themeht-primary-color);
}
.search-input .search-submit:hover {
  color: var(--themeht-secondary-color);
}
.right-nav {
  position: relative;
}
.search-input .search-form {
  margin: 0 auto;
  background: var(--themeht-white-color);
  padding: 15px 10px;
  border-radius: 5px;
}
.search-input input[type="search"]:focus {
  border: none !important;
}
.close-search {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  color: var(--themeht-white-color);
}
.close-search:hover {
  color: var(--themeht-primary-color);
}
/* ------------------------ Footer ------------------------*/
.footer .widget-title {
  margin-bottom: 10px !important;
  border: none;
}
.footer-widget {
  margin-bottom: 0;
}
.footer-widget.widget ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget.widget ul li {
  list-style-type: none;
}
.primary-footer {
  background: var(--themeht-secondary-color);
  position: relative;
  z-index: 99;
  color: var(--themeht-white-color);
  padding: 80px 0;
}
.secondary-footer {
  background: var(--themeht-secondary-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  font-size: 16px;
  color: var(--themeht-white-color);
}
.footer h5 {
  position: relative;
  color: var(--themeht-white-color);
}
.media-icon.list-inline li {
  display: inline-block;
}
.media-icon li {
  margin-bottom: 25px !important;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}
.media-icon li:last-child {
  margin-bottom: 0 !important;
}
.media-icon li i {
  font-size: 24px;
  color: var(--themeht-primary-color);
  vertical-align: middle;
  line-height: 24px;
  margin-right: 15px;
}
.media-icon li a {
  color: var(--themeht-white-color);
}
.media-icon li a:hover {
  color: var(--themeht-primary-color);
}
.footer-widget .menu li {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-widget .menu li:last-child {
  margin-bottom: 0;
}
.footer-widget .menu li a {
  color: var(--themeht-white-color);
  position: relative;
}
.footer-widget .menu li a:hover {
  color: var(--themeht-primary-color);
}
.footer-widget.widget .social-icons.footer-social li {
  border: none;
  padding: 0 !important;
}
.footer .widget-title:before {
  content: none;
}
.social-icons.footer-social li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: var(--themeht-white-color);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.social-icons.footer-social li a:hover {
  background: var(--themeht-primary-color);
}
.footer-box .footer-widget.widget_custom_html {
  margin: 0;
}
.footer-subscribe {
  background: var(--themeht-secondary-color);
}
.footer-subscribe .widget {
  margin: 0;
}
.footer-subscribe h3.widgettitle {
  color: var(--themeht-white-color);
}
.footer-subscribe input[type="email"] {
  border: none;
  background: none;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  margin: 30px 0;
}
.footer-subscribe input[type="email"]:focus {
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.footer-subscribe input.subscribe-btn {
  padding: 18px 25px;
  transition: all 0.3s;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  cursor: pointer;
  text-align: center;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  margin: 0;
}
.footer-subscribe input.subscribe-btn:hover {
  background: var(--themeht-white-color);
  color: var(--themeht-secondary-color);
}
/* ------------------------ Page Title ------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 80px 0;
  background: var(--themeht-light-color);
  z-index: 9;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 4%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
}
.page-title h1 {
  font-size: 40px;
  line-height: 50px !important;
  word-break: break-word;
  margin-bottom: 20px;
}
.page-breadcrumb {
  background: var(--themeht-white-color);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
  -moz-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
  box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
}
.breadcrumb {
  background: none;
  display: inline-block;
  margin: 0;
  color: var(--themeht-secondary-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: var(--themeht-primary-color);
}
.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: var(--themeht-secondary-color);
}
.breadcrumb-item + .breadcrumb-item:before {
  color: var(--themeht-secondary-color);
  content: "/";
  font-weight: 700;
  font-size: 16px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}
