@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #4E2FDA;
  --ztc-text-text-5: #FB3189;
  --ztc-text-text-6: #FF0A54;
  --ztc-text-text-7: #FFE7EE;
  --ztc-text-text-8: #F6F8F9;
  --ztc-text-text-10: #F6F8F9;
  --ztc-text-text-11: #ADFF1C;
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-13: #2E00FF;
  --ztc-bg-bg-1: #4E2FDA;
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-8: #cfef96;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.5);
  --ztc-bg-bg-22: rgba(0, 16, 42, 0.65);
  --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-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}
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%;
}
.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;
}
.space6 {
  height: 6px;
}
.space8 {
  height: 8px;
}
.space10 {
  height: 10px;
}
.space12 {
  height: 12px;
}
.space14 {
  height: 14px;
}
.space16 {
  height: 16px;
}
.space18 {
  height: 18px;
}
.space20 {
  height: 20px;
}
.space22 {
  height: 22px;
}
.space24 {
  height: 24px;
}
.space26 {
  height: 26px;
}
.space28 {
  height: 28px;
}
.space30 {
  height: 30px;
}
.space32 {
  height: 32px;
}
.space34 {
  height: 34px;
}
.space36 {
  height: 36px;
}
.space38 {
  height: 38px;
}
.space40 {
  height: 40px;
}
.space42 {
  height: 42px;
}
.space44 {
  height: 44px;
}
.space46 {
  height: 46px;
}
.space48 {
  height: 48px;
}
.space50 {
  height: 50px;
}
.space52 {
  height: 52px;
}
.space54 {
  height: 54px;
}
.space56 {
  height: 56px;
}
.space58 {
  height: 58px;
}
.space60 {
  height: 60px;
}
.space62 {
  height: 62px;
}
.space64 {
  height: 64px;
}
.space66 {
  height: 66px;
}
.space68 {
  height: 68px;
}
.space70 {
  height: 70px;
}
.space72 {
  height: 72px;
}
.space74 {
  height: 74px;
}
.space76 {
  height: 76px;
}
.space78 {
  height: 78px;
}
.space80 {
  height: 80px;
}
.space82 {
  height: 82px;
}
.space84 {
  height: 84px;
}
.space86 {
  height: 86px;
}
.space {
  height: 88px;
}
.space90 {
  height: 90px;
}
.space92 {
  height: 92px;
}
.space94 {
  height: 94px;
}
.space96 {
  height: 96px;
}
.space98 {
  height: 98px;
}
.space100 {
  height: 100px;
}
@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}
@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 animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.heading9 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s48);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-bg-bg-17);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: var(--ztc-bg-bg-22);
}
.heading9 h5 img {
  margin: 0 6px 0 0;
}
.heading9 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s68);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}
.heading9 h1 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading9 h1 span img {
  position: absolute;
  left: 0;
  bottom: -25px;
}
.heading9 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-10);
  opacity: 80%;
}
.heading10 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px 0;
}
.heading10 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-19);
  border-radius: 8px;
}
.heading10 h5 img {
  margin: 0 6px 0 0;
}
.heading10 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s46);
  line-height: var(--ztc-font-size-font-s54);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin: 16px 0 20px;
}
.heading10 span {
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s28);
  line-height: var(--ztc-font-size-font-s30);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.heading10 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.heading10 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading10 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}
.header-btn9 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-2);
  padding: 16px 8px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: var(--ztc-text-text-1);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn9:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn9:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}
.bg-white {
  background: var(--ztc-text-text-1) !important;
}
.bg2 {
  background: var(--ztc-bg-bg-4);
}
.bg3 {
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
}
.bg4 {
  background: var(--ztc-bg-bg-18);
}
/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
.sp2 {
  padding: 100px 0 70px;
}
.sp3 {
  padding: 100px 0 50px;
}
.sp4 {
  padding: 80px 0 80px;
}
.sp5 {
  padding: 60px 0 60px;
}
.sp6 {
  padding: 120px 0 120px;
}
.sp7 {
  padding: 120px 0 90px;
}
.sp8 {
  padding: 100px 0 0;
}
.sp9 {
  padding: 120px 0 0;
}
.sp10 {
  padding: 0 0 100px;
}
.about-header-area {
  position: relative;
  z-index: 1;
  padding: 160px 0 80px;
}
.about-header-area .about-inner-header h1 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-header-area .about-inner-header a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
}
.about-header-area .about-inner-header a i {
  margin: 0 8px;
}
.about-header-area .about-inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}
/*============= SERVICE CSS AREA ===============*/
.service4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.service4-section-area .service4-header {
  margin-bottom: 60px;
}
.service4-section-area .service-auhtor-boxes-area {
  position: relative;
}
.service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}
.service4-section-area .service-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 30%;
  z-index: 1;
  left: 40%;
  right: 40%;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .icons-area .icons {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a {
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area p {
  opacity: 90%;
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  display: inline-block;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .number h4 {
  font-size: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-7);
  line-height: var(--ztc-font-size-font-s60);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 80%;
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.service-inner-header .service-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.service-inner2-section-area {
  position: relative;
  z-index: 1;
}
.service-inner2-section-area .instagram1 {
  position: absolute;
  right: 70px;
}
.service-inner2-section-area .linkedin1 {
  position: absolute;
  right: 50px;
  top: 50%;
}
.service-inner2-section-area .facebook1 {
  position: absolute;
  left: 50px;
  top: 20%;
}
.service-inner2-section-area .twitter1 {
  position: absolute;
  left: -50px;
  top: 70%;
}
.service-inner2-section-area .service-images {
  position: relative;
  left: -100px;
  z-index: 1;
}
}
.service-inner2-section-area .service-images img.service-img11 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.service-inner2-section-area .service-images .inner-bg1 {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  bottom: 0;
}
/*============= HERO CSS AREA ===============*/
.hero5-section-area {
  position: relative;
  z-index: 1;
  padding: 150px 0 0;
  overflow: hidden;
  background-image: url(../images/header-desktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.hero5-section-area .header-content-area {
  padding: 0 80px 0 0;
  margin-top: -40px;
}
.hero5-section-area .header-content-area h2 {
  font-size: 36px;
  color: var(--ztc-bg-bg-17);
}
.hero5-section-area .header-content-area h3 {
  color: #fff;
  line-height: 2.2;
  z-index: 9999;
  position: relative;
}
.hero5-section-area .header-content-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}
.hero5-section-area .header-content-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}
.hero5-section-area .hero-images-area {
  position: relative;
}
.hero5-section-area .hero-images-area .imges {
  position: relative;
  z-index: 1;
  left: 10%;
}
.hero5-section-area .hero-images-area .imges1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.hero5-section-area .hero-images-area .imges1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .author-img1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -130px;
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .sound-icons3 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50px;
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
  position: absolute;
  z-index: 2;
  right: -50px;
  top: 35%;
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .elements11 {
  position: absolute;
  bottom: 190px;
}
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder5 {
  background: var(--ztc-bg-bg-18);
  position: fixed;
}
.mobile-header.mobile-haeder5 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}
/*============= FOOTER CSS AREA ===============*/
.footer5-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
  background-color: #010f2a;
}
.footer5-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer5-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer5-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer5-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer5-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer5-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #F8F9FA;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.footer5-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer5-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area1 {
  padding-left: 60px;
}
.footer5-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer5-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-11);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area2 {
  margin: 0 auto;
  text-align: center;
}
.footer5-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer5-section-area .footer-logo-area2 ul li {
  margin: 20px 0 0;
}
.footer5-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.footer5-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer5-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
.footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
.footer5-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 70%;
  font-size: 14px;
}
.footer5-section-area .copyright-area ul li {
  display: inline-block;
}
.footer5-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
  font-size: 14px;
}
/*============= HEADER CSS AREA ===============*/
.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}
.homepage5-body {
  overflow-x: hidden;
}
.homepage5-body .header-area.homepage5 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 25%;
  right: 25%;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding: 16px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.header-area.homepage5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.header-area.homepage5.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}
/*============= WORK CSS AREA ===============*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  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;
}
.progress-wrap:hover {
  background: var(--ztc-text-text-2);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-text-text-16);
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}
.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: var(--ztc-text-text-2);
  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;
}
.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;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.star2 {
  position: absolute;
  right: 0;
  z-index: -1;
}
.star3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*============= TEAM CSS AREA ===============*/
.team5-section-area .team-header {
  margin-bottom: 60px;
}
.team5-section-area .team5-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team5-section-area .team5-author-boxarea:hover {
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .imges {
  border-radius: 4px;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .imges img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 4px;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .plus {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .minus {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .social-icons {
  right: 50px;
  transition: all 0.8s;
}
.team5-section-area .team5-author-boxarea .imges {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea .imges img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.5s;
}
.team5-section-area .team5-author-boxarea .team-sociala-area {
  position: absolute;
  bottom: 90px;
  right: 15px;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-1);
  position: absolute;
  right: 0;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons .plus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons .minus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons {
  position: relative;
  bottom: 0;
  right: -140px;
  transition: all 0.8s;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul {
  background: var(--ztc-text-text-11);
  padding: 8px;
  border-radius: 4px;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul li {
  display: inline-block;
  margin: 0 4px 0 0;
}
.team5-section-area .team5-author-boxarea .content-area {
  margin-top: 20px;
}
.team5-section-area .team5-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.team5-section-area .team5-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.team-inner-section-area {
  position: relative;
  z-index: 1;
}
.team-inner-section-area .team2-header-area {
  margin-bottom: 60px;
}
.team-inner-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-inner-section-area .team-boxarea:hover ul {
  transform: rotate(0deg);
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team-inner-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul {
  text-align: center;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  background: var(--ztc-text-text-4);
  visibility: hidden;
  opacity: 0;
}
.team-inner-section-area .team-boxarea ul li {
  display: inline-block;
}
.team-inner-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #6044DE;
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team-inner-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: none;
}
.team-inner-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team-inner-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team-inner-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}
.team-inner-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.team-inner-section-area .team-header {
  padding: 0 30px 0 0;
}
/*============= CTA CSS AREA ===============*/
.cta-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-4);
}
.cta-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-section-area .cta-header-area {
  background: var(--ztc-text-text-4);
  border-radius: 4px;
  position: relative;
}
.cta-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta-section-area .cta-header-area .btn-area a {
  color: var(--ztc-text-text-4);
  background: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a::after {
  display: none;
}
.cta-section-area .cta-header-area .btn-area a span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-13);
}
.cta-section-area .cta-header-area .btn-area a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.cta5-section-area {
  position: relative;
  z-index: 1;
  background-color: var(--ztc-bg-bg-18);
}
.cta5-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-10);
}
.cta5-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta5-section-area .cta-header-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}
.cta5-section-area .cta-header-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}
.cta-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}
.cta-section-area.others-cta ul li {
  display: inline-block;
}
.cta-section-area.others-cta ul li:nth-child(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-semibold);
  line-height: 18px;
}
.cta-section-area.others-cta ul li a {
  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;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}
.cta-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
/*============= TESTIMONIAL CSS AREA ===============*/
.slider-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
}
.slider-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.slider-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
.testimonial2-section-area {
  background-color: var(--ztc-bg-bg-18);
}
.testimonial2-section-area .testimonial-header {
  margin-bottom: 60px;
}
.testimonial-header-area.heading10 h2 {
  color: #fff !important;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-10) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito1 {
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #00102a;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito1 {
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito1 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin: 0 auto 20px;
  text-align: center
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  border-radius: 4px;
  color: #FFBA00;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
  text-align: center;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  margin-top: 20px;
  text-align: center;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 80%;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-17);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: var(--ztc-bg-bg-17);
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.testimonial4-section-area .testimonia4-header {
  margin-bottom: 60px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
.testimonial4-section-area .testimonial4-slider-area.faq .owl-nav {
  display: none;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea {
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
  border: 1px solid var(--ztc-bg-bg-18);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
.testimonial4-section-area.bg2 {
  background: var(--ztc-bg-bg-4) !important;
}
.slider-section-area.slider-inner {
  background: var(--ztc-text-text-4);
}
.slider-section-area.slider-inner .sldier-head p {
  color: var(--ztc-text-text-1);
}
.slider-section-area.slider-inner .slider-images-area .img1 img {
  filter: brightness(0) invert(1);
}
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.case5-section-area .case5-header {
  margin-bottom: 10px;
}
.case5-section-area .case-widget-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  border-bottom: 1px solid #CED4DA;
  position: relative;
}
.case5-section-area .case-widget-area:hover .arrow-btn a {
  background: var(--ztc-text-text-11);
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
}
.case5-section-area .case-widget-area:hover .hidden-img {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area:hover .hidden-img.img2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area:hover .hidden-img.img3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area .content-area {
  display: flex;
}
.case5-section-area .case-widget-area .content-area span {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
}
.case5-section-area .case-widget-area .content-area .main-content {
  margin-left: 16px;
}
.case5-section-area .case-widget-area .content-area .main-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}
.case5-section-area .case-widget-area .content-area .main-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.case5-section-area .case-widget-area .hidden-img {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: 30px;
}
.case5-section-area .case-widget-area .hidden-img.img2 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -110px;
}
.case5-section-area .case-widget-area .hidden-img.img3 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -190px;
}
.case5-section-area .case-widget-area .arrow-btn a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s56);
  border-radius: 50%;
  border: 2px solid var(--ztc-text-text-2);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
}
.case5-section-area .case-widget-area .arrow-btn a:hover {
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-12);
}
.case-inner-section-area .tabs-area ul {
  justify-content: center;
  margin-bottom: 60px;
}
.case-inner-section-area .tabs-area ul li button {
  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-medium);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  padding: 12px 16px;
  border-radius: 40px;
  margin: 0 20px 0 0;
}
.case-inner-section-area .tabs-area ul li button.active {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box {
  margin-bottom: 30px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .tags {
  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-regular);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head {
  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: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane {
  position: relative;
  top: 100px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area {
  margin-top: 20px;
}
.case-inner-section-area .pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  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);
}
.case-inner-section-area .pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li {
  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-regular);
  line-height: 16px;
  margin-top: 24px;
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li span {
  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: 20px;
  display: inline-block;
  margin: 0 16px 0 0;
}
.case-single-section-area .case-auhtor-area .case-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-lista-area .case-list {
  padding: 0 0 0 70px;
}
.case-lista-area .case-list ul li {
  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;
  margin-bottom: 24px;
}
.case-lista-area .case-list ul li img {
  margin: 0 8px 0 0;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}