/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;family=Outfit:wght@100..900&amp;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 {
  margin-bottom: 0;
}

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

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

body {
  font-family: var(--ztc-family-font1);
}

.space6 {
  height: 6px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

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

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@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;
  --ztc-text-text-2: #1C293F;
  --ztc-text-text-3: #31353D;
  --ztc-text-text-4: #BEDC48;
  --ztc-text-text-5: #021A38;
  --ztc-text-text-6: #414952;
  --ztc-text-text-7: #1BB77C;
  --ztc-text-text-8: #00397F;
  --ztc-text-text-9: #021A13;
  --ztc-text-text-10: #64B427;
  --ztc-text-text-11: #0d1b2a;
  --ztc-text-text-12: #4416FF;
  --ztc-text-text-13: #E6E6EF;
  --ztc-text-text-14: #06030E;
  --ztc-text-text-15: #323246;
  --ztc-text-text-16: #892CFF;
  --ztc-text-text-17: #090B0E;
  --ztc-text-text-18: #494A4A;
  --ztc-text-text-19: #84A17D;
  --ztc-text-text-20: #153C3C;
  --ztc-text-text-21: #565857;
  --ztc-text-text-22: #F28737;
  --ztc-text-text-23: #009EA7;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1C293F;
  --ztc-bg-bg-3: #BEDC48;
  --ztc-bg-bg-4: #F4F4F9;
  --ztc-bg-bg-5: #021A38;
  --ztc-bg-bg-6: #1BB77C;
  --ztc-bg-bg-7: #00397F;
  --ztc-bg-bg-8: #021A13;
  --ztc-bg-bg-9: #64B427;
  --ztc-bg-bg-10: #023e8a;
  --ztc-bg-bg-11: #0077b6;
  --ztc-bg-bg-12: #06030E;
  --ztc-bg-bg-13: #892CFF;
  --ztc-bg-bg-14: #090B0E;
  --ztc-bg-bg-15: #84A17D;
  --ztc-bg-bg-16: #153C3C;
  --ztc-bg-bg-17: #F28737;
  --ztc-bg-bg-18: #009EA7;
  --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;
  --ztc-family-font2: 'Outfit', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading1 h5 img {
  margin: 0 4px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 16px;
}
.heading4 h5 span {
  display: inline-block;
  transition: all 0.4s;
  color: #C4BAE8;
  margin: 0 6px;
}
.heading4 h5 svg {
  padding-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.heading4 h5:hover svg {
  padding-left: 8px;
  transition: all 0.4s;
}
.heading4 h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  letter-spacing: -4.2px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
.heading4 h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 58px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}

.vl-btn4 {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: .8125rem; /*ORI var(--ztc-font-size-font-s16) GX*/
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: var(--ztc-bg-bg-11);
  box-shadow: 0px 4px 15px 0px rgba(68, 22, 255, 0.2);
  padding: 14px 16px;
  position: relative;
  z-index: 1;
}
.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn4:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.vl-btn4:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn4 svg {
  margin-left: 10px;
  transition: all 0.4s;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

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

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

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

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

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

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

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

.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
  left: -50px;
}
@media (max-width: 767px) {
  .about4-section-area .about-images-area {
    left: 0;
    margin-bottom: 40px;
  }
}
.about4-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about4-section-area .about-images-area .img2 .elements18 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.about4-section-area .about4-heading .counter-boxarea {
  margin-top: 30px;
}

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

.service-benefites-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-benefites-section-area .benefites-box {
  position: relative;
  z-index: 1;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea {
  position: relative;
  background: #F4F4F9;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  position: absolute;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons img {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
  padding-left: 100px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 140%;
  letter-spacing: -1.2px;
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}

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

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}
.hero4-section-area .hero-header {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
  top: -30px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
.hero4-section-area .hero-header .elements12 {
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 600px;
  max-width: 600px;
  max-height: 600px;
  top: -90px;
  left: -105px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header .elements12 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header .elements12 {
    left: 0;
    z-index: -2;
  }
}

.inner-header-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}
.inner-header-section-area .elements28 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 650px;
  width: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -325px;
}
.inner-header-section-area .hero-header {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}
.inner-header-section-area .hero-header h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .inner-header-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}
.inner-header-section-area .hero-header a.bradecrumb {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
.inner-header-section-area .hero-header a.bradecrumb i {
  margin: 0 6px;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-11);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: #0d1b2a;
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(1) invert(0);
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  left: 110%; /*GX for mobile canvas*/
}
.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

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

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-4-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #F4F4F9;
  margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 30px 24px 24px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer4-section-area .footer-description-area {
  padding: 0 30px 0 0;
}
.vl-footer4-section-area .footer-description-area img {
  /* width: 300px; */
  
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-footer4-section-area .footer-description-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer4-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
  opacity: 100%;
}
.vl-footer4-section-area .footer-widget-area ul li a svg {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer4-section-area .copyright-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer4-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer4-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 100%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage1-body .vl-transparent-header .vl-logo img {
  /* width: 164px; */
  /* height: 50px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-main-menu ul {
  text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage1-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-2);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-2);
  z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-2);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -255px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage1-body .header-sticky .space16 {
  display: none !important;
}

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage4-body .vl-transparent-header .vl-logo img {
  /* width: 164px; */
  /* height: 50px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px 0 16px 30px;
  border-radius: 50px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}
.homepage4-body .vl-main-menu ul {
  text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 10px;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-11);
  top: 0;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-11);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: #0077b6;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: #0077b6;
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -240px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage4-body .vl-hero-btn .btn-area1 .phone {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: .8125rem; /* Last >> 15px GX*/
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  /* line-height: 140%; */
  display: inline-block;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px .4375rem;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone svg {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}
.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage4-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  transition: all 0.4s;
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.works4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works4-section-area .cs_case_study_1_list {
  display: flex;
}
.works4-section-area .cs_case_study_1_list .box2 {
  background: #e4f8f0 !important;
}
.works4-section-area .cs_case_study_1_list .box3 {
  background: #fff9e5 !important ;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.works4-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
  border-radius: 20px;
}
.works4-section-area .cs_case_study.cs_style_1 {
  height: 750px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
  background:  #e6f7fb;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    height: 750px;
  }
}
.works4-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active {
  transition: all 0.4s;
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 767px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}
.works4-section-area .content-area1 .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px rgba(68, 22, 255, 0.05);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s24);
  position: absolute;
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
  top: 40px;
  left: 50%;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}
.works4-section-area .content-area1 .text h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 277px;
  width: 170%;
  height: 100%;
  bottom: -50px;
  transform: rotate(-90deg);
}
.works4-section-area .content-area {
  padding: 40px;
  position: relative;
  transition: all 0.4s;
  left: -140%;
}
@media (max-width: 767px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}
.works4-section-area .content-area .arrow2 h3 {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
}
.works4-section-area .content-area .head {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.works4-section-area .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70%;
}
.works4-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.cs_preloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: var(--ztc-bg-bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_preloader .cs_preloader_in {
  position: relative;
}

.cs_preloader .cs_preloader_in svg {
  width: 110px;
  height: 110px;
}
@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.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(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  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: #0077b6;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

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

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

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

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

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= SLIDER CSS AREA STARTS ===============*/

/*============= SLIDER CSS AREA ENDS ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= AFTER/BEFORE CSS AREA STARTS ===============*/
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

/*============= AFTER/BEFORE CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/

.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 .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 CSS AREA ENDS ===============*/
/*============= SHOP CSS AREA STARTS ===============*/

/*============= SHOP CSS AREA ENDS ===============*/
/*============= VIDEO CSS AREA STARTS ===============*/

/*============= VIDEO CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/

.error-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.error-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= PRICING CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/

.team-all-details-area {
  position: relative;
  z-index: 1;
}
.team-all-details-area .team-single-boxarea2 {
  position: sticky;
  top: 120px;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  background: var(--ztc-bg-bg-1);
  padding: 0 0 30px 0;
  overflow: hidden;
}
.team-all-details-area .team-single-boxarea2::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}
.team-all-details-area .team-single-boxarea2:hover .img1 {
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2:hover .img1 img {
  /* transform: scale(1.1) rotate(-4deg); */  /*GX*/
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}
.team-all-details-area .team-single-boxarea2 .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.team-all-details-area .team-single-boxarea2 .content-area {
  text-align: center;
  padding: 24px 35px 0;
}
.team-all-details-area .team-single-boxarea2 .content-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-all-details-area .team-single-boxarea2 .content-area .title {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}
.team-all-details-area .team-single-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li a img {
  margin: 0 4px 0 0;
}
.team-all-details-area .doctor-deatisl-content-area {
  position: relative;
  z-index: 1;
}
.team-all-details-area .doctor-deatisl-content-area.padding-left {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
.team-all-details-area .doctor-deatisl-content-area h3 {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .pera {
  padding-bottom: 48px;
  border-bottom: 1px solid #E8EAEC;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
  position: relative;
  z-index: 1;
  background: #F4F4F9;
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
    padding: 16px;
  }
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
  height: 120px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea button {
  border: none;
  width: 100%;
  text-align: center;
  outline: none;
}

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

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

.contact-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-inner-section-area .conatct-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F4F4F9;
  padding: 32px 24px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact-inner-section-area .conatct-widget-boxarea:hover h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea {
  margin-top: 20px;
  display: flex;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea a {
  color: var(--ztc-text-text-11);
  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: 24px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 8px;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea a svg {
  transition: all 0.4s;
}
.contact-inner-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: #F4F4F9;
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
.contact-inner-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact-inner-section-area .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact-inner-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact-inner-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
}
.contact-inner-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact-inner-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact-inner-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}
.contact-inner-section-area .images img {
  width: 100%;
  height: 649px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}
.contact-inner-section-area .contact-single-boxarea2 {
  position: relative;
}
@media (max-width: 767px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
.contact-inner-section-area .contact-single-boxarea2 .single-box {
  background: #F4F4F9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons svg {
  filter: brightness(0);
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 70%;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 50%;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text {
  padding-left: 14px;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text h4 {
  color: var(--ztc-text-text-11);
  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;
  text-transform: uppercase;
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact1-section-area4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin: 0 60px;
  border-radius: 16px;
}
.contact1-section-area4 .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact1-section-area4 {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 {
    margin: 0;
    border: 0;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact1-section-area4 {
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
  }
}
.contact1-section-area4 .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}
.contact1-section-area4 .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact1-section-area4 .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact1-section-area4 .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact1-section-area4 .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}
.contact1-section-area4 .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact1-section-area4 .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}
.contact1-section-area4 .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact1-section-area4 .contact-single-boxarea {
  position: relative;
  padding-top: 394px;
}
@media (max-width: 767px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}
.contact1-section-area4 .contact-single-boxarea .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.4s;
}
.contact1-section-area4 .contact-single-boxarea .single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.contact1-section-area4 .contact-single-boxarea .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 50%;
}
.contact1-section-area4 .contact-single-boxarea .single-box .icons svg {
  filter: brightness(0) invert(1);
}
.contact1-section-area4 .contact-single-boxarea .single-box .text {
  padding-left: 14px;
}
.contact1-section-area4 .contact-single-boxarea .single-box .text h4 {
  color: var(--ztc-text-text-11);
  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;
  text-transform: uppercase;
}
.contact1-section-area4 .contact-single-boxarea .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial4-section-area .elements12 {
  position: absolute;
}
.testimonial4-section-area .testimonial4-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: white;
  padding: 24px 30px 24px 24px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .icons {
  background: rgba(68, 22, 255, 0.1);
  filter: drop-shadow(0px 3px 8px rgba(68, 22, 255, 0.05));
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -1px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 4px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

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

/* Start GX */
.phone-gx:hover i{
color: #212529 !important;
}



.contact-inner-section-area .conatct-widget-boxarea a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    letter-spacing: -0.48px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(28, 41, 63, 0.1);
    transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}




/* From Uiverse.io by Sendung */ 
.spinner {
  --s: 9px;
  width: 56px;
  height: 56px;
  background: #0077b6;
  border-radius: 20%;
  animation: spinner-ehcge9 1.5s infinite linear;
  clip-path: polygon(0 0,calc(50% - var(--s)) 0,50% var(--s),calc(50% + var(--s)) 0,100% 0,100% calc(50% - var(--s)),calc(100% - var(--s)) 50%,100% calc(50% + var(--s)),100% 100%,calc(50% + var(--s)) 100%, 50% calc(100% - var(--s)),calc(50% - var(--s)) 100%,0 100%,0 calc(50% + var(--s)), var(--s) 50%, 0 calc(50% - var(--s)));
}

@keyframes spinner-ehcge9 {
  100% {
    transform: rotate(1turn);
  }
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) { /*GX*/
  .works4-section-area .content-area1 .text a{
  position: absolute;
  left: 285px;
  width: 190%;
  height: 100%;
  bottom: -8.5rem;
  transform: rotate(-90deg);
  }
}


.location-color-gx{
  color: #EA4335;
}


.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title p:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}



.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}


.fs-14-gx{
  font-size: .9063rem !important;
}
.fs-16-gx{
  font-size: 1rem !important;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 70%;
}

.footer-gx{
  background-color:  #0d1b2a;
}
.vl-footer4-section-area a , .vl-footer4-section-area h3, .vl-footer4-section-area p {
  color: white !important;
}

i.fa-rotate-by{
  rotate: -30deg;
}
.vl-footer4-section-area i {
  color: white;
}

.testimonial4-section-area {
  background-color: #f1f5f9;
  
}
.gx-copyright{
  color: #13abc4 !important;
}


/* new marquee */
.marquee-text {
  overflow: clip;
}

.marquee-text-track {
  display: flex;
  padding-left: 0.2rem;
  gap: 0.2rem;
  width: max-content;
  animation: marquee-move-text var(--speed, 30s) linear infinite
    var(--direction, forwards);
    background-color: #0077b6;
}
.marquee-text-track img{
  margin: -10px 8px 0 16px;
    filter: brightness(0) invert(1);
}

.marquee-text p {
  padding: 2rem 0.5rem;
    color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}


@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}
/* new marquee */
/* End GX */



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