:root {
  --primaryColor: #8AF135;
  --secondarycolor: #2A4741;
  --commonwhite: #FFFFFF;
  --commonblack: #0F2923;
  --commongray: #333333;
  --commonborder: #525252;
  --commonlightBlack: #2A4741;
  --bodyheading: #FFFFFF;
  --bodytext: #FFFFFF;
  --colorskyBlue: #A1EEFF;
  --colorlightPink: #FFBD8C;
  --colorlightGreen: #C7FF6B;
  --themeprimary: #8AF135;
  --bggray: #F6F6F6;
}

.service-one-inner-four {
  background: #fff;
}
.service-one-inner-four .content {
  padding: 50px;
}
.service-one-inner-four .content .icon {
  padding: 20px;
  width: 100px;
  height: 100px;
  background: #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: 0.3s;
}
.service-one-inner-four .content .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.service-one-inner-four .content .disc p {
  margin-bottom: 0;
}
.service-one-inner-four .big-thumbnail-area {
  position: relative;
}
.service-one-inner-four .big-thumbnail-area img {
  border-top: 2px solid #8AF135;
}
.service-one-inner-four .big-thumbnail-area a.tps-btn {
  position: absolute;
  left: 50px;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  padding: 14px 33px;
}
.service-one-inner-four .big-thumbnail-area a.tps-btn:after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.service-one-inner-four .big-thumbnail-area a.tps-btn:hover {
  color: #ffffff;
}
.service-one-inner-four .big-thumbnail-area a.tps-btn:hover:after {
  transform: translateY(0);
}
.service-one-inner-four:hover .content .icon {
  background: #8AF135;
}
.service-one-inner-four:hover .content .icon path {
  fill: #ffffff;
}

.tp-service--slider .swiper-pagination-bullet {
  margin: 0 15px !important;
}
.tp-service--slider .swiper-pagination-bullet-active {
  background: #8AF135;
  position: relative;
}
.tp-service--slider .swiper-pagination-bullet-active:after {
  border: 2px solid #ff6600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -7px;
  left: -7px;
}

/* Zeniqs Service CSS */
/* ///////////////////////////////////////////////////////////
service CSS 01 Start
/////////////////////////////////////////////////////////// */
.zq_service-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 50px 30px 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_service-item:hover {
  border-color: var(--themeprimary);
  background: var(--commonlightBlack);
}
.zq_service-item-icon svg {
  color: var(--themeprimary);
  width: 40px;
}
.zq_service-item-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.zq_service-item-title:hover a {
  color: var(--themeprimary);
}
.zq_service-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 38px;
}
.zq_service-item-btn {
  color: var(--bodyheading);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zq_service-item-btn:hover {
  color: var(--themeprimary);
}

.zq_service-item-icon {
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.zq_service-item-icon svg {
  color: var(--themeprimary);
  max-width: 35px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  /*! width: 100%; */
}

.zq_service-item:hover .zq_service-item-icon {
  background-color: var(--themeprimary);
  border-color: var(--themeprimary);
}
.zq_service-item:hover .zq_service-item-icon svg {
  color: #000;
}

/* ///////////////////////////////////////////////////////////
service CSS 02 Start
/////////////////////////////////////////////////////////// */
.zq_h2_service-item {
  background: var(--commonlightBlack);
  padding: 20px 25px 22px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h2_service-item-icon {
  margin-bottom: 22px;
}
.zq_h2_service-item-icon svg {
  color: var(--themeprimary);
  width: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h2_service-item-content h4 {
  color: var(--bodyheading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.zq_h2_service-item-content p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.zq_h2_service-item:hover {
  background-color: var(--themeprimary);
}
.zq_h2_service-item:hover .zq_h2_service-item-icon svg {
  color: #000;
}
.zq_h2_service-item:hover .zq_h2_service-item-content h4 {
  color: var(--commonblack);
}
.zq_h2_service-item:hover .zq_h2_service-item-content p {
  color: var(--commonblack);
}

/* ///////////////////////////////////////////////////////////
service CSS 03 Start
/////////////////////////////////////////////////////////// */
.zq_h3_service-item-main {
  transform: translateY(43px);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h3_service-item {
  background: var(--commonlightBlack);
  padding: 45px 30px 42px;
  padding-bottom: 85px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 9;
}
.zq_h3_service-item-number {
  position: absolute;
  right: 30px;
  top: 50px;
  box-sizing: border-box;
  border-left: 1px solid rgb(138, 241, 53);
  border-right: 1px solid rgb(138, 241, 53);
  border-radius: 50px;
  display: inline-flex;
  height: 26px;
  align-items: center;
  padding: 0 16px;
  color: rgb(138, 241, 53);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.6px;
  background: rgba(138, 241, 53, 0.1);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h3_service-item-icon {
  margin-bottom: 50px;
}
.zq_h3_service-item-icon svg {
  color: var(--themeprimary);
  width: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h3_service-item-content h4 {
  color: var(--bodyheading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.zq_h3_service-item-content p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.zq_h3_service-item-content-btn {
  margin-top: 15px;
  color: var(--commonblack);
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.zq_h3_service-item-content-btn svg {
  color: var(--commonblack);
}
.zq_h3_service-item-content-btn:hover {
  color: var(--commonblack);
}

.zq_h3_service-item-main:hover {
  transform: translateY(0);
}

.zq_h3_service-item:hover {
  background-color: var(--themeprimary);
}
.zq_h3_service-item:hover .zq_h3_service-item-number {
  color: #000;
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.zq_h3_service-item:hover .zq_h3_service-item-icon svg {
  color: #000;
}
.zq_h3_service-item:hover .zq_h3_service-item-content h4 {
  color: var(--commonblack);
}
.zq_h3_service-item:hover .zq_h3_service-item-content p {
  color: var(--commonblack);
}
.zq_h3_service-item:hover .zq_h3_service-item-content-btn {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////////////////////////////////////
service CSS 04 Start
/////////////////////////////////////////////////////////// */
.zq_h4_service-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}
.zq_h4_service-wrap::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  height: 100%;
  width: 12px;
  background-image: linear-gradient(180deg, rgb(15, 41, 35), rgba(15, 41, 35, 0) 48.5%, rgb(15, 41, 35) 100%);
}
@media (max-width: 767px) {
  .zq_h4_service-wrap::after {
    display: none;
  }
}
.zq_h4_service-wrap::before {
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  border-left: 4px dashed #8AF135;
}
@media (max-width: 767px) {
  .zq_h4_service-wrap::before {
    display: none;
  }
}
.zq_h4_service-item {
  display: flex;
  align-items: center;
  gap: 190px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .zq_h4_service-item {
    gap: 120px;
  }
}
@media (max-width: 767px) {
  .zq_h4_service-item {
    flex-wrap: wrap;
    gap: 35px;
  }
}
.zq_h4_service-item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 75px;
  height: 115px;
  background-color: var(--commonblack);
}
@media (max-width: 767px) {
  .zq_h4_service-item::after {
    display: none;
  }
}
.zq_h4_service-item-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  border: 4px solid rgb(138, 241, 53);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(138, 241, 53);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--commonblack);
  z-index: 2;
}
@media (max-width: 991px) {
  .zq_h4_service-item-number {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .zq_h4_service-item-number {
    display: none;
  }
}
.zq_h4_service-item-img {
  max-width: 562px;
  width: 100%;
}
.zq_h4_service-item-img img {
  width: 100%;
  border-radius: 8px;
}
.zq_h4_service-item-content {
  max-width: 562px;
  width: 100%;
}
.zq_h4_service-item-content h3 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.zq_h4_service-item-content p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .zq_h4_service-item-content p br {
    display: none;
  }
}

/* ///////////////////////////////////////////////////////////
service CSS 05 Start
/////////////////////////////////////////////////////////// */
.zq_h5_service-item {
  background: var(--commonlightBlack);
  padding: 37px 30px 32px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 9;
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  .zq_h5_service-item {
    padding: 37px 25px 32px;
  }
}
.zq_h5_service-item-icon {
  margin-bottom: 35px;
}
.zq_h5_service-item-icon svg {
  color: var(--themeprimary);
  fill: var(--themeprimary);
  width: 40px;
  height: 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_service-item-icon i {
  color: var(--themeprimary);
  font-size: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
.zq_h5_service-item-content h4 {
  color: var(--bodyheading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.zq_h5_service-item-content h4:hover a {
  color: var(--themeprimary);
}
.zq_h5_service-item-content p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.zq_h5_service-item-content-btn {
  margin-top: 20px;
  color: var(--commonwhite);
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.zq_h5_service-item:hover {
  box-sizing: border-box;
  border-color: #8AF135;
  border-radius: 8px;
  box-shadow: 0px 0px 50px 0px rgba(138, 241, 53, 0.3);
}
.zq_h5_service-item:hover .zq_h5_service-item-content-btn {
  color: var(--themeprimary);
}

.zq_inner_service-item-2,
.zq_h5_service-item:hover {
  box-shadow: none;
}

.zq_h5_service_2-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 50px 30px 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_service_2-item:hover {
  border-color: var(--themeprimary);
  background: var(--commonlightBlack);
}
.zq_h5_service_2-item-icon {
  width: 80px;
  height: 80px;
  background-color: #8AF135;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_service_2-item-icon svg {
  color: rgb(15, 41, 35);
  fill: rgb(15, 41, 35);
  max-width: 35px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_service_2-item-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.zq_h5_service_2-item-title:hover a {
  color: var(--themeprimary);
}
.zq_h5_service_2-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 38px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_service_2-item-btn {
  color: var(--bodyheading);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zq_h5_service_2-item-btn:hover {
  color: var(--themeprimary);
}

.zq_h5_service_2-item:hover {
  background-color: #8AF135;
}
.zq_h5_service_2-item:hover .zq_h5_service_2-item-icon {
  background-color: rgb(15, 41, 35);
  border-color: rgb(15, 41, 35);
}
.zq_h5_service_2-item:hover .zq_h5_service_2-item-icon svg {
  color: #fff;
  fill: #fff;
}
.zq_h5_service_2-item:hover p {
  color: rgb(15, 41, 35);
}
.zq_h5_service_2-item:hover .zq_h5_service_2-item-title {
  color: rgb(15, 41, 35);
}
.zq_h5_service_2-item:hover .zq_h5_service_2-item-btn {
  color: rgb(15, 41, 35);
}

.zq_inner_service-item {
  background-color: #33574F;
  border-radius: 8px;
  padding: 50px 40px 45px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-align: center;
}
@media (max-width: 480px) {
  .zq_inner_service-item {
    padding: 50px 30px 45px;
  }
}
.zq_inner_service-item:hover {
  background: var(--commonlightBlack);
}
.zq_inner_service-item-icon {
  width: 80px;
  height: 80px;
  background-color: #8AF135;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_inner_service-item-icon svg {
  color: rgb(15, 41, 35);
  max-width: 35px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_inner_service-item-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 22px;
}
.zq_inner_service-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_inner_service-item-btn {
  color: var(--bodyheading);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zq_inner_service-item-btn:hover {
  color: var(--themeprimary);
}
.zq_inner_service-btn {
  display: flex;
  justify-content: center;
}
.zq_inner_service-btn a {
  display: flex;
  align-items: center;
  height: 55px;
  border: 1px solid #8AF135;
  padding: 0 35px;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.zq_inner_service-btn a:hover {
  background-color: var(--themeprimary);
  color: var(--commonblack);
}

.zq_inner_service-item:hover {
  background-color: #8AF135;
}
.zq_inner_service-item:hover .zq_inner_service-item-icon {
  background-color: #000;
}
.zq_inner_service-item:hover .zq_inner_service-item-icon svg {
  color: #fff;
  fill: #fff;
}
.zq_inner_service-item:hover p {
  color: rgba(15, 41, 35, 0.7);
}
.zq_inner_service-item:hover .zq_inner_service-item-title {
  color: rgb(15, 41, 35);
}

.zq_service_inner_2-item {
  border-radius: 8px;
  background: rgb(42, 71, 65);
  padding: 40px 30px 33px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_service_inner_2-item-icon {
  height: 36px;
  margin-bottom: 22px;
}
.zq_service_inner_2-item-icon svg {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgb(138, 241, 53);
}
.zq_service_inner_2-item h4 {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
.zq_service_inner_2-item p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.zq_service_inner_2-item:hover {
  background-color: var(--themeprimary);
}
.zq_service_inner_2-item:hover .zq_service_inner_2-item-icon svg {
  color: rgb(15, 41, 35);
  fill: rgb(15, 41, 35);
}
.zq_service_inner_2-item:hover h4 {
  color: rgb(15, 41, 35);
}
.zq_service_inner_2-item:hover p {
  color: rgba(15, 41, 35, 0.7);
}

.zq_service_details-img img {
  width: 100%;
  border-radius: 16px;
}
.zq_service_details_2-img {
  position: relative;
  z-index: 1;
}
.zq_service_details_2-img img {
  border-radius: 8px;
  width: 100%;
}
.zq_service_details_2-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  background: var(--commonblack);
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--themeprimary);
}
.zq_service_details_2-img a::after, .zq_service_details_2-img a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation-name: popupBtn;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.zq_service_details_2-img a::before {
  animation-delay: 1s;
}
.zq_service_details_2-list ul {
  list-style: none;
}
.zq_service_details_2-list ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.zq_service_details_2-list ul li:last-child {
  margin-bottom: 0;
}
.zq_service_details_2-list ul li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--themeprimary);
  color: var(--commonblack);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zq_navigation {
  display: flex;
  gap: 15px;
  align-items: center;
}
.zq_navigation > div::before {
  display: none;
}
.zq_navigation .swiper-button-next, .zq_navigation .swiper-button-prev {
  margin-top: 0 !important;
}

.swiper.tp-service--slider.services-style2 {
  padding-bottom: 3px;
}

/*# sourceMappingURL=service-slider.css.map */
