/*---------------------------------  
Template name:    dcar
Version:          1.0
Author Name:      Sovware
----------------------------------
CSS INDEX
===================================
#. Section Title
#. Info Box
#. Call To Action
#. Contact Info
#. Accordion
#. Post
#. Counter
#. Team
#. Testimonial
#. Browse Attorneys
#. Directorist Location
#. Gallery
---------------------------------------*/
/*------------------------------------*\
  #. BEM Element
\*------------------------------------*/
/*-------------------------------------
#. Elementor Components
---------------------------------------*/
/*-------------------------------------
#. Slider
---------------------------------------*/
.tns-outer [data-action="stop"],
.tns-outer [data-action="start"] {
  display: none;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls button {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tns-outer .tns-controls button[data-controls="prev"] {
  left: 0;
}

.tns-outer .tns-controls button[data-controls="next"] {
  right: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
}

/* Info Box */
.theme-feature-box {
  padding: 30px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 5px 8px rgba(170, 176, 202, 0.1);
          box-shadow: 0 5px 8px rgba(170, 176, 202, 0.1);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  min-height: 298px;
}

.theme-feature-box:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 15px 20px rgba(170, 176, 202, 0.1);
          box-shadow: 0 15px 20px rgba(170, 176, 202, 0.1);
}

.theme-feature-box__image {
  margin-bottom: 25px;
}

.theme-feature-box__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-bg-light);
}

.theme-feature-box__icon i {
  font-size: calc(1.175rem + 2.1vw);
  color: var(--color-primary);
}

@media (min-width: 1200px) {
  .theme-feature-box__icon i {
    font-size: 2.75rem;
  }
}

.theme-feature-box__icon img {
  max-width: 100%;
}

.theme-feature-box__title {
  margin-bottom: 12px;
  color: var(--color-dark);
  font-size: calc(1.0125rem + 0.15vw);
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .theme-feature-box__title {
    font-size: 1.125rem;
  }
}

.theme-feature-box__title a {
  font-size: calc(1.025rem + 0.3vw);
  line-height: 1.35;
  font-weight: 600;
  color: var(--color-primary);
}

@media (min-width: 1200px) {
  .theme-feature-box__title a {
    font-size: 1.25rem;
  }
}

.theme-feature-box__text {
  margin-bottom: 0;
  word-break: break-word;
  font-size: 0.9375rem;
  line-height: 1.86667;
  font-weight: 400;
  color: var(--color-gray);
}

.theme-feature-box .theme-feature-box-button__wrapper .theme-feature-box__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.theme-feature-box .theme-feature-box-button__wrapper .theme-feature-box__button.btn.theme-btn.btn-sm {
  padding: 0.532rem 1rem;
}

.theme-feature-box .theme-feature-box-button__wrapper .theme-feature-box__button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* Theme Section Title */
.theme-section-title .theme-section-title__title {
  font-size: calc(1.0875rem + 1.05vw);
  font-weight: 600;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-section-title .theme-section-title__title {
    font-size: 1.875rem;
  }
}

.theme-section-title .theme-section-title__subtitle {
  margin-top: 20px;
  color: var(--color-light);
  font-size: 18px;
  line-height: 1.44444;
  font-weight: 400;
}

/* Elementor More Button */
.theme-el-dir-listings-more-btn {
  text-align: center;
  margin-top: 42px;
}

@media only screen and (max-width: 991px) {
  .theme-el-dir-listings-more-btn {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-el-dir-listings-more-btn {
    margin-top: 12px;
  }
}

.theme-el-dir-listings-more-btn .btn.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
  color: var(--color-gray);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  -webkit-transition: .35s;
  transition: .35s;
}

.theme-el-dir-listings-more-btn .btn.theme-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.theme-el-dir-listings-more-btn .btn.theme-btn:hover .theme-el-dir-listings-more-btn {
  color: var(--color-white);
}

.theme-el-dir-listings-more-btn .btn.theme-btn:hover i,
.theme-el-dir-listings-more-btn .btn.theme-btn:hover span.la {
  color: var(--color-primary);
}

.theme-el-dir-listings-more-btn .btn.theme-btn .theme-el-dir-listings-more-btn {
  display: inline-block;
  line-height: 1.25;
  margin: 0;
}

/* Accordion */
@media only screen and (max-width: 767px) {
  .theme-accordion {
    padding: 0 15px;
  }
}

.theme-accordion__wrapper {
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  padding-right: 0;
  border-radius: 0.375rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.theme-accordion__title {
  padding: 17px 25px 17px 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.theme-accordion__title > a {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 500;
  color: var(--color-dark);
  padding-right: 50px;
}

.theme-accordion__title > a .theme-accordion__toggle-icon {
  content: "";
  font-weight: 900;
  position: absolute;
  right: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: var(--color-white);
  background-color: var(--color-dark);
  font-size: 15px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.theme-accordion__title > a .theme-accordion__toggle-icon span {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.theme-accordion__title > a .theme-accordion__toggle-icon span svg {
  fill: var(--color-white);
}

.theme-accordion__title > a[aria-expanded="true"] .theme-accordion__toggle-icon span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.theme-accordion__content {
  padding: 0 25px 21px 25px;
  color: var(--color-gray);
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 400;
}

/* Post */
.theme-blog-each {
  margin-bottom: 30px;
  border: 1px solid var(--color-border-light);
  border-radius: 6px;
}

/* Theme More Each */
.theme-more-btn {
  text-align: center;
}

.theme-more-btn.theme-more-blog a {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color-dark);
}

.theme-more-btn.theme-more-blog a:hover {
  color: var(--color-primary);
}

.theme-more-btn.theme-more-blog a:hover .theme-more-btn__text {
  border-bottom-color: var(--color-primary);
}

.theme-more-btn.theme-more-blog .theme-more-btn__text {
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border-bottom: 1px solid var(--color-dark);
}

/* Intro section */
.video-iframe:hover .video-iframe-content span {
  color: var(--color-primary);
}

.video-iframe-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-iframe-content span {
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 700;
}

.video-iframe-content .icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  background: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 29px;
}

.video-iframe-content .icon:before {
  position: absolute;
  content: '';
  width: 78px;
  height: 78px;
  border-radius: 300px;
  background: rgba(var(--color-primary-rgb), 0.05);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: wave-effect 1s alternate infinite;
          animation: wave-effect 1s alternate infinite;
}

.video-iframe-content .icon:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 300px;
  background: rgba(var(--color-primary-rgb), 0.05);
  -webkit-animation: wave-effect 1s alternate infinite;
          animation: wave-effect 1s alternate infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.video-iframe-content .icon i {
  font-size: 22px;
  color: var(--color-white);
  opacity: 1;
  text-shadow: none;
  font-family: "theme-icons";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.video-iframe-content .icon i:before {
  content: "\73";
}

.video-iframe {
  margin-top: 35px;
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .video-iframe {
    margin-left: 0;
  }
}

@-webkit-keyframes wave-effect {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: visible;
  }
  100% {
    width: 4.875rem;
    height: 4.875rem;
    opacity: 0.8;
    visibility: hidden;
  }
}

@keyframes wave-effect {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: visible;
  }
  100% {
    width: 78px;
    height: 78px;
    opacity: 0.8;
    visibility: hidden;
  }
}

/* Team  */
.theme-team-single {
  -webkit-box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
          box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
}

.theme-team-single:hover .theme-team-single__img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.theme-team-single .title {
  margin-bottom: 35px;
}

.theme-team-single h1 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0;
}

.theme-team-single__img {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.theme-team-single__img img {
  width: 100%;
  background: var(--color-gray);
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 6px 6px 0 0;
}

.theme-team-single__paragraph {
  margin: 3px 0 0 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 400;
  color: var(--color-light);
  margin-bottom: 0;
}

.theme-team-single__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-dark);
}

.theme-team-single figcaption {
  border: 1px solid var(--color-border-light);
  text-align: center;
  padding: 22px 25px 17px;
  background-color: var(--color-white);
  border-radius: 0 0 4px 4px;
}

/* Slider */
.testimonial-wrapper {
  text-align: center;
}

.testimonial-wrapper h1 {
  font-size: 30px;
  line-height: 1.6;
  color: var(--color-dark);
  font-weight: 700;
}

.testimonial-wrapper .title {
  margin-bottom: 43px;
}

.testimonial-wrapper .title p {
  font-size: 18px;
  color: var(--color-light);
  margin-top: 6px;
  margin-bottom: 0;
}

.testimonial-wrapper .testimonial-carousel {
  position: relative;
}

.testimonial-wrapper .testimonial-carousel .carousel-single {
  line-height: 0;
}

.testimonial-wrapper .testimonial-carousel .carousel-single .author-info {
  margin-bottom: 34px;
}

.testimonial-wrapper .testimonial-carousel .carousel-single .author-info img {
  width: 30px;
  margin: 0 auto;
}

.testimonial-wrapper .testimonial-carousel .carousel-single .author-info span {
  font-size: 14px;
  color: var(--color-gray);
  display: block;
  margin-top: 5px;
}

.testimonial-wrapper .testimonial-carousel .carousel-single .author-comment {
  font-size: 16px;
  line-height: 28px;
  line-height: 1.75;
  color: var(--color-gray);
  padding: 0 200px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
  .testimonial-wrapper .testimonial-carousel .carousel-single .author-comment {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .carousel-single .author-comment {
    padding: 0;
  }
}

.testimonial-wrapper .testimonial-carousel .carousel-single p {
  font-size: 14px;
  color: var(--color-light);
  margin-bottom: 0;
}

.theme-testimonial__nav.owl-nav button {
  font-size: 18px;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(102, 109, 146, 0.15);
          box-shadow: 0 5px 15px rgba(102, 109, 146, 0.15);
  border-radius: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  z-index: 1;
  color: var(--color-dark);
}

@media only screen and (max-width: 767px) {
  .theme-testimonial__nav.owl-nav button {
    top: 100%;
  }
}

.theme-testimonial__nav.owl-nav button:hover {
  -webkit-box-shadow: 0 5px 15px rgba(102, 109, 146, 0.15);
          box-shadow: 0 5px 15px rgba(102, 109, 146, 0.15);
  color: var(--color-primary);
}

.theme-testimonial__nav.owl-nav button span {
  font-size: 18px;
}

.theme-testimonial__nav.owl-nav button.owl-prev {
  left: 15px;
}

.theme-testimonial__nav.owl-nav button.owl-next {
  right: 15px;
}

/* Elementor default */
.elementor-button.elementor-size-md {
  padding: 12px 30px;
}

/* Testimonial */
.elementor-editor-wp-page .tns-outer .tns-nav {
  display: none !important;
}

/* Contact */
.contact-wrapper {
  padding-left: 30px;
}

.contact-wrapper .contact-wrapper__fields .form-group {
  margin-bottom: 20px;
}

.contact-wrapper .contact-wrapper__fields .form-group textarea.form-control {
  min-height: 180px;
}

.contact-wrapper .contact-wrapper__title {
  border-bottom: 1px solid #e3e6ef;
  margin-bottom: 30px;
  padding-bottom: 17px;
}

.contact-wrapper .contact-wrapper__title h4 {
  font-weight: 500;
}

.directorist-archive-contents .container,
.directorist-archive-contents .directorist-container,
.directorist-archive-contents .directorist-container-fluid,
.elementor-page:not(.theme-dir-all_locations) .container,
.elementor-page:not(.theme-dir-all_locations) .directorist-container,
.elementor-page:not(.theme-dir-all_locations) .directorist-container-fluid {
  padding: 0;
}

.elementor-page footer .container,
.elementor-page header .container {
  padding: 0 10px !important;
}

.elementor-page footer .container-fluid,
.elementor-page header .container-fluid {
  padding: 0 30px !important;
}

@media only screen and (max-width: 1199px) {
  .elementor-page footer .container-fluid,
  .elementor-page header .container-fluid {
    padding: 0 10px !important;
  }
}

.search-menu .directorist-container-fluid {
  padding: 0;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap input {
  border: 1px solid var(--color-border);
  border-radius: 5px;
  height: 48px;
  padding: 0 15px;
}

.wpcf7-form-control-wrap textarea {
  height: 160px;
}

input.wpcf7-form-control.form-control[value="Send Message"] {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input.wpcf7-form-control.form-control[value="Send Message"]:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  border: 1px solid var(--color-dark);
}

textarea.wpcf7-form-control.form-control {
  padding: 15px;
  border-radius: 3px;
  min-height: 150px;
}

/* Default Elementor */
.elementor-widget-text-editor strong {
  color: var(--color-dark);
}

/*-------------------------------------
#. Elementor Testimonial
---------------------------------------*/
.theme-swiper,
.theme-swiper-nested {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.theme-testimonial-slider {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.theme-testimonial-slider .theme-swiper-button-nav {
  position: absolute;
  left: 0px;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0 none;
  -webkit-box-shadow: 0 5px 8px rgba(143, 142, 159, 0.1);
          box-shadow: 0 5px 8px rgba(143, 142, 159, 0.1);
  z-index: 22;
  background-color: var(--color-white);
  color: var(--color-dark);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.theme-testimonial-slider .theme-swiper-button-nav:hover svg {
  color: var(--color-primary);
  fill: var(--color-primary);
}

.theme-testimonial-slider .theme-swiper-button-nav svg {
  width: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-gray);
}

.theme-testimonial-slider .theme-swiper-button-nav.theme-swiper-button-next {
  left: auto;
  right: 0;
}

.elementor-widget-wpwaxtheme-testimonial-carousel .theme-swiper.theme-testimonial-slider:not(.theme-testimonial-slider-style-2) {
  margin-left: 200px;
  margin-right: 200px;
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .elementor-widget-wpwaxtheme-testimonial-carousel .theme-swiper.theme-testimonial-slider:not(.theme-testimonial-slider-style-2) {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-widget-wpwaxtheme-testimonial-carousel .theme-swiper.theme-testimonial-slider:not(.theme-testimonial-slider-style-2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}

.theme-testimonial-single {
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .theme-testimonial-single {
    margin-bottom: 20px;
  }
}

.theme-testimonial-single__author-thumb {
  margin: 0 auto 32px;
}

.theme-testimonial-single__author-thumb img {
  max-width: 150px;
  border-radius: 50%;
}

.theme-testimonial-single__author-comment {
  line-height: 1.75;
  font-size: 1rem;
  color: var(--color-gray);
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote {
  margin-bottom: 0;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer {
  margin-top: 32px;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer:before {
  display: none;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite {
  font-style: normal;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite span {
  display: block;
  line-height: 1.5;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite span.cite-title {
  font-size: 14px;
  color: var(--color-light);
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite span.cite-subtitle {
  font-size: 14px;
  color: var(--color-light);
}

/* Theme Testimonial Style-2 */
.theme-testimonial-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
}

@media only screen and (max-width: 767px) {
  .theme-testimonial-style-2 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .theme-testimonial-style-2 {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.theme-testimonial-style-2 .theme-testimonial-image {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .theme-testimonial-style-2 .theme-testimonial-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.theme-testimonial-style-2 .theme-testimonial-image img {
  width: 100%;
  background-color: var(--color-bg-light);
}

.theme-testimonial-style-2 .theme-testimonial-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.theme-testimonial-style-2 .theme-testimonial-single {
  padding: 0 15px;
  margin-bottom: 0;
  text-align: left;
}

.theme-testimonial-style-2 .theme-testimonial-single .theme-testimonial-single__author-thumb {
  margin: 0 auto 22px;
}

.theme-testimonial-style-2 .theme-testimonial-single .theme-testimonial-single__author-comment {
  color: var(--color-dark);
  font-size: calc(1.0125rem + 0.15vw);
}

@media (min-width: 1200px) {
  .theme-testimonial-style-2 .theme-testimonial-single .theme-testimonial-single__author-comment {
    font-size: 1.125rem;
  }
}

.theme-testimonial-style-2 .theme-testimonial-single .theme-testimonial-single__author-info .theme-testimonial-blockquote__footer {
  margin-top: 20px;
}

.theme-testimonial-style-2 .theme-testimonial-single .theme-testimonial-single__author-info .theme-testimonial-blockquote__footer cite .cite-title {
  color: var(--color-light);
  font-size: 16px;
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap {
  margin: 30px 0 -5px 10px;
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap .theme-swiper-button-nav {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid var(--color-border);
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  margin: 5px;
  position: relative;
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap .theme-swiper-button-nav svg {
  width: 20px;
  color: var(--color-gray);
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap .theme-swiper-button-nav:hover {
  border-color: var(--color-primary);
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap .theme-swiper-button-nav:hover svg {
  fill: var(--color-primary);
}

.theme-testimonial-style-2 .theme-swiper-button-nav-wrap .theme-swiper-button-nav:hover svg polyline {
  fill: var(--color-primary);
}

/* How Works Slider */
.theme-how-works-area {
  background-color: var(--color-white);
  text-align: center;
  padding: 45px 50px;
  -webkit-box-shadow: 0 10px 30px rgba(146, 153, 184, 0.15);
          box-shadow: 0 10px 30px rgba(146, 153, 184, 0.15);
}

@media only screen and (max-width: 767px) {
  .theme-how-works-area {
    padding: 25px 30px;
  }
}

.theme-how-works-area .theme-how-works-title {
  font-size: calc(1.0875rem + 1.05vw);
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .theme-how-works-area .theme-how-works-title {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 767px) {
  .theme-how-works-area .theme-how-works-title {
    margin-bottom: 14px;
  }
}

.theme-how-works-slider .theme-how-works-single .theme-how-works-single__content {
  max-width: 525px;
  margin: 0 auto 14px;
}

.theme-how-works-slider .theme-how-works-single .theme-how-works-single__content .cite-title {
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: calc(1.0125rem + 0.15vw);
}

@media (min-width: 1200px) {
  .theme-how-works-slider .theme-how-works-single .theme-how-works-single__content .cite-title {
    font-size: 1.125rem;
  }
}

.theme-how-works-slider .theme-how-works-single .theme-how-works-single__content .theme-how-works-single__content--description {
  font-size: 15px;
  color: var(--color-gray);
}

.theme-how-works-slider .theme-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #d8e6fc;
  opacity: 1;
}

.theme-how-works-slider .theme-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*-------------------------------------
#. Category Style
---------------------------------------*/
.theme-category-box:hover .theme-category-box__title,
.theme-category-box:hover .theme-category-box__count {
  color: var(--color-primary);
}

.theme-category-box figure {
  text-align: center;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-border);
}

.theme-category-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.theme-category-box__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-dark);
}

.theme-category-box__count {
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 4px;
  color: var(--color-light);
}

/*-------------------------------------
#. Call to Action
---------------------------------------*/
.theme-cta .theme-cta__title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-white);
}

@media (min-width: 1200px) {
  .theme-cta .theme-cta__title {
    font-size: 2.625rem;
  }
}

.theme-cta .theme-cta__content {
  font-size: 1rem;
  font-weight: 400;
  margin: 28px 0 34px 0;
  color: var(--color-white);
}

@media only screen and (max-width: 575px) {
  .theme-cta .theme-cta__content {
    margin: 28px 0 10px 0;
  }
}

.theme-cta .theme-cta__content:empty {
  display: none;
}

.theme-cta .theme-cta__button {
  display: inline-block;
  margin: 0 3px 3px 3px;
}

@media only screen and (max-width: 479px) {
  .theme-cta .theme-cta__button {
    margin-top: 20px;
  }
}

.theme-cta .theme-cta__button a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 0 30px;
  min-height: 48px;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.theme-cta .theme-cta__button a:hover {
  color: var(--color-white);
}

.theme-cta.theme-cta-absolute {
  padding: 55px 55px 60px 55px;
  -webkit-box-shadow: 0 15px 30px rgba(146, 153, 184, 0.2);
          box-shadow: 0 15px 30px rgba(146, 153, 184, 0.2);
}

.theme-cta.theme-cta-absolute .theme-cta__title {
  font-size: calc(1.125rem + 1.5vw);
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .theme-cta.theme-cta-absolute .theme-cta__title {
    font-size: 2.25rem;
  }
}

.theme-cta.theme-cta-absolute .theme-cta__content {
  margin-top: 35px;
  line-height: 1.75;
  color: var(--color-gray);
}

@media only screen and (max-width: 575px) {
  .theme-cta.theme-cta-absolute .theme-cta__content {
    margin-top: 20px;
  }
}

/*-------------------------------------
#. Elementor Counter
---------------------------------------*/
.theme-counter__number span {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 600;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-counter__number span {
    font-size: 2.25rem;
  }
}

.theme-counter__title {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0 0 0;
  color: var(--color-gray);
}

.elementor-widget-wpwax-search-listing .directorist-search-contents {
  padding: 0;
  margin: 0 auto;
}

/* Category box */
.elementor-widget-wpwaxtheme-single-category-box .atbd_category_single figure {
  padding: 38px;
  border: 1px solid var(--color-border);
  min-height: 150px;
}

.elementor-widget-wpwaxtheme-single-category-box .atbd_category_single .cat-box .cat-name {
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 600;
  margin-top: 12px;
  text-align: center;
}

.elementor-widget-wpwaxtheme-single-category-box .atbd_category_single .cat-box .cat-name span {
  color: var(--color-light);
  font-size: 15px;
}

.elementor-widget-wpwaxtheme-single-category-box .atbd_category_single:hover .cat-box .cat-name {
  color: var(--color-primary);
}

.elementor-widget-wpwaxtheme-single-category-box .atbd_category_single:hover .cat-box .cat-name span {
  color: var(--color-primary);
}

/* Logo Carousel */
.elementor-widget-image-carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
