@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space48 {
  height: 48px;
}

.space60 {
  height: 60px;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #061D19;
  --ztc-text-text-4: #6E9419;
  --ztc-text-text-14: #0D0E1F;
  --ztc-text-text-15: #5A5B5B;
  --ztc-text-text-16: #FB8500;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-3: #6E9419;
  --ztc-bg-bg-10: #040729;
  --ztc-bg-bg-11: rgb(47 137 235);
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s56: 56px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-family-font1: 'Outfit', serif;
  --ztc-family-font2: 'Outfit', sans-serif;
}

/*
============================
Name:  Finazze - Business & Finance  HTML Templete
Version: 1.0.0
Description: Finazze - Business & Finance  HTML Templete
Author: Unifato
Author URI: https://themeforest.net/user/unifato/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= PROJECT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/

.heading5 h5 {
  border-radius: 8px;
  background: rgba(251, 133, 0, 0.1);
  color: var(--ztc-text-text-16);
  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;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
}
.heading5 h2 {
  color: black;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 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(--regular);
  line-height: 24px;
}

/*============= COMMON CSS AREA ENDS===============*/

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.sp1 {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body, html {
    overflow-x: hidden !important;
  }
}

/*============= ABOUT CSS AREA ===============*/

.about5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about5-section-area .img1:nth-child(2) {
  position: relative;
  left: 100px;
}
@media (max-width: 767px) {
  .about5-section-area .img1:nth-child(2) {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .img1:nth-child(2) {
    left: 0;
    margin-top: 60px;
  }
}
.about5-section-area .img1 img {
  height: 100%;
  /* width: 400px !important; */
  max-width: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about5-section-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .img1 img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about5-section-area .about-header {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about5-section-area .about-header {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about-header {
    margin-top: 40px;
  }
}
.about5-section-area .counter-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* .about5-section-area .counter-box .boxarea:nth-child(1) {
  margin: 0 36px 0 0;
} */
.about5-section-area .counter-box .boxarea h3 {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.about5-section-area .counter-box .boxarea p {
  color: var(--ztc-text-text-15);
  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-regular);
  line-height: 18px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/

.service5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-10);
}
.service5-section-area .service-single-slider {
  position: relative;
  z-index: 1;
}
.service5-section-area .service-single-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .service5-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
.service5-section-area .service-single-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(251, 133, 0, 0.1);
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-16);
}
.service5-section-area .service-single-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service5-section-area .service-single-slider .service-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 32px 20px;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 70%;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1 .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1);
  rotate: -45deg;
}
.service5-section-area .service-single-slider .service-boxarea:hover .content-area .icons {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .service-other-box {
  bottom: 0;
  transition: all 0.6s;
}
.service5-section-area .service-single-slider .service-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.service5-section-area .service-single-slider .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .img1 .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: #F4F3EF;
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 2;
}
.service5-section-area .service-single-slider .service-boxarea .content-area .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #EDF2F7;
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.service5-section-area .service-single-slider .service-boxarea .content-area .icons img {
  transition: all 0.4s;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.service5-section-area .service-single-slider .service-boxarea .content-area a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box {
  text-align: center;
  padding: 80px 30px;
  border-radius: 8px;
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0 auto;
  vertical-align: middle;
  z-index: 2;
  transition: all 0.6s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  opacity: 70%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service5-section-area .service-single-slider .service-boxarea .service-other-box {
    padding: 50 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-single-slider .service-boxarea .service-other-box {
    padding: 50px 30px;
  }
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  position: relative;
  z-index: 2;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box .icons img {
  transition: all 0.4s;
  height: 40px;
  width: 40px;
  display: inline-block;
  filter: brightness(0) invert(1);
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box p {
  color: var(--ztc-text-text-1);
  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-regular);
  line-height: 24px;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore {
  color: var(--ztc-text-text-1);
  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-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/

.hero5-slider-section {
  position: relative;
  z-index: 1;
}
.hero5-slider-section .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero5-slider-section .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
  font-size: 16px;
}
.hero5-slider-section .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero5-slider-section .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero5-slider-section .hero5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 170px 0 85px;
}
.hero5-slider-section .hero5-section-area .hero5-heading {
  padding: 0 70px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-section .hero5-section-area .hero5-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 14px;
  text-transform: uppercase;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading h5 {
    font-size: var(--ztc-font-size-font-s12);
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  display: inline-block;
  transition: all 0.4s;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading p {
  color: white;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero5-slider-section .hero5-section-area .hero5-heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

/*============= HERO CSS AREA ===============*/
/*============= 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);
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.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-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;
}


.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-10);
  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);
}
.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.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-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;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-footer1-section-area .vl-copyright-area p {
  color: #ffffff;
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 9px 53px 48px;
  border-top: 1px solid #ffffff;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 4px 0;
  /* background: var(--ztc-bg-bg-1); */
}

.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a img {
  margin: 0 36px 0 0;
  filter: brightness(0);
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a::after {
  position: absolute;
  content: "";
  height: 28px;
  width: 2px;
  right: 20px;
  background: var(--ztc-bg-bg-10);
  opacity: 10%;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li {
  display: inline-block;
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li a {
  background: rgba(13, 14, 31, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li a:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -270px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #dfe1e2;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage5-body .vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/

.work5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work5-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work5-section-area .work-single-boxarea:hover .icons .elements14 {
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
.work5-section-area .work-single-boxarea:hover .icons .icon {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .elements12 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea .elements12 {
    display: block;
  }
}
.work5-section-area .work-single-boxarea .elements13 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
.work5-section-area .work-single-boxarea .icons {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.work5-section-area .work-single-boxarea .icons .elements14 {
  position: absolute;
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  left: -15px;
  top: -15px;
}
.work5-section-area .work-single-boxarea .icons .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 50%;
  margin: 0 auto;
}
.work5-section-area .work-single-boxarea .conten-area {
  text-align: center;
}
.work5-section-area .work-single-boxarea .conten-area a {
  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-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .conten-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .conten-area 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-regular);
  line-height: 26px;
  transition: all 0.4s;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  background: black;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.preloader .loader {
  width: 70px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  height: 70px;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.progress-wrap {
  position: fixed;
  left: 33px;
  bottom: 33px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fb86006b;
  
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms 
linear;
  color: #fb4f00;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #FB8500;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: #FB8500;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: #FB8500;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #fb4f00;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= MISSION-VISSION CSS AREA STARTS ===============*/
@media (max-width: 767px) {
  .progress-wrap {
    position: fixed;
    right: 12px;
    left: auto;
    bottom: 115px;
    height: 51px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms 
  linear;
    color: var(--ztc-text-text-1);
  }
}

/*============= MISSION-VISSION CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/

/*============= BRAND CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: var(--ztc-bg-bg-1);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-4);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/

.cta4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta4-section-area .cta-header h5 {
  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;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header h5 {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.cta4-section-area .cta-header h5 img {
  margin: -7px 4px 0 0;
}
.cta4-section-area .cta-header 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-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.cta4-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.4s;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cta4-section-area .cta-author-area .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.cta4-section-area .cta-author-area .text {
  padding-left: 16px;
}
.cta4-section-area .cta-author-area .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-regular);
  line-height: 16px;
}
.cta4-section-area .cta-author-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-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.cta4-section-area .cta-author-area .text a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= PROJECT CSS AREA ===============*/

.project5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-10);
}
.project5-section-area .heading5 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.project5-section-area .heading5 h2 {
  color: var(--ztc-text-text-1);
}
.project5-section-area .project5-singlebox-slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}
.project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    left: -65px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    right: -65px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 {
  position: relative;
  z-index: 1;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 150px;
  background: rgba(251, 133, 0, 0.1);
  display: inline-block;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow svg {
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .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-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area a {
  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: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

/*============= PROJECT CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/

/*============= PRICING CSS AREA ===============*/