/* ------------------------------------------------ 
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 #header-wrap.fixed-header {
  top: 30px;
}
#header-wrap.fixed-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);
}
#header-wrap.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);
}


.ht-navigation { flex-wrap: nowrap; justify-content: flex-start; position: relative; display: flex; align-items: center; }
.navigation-top { margin: 0 auto; }
@media (min-width:1200px) {
  .main-nav .menu { flex-direction: row; display: flex; margin: 0; padding: 0; justify-content: center; }
}
.main-nav li { position: relative; list-style-type: none; }
.main-nav > ul > li {
    margin: 0 15px;
}
.main-nav > ul > li > a { font-weight: 600; color: var(--themeht-secondary-color); font-size: 14px; line-height: 14px; position: relative; display: block; text-transform: uppercase; letter-spacing: 0.6px; }
.main-nav .sub-menu li a { 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; display: block; }
.main-nav .sub-menu li:last-child a {
    border-bottom: none;
}
.main-nav .sub-menu li:first-child a {
    border-radius: 5px 5px 0px 0px;
}
.main-nav .sub-menu li:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.main-nav>ul>li>.sub-menu-toggle { display: none; }
.main-nav ul.sub-menu { opacity: 0; visibility: hidden; position: absolute; top: 110%; left: 0; z-index: 99999; background: var(--themeht-white-color); border-radius: 5px; padding: 0; margin: 0; box-shadow: 0 0.5rem 1rem rgb(42 39 94 / 6%); border: 1px solid #eeeeee; -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; }
@media (min-width:1200px) {
  .main-nav ul li:hover>ul.sub-menu { top: 100%; opacity: 1; visibility: visible; }
  .main-nav ul.sub-menu li:hover ul.sub-menu { top: 0; }
}
.main-nav ul.sub-menu li ul { left: 100% !important; top: 0; }
.sub-menu-toggle { display: block; position: absolute; right: 15px; top: 20px; cursor: pointer; color: var(--themeht-secondary-color); font-size: 14px; line-height: 14px; }
@media (min-width:992px) {
  .main-nav > ul > li > a:hover, .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-parent > a { color: var(--themeht-primary-color); }
  .main-nav ul.sub-menu { min-width: 15em !important; max-width: 20em !important; }
  .main-nav .sub-menu li a:hover, .main-nav ul li .sub-menu li.current-menu-item>a { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
  .main-nav .sub-menu li:hover .sub-menu-toggle, .main-nav ul li .sub-menu li.current-menu-item .sub-menu-toggle { color: var(--themeht-white-color); }
}
.ht-mobile-menu-bg { display: none; }
.nav-menu-toggle { box-shadow: none; border: none; background: none; padding: 0; font-size: 30px; display: none; color: var(--themeht-secondary-color); background-color: var(--themeht-white-color); border-radius: 5px; min-width: 45px; min-height: 45px; line-height: 0; padding-top: 3px; }
.closepanel { display: none; }
.closepanel i { display: inline-block; font-size: 40px; color: var(--themeht-secondary-color); line-height: 1; }
@media (max-width:1200px) {
  .sub-menu-toggle { right: 20px; color: var(--themeht-body-color); }
  .main-nav .menu { padding-left: 0; padding-top: 80px; }
  .admin-bar .main-nav .menu { padding-top: 100px; }
  .closepanel { position: absolute; right: 10px; top: 20px; }
  .admin-bar .closepanel { top: 50px; }
  .nav-menu-toggle, .ht-mobile-menu-bg, .closepanel { display: block; }
  .main-nav>ul>li>.sub-menu-toggle { display: block; }
  .main-nav>ul>li { border-bottom: 1px solid #f0f0f0; }
  .main-nav>ul>li:last-child { border-bottom: inherit; }
  .main-nav>ul>li>a { padding: 20px; display: inline-block; border: none; padding: 18px 30px 13px 20px !important; }
  .sub-menu-toggle { top: 17px; }
  .main-nav ul.sub-menu { position: static; display: none !important; box-shadow: none; border-radius: 10px; padding: 0; border: none; }
  .main-nav .sub-menu li a { padding: 15px 0; }
  .main-nav ul.sub-menu.show { display: block !important; width: 100%; margin-left: 0; padding: 1em 2em; visibility: visible; opacity: 1; }
  .main-nav ul.sub-menu ul.sub-menu.show { padding-left: 1rem; }
  .main-nav .sub-menu .sub-menu-toggle { right: 0; }
  .main-nav { background-color: var(--themeht-white-color); position: fixed; top: 0; right: -400px; z-index: 1000; width: 300px; height: 100%; padding: 0; display: block; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transform: translateX(400px); -ms-transform: translateX(400px); transform: translateX(400px); opacity: 0; }
  .main-nav.menu-active { right: 0px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); visibility: visible; opacity: 1; overflow-y: scroll; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; -ms-transition-delay: 600ms; -o-transition-delay: 600ms; transition-delay: 600ms; opacity: 1; }
  .ht-mobile-menu-bg { display: block; }
  .ht-mobile-menu-bg { position: fixed; right: 0; top: 0; width: 0%; height: 100%; z-index: 99; background: var(--themeht-primary-color); -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
  .menu-active .ht-mobile-menu-bg { width: 100%; visibility: visible; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
}


/*--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);
  }
}
