@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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%;
  transition: all 0.4s ease-in-out;
}

.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 fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #0D0701;
  --ztc-text-text-3: #4E4D4C;
  --ztc-text-text-4: #FB8500;
  --ztc-text-text-5: #0B182A;
  --ztc-text-text-6: #5B5E5C;
  --ztc-text-text-7: #28AA4A;
  --ztc-text-text-8: #091E42;
  --ztc-text-text-9: #5C5D62;
  --ztc-text-text-10: #F8CE69;
  --ztc-text-text-11: #14141E;
  --ztc-text-text-12: #50474A;
  --ztc-text-text-13: #FF4A47;
  --ztc-text-text-14: #02111A;
  --ztc-text-text-15: #5C5D62;
  --ztc-text-text-16: #F54200;
  --ztc-text-text-17: #2470C3;
  --ztc-text-text-18: #F8CE69;
  --ztc-text-text-19: #89B927;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #0D0701;
  --ztc-bg-bg-3: #FB8500;
  --ztc-bg-bg-4: #F4F4F9;
  --ztc-bg-bg-5: #0B182A;
  --ztc-bg-bg-6: #28AA4A;
  --ztc-bg-bg-7: #4F5661;
  --ztc-bg-bg-8: #F3F5F2;
  --ztc-bg-bg-9: #091E42;
  --ztc-bg-bg-10: #F8CE69;
  --ztc-bg-bg-11: #F2F2F2;
  --ztc-bg-bg-12: #093E3E;
  --ztc-bg-bg-13: #14141E;
  --ztc-bg-bg-14: #FF4A47;
  --ztc-bg-bg-15: #F6F8FA;
  --ztc-bg-bg-16: #02111A;
  --ztc-bg-bg-17: #F54200;
  --ztc-bg-bg-18: #0852a1;
  --ztc-bg-bg-19: #EDF3F4;
  --ztc-bg-bg-20: #F8CE69;
  --ztc-bg-bg-21: #F3F5F2;
  --ztc-bg-bg-22: #89B927;
  --ztc-bg-bg-23: #EEEEEE;
  --ztc-border-border-1: #DBDAD9;
  --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-s80: 80px;
  --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-s80: 80px;
  --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: 'Manrope', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: #ffa500;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid rgba(251, 133, 0, 0.1);
  background: lightgray
}

.heading1 h5 svg {
  margin: -4px 4px 0 0;
}

.heading1 h2 {
  /* color: var(--ztc-text-text-2); */
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}

@media (max-width: 767px) {
  .heading1 h2 {
    line-height: 35px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

.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;
  /* text-align: center; */
}

.heading1 h3 {
  color: #000080;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 20px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: #000080;
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #ffa500;
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn1:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  color: #000080;
}

.vl-btn1 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: #ffa500;
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 20px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: #000080;
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.vl-btn2:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  color: #000080;
}

.vl-btn2 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  /* color: #008080; */
  color: #ffa500;
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #ffa500;
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}


/*============= COMMON CSS AREA ENDS===============*/
.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;
  }
}

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

.space-margin30 {
  margin-bottom: 30px;
}

/*============= SERVICE CSS AREA ===============*/
.service1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 55px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service1 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}

.service1 .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service1 .service-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service1 .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service1 .service-boxarea .img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.service1 .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}

.service1 .service-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service1 .service-boxarea .content-area .title:hover {
  color: teal;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service1 .service-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service1 .service-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service1 .service-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service1 .service-boxarea2:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service1 .service-boxarea2 .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.service1 .service-boxarea2 .content-area .title:hover {
  color: teal;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.service1 .service-boxarea2 .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}


.service7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-19);
}

.service7 .service7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 30px;
  height: 525px;
}

.service7 .service7-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.service7 .service7-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}


.service7 .service7-boxarea .title {
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.service7 .service7-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service7 .service7-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}

.service7 .service7-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service7 .service7-boxarea .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service7 .service7-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: #000080;
  border-radius: 50%;
  border: 2px solid #ffa500;
}

.service7 .service7-boxarea:hover .content-area .arrow a {
  color: #000080;
  /* color: var(--ztc-text-text-1); */
  background: #ffa500;
  transition: all 0.4s;
  transform: rotate(-45deg);
  /* border: 2px solid #ffa500; */
  border: none;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  /* color: var(--ztc-text-text-2); */
  color: #000080;
}

.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  /* background: var(--ztc-bg-bg-3); */
  background: #fff;
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}

.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-info span a {
  display: block;
  /* color: var(--ztc-text-text-1); */
  margin-bottom: 10px;
  color: #000080;
}

.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); */
  color: #000080;
}

.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  /* color: var(--ztc-text-text-1); */
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
  color: #000080;
}

.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); */
  color: #000080;
}

.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;
  color: #000080;
}

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


.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  /* color: var(--ztc-text-text-1); */
  font-size: var(--ztc-font-size-font-s20);
  color: #000080;
}

.homepage2-body .vl-offcanvas {
  position: fixed;
  /* background: var(--ztc-bg-bg-5); */
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  background: #fff;
}

@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-info span a {
  display: block;
  /* color: var(--ztc-text-text-1); */
  margin-bottom: 10px;
  color: #000080;
}

.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  /* color: var(--ztc-text-text-1); */
  color: #000080;
}

.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  /* color: var(--ztc-text-text-1); */
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
  color: #000080;
}

.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  /* height: 50px; */
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  /* color: var(--ztc-text-text-1); */
  color: #000080;
}

.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  /* color: var(--ztc-text-text-1); */
  transition: all 0.4s;
  color: #000080;
}

.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage2-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage2-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

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

.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}



/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background: var(--ztc-bg-bg-4);
  margin-bottom: 30px;
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb .date {
  background: var(--ztc-bg-bg-3);
  transition: all 0.8s;
  transform: rotateY(-360deg);
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta .tags a {
  background: var(--ztc-bg-bg-3);
  border: 1px solid teal;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date {
  background: #ffa500;
  display: inline-block;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.8s;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
}

.vl-blog-1-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-1-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .tags a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid var(--ztc-text-text-2);
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
  margin: 0 24px 0 0;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
    margin: 0 4px 0 0;
  }
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
  margin: -4px 4px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: 28px;
  display: inline-block;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: teal;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: teal;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-6);
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-5);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: #008080;
  transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #008080;
  transition: all 0.4s;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
}

.vl-blog-3-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-3-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background: var(--ztc-bg-bg-11);
  margin-bottom: 30px;
}

.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.vl-blog-3-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-3-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li {
    margin: 0 4px 0 0;
  }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 12px;
  border-radius: 50px;
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
  margin: -4px 4px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: 28px;
  display: inline-block;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-4-area .side-heading {
  color: rgba(63, 40, 48, 0.05);
  font-family: var(--ztc-family-font1);
  font-size: 110px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 110px;
  /* 100% */
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  left: 0;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  bottom: 0;
}

.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  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:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-14);
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  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 {
  border-radius: 0 0 8px 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-13);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -90px;
  right: 16px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.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-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  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-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-5-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background: var(--ztc-bg-bg-15);
  margin-bottom: 30px;
}

.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content ul li a svg {
  filter: brightness(0) invert(1);
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.vl-blog-5-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-5-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li {
    margin: 0 4px 0 0;
  }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 12px;
  border-radius: 50px;
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
  margin: -4px 4px 0 0;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: 28px;
  display: inline-block;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-6-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-18);
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.vl-blog-6-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-6-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 8px 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-16);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -90px;
  right: 16px;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-7-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-16);
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-16);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
  }
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  text-decoration: underline;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-14);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
}

.vl-blog-8-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-8-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background: var(--ztc-bg-bg-15);
  margin-bottom: 30px;
}

.vl-blog-8-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
  background: var(--ztc-bg-bg-20);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.vl-blog-8-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-8-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li {
    margin: 0 4px 0 0;
  }
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 12px;
  border-radius: 50px;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
  margin: -4px 4px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 12px;
  }
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: 28px;
  display: inline-block;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-9-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-9-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-17);
}

.vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-10-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-10-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-22);
}

.vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-inner-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.blog-inner-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .date {
  background: #ffa500;
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
  }
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E8EA;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: teal;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #ffa500;
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: teal;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
}

.blog-details-section {
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-side-details {
  position: sticky;
  top: 120px;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 20px;
}

.blog-details-section .blog-side-details .blog-widget-area1 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 24px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area form {
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 16px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-side-details .blog-widget-area1 .search-area form button {
  border: none;
  outline: none;
  background: none;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 7px;
  top: 13px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}

.blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #FB941F;
  color: var(--ztc-text-text-1);
}

.blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: teal;
  border-radius: 36px;
  background: rgba(251, 133, 0, 0.08);
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area {
  border-radius: 8px;
  background: #ffa500;
  padding: 32px 24px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area h3 {
  line-height: 28px;
  color: var(--ztc-text-text-1);
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 16px 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a:hover svg {
  filter: brightness(0);
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a span {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}

.blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a span svg {
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li {
  display: inline-block;
  margin: 12px 8px 0 0;
}

.blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li:nth-last-child(1) {
  margin: 12px 0 0 0;
}

.blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  padding: 8px 12px;
  border-radius: 4px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
  text-align: center;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn1:hover {
  background: #ffa500;
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn1 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: #FFF3E6;
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2:hover {
  background: #ffa500;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area {
    text-align: center;
  }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts {
  position: relative;
}

@media (max-width: 767px) {
  .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts {
    text-align: center;
  }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 {
  position: absolute;
}

@media (max-width: 767px) {
  .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-height: 100px;
  max-width: 100px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content {
  padding-left: 120px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content h4 a:hover {
  color: teal;
  transition: all 0.4s;
}

.blog-details-section .blog-main-content.padding1 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

.blog-details-section .blog-main-content.padding2 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.blog-details-section .blog-main-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content h3 {
    line-height: 40px;
  }
}

.blog-details-section .blog-main-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.blog-details-section .blog-main-content .client-area {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(11, 24, 42, 0.2);
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .client-area {
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .client-area .client-info {
    margin-bottom: 20px;
  }
}

.blog-details-section .blog-main-content .client-area .client-info span {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4ss;
}

.blog-details-section .blog-main-content .client-area .client-info a {
  color: var(--HOME-03RD-TEXT-COLORS, #0D0701);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-details-section .blog-main-content .pera p {
  background: var(--ztc-bg-bg-4);
  position: relative;
  z-index: 1;
  padding: 24px 18px 24px 24px;
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-main-content .pera p::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog-details-section .blog-main-content .progress-container {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
}

.blog-details-section .blog-main-content .progress-container .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
}

.blog-details-section .blog-main-content .progress-container .progress-bar {
  height: 8px;
  border-radius: 10px;
  background: rgba(11, 24, 42, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.blog-details-section .blog-main-content .progress-container .progress-fill {
  height: 100%;
  background-color: #ffa500;
  border-radius: 4px;
}

.blog-details-section .blog-main-content .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .img1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-content .img1 {
    margin-top: 30px;
  }
}

.blog-details-section .blog-main-content .img1 .play a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-size: var(--ztc-font-size-font-s20);
}

.blog-details-section .blog-main-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.blog-details-section .blog-main-content .side-head ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}

.blog-details-section .blog-main-content .side-head ul li img {
  margin: 0 4px 0 0;
}

.blog-details-section .blog-main-content .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid var(--ztc-bg-bg-4);
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .tags-social {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .tags-social .tags {
    margin-bottom: 16px;
  }
}

.blog-details-section .blog-main-content .tags-social .tags ul li {
  display: inline-block;
}

.blog-details-section .blog-main-content .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  margin: 0 16px 0 0;
}

.blog-details-section .blog-main-content .tags-social .tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  padding: 8px 12px;
  margin: 0 8px 0 0;
  border-radius: 8px;
}

.blog-details-section .blog-main-content .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog-details-section .blog-main-content .tags-social .social ul li {
  display: inline-block;
}

.blog-details-section .blog-main-content .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  margin: 0 16px 0 0;
}

.blog-details-section .blog-main-content .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 8px 0 0;
}

.blog-details-section .blog-main-content .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section .blog-main-content .comments-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
}

.blog-details-section .blog-main-content .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .comments-boxarea.box2 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-content .comments-boxarea.box2 {
    margin: 0;
  }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  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;
  /* 100% */
  display: inline-block;
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 10px;
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}

.blog-details-section .blog-main-content .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
}

.blog-details-section .blog-main-content .contact-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.blog-details-section .blog-main-content .contact-boxarea .input-area {
  margin-top: 16px;
}

.blog-details-section .blog-main-content .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
}

.blog-details-section .blog-main-content .contact-boxarea .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-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-main-content .contact-boxarea .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-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-main-content .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 140px;
  border-radius: 8px;
}

.blog-details-section .blog-main-content .contact-boxarea .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-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-main-content .contact-boxarea .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-medium);
  line-height: 16px;
  opacity: 70%;
}

.blog-details-section .blog-main-content .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}

.vl-footer1-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer1-section-area .footer-logo-area img {
  width: 170px;
  /* height: 36px; */
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer1-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer1-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer1-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer1-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  /* background: var(--ztc-bg-bg-4); */
  background: #000080;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: #fff;
}

.vl-footer1-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a {
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: #ffa500;
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a {
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 1.5;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: #ffa500;
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer1-section-area .footer-widget-area h3 {
  color: #ffa500;
  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;
  margin-bottom: 4px;
}

.vl-footer1-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer1-section-area .footer-widget-area ul li a {
  color: #000080;
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area ul li a:hover {
  color: #ffa500;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area ul li a span i {
  font-size: 22px;
  margin: 0 5px 0 0;
  color: #ffa500;
}

.vl-footer1-section-area .footer-widget-area ul li a i {
  color: #ffa500;
  margin: 0px 5px 0px 0px;
}

.vl-footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer1-section-area .copyright-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }

  .vl-footer1-section-area .footer-logo-area {
    text-align: center;
  }

  .feature-card {
    text-align: center;
  }

  .why-box {
    text-align: center;
  }

}

@media (min-width: 486px) and (max-width: 767px) {
  .testimonial2 .testimonial-bottom-slider .testimonial-widget-box {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .testimonial2 .testimonial-bottom-slider .testimonial-widget-box {
    height: 382px;
  }
}

.vl-footer1-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer1-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 274px 0 32px;
  background: var(--ztc-bg-bg-8);
}

.vl-footer2-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer2-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer2-section-area .footer-logo-area p {
  color: var(--ztc-text-text-5);
  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: 28px;
  opacity: 80%;
}

.vl-footer2-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer2-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer2-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer2-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: #008080;
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: #008080;
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-5);
  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;
  margin-bottom: 4px;
}

.vl-footer2-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}

.vl-footer2-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}

.vl-footer2-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}

.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer2-section-area .copyright-area a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer2-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 32px;
  background: var(--ztc-bg-bg-11);
}

.vl-footer3-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer3-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer3-section-area .footer-logo-area p {
  color: var(--ztc-text-text-9);
  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: 28px;
  opacity: 80%;
}

.vl-footer3-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer3-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer3-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer3-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer3-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer3-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area ul li a:hover {
  color: teal;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer3-section-area .copyright-area a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer3-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer3-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
  background: var(--ztc-bg-bg-15);
}

.vl-footer4-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer4-section-area .footer-logo-area p {
  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: 28px;
  opacity: 80%;
}

.vl-footer4-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer4-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer4-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer4-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-14);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 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-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 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-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-13);
  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-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer4-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}

.vl-footer4-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}

.vl-footer4-section-area .footer-widget-area ul li {
  padding-top: 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: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.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-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .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 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-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer4-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 32px;
  background: var(--ztc-bg-bg-15);
}

.vl-footer5-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer5-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer5-section-area .footer-logo-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer5-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer5-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer5-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer5-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-17);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer5-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer5-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer5-section-area .copyright-area a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer5-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer5-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 274px 0 32px;
  background: var(--ztc-bg-bg-15);
}

.vl-footer6-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer6-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer6-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer6-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer6-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer6-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer6-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer6-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer6-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}

.vl-footer6-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}

.vl-footer6-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-18);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.vl-footer6-section-area .footer-widget-area form button.vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-footer6-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer6-section-area .copyright-area a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer6-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer6-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer6-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 32px;
  background: var(--ztc-bg-bg-19);
}

.vl-footer7-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer7-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer7-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer7-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer7-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer7-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.vl-footer7-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer7-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer7-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer7-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer7-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer7-section-area .copyright-area a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer7-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer7-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer7-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 274px 0 32px;
  background: var(--ztc-bg-bg-21);
}

.vl-footer8-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer8-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer8-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer8-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer8-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer8-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.vl-footer8-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-20);
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer8-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer8-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}

.vl-footer8-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 100px;
  padding: 24px;
}

.vl-footer8-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 100px;
  color: var(--ztc-text-text-14);
  background: var(--ztc-bg-bg-20);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-16);
  border-radius: 50%;
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.vl-footer8-section-area .footer-widget-area form button.vl-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 100px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-footer8-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer8-section-area .copyright-area a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer8-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer8-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer8-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer9-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 32px;
  background: var(--ztc-bg-bg-15);
}

.vl-footer9-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer9-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer9-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer9-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer9-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer9-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.vl-footer9-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-17);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer9-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer9-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer9-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer9-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer9-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer9-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer9-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer9-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer9-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer9-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer9-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer9-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer9-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-footer9-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer9-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer9-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer9-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer9-section-area .copyright-area a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer9-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer9-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer9-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer9-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer9-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer9-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer10-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 32px;
  background: var(--ztc-bg-bg-15);
}

.vl-footer10-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}

.vl-footer10-section-area .footer-logo-area img {
  width: 148px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer10-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}

.vl-footer10-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.vl-footer10-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}

.vl-footer10-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}

.vl-footer10-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-22);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-footer10-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer10-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer10-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}

.vl-footer10-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}

.vl-footer10-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer10-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer10-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}

.vl-footer10-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer10-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer10-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}

.vl-footer10-section-area .footer-widget-area ul li {
  padding-top: 24px;
}

.vl-footer10-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer10-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}

.vl-footer10-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}

.vl-footer10-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}

@media (max-width: 767px) {
  .vl-footer10-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer10-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}

.vl-footer10-section-area .copyright-area a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer10-section-area .copyright-area a {
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer10-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .vl-footer10-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer10-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer10-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer10-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.hero2-arrow-hero {
  position: relative;
  z-index: 1;
}

.hero2-arrow-hero .hero-main-slider {
  position: relative;
  z-index: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .elements4 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .elements3 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: scale(1);
  opacity: 1;
}

.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1);
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 150px;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(77deg, #191919 10.1%, rgba(25, 25, 25, 0) 73.88%);
  transition: all 0.4s;
  z-index: -1;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
  z-index: -1;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements2 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements3 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: scale(0.7);
  opacity: 0;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements4 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateX(-600px);
  opacity: 0;
  overflow: hidden;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 svg {
  margin: -3px 4px 0 0;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 68px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}

@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2 {
  background: transparent;
  border: 1px solid var(--ztc-bg-bg-1);
  margin-left: 16px;
}

@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2:hover {
  border: 1px solid var(--ztc-text-text-5);
}

.hero2-arrow-hero .testimonial-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2;
  margin-top: -62px;
}

@media (max-width: 767px) {
  .hero2-arrow-hero .testimonial-arrow {
    bottom: 30px;
    top: inherit;
    right: 20px;
  }
}

.hero2-arrow-hero .testimonial-arrow .prev-arrow-hero {
  margin: 0 0 16px 0;
}

.hero2-arrow-hero .testimonial-arrow button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  /* background: var(--ztc-bg-bg-5); */
  background: #ffa500;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
}

.hero2-arrow-hero .testimonial-arrow button:hover {
  /* background: var(--ztc-bg-bg-6); */
  transition: all 0.4s;
  background: #000080;
}


@media (min-width: 992px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h1 {
    font-size: 35px;
    line-height: normal;
  }

  .heading1 h2 {
    font-size: 30px;
    line-height: normal;
  }

  .service7 .service7-boxarea {
    height: 580px;
  }

  .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: 30px;
    line-height: normal;
  }

  .heading1 h2 {
    font-size: 28px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h1 {
    font-size: 35px;
    line-height: normal;
  }

  .heading1 h2 {
    font-size: 30px;
    line-height: normal;
  }

  .service7 .service7-boxarea {
    height: 520px;
  }

  .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: 30px;
    line-height: normal;
  }

  .heading1 h2 {
    font-size: 30px;
  }

  .project-details-section .project-main-content h3 {
    font-size: 30px;
  }


}

.hero10 .others-area .arrow-btnarea {
  position: relative;
  top: 0;
  left: 0;
}

.hero10 .others-area .arrow-btnarea a {
  border-width: 1px;
  border: 1px solid var(--ztc-bg-bg-16);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 150px;
  width: 150px;
}

.hero10 .others-area .arrow-btnarea a .arrow1 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  filter: brightness(0);
}

.hero10 .others-area .arrow-btnarea a .circle {
  position: absolute;
  margin-bottom: 0;
  font-size: var(--ztc-font-size-font-s14);
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--tg-color-white-default);
  font-weight: var(--ztc-weight-medium);
}

.hero10 .others-area .arrow-btnarea a .circle span {
  position: absolute;
  top: -65px;
  display: inline-block;
  transform-origin: 0 65px;
  color: var(--ztc-text-text-14);
}

@media (max-width: 767px) {
  .hero10 .others-area .arrow-btnarea a {
    margin-top: 15px;
  }
}

.hero10 .others-area .img1 {
  position: relative;
  bottom: 20px;
}

.hero10 .others-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.hero10 .images {
  position: relative;
  z-index: 1;
}

.hero10 .images .elements23 {
  position: absolute;
  left: 0;
}

.hero10 .images .elements24 {
  position: absolute;
  right: 0;
}

.hero10 .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.hero10 .heading-pera p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  opacity: 80%;
}

.inner-header-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 100px;
}

@media (max-width: 767px) {
  .inner-header-area {
    /* padding: 170px 0 0 0; */
  }
}

.inner-header-area .inner-heading h1 {
  /* color: var(--ztc-text-text-14); */
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 70px;
  display: inline-block;
  color: #000080;
}

@media (max-width: 767px) {
  .inner-header-area .inner-heading h1 {
    line-height: 40px;
    font-size: var(--ztc-font-size-font-s32);
  }
}

.inner-header-area .inner-heading a {
  /* color: var(--ztc-text-text-14); */
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  color: #ffa500;
}

.inner-header-area .inner-heading a i {
  margin: 0 8px;
}

.inner-header-area .inner-heading a span {
  font-weight: var(--ztc-weight-black);
  display: inline-block;
  transition: all 0.4s;
}

.inner-header-area .imges {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-area .imges {
    right: 0;
  }
}

@media (max-width: 767px) {
  .inner-header-area .imges {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
}

.inner-header-area .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* padding: 16px 0; */
  padding: 5px 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: 150px;
  /* height: 36px; */
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage1-body .vl-transparent-header .row-bg1 {
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 16px 10px;
  /* margin-top: 20px; */
}

@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .row-bg1 {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .row-bg1 {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-transparent-header .row-bg1 {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .vl-btn2 {
    padding: 7px 0px 0px 0px;
    ;
  }

  .vl-btn1 {
    padding: 7px 0px 0px 0px;
    ;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-transparent-header .row-bg1 .hero-btn1 .vl-btn1 {
    padding: 7px;
    font-size: var(--ztc-font-size-font-s16);
  }
}

.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 .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage1-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}

.homepage1-body .vl-main-menu ul>li>a {
  color: #000080;
  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-semibold);
}

.homepage1-body .vl-main-menu ul>li:hover a {
  color: #ffa500;
}

.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.menu1 {
  top: 20% !important;
}

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

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

.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 .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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 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;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-mega-menu {
    left: -290px;
    width: 1140px;
  }
}

.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb {
    margin-top: 0;
  }
}

.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #ffa500;
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage1-body .vl-home-thumb a:hover {
  color: teal !important;
  transition: all 0.4s;
}

.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.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);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 16px 0;
}

.homepage1-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  margin: 0;
}

.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* padding: 16px 0; */
  padding: 5px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    /* background: var(--ztc-bg-bg-7); */
    background: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-7);
  }
}

.homepage2-body .vl-transparent-header .vl-logo img {
  width: 150px;
  /* height: 62px; */
  -o-object-fit: contain;
  object-fit: contain;
  /* filter: brightness(0) invert(1);  */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-transparent-header .vl-hero-btn .hero-btn1 .vl-btn2 {
    padding: 12px 10px 12px 20px;
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}

.homepage2-body .vl-main-menu ul {
  text-align: center;
}

.homepage2-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage2-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage2-body .vl-main-menu ul>li>a {
  /* color: var(--ztc-text-text-1); */
  color: navy;
  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-semibold);
}

.homepage2-body .vl-main-menu ul>li:hover a {
  color: #ffa500;
}

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

.homepage2-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-6);
  top: 0;
}

.homepage2-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-5);
  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-semibold);
}

.homepage2-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-6);
  z-index: 1;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

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

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: #008080;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}



.homepage2-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage2-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 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;
  height: 650px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
    height: auto;
    padding: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-mega-menu {
    left: -290px;
    width: 1140px;
  }
}

.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}

.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-6);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: #008080;
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #ffa500;
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage2-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
}

.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage2-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-7); */
  /* background: navy; */
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  background: white;
}

.homepage2-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  margin: 0;
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}


.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: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.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: var(--ztc-text-text-2);
}

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

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

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




.contact-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-inner-area .single-box {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.contact-inner-area .single-box:hover {
  transition: all 0.4s;
}

.contact-inner-area .single-box:hover .icons {
  /* background: var(--ztc-bg-bg-3); */
  transition: all 0.4s;
  transform: rotateY(-180deg);
  /* background: #000080; */
  background: #000080;
}

.contact-inner-area .single-box:hover .text h4 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

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

.contact-inner-area .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #ffa500;
  border-radius: 50%;
}

.contact-inner-area .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact-inner-area .single-box .text {
  padding-left: 14px;
}

.contact-inner-area .single-box .text h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.contact-inner-area .single-box .text a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact-inner-area .heading1 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .contact-inner-area .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.contact-inner-area .heading1 .contact-social li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.contact-inner-area .heading1 .contact-social li:nth-last-child(1) {
  margin: 0;
}

.contact-inner-area .heading1 .contact-social li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.contact-inner-area .heading1 .contact-social li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact-inner-area .contact-main-boxarea {
  position: relative;
  z-index: 1;
}

.contact-inner-area .contact-main-boxarea h3 {
  color: #ffa500;
  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;
}

.contact-inner-area .contact-main-boxarea 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: 24px;
}

.contact-inner-area .contact-main-boxarea .input-area {
  margin-top: 16px;
}

.contact-inner-area .contact-main-boxarea .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}

.contact-inner-area .contact-main-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.contact-inner-area .contact-main-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.contact-inner-area .contact-main-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}

.contact-inner-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}

.contact-inner-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}

.contact-inner-area .contact-main-boxarea .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
}

.contact-inner-area .contact-main-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.contact-inner-area .contact-main-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.contact-inner-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact-inner-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 500px;
}

@media (max-width: 767px) {
  .contact-inner-area iframe {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area iframe {
    height: 400px;
  }
}







/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testi1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 55px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testi1 {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .testi1 {
    margin: 0;
    border-radius: 0;
  }
}

.testi1 .testimonial-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testi1 .testimonial-slider-title {
  position: relative;
  z-index: 1;
  padding: 0 0 0 60px;
}

@media (max-width: 767px) {
  .testi1 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi1 .testimonial-slider-title {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testi1 .testimonial-slider-title {
    padding: 0 0 0 0;
  }
}

.testi1 .testimonial-slider-title h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  /* color: var(--ztc-text-text-1); */
}

.testi1 .testimonial-slider-title h5 svg {
  filter: brightness(0) invert(1);
}

.testi1 .testimonial-slider-title h2 {
  color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
  display: inline-block;
  /* color: teal; */
  color: #ffa500;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
  display: flex;
  align-items: center;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
  padding-left: 16px;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 20px;
  display: inline-block;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi1 .testimonial-slider-title .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
}

.testi1 .testimonial-slider-title .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  /* color: var(--ztc-text-text-1); */
  color: #ffa500;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testi1 .testimonial-slider-title .testimonial-arrow button:hover {
  background: #ffa500;
  /* border: 1px solid #000080; */
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
  margin: 0 16px 0 0;
}

.testimonial2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000080;
}

.testimonial2 .heading2 {
  padding: 0 70px 0 0;
}

.testimonial2 .testimonial-widget-box h2 {
  color: #ffa500
}

@media (max-width: 767px) {
  .testimonial2 .heading2 {
    padding: 0;
  }
}

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

.testimonial2 .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.testimonial2 .heading2 h5 svg {
  filter: brightness(0) invert(1);
}

.testimonial2 .heading2 h2 {
  color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 p {
  color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 .author-boxarea {
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  background: var(--ztc-bg-bg-6);
  padding: 28px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonial2 .heading2 .author-boxarea {
    width: 100%;
  }
}

.testimonial2 .heading2 .author-boxarea .heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 48px;
}

.testimonial2 .images-testimonial {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial2 .images-testimonial {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2 .images-testimonial {
    margin-top: 30px;
  }
}

.testimonial2 .images-testimonial .play-btn {
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s28);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -36px;
  margin-left: -36px;
}

.testimonial2 .images-testimonial .play-btn::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.testimonial2 .images-testimonial .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial2 .images-testimonial .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  opacity: 50%;
}

.testimonial2 .images-testimonial .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial2 .testimonial-bottom-slider {
  position: relative;
  z-index: 1;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  border-radius: 10px;
  margin: 0 10px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
  border-radius: 10px;
  background: rgba(40, 170, 74, 0.1);
  padding: 8px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
  display: inline-block;
  color: #008080;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .pera {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area {
  display: flex;
  align-items: center;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
  height: 60px;
  width: 60px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
  padding-left: 16px;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}





.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about2 .about-images-area {
  position: relative;
  z-index: 1;
}

.about2 .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about2 .about-images-area .ot-widget-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.09);
  display: inline-flex;
  align-items: center;
  padding: 18px;
  position: absolute;
  bottom: 60px;
  left: 100px;
  z-index: 1;
}

@media (max-width: 767px) {
  .about2 .about-images-area .ot-widget-area {
    left: 0;
  }
}

.about2 .about-images-area .ot-widget-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}

.about2 .about-images-area .ot-widget-area img {
  height: 40px;
  width: 40px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about2 .about2-heading {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .about2 .about2-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about2-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about2 .about2-heading {
    padding: 0;
  }
}

.about2 .about2-heading .about2-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.about2 .about2-heading .about2-boxarea .icons {
  border-radius: 60px;
  background: rgba(40, 170, 74, 0.08);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}

.about2 .about2-heading .about2-boxarea .text-area {
  padding-left: 76px;
}

.about2 .about2-heading .about2-boxarea .text-area a {
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.about2 .about2-heading .about2-boxarea .text-area a:hover {
  color: #000080;
  transition: all 0.4s;
}


.about-skill-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}

.about-skill-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about-skill-area .heading1 {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about-skill-area .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-skill-area .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-skill-area .heading1 {
    padding: 0;
  }
}

.about-skill-area .heading1 .progress-container {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
}

.about-skill-area .heading1 .progress-container .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
}

.about-skill-area .heading1 .progress-container .progress-bar {
  height: 8px;
  border-radius: 10px;
  background: rgba(11, 24, 42, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.about-skill-area .heading1 .progress-container .progress-fill {
  height: 100%;
  background-color: #ffa500;
  border-radius: 4px;
}



.project-details-section {
  position: relative;
  z-index: 1;
}

.project-details-section .project-side-details {
  position: sticky;
  top: 120px;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 20px;
}

.project-details-section .project-side-details h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 24px;
}

.project-details-section .project-side-details .project-widget-area1 .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.project-details-section .project-side-details .project-widget-area1 .search-area form {
  position: relative;
  z-index: 1;
}

.project-details-section .project-side-details .project-widget-area1 .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.project-details-section .project-side-details .project-widget-area1 .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.project-details-section .project-side-details .project-widget-area1 .search-area form button {
  border: none;
  outline: none;
  background: none;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 7px;
  top: 13px;
}

.project-details-section .project-side-details .project-widget-area1 .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}

.project-details-section .project-side-details .project-widget-area1 .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  /* line-height: 18px; */
  line-height: 1.4;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}

.project-details-section .project-side-details .project-widget-area1 .categories-area ul li a:hover {
  /* background: var(--ztc-bg-bg-3); */
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: #ffa500;
}

.project-details-section .project-side-details .project-widget-area1 .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  /* background: #FB941F; */
  color: var(--ztc-text-text-1);
  /* background: #008080;; */
  background: #000080;

}

.project-details-section .project-side-details .project-widget-area1 .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #ffa500;
  border-radius: 36px;
  background: rgba(251, 133, 0, 0.08);
  transition: all 0.4s;
}

.project-details-section .project-side-details .project-widget-area1 .our-tags-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}

.project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li {
  display: inline-block;
  margin: 12px 8px 0 0;
}

.project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li:nth-last-child(1) {
  margin: 12px 0 0 0;
}

.project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  padding: 8px 12px;
  border-radius: 4px;
}

.project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.project-details-section .project-side-details .project-widget-area1 .help-area {
  border-radius: 8px;
  background: #ffa500;
  padding: 32px 24px;
}

.project-details-section .project-side-details .project-widget-area1 .help-area h3 {
  line-height: 28px;
  color: var(--ztc-text-text-1);
}

.project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  padding: 16px 16px;
  display: inline-block;
  transition: all 0.4s;
  background: #000080;
  ;
}

.project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a:hover svg {
  filter: brightness(0);
}

.project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a span {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}

.project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a span svg {
  transition: all 0.4s;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 24px 28px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area {
  margin-top: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-4);
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .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-medium);
  line-height: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .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-medium);
  line-height: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-4);
  height: 120px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .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-medium);
  line-height: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .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-medium);
  line-height: 16px;
}

.project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area button {
  border: none;
  outline: none;
}

.project-details-section .project-main-content {
  position: relative;
  z-index: 1;
}

.project-details-section .project-main-content.padding1 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .project-details-section .project-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-section .project-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}

.project-details-section .project-main-content.padding2 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .project-details-section .project-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-section .project-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.project-details-section .project-main-content h3 {
  color: #000080;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .project-details-section .project-main-content h3 {
    line-height: 40px;
    font-size: 26px;
  }
}

.project-details-section .project-main-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.project-details-section .project-main-content .client-area {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(11, 24, 42, 0.2);
}

@media (max-width: 767px) {
  .project-details-section .project-main-content .client-area {
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .project-details-section .project-main-content .client-area .client-info {
    margin-bottom: 20px;
  }
}

.project-details-section .project-main-content .client-area .client-info span {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4ss;
}

.project-details-section .project-main-content .client-area .client-info a {
  color: var(--HOME-03RD-TEXT-COLORS, #0D0701);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.project-details-section .project-main-content .side-head ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}

.project-details-section .project-main-content .side-head ul li img {
  margin: 0 4px 0 0;
  width: 22px;
}

.project-details-section .project-main-content .side-head ul li:nth-child(1) {
  margin-top: 0;
}

.project-details-section .project-main-content .progress-container {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
}

.project-details-section .project-main-content .progress-container .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
}

.project-details-section .project-main-content .progress-container .progress-bar {
  height: 8px;
  border-radius: 10px;
  background: rgba(11, 24, 42, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.project-details-section .project-main-content .progress-container .progress-fill {
  height: 100%;
  background-color: #ffa500;
  border-radius: 4px;
}



.choose-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose-about-area .choose-button-area ul {
  display: block;
  text-align: center;
}

.choose-about-area .choose-button-area ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.choose-about-area .choose-button-area ul li:nth-last-child(1) {
  margin: 0;
}

@media (max-width: 767px) {
  .choose-about-area .choose-button-area ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-about-area .choose-button-area ul li {
    margin-bottom: 10px;
  }
}

.choose-about-area .choose-button-area ul li button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 10px;
  padding: 18px 90px;
}

.choose-about-area .choose-button-area ul li button.active {
  background: #000080;
  transition: all 0.4s;
}

.choose-about-area .tab-content .tab-pane .choose-heading h4 {
  color: #000080;
  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;
}

@media (max-width: 767px) {
  .choose-about-area .tab-content .tab-pane .choose-heading h4 {
    line-height: 30px;
  }
}

.choose-about-area .tab-content .tab-pane .choose-heading 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;
  /* 144.444% */
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .icons {
  border-radius: 60px;
  background: rgba(251, 133, 0, 0.08);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area {
  padding-left: 76px;
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area a {
    color: #ffa500;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.tab-pane .choose-heading ul li strong {
color: #ffa500;
}
@media (max-width: 767px) {
  .choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area a {
    line-height: 28px;
  }
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area a:hover {
  color: teal;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .choose-about-area .tab-content .tab-pane .img1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-about-area .tab-content .tab-pane .img1 {
    margin-top: 30px;
  }
}

.choose-about-area .tab-content .tab-pane .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.icon-teal path {
  fill: teal;
  /* or #00FFFF */
}

.why-us {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.why-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why-text {
  flex: 2;
  min-width: 280px;
}

.why-text p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
}

.why-box {
  flex: 1;
  min-width: 250px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.why-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000080;
  margin-bottom: 10px;
}

.why-box p {
  line-height: 1.6;
  font-size: 15px;
}

.why-box .icon {
  font-size: 35px;
  color: #f58220;
  margin-bottom: 10px;
}

/* Features Section */
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  flex: 1;
  min-width: 250px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000080;
  margin-bottom: 10px;
  text-align: center;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.feature-card .icon {
  font-size: 32px;
  color: #f58220;
  margin-bottom: 8px;
}


/* Responsive */
@media (max-width: 768px) {
  .why-content {
    flex-direction: column;
  }

  .features {
    flex-direction: column;
  }
}

.about2.sp1 .about2-heading.heading1 .text-area p i {
  color: #ffa500;
  margin-right: 10px;
  font-size: 21px;
}

/* join us page css */
.join-section {
  padding: 100px 0;
  /* background: url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; */
  /* position: relative; */
}

.join-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(12, 78, 134, 0.8); */
}

.join-section .left-join {
  /* background: rgba(12, 78, 134, 0.8); */
  padding: 30px;
  /* background: url('/assets/images/join-us-img.jpg') center/cover no-repeat; */

}

.join-section .form-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 1s ease;
}

.join-section .form-card h3 {
  color: #000080;
  margin-bottom: 20px;
  font-weight: 600;
}

.join-section .btn-submit {
  background: linear-gradient(45deg, #0c4e86, #1e88e5);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 25px;
  border: none;
  transition: 0.3s;
}

.join-section .btn-submit:hover {
  transform: scale(1.05);
  /* background: linear-gradient(45deg, #08355d, #1565c0); */
  background: linear-gradient(45deg, #ffa500, #ffc04ed6);
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* service pages */
.inner-header-area .inner-heading-service h1 {
  color: #fff;
  font-size: 37px;
}

.inner-header-area .inner-heading-service a {
  color: #fff;
}


/* client section */
.partner-logo {
  max-height: 100px;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.4s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}

.partner-img {
  /* filter: blur(0.5px); */
}

.partner-img:hover {
  /* filter: blur(0px); */
}

.bg-light-grey {
  background-color: #f5f6f8;
}

/* Clients Section Styling */
.clients-section {
  background: #f9f9f9;
  /* light background */
  padding: 60px 0;
  text-align: center;
}

.clients-section .sec-title {
  margin-bottom: 40px;
}

.clients-section .sec-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.clients-section .sec-title .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0073e6;
  display: block;
  margin-bottom: 5px;
}

/* Owl Carousel Stage (smooth scroll fix) */
.clients-carousel .owl-stage {
  display: flex;
  align-items: center;
  transition: transform 6000ms linear !important;
}

/* Each logo item */
.clients-carousel .item {
  padding: 10px;
}

.clients-carousel .item img {
  max-width: 150px;
  max-height: 80px;
  margin: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(100%);
  /* logos in gray */
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* Hover effect on logos */
.clients-carousel .item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}