@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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%;
}

.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-9 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe6 {
  position: relative;
  animation-name: animation-9;
  animation-duration: 30s;
  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 pulse-border1 {
  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-border1 {
  position: relative;
  animation-name: pulse-border1;
  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);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --primary-clr: #1A79CD;
  --primary-drk-clr: #0851A0;
  --bg-shadows: rgb(26 121 205 / 5%);
  --ddd: linear-gradient(91deg, #0851A0 0.78%, var(99.88%));
  --ddd: linear-gradient(91deg, #0851A0 0.78%, var()99.88%);
  --ddd: linear-gradient(91deg, #0851A0 0.78%, var( )99.88%);
  --ddd: linear-gradient(91deg, #0851A0 0.78%, var()99.88%);
  --ddd: linear-gradient(91deg, #0851A0 0.78%, var() 99.88%);
  --ddd: linear-gradient(91deg, var) 0.78%, var(--primary-drk-clr) 99.88%);
  --ddd: linear-gradient(91deg, var( 0.78%, var(--primary-drk-clr) 99.88%));
  --ddd: linear-gradient(91deg, var() 0.78%, var(--primary-drk-clr) 99.88%);
  --ddd: linear-gradient(91deg, var(-) 0.78%, var(--primary-drk-clr) 99.88%);
  --ddd: linear-gradient(91deg, var(--) 0.78%, var(--primary-drk-clr) 99.88%);
  --ddd: linear-gradient(91deg, var(--primary-clr) 0.78%, var(--primary-drk-clr) 99.88%);
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-13: #2E00FF;
  --ztc-text-text-14: #FF6610;
  --ztc-text-text-15: #0D47A1;
  --ztc-text-text-16: #1B6CFC;
  --ztc-text-text-17: #6455E1;
  --ztc-text-text-18: #081120;
  --ztc-bg-bg-1: #4E2FDA;
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-3: #C8BFF4;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CAC6FD;
  --ztc-bg-bg-7: #FFE8A4;
  --ztc-bg-bg-8: #D4FFD6;
  --ztc-bg-bg-9: #E2E0F2;
  --ztc-bg-bg-10: #FB3189;
  --ztc-bg-bg-11: #3A3658;
  --ztc-bg-bg-12: #4E3A7A;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-14: #FFF5F9;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-16: #FFF6F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.1);
  --ztc-bg-bg-20: rgba(10, 40, 40, 0.1);
  --ztc-bg-bg-21: #FFE8A4;
  --ztc-bg-bg-22: #CAC6FD;
  --ztc-bg-bg-23: #D4FFD6;
  --ztc-bg-bg-24: #0D47A1;
  --ztc-bg-bg-25: #FF6610;
  --ztc-bg-bg-26: #1B6CFC;
  --ztc-bg-bg-27: #FCCC8A;
  --ztc-bg-bg-28: #6455E1;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --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-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-font-size-font-s10: 10px;
  --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-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;
}

.heading19 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);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading19 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgb(26 121 205 / 5%);
}
.heading19 h5 img {
  margin: 0 4px 0 0;
}
.heading19 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}
@media (max-width: 767px) {
  .heading19 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading19 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
}

.heading20 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);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading20 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--bg-shadows);
}
.heading20 h5 img {
  margin: 0 4px 0 0;
}
.heading20 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}
@media (max-width: 767px) {
  .heading20 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading20 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-medium);
  color: #5C6365;
}

.heading21 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-1);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading21 h5 img {
  margin: 0 6px 0 0;
}
.heading21 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #fff;
}
.heading21 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading21 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading21 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading21 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading21 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-1);
  opacity: 80%;
}

.header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  #1A79CD: #1A79CD;
  z-index: 1;
}
.header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--primary-drk-clr);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.bnr-thumb {
  align-self: stretch;
  display: flex;
}
.hero13-header {
  padding: 20px 0;
} 
.header-btn21:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn21:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.sp1 {
  padding: 100px 0 100px;
}
@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: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 80px 0 60px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}


.about13-section-area {
  position: relative;
  z-index: 1;
}
.about13-section-area .images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about13-section-area .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}
.about13-section-area .images-area .img2 {
  position: absolute;
  top: -40px;
  left: -15px;
  z-index: 1;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about13-section-area .images-area .img2 #imagewave .stop-color2 {
  stop-color: #0851A0;
}
.about13-section-area .images-area .img2 #imagewave stop.stop-color1 {
  stop-color: #1A79CD;
}
.about13-section-area .about13-header {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .about13-section-area .about13-header {
    padding: 0;
    margin-top: 30px;
  }
}
.about13-section-area .about13-header .about-icons {
  background: #F8F6FC;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.about13-section-area .about13-header .about-icons .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--bg-shadows);
  position: absolute;
}
.about13-section-area .about13-header .about-icons .label {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 60px;
}

.service13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
}
.service13-section-area .header-area-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service13-section-area .header-area-service {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .service13-section-area .header-area-service .btn-area1 {
    margin-top: 32px;
  }
}
.service13-section-area .service13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  background: #fff;
  padding: 24px;
  margin-bottom: 30px;
}
.service13-section-area .service13-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.service13-section-area .service13-boxarea:hover .icons {
  background: #FFF;
}
.service13-section-area .service13-boxarea:hover .content-area .head {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service13-section-area .service13-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: -1;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.service13-section-area .service13-boxarea .icons {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: var(--bg-shadows);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area .head {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}
.service13-section-area .service13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area a.readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.service13-section-area .service13-boxarea .content-area h2 {
  color: #FFF;
  text-align: right;
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
}
.works-content-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  transition: all 0.4s !important;
  padding: 20px 30px;
  /* display: flex; */
  height: 100%;
}
.works-content-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  /* position: absolute; */
  margin-bottom: 20px;
  flex: 0 0 auto;
}
.why-us-stats{
  --bs-gutter-y: 1.5rem;
  margin-bottom: 1.5rem;
}
.works-content-box .content {
  /* padding-left: 80px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.works-content-box .content .label {
  display: inline-block;
  font-size: 18px;
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 8px;
  transition: all 0.4s;
}
.works-content-box .content .value {
  line-height: 1.4;
  transition: all 0.4s;
}.works-content-box:hover {
  background: var(--primary-clr);
  transition: all 0.4s;
  border: 1px solid var(--primary-clr);
  transform: translateY(-5px);
}

.works-content-box:hover .label {
  color: #fff;
}

.works-content-box:hover .value {
  color: #fff;
  opacity: 80%;
}
.pricing9-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing9-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing9-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing9-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--primary-clr);
}
.pricing9-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .btn-area1 a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.pricing9-section-area .pricing-boxarea.active .list-area {
  background: var(--primary-drk-clr);
  transition: all 0.6s;
}
.pricing9-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing9-section-area .pricing-boxarea {
  background: var(--bg-shadows);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
  height: 100%;
}
.pricing9-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing9-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing9-section-area .pricing-boxarea .btn-area1 {
  margin-top: 32px;
}
.pricing9-section-area .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}
.pricing9-section-area .pricing-boxarea h4 {
  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;
  margin-bottom: 14px;
}
.pricing9-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-bottom: 12px;
}

.pricing9-section-area .pricing-boxarea .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #DEE0E2;
    transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea  .plan-socials ul {
    padding: 0;
    margin: 0 -8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pricing9-section-area .pricing-boxarea .plan-socials ul li {
    width: 60px;
    padding: 0 8px;
    margin-bottom: 10px;
}

.pricing9-section-area .pricing-boxarea .plan-socials ul li img {
    width: 40px;
    height: 40px;
}
.pricing9-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing9-section-area .pricing-boxarea h1 span {
  display: inline-block;
  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;
  position: relative;
  left: -5px;
}
.pricing9-section-area .pricing-boxarea .list-area {
  background: #fff;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing9-section-area .pricing-boxarea .list-area h5 {
  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-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  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-2);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing9-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing9-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}
.pricing9-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
}
.pricing9-section-area .row {
    --bs-gutter-y: 2rem;
    justify-content: center;
}
.homepage-bottom-area {
  margin-top: -280px;
  position: relative;
  z-index: 1;
}
.homepage-bottom-area .header-author-area {
  background: var(--ztc-text-text-17);
  border-radius: 8px;
  padding: 50px 32px;
}
.homepage-bottom-area .header-author-area .header-area {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
.homepage-bottom-area .header-author-area .header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
}
.homepage-bottom-area .header-author-area .header-area h5 img {
  filter: brightness(0) invert(1);
  margin: 0 6px 0 0;
}
.homepage-bottom-area .header-author-area .header-area h2 {
  color: var(--ztc-text-text-1);
  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: 40px;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area h2 {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 36px;
  }
}
.homepage-bottom-area .header-author-area .header-area .counter-boxarea {
  padding-top: 32px;
  border-top: 1px solid #7567E1;
}
.homepage-bottom-area .header-author-area .header-area .counter-boxarea .counter-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 80%;
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-17);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a span {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
}
.homepage-bottom-area .header-author-area .header-bottom-img {
  position: relative;
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
  position: absolute;
  top: 47%;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
  left: -14px;
  position: absolute;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
  position: absolute;
  left: inherit;
  right: -512px;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav button {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  font-size: var(--ztc-font-size-font-s16);
}

.hero13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
  padding: 130px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area {
    padding: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .hero13-section-area {
    /* padding: 150px 0 0; */
  }
}
.hero13-section-area .img2 {
  position: absolute;
  right: 0;
  bottom: -1600px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -1451px;
    width: 1327px;
  }
}
@media (max-width: 767px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -630px;
    display: none;
  }
  .bnr-thumb {
    display: none;
}
}
@media (max-width: 767px) {
  .hero13-section-area .hero13-header {
    margin-bottom: 50px;
  }
}
.hero13-section-area .hero13-header .header-btn21.btn2 {
  background: #fff;
  color: #1A79CD;
  border: 1px solid #1A79CD;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero13-section-area .hero13-header .header-btn21.btn2 {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero13-section-area .hero13-header .header-btn21.btn2:hover {
  color: #fff;
  transition: all 0.4s;
  border: 1px solid var(--primary-drk-clr);
}
.hero13-section-area .img1 img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  position: relative;
  z-index: 1;
  left: 6%;
  object-position: bottom;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero13-section-area .img1 img {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img1 img {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}
@media screen and (min-width: 2000px) {
  .hero13-section-area .img1 img {
    left: 440px;
  }
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn13 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-15);
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.mobile-header.mobile-haeder13 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder13 .mobile-logo img {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
}

.mobile-sidebar.mobile-sidebar13 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar13 .logos img {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .header-btn21 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 h3 {
  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(--primary-clr);
  margin-bottom: 20px;
}
.mobile-nav .single-footer {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--primary-clr);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--primary-clr);
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--primary-clr);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--primary-clr);
}

.blog13-section-area {
  position: relative;
  z-index: 1;
}
.blog13-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}
.blog13-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 4px;
  position: relative;
}
.blog13-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 4px;
}
.blog13-section-area .blog-auhtor-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog13-section-area .blog-auhtor-boxarea ul li a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog13-section-area .blog-auhtor-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
}
.blog13-section-area .blog-auhtor-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: #FF5417;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: #FF5417;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.footer13-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer13-section-area {
    padding: 40px 0 0 0;
  }
}
.footer13-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer13-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 170px;
  height: 80px;
}
.footer13-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: #5C6365;
}
.footer13-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer13-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer13-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: var(--bg-shadows);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--primary-clr);
}
.footer13-section-area .footer-logo-area ul li a:hover {
  background: var(--primary-clr);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: #fff;
}
.footer13-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-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-bold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-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: #5C6365;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area1 ul li a:hover {
  color: var(--primary-clr);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer13-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer13-section-area .footer-logo-area1 form button {
  right: 0;
  top: 0;
  width: 100%;
  border: none;
  outline: none;
}
.footer13-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-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: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-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: #5C6365;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer13-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0);
}
.footer13-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--primary-clr);
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer13-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-section-area .footer-logo-area3 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: #5C6365;
  display: inline-block;
  margin-top: 20px;
}
.footer13-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  margin-top: 32px;
  background: #F3F3F4;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 16px;
}
.footer13-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer13-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer13-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer13-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer13-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer13-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: #5C6365;
}
@media (max-width: 767px) {
  .footer13-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer13-section-area .copyright-area ul li {
  display: inline-block;
}
.footer13-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: #5C6365;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.homepage13-body, html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage13-body {
  overflow-x: hidden;
}
.homepage13-body .header-area.homepage13 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage13-body .header-area.homepage13 .site-logo img {
  width: 170px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: contain;
  object-position: left;
}
.homepage13-body .header-area.homepage13 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage13-body .header-area.homepage13 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--primary-clr);
  --primary-clr;
}
.homepage13-body .header-area.homepage13 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage13-body .header-area.homepage13 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu {
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage13-body .header-area.homepage13 .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;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage13-body .header-area.homepage13 .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;
}
.homepage13-body .header-area.homepage13 .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;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: 1;
  width: 160px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #09171B;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-content 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-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage13-body .header-area.homepage13 .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;
}
.homepage13-body .header-area.homepage13 .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-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--primary-clr) !important;!i;!;
}
.homepage13-body .header-area.homepage13 .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: -275px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage13-body .header-area.homepage13 .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;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--primary-clr);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--primary-clr);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--primary-clr);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage13-body .header-area.homepage13 .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);
}
.homepage13-body .header-area.homepage13 .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(--primary-clr);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--primary-clr);
}
.homepage13-body .header-area.homepage13 .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.homepage13.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-text-text-1);
  transition: all 0.4s;
}
.header-area.homepage13.sticky .header-elements {
  padding: 0;
}

.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);
}

.works-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.work13-section-area {
  position: relative;
  z-index: 1;
}
.work13-section-area .row {
    --bs-gutter-y: 2rem;
}
.work13-section-area .project13-boxrea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  height: 100%;
}
.work13-section-area .project13-boxrea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.work13-section-area .project13-boxrea:hover .content-area {
  bottom: 20px;
  transition: all 0.6s;
}
.work13-section-area .project13-boxrea .img1 {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
  height: 100%;
}
.work13-section-area .project13-boxrea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work13-section-area .project13-boxrea .img1 img {
    height: 400px;
  }
}
.work13-section-area .project13-boxrea .content-area {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  position: absolute;
  bottom: -300px;
  left: 20px;
  right: 20px;
  transition: all 0.6s;
  z-index: 1;
}
.work13-section-area .project13-boxrea .content-area span.tag {
  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);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.work13-section-area .project13-boxrea .content-area span.tag::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--bg-shadows);
}
.work13-section-area .project13-boxrea .content-area span img {
  margin: 0 4px 0 0;
}
.work13-section-area .project13-boxrea .content-area .desc {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}


/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader2 {
  background: var(--ztc-bg-bg-11) !important;
}

.preloader3 {
  background: var(--ztc-text-text-1) !important;
}

.preloader4 {
  background: var(--ztc-text-text-12) !important;
}

.preloader5 {
  background: var(--ztc-text-text-1) !important;
}

.preloader7 {
  background: var(--ztc-text-text-1) !important;
}

.loading-container,
.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-4) transparent var(--ztc-text-text-4);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 60px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END: Preloader */
.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: #fff;
  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-2);
}

.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;
}

.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: 95;
  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::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: 100%;
  width: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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: 100%;
  width: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 200ms linear;
}

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.preloader13 .loading {
  border-color: transparent var(--primary-clr) transparent var(--primary-clr) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.history-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}

.choose-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}

.others13-section-area {
  position: relative;
  z-index: 1;
  background: #09171B;
}
.others13-section-area .others-header {
  padding: 0 85px 0 0;
}
@media (max-width: 767px) {
  .others13-section-area .others-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others13-section-area .others-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
.others13-section-area .others-header h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others13-section-area .others-header p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}
.others13-section-area .others-header .btn-area1 a {
  border: 1px solid #1A79CD;
}
.others13-section-area .others-header .btn-area1 a:hover {
  border: 1px solid #fff;
}
.others13-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.team13-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team13-section-area .team13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}
.team13-section-area .team13-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea:hover ul {
  right: 24px;
  transition: all 0.6s;
}
.team13-section-area .team13-boxarea .img1 {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team13-section-area .team13-boxarea ul {
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  padding: 16px 20px 0 16px;
  display: inline-block;
  position: absolute;
  right: -200px;
  top: 85px;
  transition: all 0.6s;
  z-index: 1;
}
.team13-section-area .team13-boxarea ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  transition: all 0.4s;
  color: #fff;
  margin-bottom: 16px;
  font-size: var(--ztc-font-size-font-s20);
}
.team13-section-area .team13-boxarea ul li a:hover {
  background: #fff;
  color: #FF5417;
  transition: all 0.4s;
}

.cta13-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/cta);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta13-section-area .cta13-bg1 {
  position: absolute;
  top: -10px;
  left: -50px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .cta13-section-area .cta13-bg1 {
    display: none;
  }
}
.cta13-section-area .cta13-header h2 {
  color: var(--ztc-text-text-1);
}
.cta13-section-area .cta13-header p {
  color: #fff;
  opacity: 80%;
}
.cta13-section-area .cta13-header a {
  border: 1px solid #1A79CD;
}
.cta13-section-area .cta13-header .header-btn21 {
  background: #fff;
  color: #1A79CD;
}
.cta13-section-area .cta13-header .header-btn21:hover {
  color: var(--ztc-text-text-1);
}
.cta13-section-area .cta13-header .header-btn21.btn2 {
  margin-left: 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cta13-section-area .cta13-header .header-btn21.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta13-section-area .cta13-header .header-btn21.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.testimonial13-section-area {
  position: relative;
  z-index: 1;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
}
.testimonial13-section-area .testimonial13-header h5 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  /* background: none; */
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.testimonial13-section-area .testimonial13-header h5 img {
  filter: brightness(0) invert(1);
}
.testimonial13-section-area .testimonial13-header h2 {
  color: var(--ztc-text-text-1);
}
.testimonial13-section-area .testimonial13-slider {
  position: relative;
  z-index: 1;
}
.testimonial13-section-area .testimonial13-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial13-section-area .testimonial13-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
}
.testimonial13-section-area .testimonial13-slider .owl-nav button:hover {
  background: #fff;
  color: var(--primary-clr);
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea {
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  padding: 32px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea img {
    width: auto;
    object-fit: contain;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
  height: 28px;
  width: 28px;
  border-radius: 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 28px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
}
@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .quito8 {
  height: 40px !important;
  width: 40px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text {
  display: flex;
  align-items: center;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content {
  padding-left: 16px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content a {
  color: #F8F6FC;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  opacity: 80%;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  z-index: 10000;
  opacity: 0;
  background: #fff;
  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:hover::after {
  opacity: 0;
}


.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;
}

.star2 {
  position: absolute;
  right: 0;
  z-index: -1;
}

.star3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.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;
  }
}

.executive-plan-items {
  border-radius: 5px;
  background: var(--bg-shadows);
  padding: 3.5rem 4rem;
  height: 100%;
}

.pricing-wrap {
  border-radius: 5px;
  background: var(--bg-shadows);
  padding: 3rem;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
}

.executive-plan-items h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-clr);
  margin-bottom: 6px;
}

.executive-plan-items .item p {
  font-size: 14px;
}

.executive-plan-items .item:not(:last-child) {
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}

.executive-plan-wrap .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 1.5rem;
}

.pricing-wrap .pricing-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--ztc-text-text-2);
  
,
  margin-bottom: ;
  transition: all 0.4s;
  margin-bottom: 15px;
}

.pricing-wrap .base-wrap .label {
  color: var(--primary-clr);
  margin-bottom: 8px;
}

.pricing-wrap .base-wrap .value {
  font-size: 20px;
  font-weight: 700;
}

.pricing-wrap .base-wrap {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.pricing-wrap .stats-listing {
}

.pricing-wrap .stats-listing .stat:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-wrap .stats-listing .stat .label {
  color: var(--primary-clr);
  margin-bottom: 4px;
  display: inline-block;
  /* width: 100%; */
}

.pricing-wrap .stats-listing .stat .value {
  display: inline-block;
  text-align: right;
}

.pricing-wrap .stats-listing .stat {
  /* display: flex; */
  /* justify-content: space-between; */
}


.contact-main-inner-area .contact-header .number-address-area {
  display: flex;
  align-items: center;
  border-radius: 7px;
  /* background: var(--ztc-text-text-1); */
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area {
    display: block;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number {
    margin: 0 0 20px 0;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #F3F8FC;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
    width: 60px;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content {
  margin-left: 16px;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content p {
  color: rgba(255,255,255,0.75);
  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;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a {
  color: inherit;
  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: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s;
  justify-content: space-between;
  /* background: var(--ztc-text-text-1); */
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 {
    display: block;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number {
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
    /* margin-left: 0; */
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a {
  color: inherit;
  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: 26px;
  display: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .map {
  color: var(--ztc-text-text-4);
  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;
  text-decoration-line: underline;
}
.contact-main-inner-area .contact-form-area {
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
.contact-main-inner-area .contact-form-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.contact-main-inner-area .contact-form-area .input-area input {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 48px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area input::-moz-placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area input::placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area textarea {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 120px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area textarea::-moz-placeholder {
  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;
}
.contact-main-inner-area .contact-form-area .input-area textarea::placeholder {
  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;
}
.contact-main-inner-area .submit-wrap {
  display: flex;
  align-items: center;
}
.contact-main-inner-area .contact-form-area .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}
.contact-main-inner-area #loader {
  /* display: none; */
  margin-top: 22px;
  margin-left: 20px;
}
.contact-main-inner-area #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--primary-clr);
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

@-webkit-keyframes rotating {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--primary-clr);
  color: var(
  --ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  transition: all 0.4s;
}
.header-btn1:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
  background: var(--primary-drk-clr);
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}
.header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn1 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--primary-clr);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.heading2 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(--primary-clr);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading2 h5 img {
  margin: 0 6px 0 0;
}
.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--primary-clr);
  writing-mode: lr;
}

.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: inherit;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea {
    padding: 15px;
}
  .executive-plan-items, .pricing-wrap {
    padding: 2rem 1.5rem;
}
.space-sm-20{
  height: 20px;
}
.progress-wrap {
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
}
.works-content-box {
  padding: 16px 20px;
}
}
.heading2 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);
}
.contact-main-inner-area {
  background-color: #09171B;
  color: #fff;
}
.contact-main-inner-area .contact-form-area label.error, #newsletter-form label.error {
  color: #dc3545;
  font-size: 12px;
}
.contact-main-inner-area .contact-form-area  .success-msg {
  border: 1px solid #198754;
  color: #198754;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 600;
  margin-top: 20px;
  display: none;
}

.contact-main-inner-area .contact-form-area .success-msg i {
  width: 20px;
  height: 20px;
  background: #198754;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 4px;
}
.contact-main-inner-area .contact-form-area  .err-msg {
  border: 1px solid #dc3545;
  color: #dc3545;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 600;
  margin-top: 20px;
  display: none;
}

.contact-main-inner-area .contact-form-area .err-msg i {
  width: 20px;
  height: 20px;
  background: #dc3545;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 4px;
}
#newsletter-form  .success-msg {
  border: 1px solid #198754;
  color: #198754;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 600;
  margin-top: 20px;
  display: none;
}

#newsletter-form .success-msg i {
  width: 20px;
  height: 20px;
  background: #198754;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 4px;
}
#newsletter-form  .err-msg {
  border: 1px solid #dc3545;
  color: #dc3545;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 600;
  margin-top: 20px;
  display: none;
}

#newsletter-form .err-msg i {
  width: 20px;
  height: 20px;
  background: #dc3545;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 4px;
}
#newsletter-form #loader {
  display: none;
  margin-top: 22px;
  margin-left: 20px;
}
#newsletter-form #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--primary-clr);
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}