/*============= SERVICE CSS AREA ===============*/
.service1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 55px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service1 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

.service1 .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service1 .service-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service1 .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service1 .service-boxarea .img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.service1 .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}

.service1 .service-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service1 .service-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service1 .service-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service1 .service-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service1 .service-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service1 .service-boxarea2:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service1 .service-boxarea2 .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service1 .service-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service1 .service-boxarea2 .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}

.service2 .service-widget-warp {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DDDFDC;
  padding: 24px 0;
}

.service2 .service-widget-warp.box1 {
  border-top: 1px solid #DDDFDC;
}

.service2 .service-widget-warp:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service2 .service-widget-warp:hover .serial-warp-area h4 {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-right: 24px;
}

.service2 .service-widget-warp:hover .serial-warp-area .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  position: relative;
  height: 60px;
  width: 60px;
}

.service2 .service-widget-warp .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service2 .service-widget-warp .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service2 .service-widget-warp .heading-pera {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .heading-pera {
    margin-top: 24px;
  }
}

.service2 .service-widget-warp .heading-pera a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.service2 .service-widget-warp .heading-pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service2 .service-widget-warp .serial-warp-area {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .serial-warp-area {
    justify-content: start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .service2 .service-widget-warp .serial-warp-area {
    justify-content: start;
    margin-top: 20px;
  }
}

.service2 .service-widget-warp .serial-warp-area h4 {
  color: rgba(25, 26, 25, 0.1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  transition: all 0.4s;
}

.service2 .service-widget-warp .serial-warp-area .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.7);
  position: relative;
  height: 0;
  width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .serial-warp-area .arrow a {
    height: 60px;
    width: 60px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .service2 .service-widget-warp .serial-warp-area .arrow a {
    height: 60px;
    width: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.service3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-11);
}

.service3 .heading3 h5 {
  background: var(--ztc-bg-bg-1);
}

.service3 .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service3 .service-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service3 .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service3 .service-boxarea .img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.service3 .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}

.service3 .service-boxarea .content-area .title {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service3 .service-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service3 .service-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service3 .service-boxarea .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service3 .service-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service3 .service-boxarea2:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service3 .service-boxarea2 .content-area .title {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service3 .service-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .service3 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service3 .service-boxarea2 .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}

.service4 .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 767px) {
  .service4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}

.service4 .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-11);
}

.service4 .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.service4 .testimonial-arrow .prev-arrow-ser4 {
  margin: 0 16px 0 0;
}

.service4 .service-widget-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service4 .service-widget-slider-area .service4-widget-box {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.service4 .service-widget-slider-area .service4-widget-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.service4 .service-widget-slider-area .service4-widget-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.service4 .service-widget-slider-area .service4-widget-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box {
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-1);
  padding: 75px 0 0 0;
  border-radius: 8px;
  margin: -120px 20px 0 20px;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .icons {
  height: 80px;
  width: 80px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 auto;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  z-index: 2;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .icons img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  line-height: 44px;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .title {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box p {
  color: var(--ztc-text-text-12);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore {
  background: var(--ztc-bg-bg-13);
  padding: 12px;
  margin-top: 20px;
  border-radius: 0 0 8px 8px;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-13);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.service5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}

.service5 .service5-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}

.service5 .service5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service5 .service5-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service5 .service5-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}

.service5 .service5-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service5 .service5-boxarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.service5 .service5-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service5 .service5-boxarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.service5 .service5-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service5 .service5-boxarea .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.service5 .service5-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service6 .service6-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  padding: 32px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}

.service6 .service6-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service6 .service6-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service6 .service6-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}

.service6 .service6-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service6 .service6-boxarea .title:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.service6 .service6-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service6 .service6-boxarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.service6 .service6-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service6 .service6-boxarea .readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.service6 .service6-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-19);
}

.service7 .service7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 30px;
}

.service7 .service7-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service7 .service7-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service7 .service7-boxarea:hover .content-area .arrow a {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.service7 .service7-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.service7 .service7-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service7 .service7-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}

.service7 .service7-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service7 .service7-boxarea .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service7 .service7-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}

.service8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service8 .service8-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  text-align: center;
  border-bottom: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  border-top: 1px solid #DEDFE0;
}

.service8 .service8-boxarea:hover {
  transition: all 0.4s;
}

.service8 .service8-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service8 .service8-boxarea:hover .vl-btn8 .text {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.service8 .service8-boxarea:hover .vl-btn8 .arrow {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.service8 .service8-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}

.service8 .service8-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service8 .service8-boxarea .title:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}

.service8 .service8-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service8 .service8-boxarea .vl-btn8:hover .text {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.service8 .service8-boxarea .vl-btn8:hover .arrow {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.service8 .service8-boxarea .vl-btn8 .text {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-text-text-14);
}

.service8 .service8-boxarea .vl-btn8 .arrow {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-text-text-14);
}

.service9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service9 .service9-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px;
  margin-bottom: 30px;
}

.service9 .service9-boxarea:hover {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-10px);
}

.service9 .service9-boxarea:hover .icons {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service9 .service9-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.service9 .service9-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-16);
  border-radius: 50%;
}

.service9 .service9-boxarea .icons img {
  transition: all 0.4s;
}

.service9 .service9-boxarea .textarea {
  padding-top: 16px;
  border-top: 1px solid #DEE1E4;
}

.service9 .service9-boxarea .textarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.service9 .service9-boxarea .textarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.service9 .service9-boxarea .textarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.service9 .service9-boxarea .textarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  transition: all 0.4s;
  text-transform: uppercase;
}

.service9 .service9-boxarea .textarea .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.service9 .service9-boxarea .textarea .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.service9 .service9-boxarea .textarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service10 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service10 .service10-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 30px;
  padding: 32px 24px;
  margin-bottom: 30px;
}

.service10 .service10-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service10 .service10-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service10 .service10-boxarea:hover .content-area .arrow a {
  background: var(--ztc-bg-bg-22);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.service10 .service10-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10 .service10-boxarea .title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.service10 .service10-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service10 .service10-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}

.service10 .service10-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service10 .service10-boxarea .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service10 .service10-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}

.service-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-inner-area .service-inner-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 48px 28px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea {
    padding: 24px 24px 0 24px;
  }
}

@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea {
    padding: 24px 24px 0 24px;
  }
}

.service-inner-area .service-inner-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: translateY(-10px);
}

.service-inner-area .service-inner-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service-inner-area .service-inner-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.service-inner-area .service-inner-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service-inner-area .service-inner-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
}

.service-inner-area .service-inner-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.service-inner-area .service-inner-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.service-inner-area .service-inner-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea .img1 {
    text-align: end;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea .img1 {
    text-align: end;
    margin-top: 20px;
  }
}

.service-inner-area .service-inner-boxarea .img1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea .img1 img {
    position: relative;
    text-align: end;
  }
}

@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea .img1 img {
    position: relative;
    text-align: end;
  }
}

.service-details-section {
  position: relative;
  z-index: 1;
}

.service-details-section .service-side-details-area {
  position: sticky;
  top: 120px;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 20px;
}

.service-details-section .service-side-details-area .service-side-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 24px;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area form {
  position: relative;
  z-index: 1;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 16px;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.service-details-section .service-side-details-area .service-side-widget-area .search-area form button {
  border: none;
  outline: none;
  background: none;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 7px;
  top: 13px;
}

.service-details-section .service-side-details-area .service-side-widget-area .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}

.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}

.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #FB941F;
  color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-4);
  border-radius: 36px;
  background: rgba(251, 133, 0, 0.08);
  transition: all 0.4s;
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-2);
  padding: 32px 24px;
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area h3 {
  line-height: 28px;
  color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 16px 16px;
  display: inline-block;
  transition: all 0.4s;
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a:hover svg {
  filter: brightness(0);
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a span {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}

.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a span svg {
  transition: all 0.4s;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
  text-align: center;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: #FFF3E6;
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}

.service-details-section .service-side-details-area .service-side-widget-area .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li:last-child {
  margin: 0;
}

.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}

.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service-details-section .service-main-content {
  position: relative;
  z-index: 1;
}

.service-details-section .service-main-content.padding1 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .service-details-section .service-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

.service-details-section .service-main-content.padding2 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .service-details-section .service-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.service-details-section .service-main-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}

@media (max-width: 767px) {
  .service-details-section .service-main-content h3 {
    line-height: 40px;
  }
}

.service-details-section .service-main-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.service-details-section .service-main-content .side-head ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}

.service-details-section .service-main-content .side-head ul li img {
  margin: 0 4px 0 0;
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-3);
  border: none;
  border-radius: 16px;
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  background: var(--ztc-bg-bg-4);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 34px 30px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
    font-size: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
    line-height: 36px;
  }
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button::after {
  filter: brightness(0);
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(11, 24, 42, 0.1);
  right: 15px;
  transition: all 0.4s;
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--ztc-text-text-1);
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}

.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding: 0 30px 30px 30px;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}

.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}

.vl-offcanvas-menu ul li {
  position: relative;
}

.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-offcanvas-menu ul li a span {
  display: block;
}

.vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.vl-menu-close i {
  transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-5);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage2-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage2-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-9);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage3-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage3-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-11);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}

.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-14);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage4-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage4-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-17);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage5-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage5-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage6-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage6-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage6-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-18);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage6-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage6-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage6-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage6-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage6-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage6-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage6-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage6-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage6-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage6-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage6-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage6-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage6-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage6-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage6-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage6-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage6-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage6-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage6-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage7-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage7-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-16);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage7-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage7-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage7-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage7-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage7-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage7-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage7-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage7-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage7-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage7-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage7-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage7-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage7-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage7-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage7-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage7-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage7-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage7-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage7-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage8-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage8-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage8-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-16);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage8-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage8-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage8-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage8-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage8-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage8-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage8-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage8-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage8-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage8-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage8-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage8-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage8-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage8-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage8-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage8-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage8-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage8-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage8-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage9-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage9-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage9-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-17);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage9-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage9-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage9-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage9-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage9-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage9-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage9-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage9-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage9-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage9-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage9-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage9-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage9-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage9-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage9-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage9-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage9-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage9-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage9-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage10-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage10-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage10-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-22);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage10-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage10-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage10-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage10-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage10-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage10-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage10-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage10-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage10-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage10-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage10-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage10-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage10-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage10-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage10-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage10-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage10-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage10-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage10-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.brand-section-area {
  position: relative;
  z-index: 1;
}

.brand-section-area .brand-images-slider {
  border-top: 1px solid #D9D4D6;
}

.brand-section-area .brand-images-slider .brand-img img {
  width: 180px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .brand-section-area .brand-images-slider .brand-img img {
    width: 150px;
  }
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}

.team1 .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}

.team1 .testimonial-arrow .t-prev-area {
  margin: 0 16px 0 0;
}

.team1 .testimonial-arrow button {
  border: none;
  outline: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-7);
  font-size: var(--ztc-font-size-font-s18);
}

.team1 .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team1 .team-slider-boxarea {
  position: relative;
  z-index: 1;
}

.team1 .team-slider-boxarea .team-widget-boxarea {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

.team1 .team-slider-boxarea .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team1 .team-slider-boxarea .team-widget-boxarea:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: rotateY(0);
}

.team1 .team-slider-boxarea .team-widget-boxarea:hover .text-share-area .share {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.team1 .team-slider-boxarea .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
}

.team1 .team-slider-boxarea .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s;
}

.team1 .team-slider-boxarea .team-widget-boxarea .text-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  margin: -60px 24px 0 24px;
  z-index: 2;
}

.team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .share {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}

.team1 .team-slider-boxarea .team-widget-boxarea ul {
  position: absolute;
  top: 20%;
  right: 50px;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1 .team-slider-boxarea .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

@media (max-width: 767px) {
  .team1 .team-slider-boxarea .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

.team1 .team-slider-boxarea .team-widget-boxarea ul li {
  margin: 0 0 12px 0;
}

.team1 .team-slider-boxarea .team-widget-boxarea ul li:nth-last-child(1) {
  margin: 0;
}

.team1 .team-slider-boxarea .team-widget-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  border-radius: 50%;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  text-align: center;
}

.team1 .team-slider-boxarea .team-widget-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}

.team4-section-area .team4-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.team4-section-area .team4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea:hover .content-name {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea:hover .content-name a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea:hover .content-name p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea:hover .team-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: rotateX(0);
}

.team4-section-area .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea .team-social {
  position: absolute;
  top: 60%;
  z-index: 2;
  left: 50%;
  margin-left: -95px;
  transform: rotateX(-90deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea .team-social li {
  display: inline-block;
}

.team4-section-area .team4-boxarea .team-social li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s18);
  text-align: center;
}

.team4-section-area .team4-boxarea .team-social li a:hover {
  background: var(--ztc-bg-bg-14);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea .content-name {
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
  padding: 28px;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -50px 20px 0 20px;
}

.team4-section-area .team4-boxarea .content-name a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team4-section-area .team4-boxarea .content-name p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  transition: all 0.4s;
}

.team7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team7 .team7-widget-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team7 .team7-widget-boxarea:hover .team-images .img1 {
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea:hover .team-images .elements16 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea:hover ul {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
  transition: all 0.6s;
}

.team7 .team7-widget-boxarea:hover .text-share-area .share a {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .team-images {
  position: relative;
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .team-images .elements16 {
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  margin-top: -130px;
  margin-left: -130px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .team-images .img1 {
  border-radius: 8px;
  background: var(--ztc-bg-bg-19);
  transition: all 0.4s;
  height: 300px;
}

.team7 .team7-widget-boxarea .team-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.team7 .team7-widget-boxarea .text-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 0 16px;
}

.team7 .team7-widget-boxarea .text-share-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .text-share-area .text a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .text-share-area .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
}

.team7 .team7-widget-boxarea .text-share-area .share a {
  background: var(--ztc-bg-bg-19);
  border: 1px solid rgba(2, 17, 26, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.team7 .team7-widget-boxarea ul {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  transform: rotateY(-180deg);
}

.team7 .team7-widget-boxarea ul li {
  margin-bottom: 6px;
}

.team7 .team7-widget-boxarea ul li:nth-last-child(1) {
  margin: 0;
}

.team7 .team7-widget-boxarea ul li a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  text-align: center;
  font-size: var(--ztc-font-size-font-s16);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.team7 .team7-widget-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team-about-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}

.team-about-inner .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}

.team-about-inner .testimonial-arrow .t-prev-area {
  margin: 0 16px 0 0;
}

.team-about-inner .testimonial-arrow button {
  border: none;
  outline: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
}

.team-about-inner .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team-about-inner .team-slider-boxarea {
  position: relative;
  z-index: 1;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: rotateY(0);
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea:hover .text-share-area .share {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  margin: -60px 24px 0 24px;
  z-index: 2;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .share {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
  position: absolute;
  top: 20%;
  right: 50px;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

@media (max-width: 767px) {
  .team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul li {
  margin: 0 0 12px 0;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul li:nth-last-child(1) {
  margin: 0;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  text-align: center;
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-inner-area .team-widget-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.team-inner-area .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: rotateY(0);
}

.team-inner-area .team-widget-boxarea:hover .text-share-area .share {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
}

.team-inner-area .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .text-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  margin: -60px 24px 0 24px;
  z-index: 2;
}

.team-inner-area .team-widget-boxarea .text-share-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .text-share-area .text a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team-inner-area .team-widget-boxarea .text-share-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.team-inner-area .team-widget-boxarea .text-share-area .share {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}

.team-inner-area .team-widget-boxarea ul {
  position: absolute;
  top: 20%;
  right: 50px;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-area .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

@media (max-width: 767px) {
  .team-inner-area .team-widget-boxarea ul {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    top: 5%;
  }
}

.team-inner-area .team-widget-boxarea ul li {
  margin: 0 0 12px 0;
}

.team-inner-area .team-widget-boxarea ul li:nth-last-child(1) {
  margin: 0;
}

.team-inner-area .team-widget-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  text-align: center;
}

.team-inner-area .team-widget-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-11);
}

.faq1 .heading3 h5 {
  background: var(--ztc-bg-bg-1);
}

.faq1 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-10);
  border: none;
  border-radius: 16px;
}

.faq1 .accordion-widget-area .accordion .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 34px 30px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .faq1 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
    font-size: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq1 .accordion-widget-area .accordion .accordion-item button {
    line-height: 36px;
  }
}

.faq1 .accordion-widget-area .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}

.faq1 .accordion-widget-area .accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-12);
  right: 15px;
  transition: all 0.4s;
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-9);
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding: 0 30px 30px 30px;
}

/*============= FAQ CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
.cta1-aection-area {
  position: relative;
  z-index: 1;
}

.cta1-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  border-radius: 16px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .cta1-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta1-aection-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta1-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

.cta1-aection-area .cta-bg-area .cta-images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  top: 50px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
  margin-left: -250px;
}

@media (max-width: 767px) {
  .cta1-aection-area .cta-bg-area .cta-images-area::after {
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-aection-area .cta-bg-area .cta-images-area::after {
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta1-aection-area .cta-bg-area .cta-images-area::after {
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
}

.cta1-aection-area .cta-bg-area .cta-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.cta1-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta1-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta1-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta1-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta1-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta1-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta1-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.cta2-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}

.cta2-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-6);
  border-radius: 16px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta2-aection-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

.cta2-aection-area .cta-bg-area .cta-images-area .elements5 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  top: 80px;
}

@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-images-area .elements5 {
    top: 50px;
  }
}

.cta2-aection-area .cta-bg-area .cta-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.cta2-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

.cta2-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area {
  background: #3DB35C;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}

.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
}

.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
  padding-left: 16px;
}

.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.cta3-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
}

.cta3-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-12);
  border-radius: 16px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta3-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta3-aection-area .cta-bg-area .form-area {
  position: relative;
  z-index: 1;
}

.cta3-aection-area .cta-bg-area .form-area .cta-input input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 20px;
  height: 62px;
}

.cta3-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta3-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta3-aection-area .cta-bg-area .form-area .cta-input button {
  width: 100%;
  border: none;
  outline: none;
}

.cta3-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta3-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta3-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta3-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta3-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta3-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta3-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.cta4-aection-area {
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-14);
}

.cta4-aection-area .elements9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.cta4-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
}

.cta4-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

.cta4-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta4-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta4-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-11) !important;
  background: var(--ztc-bg-bg-1);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-13);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.cta4-aection-area .cta-bg-area .cta-contact-area {
  background: #FF5C59;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}

.cta4-aection-area .cta-bg-area .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
}

.cta4-aection-area .cta-bg-area .cta-contact-area .text {
  padding-left: 16px;
}

.cta4-aection-area .cta-bg-area .cta-contact-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.cta4-aection-area .cta-bg-area .cta-contact-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.cta5-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
}

.cta5-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-17);
  border-radius: 16px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta5-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta5-aection-area .cta-bg-area .form-area {
  position: relative;
  z-index: 1;
}

.cta5-aection-area .cta-bg-area .form-area .cta-input input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 20px;
  height: 62px;
}

.cta5-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta5-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta5-aection-area .cta-bg-area .form-area .cta-input button {
  width: 100%;
  border: none;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14) !important;
}

.cta5-aection-area .cta-bg-area .form-area .cta-input button:hover {
  color: var(--ztc-text-text-1) !important;
}

.cta5-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta5-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta5-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta5-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta5-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta5-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta5-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.cta6-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}

.cta6-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-18);
  border-radius: 16px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .cta6-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta6-aection-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta6-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

.cta6-aection-area .cta-bg-area .cta-images-area .elements5 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  top: 80px;
}

@media (max-width: 767px) {
  .cta6-aection-area .cta-bg-area .cta-images-area .elements5 {
    top: 50px;
  }
}

.cta6-aection-area .cta-bg-area .cta-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.cta6-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .cta6-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta6-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

.cta6-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta6-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area {
  background: #3A7EC9;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
  padding-left: 16px;
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.cta7-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
}

.cta7-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-16);
  border-radius: 16px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta7-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta7-aection-area .cta-bg-area .form-area {
  position: relative;
  z-index: 1;
}

.cta7-aection-area .cta-bg-area .form-area .cta-input input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 20px;
  height: 62px;
}

.cta7-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta7-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta7-aection-area .cta-bg-area .form-area .cta-input button {
  width: 100%;
  border: none;
  outline: none;
  background: none;
}

.cta7-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta7-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta7-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta7-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta7-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta7-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta7-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.cta8-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}

.cta8-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-20);
  border-radius: 16px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .cta8-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta8-aection-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta8-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}

.cta8-aection-area .cta-bg-area .cta-images-area .elements5 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  top: 80px;
}

@media (max-width: 767px) {
  .cta8-aection-area .cta-bg-area .cta-images-area .elements5 {
    top: 50px;
  }
}

.cta8-aection-area .cta-bg-area .cta-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.cta8-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .cta8-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta8-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}

.cta8-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta8-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area {
  background: #DFBB61;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  border-radius: 50%;
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
  padding-left: 16px;
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  opacity: 80%;
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.cta9-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
}

.cta9-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-17);
  border-radius: 16px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta9-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta9-aection-area .cta-bg-area .form-area {
  position: relative;
  z-index: 1;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 20px;
  height: 62px;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input button {
  width: 100%;
  border: none;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14) !important;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input button:hover {
  color: var(--ztc-text-text-1) !important;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input button:hover span {
  background: var(--ztc-bg-bg-1) !important;
  color: var(--ztc-text-text-14) !important;
}

.cta9-aection-area .cta-bg-area .form-area .cta-input button span {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1) !important;
}

.cta9-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta9-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta9-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta9-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta9-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta9-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta9-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.cta10-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
}

.cta10-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-22);
  border-radius: 16px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta10-aection-area .cta-bg-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-aection-area .cta-bg-area {
    padding: 40px;
  }
}

.cta10-aection-area .cta-bg-area .form-area {
  position: relative;
  z-index: 1;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 20px;
  height: 62px;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input button {
  width: 100%;
  border: none;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14) !important;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input button:hover {
  color: var(--ztc-text-text-1) !important;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input button:hover span {
  background: var(--ztc-bg-bg-1) !important;
  color: var(--ztc-text-text-14) !important;
}

.cta10-aection-area .cta-bg-area .form-area .cta-input button span {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1) !important;
}

.cta10-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta10-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta10-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta10-aection-area .cta-bg-area .cta-heading .form-area {
  position: relative;
  z-index: 1;
}

.cta10-aection-area .cta-bg-area .cta-heading .form-area form {
  position: relative;
  z-index: 1;
}

.cta10-aection-area .cta-bg-area .cta-heading .form-area form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  background: var(--ztc-bg-bg-1);
  width: 100%;
  padding: 27px 20px;
  border-radius: 8px;
}

.cta10-aection-area .cta-bg-area .cta-heading .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testi1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 55px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testi1 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

.testi1 .testimonial-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testi1 .testimonial-slider-title {
  position: relative;
  z-index: 1;
  padding: 0 0 0 60px;
}

@media (max-width: 767px) {
  .testi1 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi1 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi1 .testimonial-slider-title {
    padding: 0 0 0 0;
  }
}

.testi1 .testimonial-slider-title h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title h5 svg {
  filter: brightness(0) invert(1);
}

.testi1 .testimonial-slider-title h2 {
  color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
  display: flex;
  align-items: center;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
  padding-left: 16px;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi1 .testimonial-slider-title .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
}

.testi1 .testimonial-slider-title .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testi1 .testimonial-slider-title .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-3);
  border: 1px solid var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
  margin: 0 16px 0 0;
}

.testimonial2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-5);
}

.testimonial2 .heading2 {
  padding: 0 70px 0 0;
}

@media (max-width: 767px) {
  .testimonial2 .heading2 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2 .heading2 {
    padding: 0;
  }
}

.testimonial2 .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.testimonial2 .heading2 h5 svg {
  filter: brightness(0) invert(1);
}

.testimonial2 .heading2 h2 {
  color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 p {
  color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 .author-boxarea {
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  background: var(--ztc-bg-bg-6);
  padding: 28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonial2 .heading2 .author-boxarea {
    width: 100%;
  }
}

.testimonial2 .heading2 .author-boxarea .heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 48px;
}

.testimonial2 .images-testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial2 .images-testimonial {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2 .images-testimonial {
    margin-top: 30px;
  }
}

.testimonial2 .images-testimonial .play-btn {
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s28);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
}

.testimonial2 .images-testimonial .play-btn::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.testimonial2 .images-testimonial .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial2 .images-testimonial .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  opacity: 50%;
}

.testimonial2 .images-testimonial .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial2 .testimonial-bottom-slider {
  position: relative;
  z-index: 1;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  border-radius: 10px;
  margin: 0 10px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
  border-radius: 10px;
  background: rgba(40, 170, 74, 0.1);
  padding: 8px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-7);
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .pera {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area {
  display: flex;
  align-items: center;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
  height: 60px;
  width: 60px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
  padding-left: 16px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.testimonial4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial4 .side-heading {
  color: rgba(63, 40, 48, 0.05);
  font-family: var(--ztc-family-font1);
  font-size: 110px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 110px;
  /* 100% */
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  left: 0;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  bottom: 0;
}

.testimonial4 .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 767px) {
  .testimonial4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}

.testimonial4 .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-11);
}

.testimonial4 .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial4 .testimonial-arrow .prev-arrow-testi4 {
  margin: 0 16px 0 0;
}

.testimonial4 .testimonial4-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial4 .testimonial4-contetnt-area {
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .icons svg {
  height: 64px;
  width: 64px;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .pera {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
}

@media (max-width: 767px) {
  .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area {
  display: flex;
  align-items: center;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .img1 img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text {
  padding-left: 16px;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testi5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 32px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-16);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi5 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testi5 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi5 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .testi5 {
    margin: 0;
    border-radius: 0;
  }
}

.testi5 .testimonial-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testi5 .testimonial-slider-title {
  position: relative;
  z-index: 1;
  padding: 0 0 0 60px;
}

@media (max-width: 767px) {
  .testi5 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi5 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi5 .testimonial-slider-title {
    padding: 0 0 0 0;
  }
}

.testi5 .testimonial-slider-title h5 {
  color: var(--ztc-text-text-1);
}

.testi5 .testimonial-slider-title h5 svg {
  filter: brightness(0) invert(1);
}

.testi5 .testimonial-slider-title h2 {
  color: var(--ztc-text-text-1);
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-16);
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
  display: flex;
  align-items: center;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
  padding-left: 16px;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi5 .testimonial-slider-title .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
}

.testi5 .testimonial-slider-title .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  border: 1px solid rgba(253, 253, 253, 0.1);
}

.testi5 .testimonial-slider-title .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-17);
  border: 1px solid var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testi5 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
  margin: 0 16px 0 0;
}

.testi6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 32px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-16);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi6 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testi6 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi6 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .testi6 {
    margin: 0;
    border-radius: 0;
  }
}

.testi6 .testimonial-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testi6 .testimonial-slider-title {
  position: relative;
  z-index: 1;
  padding: 0 0 0 60px;
}

@media (max-width: 767px) {
  .testi6 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi6 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi6 .testimonial-slider-title {
    padding: 0 0 0 0;
  }
}

.testi6 .testimonial-slider-title h5 {
  color: var(--ztc-text-text-1);
}

.testi6 .testimonial-slider-title h5 svg {
  filter: brightness(0) invert(1);
}

.testi6 .testimonial-slider-title h2 {
  color: var(--ztc-text-text-1);
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-16);
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
  display: flex;
  align-items: center;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
  padding-left: 16px;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi6 .testimonial-slider-title .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
}

.testi6 .testimonial-slider-title .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  border: 1px solid rgba(253, 253, 253, 0.1);
}

.testi6 .testimonial-slider-title .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-18);
  border: 1px solid var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testi6 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
  margin: 0 16px 0 0;
}

.testimonial7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-19);
}

.testimonial7 .testimonial7-images {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial7 .testimonial7-images {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7 .testimonial7-images {
    margin-bottom: 50px;
  }
}

.testimonial7 .testimonial7-images ul {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -118px;
}

.testimonial7 .testimonial7-images ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}

.testimonial7 .testimonial7-images ul li:last-child(1) {
  margin: 0;
}

.testimonial7 .testimonial7-images ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.testimonial7 .testimonial7-images ul li a:hover {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial7 .testimonial7-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial7 .testimonial7-contetnt-area {
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .icons svg {
  height: 64px;
  width: 64px;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
}

@media (max-width: 767px) {
  .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area {
  display: flex;
  align-items: center;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .img1 img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text {
  padding-left: 16px;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testimonial7 .testimonial7-contetnt-area .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 767px) {
  .testimonial7 .testimonial7-contetnt-area .slick-dots {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.testimonial7 .testimonial7-contetnt-area .slick-dots li {
  margin: 0 8px;
}

.testimonial7 .testimonial7-contetnt-area .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #E6E7E8;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}

.testimonial7 .testimonial7-contetnt-area .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #E6E7E8;
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.testimonial7 .testimonial7-contetnt-area .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-16);
}

.testimonial7 .testimonial7-contetnt-area .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial8-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-main-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-main-area .percent-box h2 {
  font-size: 120px;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
}

.testimonial-main-area .percent-box p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.testimonial-main-area .brand-images-area .brand-img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.testimonial-main-area .brand-images-area .brand-img.slick-slide.slick-current.slick-active::after {
  background: var(--ztc-bg-bg-20);
}

.testimonial-main-area .brand-images-area .brand-img::after {
  position: absolute;
  content: "";
  height: 4px;
  top: 0;
  left: 0;
  background: var(--ztc-bg-bg-1);
  width: 80%;
}

.testimonial-main-area .brand-images-area .brand-img img {
  cursor: pointer;
  padding-top: 10px;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea {
  position: relative;
  z-index: 1;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .pera {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 52px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .pera {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
  }
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area {
  display: flex;
  align-items: center;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .img1 img {
  height: 44px;
  width: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .text {
  padding-left: 16px;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  opacity: 80%;
}

.testimonial9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}

.testimonial9 .heading8 {
  padding: 0 70px 0 0;
}

@media (max-width: 767px) {
  .testimonial9 .heading8 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9 .heading8 {
    padding: 0;
  }
}

.testimonial9 .heading8 h5 {
  color: var(--ztc-text-text-1);
}

.testimonial9 .heading8 h5 svg {
  filter: brightness(0) invert(1);
}

.testimonial9 .heading8 h2 {
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-black);
}

.testimonial9 .heading8 p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.testimonial9 .heading8 .author-boxarea {
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  background: var(--ztc-bg-bg-17);
  padding: 28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonial9 .heading8 .author-boxarea {
    width: 100%;
  }
}

.testimonial9 .heading8 .author-boxarea .heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 48px;
}

.testimonial9 .images-testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial9 .images-testimonial {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9 .images-testimonial {
    margin-top: 30px;
  }
}

.testimonial9 .images-testimonial .play-btn {
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s28);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
}

.testimonial9 .images-testimonial .play-btn::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.testimonial9 .images-testimonial .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial9 .images-testimonial .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-16);
  opacity: 50%;
}

.testimonial9 .images-testimonial .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial9 .testimonial-bottom-slider {
  position: relative;
  z-index: 1;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  border-radius: 10px;
  margin: 0 10px;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  border-radius: 50%;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
  border-radius: 10px;
  background: rgba(245, 66, 0, 0.1);
  padding: 8px;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-16);
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .pera {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area {
  display: flex;
  align-items: center;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
  height: 60px;
  width: 60px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
  padding-left: 16px;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.testimonial10 {
  position: relative;
  z-index: 1;
}

.testimonial10 .testimonial7-images {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial10 .testimonial7-images {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10 .testimonial7-images {
    margin-bottom: 50px;
  }
}

.testimonial10 .testimonial7-images ul {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -118px;
  z-index: 1;
}

.testimonial10 .testimonial7-images ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}

.testimonial10 .testimonial7-images ul li:last-child(1) {
  margin: 0;
}

.testimonial10 .testimonial7-images ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.testimonial10 .testimonial7-images ul li a:hover {
  background: var(--ztc-bg-bg-22);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial10 .testimonial7-images .img1 {
  border-radius: 8px;
}

.testimonial10 .testimonial7-images .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .testimonial10 .testimonial7-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10 .testimonial7-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
}

.testimonial10 .testimonial7-contetnt-area {
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .icons svg {
  height: 64px;
  width: 64px;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
}

@media (max-width: 767px) {
  .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area {
  display: flex;
  align-items: center;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .img1 img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text {
  padding-left: 16px;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testimonial10 .testimonial7-contetnt-area .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 767px) {
  .testimonial10 .testimonial7-contetnt-area .slick-dots {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.testimonial10 .testimonial7-contetnt-area .slick-dots li {
  margin: 0 8px;
}

.testimonial10 .testimonial7-contetnt-area .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #E7F1D4;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}

.testimonial10 .testimonial7-contetnt-area .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #E7F1D4;
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.testimonial10 .testimonial7-contetnt-area .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-22);
}

.testimonial10 .testimonial7-contetnt-area .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-inner-area .heading1 {
  padding: 0 70px 0 0;
}

@media (max-width: 767px) {
  .testimonial-inner-area .heading1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-inner-area .heading1 {
    padding: 0;
  }
}

.testimonial-inner-area .heading1 .author-boxarea {
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  background: var(--ztc-bg-bg-3);
  padding: 28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonial-inner-area .heading1 .author-boxarea {
    width: 100%;
  }
}

.testimonial-inner-area .heading1 .author-boxarea p {
  color: var(--ztc-text-text-1) !important;
}

.testimonial-inner-area .heading1 .author-boxarea .heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 48px;
}

.testimonial-inner-area .images-testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial-inner-area .images-testimonial {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-inner-area .images-testimonial {
    margin-top: 30px;
  }
}

.testimonial-inner-area .images-testimonial .play-btn {
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s28);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
}

.testimonial-inner-area .images-testimonial .play-btn::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.testimonial-inner-area .images-testimonial .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-inner-area .images-testimonial .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-16);
  opacity: 50%;
}

.testimonial-inner-area .images-testimonial .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial-inner-area .testimonial-bottom-slider {
  position: relative;
  z-index: 1;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 10px;
  margin: 0 10px;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
  border-radius: 10px;
  background: rgba(251, 133, 0, 0.1);
  padding: 8px;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area {
  display: flex;
  align-items: center;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
  height: 60px;
  width: 60px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
  padding-left: 16px;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

.testimonial-inner-area2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-inner-area2 .testimonial-widget-box1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.testimonial-inner-area2 .testimonial-widget-box1:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.testimonial-inner-area2 .testimonial-widget-box1 .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-inner-area2 .testimonial-widget-box1 .icons-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}

.testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul {
  border-radius: 10px;
  background: rgba(251, 133, 0, 0.1);
  padding: 8px;
}

.testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul li:nth-last-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial-inner-area2 .testimonial-widget-box1 .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial-inner-area2 .testimonial-widget-box1 .images-area {
  display: flex;
  align-items: center;
}

.testimonial-inner-area2 .testimonial-widget-box1 .images-area .img1 img {
  height: 60px;
  width: 60px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
}

.testimonial-inner-area2 .testimonial-widget-box1 .images-area .text {
  padding-left: 16px;
}

.testimonial-inner-area2 .testimonial-widget-box1 .images-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial-inner-area2 .testimonial-widget-box1 .images-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/