@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Quicksand:wght@300..700&display=swap");
html, body {
  overflow-x: hidden;
}

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.circle-text {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

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

.mt-4- {
  margin-top: -4px;
}

.mrf-16 {
  margin-right: 16px;
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #514F4C;
  --ztc-text-text-3: #181713;
  --ztc-text-text-4: #FBD459;
  --ztc-text-text-5: #72706C;
  --ztc-text-text-6: #01715D;
  --ztc-text-text-7: #FFA41C;
  --ztc-text-text-8: #170822;
  --ztc-text-text-9: #514E53;
  --ztc-text-text-10: #56227F;
  --ztc-text-text-11: #0E082B;
  --ztc-text-text-12: #0085FF;
  --ztc-text-text-13: #46475F;
  --ztc-text-text-14: #FF5F27;
  --ztc-text-text-15: #00263A;
  --ztc-text-text-16: #504F4E;
  --ztc-text-text-17: #F5F3F4;
  --ztc-text-text-18: #3F3F3F;
  --ztc-text-text-19: #FF5528;
  --ztc-text-text-20: #122F2A;
  --ztc-text-text-21: #636363;
  --ztc-text-text-22: #F1F6F7;
  --ztc-text-text-23: #C4559E;
  --ztc-text-text-24: #160911;
  --ztc-text-text-25: #514E50;
  --ztc-text-text-26: #F5F5F5;
  --ztc-text-text-27: #101608;
  --ztc-text-text-28: #8EC44D;
  --ztc-text-text-29: #D9EBC2;
  --ztc-text-text-30: #51544D;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #01715D;
  --ztc-bg-bg-3: #FBD459;
  --ztc-bg-bg-4: #F6F4EE;
  --ztc-bg-bg-5: #FBF7FF;
  --ztc-bg-bg-6: #E7E6EA;
  --ztc-bg-bg-7: #E6F3FF;
  --ztc-bg-bg-8: #FFF7F4;
  --ztc-bg-bg-9: #F4F9ED;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s55: 55px;
  --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-s90: 90px;
  --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-s55: 55px;
  --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-s90: 90px;
  --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-height55: 55px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height64: 64px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height72: 72px;
  --ztc-specing-height78: 78px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height82: 82px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height92: 92px;
  --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: 'Nunito Sans', serif;
  --ztc-family-font2: 'Quicksand', sans-serif;
}

/*
============================
Name:  Helpy - Charity HTML Template
Version: 1.0.0
Description: Helpy -Charity HTML Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.vl-section-title-1 .subtitle {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
}
.vl-section-title-1 .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height52);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-1 .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}
@media (max-width: 767px) {
  .vl-section-title-1 .title {
    font-size: var(--ztc-font-size-font-s28);
    line-height: var(--ztc-specing-height38);
  }
  .up-card{
    align-items: normal !important;
  }
  .event-download-actions{
    border-top: 1px solid #e0e0e0;
  }
}
.vl-section-title-1 p {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-section-title-1.white .subtitle {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.vl-section-title-1.white .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-1.white .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}
@media (max-width: 767px) {
  .vl-section-title-1.white .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}

.vl-section-title-6 .vl-subtitle {
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-semibold);
}
.vl-section-title-6 .vl-subtitle span img {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .vl-section-title-6 .vl-subtitle {
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-specing-height16);
  }
}
.vl-section-title-6 .vl-title {
  font-size: var(--ztc-font-size-font-s30);
  /* line-height: var(--ztc-specing-height52); */
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 10px;
  padding-bottom: 16px;
  color: var(--ztc-text-text-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-title-6 .vl-title {
    font-size: var(--ztc-font-size-font-s30);
    /* line-height: var(--ztc-specing-height54); */
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-6 .vl-title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}
@media (max-width: 767px) {
  .vl-section-title-6 .vl-title {
    font-size: var(--ztc-font-size-font-s28);
    line-height: var(--ztc-specing-height38);
  }
}
.vl-section-title-6 p {
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-specing-height26);
}

.vl-banner-6 .vl-section-title-6 .vl-subtitle {
  color: var(--ztc-text-text-1);
}
.vl-banner-6 .vl-section-title-6 .vl-title {
  font-size: var(--ztc-font-size-font-s60);
  line-height: var(--ztc-specing-height78);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 18px;
  padding-bottom: 16px;
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-banner-6 .vl-section-title-6 .vl-title {
    font-size: var(--ztc-font-size-font-s60);
    line-height: var(--ztc-specing-height70);
  }
}
@media (max-width: 767px) {
  .vl-banner-6 .vl-section-title-6 .vl-title {
    font-size: var(--ztc-font-size-font-s44);
    line-height: var(--ztc-specing-height54);
  }
}
.vl-banner-6 .vl-section-title-6 p {
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 32px;
}


.vl-footer-bg-1.img-bg-cmon {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--ztc-text-text-3);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

.gray-bg {
  background: var(--ztc-bg-bg-4) !important;
}

.cream-bg {
  background: var(--ztc-text-text-17) !important;
}

.mt-18 {
  margin-top: 18px;
}

/* Hide the default radio button */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #01715D;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
input[type=radio]:focus {
  outline: none;
}

input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}

input[type=radio]:checked {
  border-color: #FBD459;
}

input[type=radio]:checked::before {
  background-color: #01715D;
}

input[type=radio]:focus {
  outline: 2px solid #FBD459;
}

.green-bg {
  background: var(--ztc-bg-bg-2);
}

.img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

br {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  br {
    display: block;
  }
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 100px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 100px 0 0px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  p br {
    display: none;
  }
}

.w-100 {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.pb-32 {
  padding-bottom: 32px;
}

.pl-90 {
  padding-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pl-90 {
    padding-left: 0px;
  }
}

.pl-30 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pl-30 {
    padding-left: 0px;
  }
}

.ml-20 {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ml-20 {
    margin-left: 0px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

a, button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ml-15 {
    margin-left: 0px;
  }
}

.mr-15 {
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mr-15 {
    margin-right: 0px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ml-50 {
    margin-left: 0px;
  }
}

.mr-50 {
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mr-50 {
    margin-right: 0px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.thme-pagination-mt {
  margin-top: 30px;
}


/*============= ABOUT CSS AREA ENDS ===============*/
.btn-area .header-btn1 {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.btn-area .header-btn1 span {
  background: var(--ztc-text-text-1);
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-area .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.btn-area .header-btn1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
}
.btn-area .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.btn-area .header-btn1:hover span {
  color: var(--ztc-text-text-2);
}
.btn-area .header-btn1:hover:after {
  transform: scaleX(1);
  transition: 0.3s;
}
.btn-area .header-btn3 {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  background: var(--ztc-text-text-12);
  border-radius: 8px;
  padding: 8px 23px 8px 8px;
  position: relative;
}
.btn-area.vl-cta-btn1 {
  position: absolute;
  right: 6px;
  top: 6px;
}
@media (max-width: 767px) {
  .btn-area.vl-cta-btn1 {
    position: relative;
    right: 0;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .btn-area.vl-cta-btn1 .header-btn1 {
    width: 100%;
  }
}
.btn-area .header-btn8 {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 18px 22px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.btn-area .header-btn8::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-bottom: 4px solid #333;
}
.btn-area .header-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.btn-area .header-btn8:hover span {
  color: var(--ztc-text-text-2);
}

.header-btn1.header-btn8:hover {
  color: #fff !important;
}

a.header-btn1.header-btn6 {
  padding: 17px 20px;
}

.vl-hero-btn .header-btn1 {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: 1400ms;
}
.vl-hero-btn .header-btn1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
}
.vl-hero-btn .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-hero-btn .header-btn1:hover::after {
  transform: scaleX(1);
}
.vl-hero-btn .header-btn1:hover span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
}
.vl-hero-btn .header-btn1 span {
  background: var(--ztc-text-text-1);
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.vl-hero-btn .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.vl-hero-btn .header-btn1-6 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  padding: 17px 20px;
  transition: 0.3s;
}

.home-btn-2 {
  border-radius: 8px;
}
.home-btn-2 .btn-2 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
  padding: 18px 24px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.home-btn-2 .btn-2 span {
  display: inline-block;
  margin-left: 4px;
}
.home-btn-2 .btn-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-8);
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
  border-radius: 8px;
}
.home-btn-2 .btn-2:hover {
  color: var(--ztc-text-text-1);
}
.home-btn-2 .btn-2:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}

.vl-about-btn {
  padding-top: 32px;
}
.vl-about-btn .btn-primary2 {
  background: var(--ztc-text-text-10);
  padding: 18px 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
}
.vl-about-btn .btn-primary2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-8);
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
  border-radius: 8px;
}
.vl-about-btn .btn-primary2:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}
.vl-about-btn .btn-primary2 span {
  margin-left: 4px;
}

.primary-btn-3 {
  background: var(--ztc-text-text-12);
  color: var(--ztc-text-text-1);
  padding: 19px 23px 19px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .primary-btn-3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.primary-btn-3:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .primary-btn-3:after {
    left: 38%;
  }
}
.primary-btn-3:hover {
  color: var(--ztc-text-text-1);
}
.primary-btn-3:hover:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.btn-area4 .header-btn1 {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.btn-area4 .header-btn1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-15);
  transition: 0.3s;
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
}
.btn-area4 .header-btn1 .testimonial-btn4:after {
  background: #335161;
}
.btn-area4 .header-btn1:hover::after {
  transform: scaleX(1);
}
.btn-area4 .header-btn1 span {
  background: var(--ztc-text-text-1);
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-area4 .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
  color: var(--ztc-text-text-15);
}

.vl-hero-btn.vl-gallley-btn-6 {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-hero-btn.vl-gallley-btn-6 {
    text-align: start;
  }
}

.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6 {
  background: var(--ztc-text-text-19);
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  padding: 14px 24px;
  font-size: var(--ztc-font-size-font-s20);
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6 span img {
  transition: 0.3s;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6::after {
  border-radius: 8px;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6 span {
  background: transparent;
  height: inherit;
  width: inherit;
  line-height: inherit;
  display: contents;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6:hover span img {
  transform: rotate(45deg);
  transition: 0.3s;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6-1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-20);
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6-1 span img {
  transition: 0.3s;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6-1:hover {
  color: var(--ztc-text-text-1);
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6-1:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6.header-btn1-9 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-24);
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6.header-btn1-9:hover {
  color: var(--ztc-text-text-1);
}
.vl-hero-btn.vl-hero-btn-7 .header-btn1.header-btn1-6.header-btn1-9:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.btn-area-8 {
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}
.btn-area-8 .btn-8 {
  position: relative;
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-3);
  padding: 18px 22px;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s;
  z-index: 1;
}
.btn-area-8 .btn-8::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--ztc-text-text-3);
  transition: 0.3s;
  z-index: -1;
}
.btn-area-8 .btn-8:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.btn-area-8 .btn-8:hover::after {
  height: 100%;
  transition: 0.3s;
}

.vl-single-cause-box-8 .btn-area-8 {
  display: block;
  text-align: center;
}

.primary-btn-9 {
  background: var(--ztc-text-text-23);
  padding: 14px 24px;
  border-radius: 8px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.primary-btn-9 span img {
  margin-top: -4px;
  transition: 0.3s;
}
.primary-btn-9:hover {
  background: var(--ztc-text-text-24);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.primary-btn-9:hover span img {
  transform: rotate(45deg);
}
.primary-btn-9-1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-24);
}
.primary-btn-9-1:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.vl-cause-btn-9 {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-23);
  transition: 0.3s;
  border: 1px solid var(--ztc-text-text-23);
  display: inline-block;
  border-radius: 8px;
  padding: 14px 24px;
}
.vl-cause-btn-9 span img {
  transition: 0.3s;
}
.vl-cause-btn-9:hover {
  background: var(--ztc-text-text-23);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-cause-btn-9:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
  transform: rotate(45deg);
}

.vl-cta-btn-9 .primary-btn-9 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-24);
  transition: 0.3s;
}
.vl-cta-btn-9 .primary-btn-9:hover {
  background: var(--ztc-text-text-24);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-cta-btn-9 .primary-btn-9:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.vl-cause-btn-10 {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-28);
  transition: 0.3s;
  border: 1px solid var(--ztc-text-text-28);
  display: inline-block;
  border-radius: 8px;
  padding: 14px 24px;
}
.vl-cause-btn-10 span img {
  transition: 0.3s;
}
.vl-cause-btn-10:hover {
  background: var(--ztc-text-text-28);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-cause-btn-10:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
  transform: rotate(45deg);
}

.btn-flex-area {
  display: flex;
}
.btn-flex-area .btn-area4 {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .btn-flex-area {
    display: block;
  }
}

.vl-video-play {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vl-video-play {
    margin-top: 30px;
  }
}
.vl-video-play .video-text .vtitle {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  text-decoration: underline;
  cursor: pointer;
}

.video-play-button {
  transform: translateX(0%) translateY(0%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 0px 20px 0px 28px;
  margin-right: 8px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid var(--ztc-text-text-15);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn5 .btn-priamry1 {
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 8px 8px 8px 20px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.btn5 .btn-priamry1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  z-index: -1;
  border-radius: 8px;
  transform: scaleX(0);
  transition: 0.3s;
}
.btn5 .btn-priamry1:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}
.btn5 .btn-priamry1 span {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-6);
  border-radius: 50px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.btn-area4 .header-btn1.headbtn4:hover span {
  background: var(--ztc-text-text-14) !important;
}

.mobile-btn5 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-btn5 .btn-priamry1 {
  width: 100%;
  text-align: center;
}

a.header-btn1.testimonial-btn4.testibtn4:after {
  background: var(--ztc-text-text-1);
}

a.header-btn1.testimonial-btn4.testibtn4:hover span {
  background: var(--ztc-text-text-14);
}

a.header-btn1.testimonial-btn4.testibtn4:hover {
  color: var(--ztc-text-text-14);
}

.vl-btn-hero-9 .primary-btn-9 {
  background: var(--ztc-text-text-1);
  color: #160911;
  transition: 0.3s;
  margin-right: 24px;
}
.vl-btn-hero-9 .primary-btn-9:hover {
  background: var(--ztc-text-text-23);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-btn-hero-9 .primary-btn-9:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.vl-hero-nine-iconbox a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-hero-nine-iconbox span {
  background: var(--ztc-text-text-23);
  transition: 0.3s;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  margin-right: 10px;
}

.vl-btn-box-flex {
  display: flex;
}
@media (max-width: 767px) {
  .vl-btn-box-flex {
    display: block;
  }
}

.mobile-btn9 {
  margin: 20px 0;
}

.donate-btn-10.vl-mobile-btn-10 {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .vl-hero-nine-iconbox {
    margin-top: 20px;
  }
}

.primary-btn-10 {
  background: var(--ztc-text-text-27);
  padding: 14px 24px;
  border-radius: 8px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.primary-btn-10 span img {
  margin-top: -4px;
  transition: 0.3s;
}
.primary-btn-10:hover {
  background: var(--ztc-text-text-28);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.primary-btn-10:hover span img {
  transform: rotate(45deg);
}

.donate-btn-10 .primary-btn-10 {
  background: var(--ztc-text-text-28);
}
.donate-btn-10 .primary-btn-10:hover {
  background: var(--ztc-text-text-27);
}
.donate-btn-10.gallery-btn-10 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .donate-btn-10.gallery-btn-10 {
    text-align: start;
  }
}

.vl-video-btn-10 .primary-btn-10 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-27);
  transition: 0.3s;
}
.vl-video-btn-10 .primary-btn-10 span img {
  transition: 0.3s;
}
.vl-video-btn-10 .primary-btn-10:hover {
  background: var(--ztc-text-text-28);
  transition: 0.3s;
  color: var(--ztc-text-text-1);
}
.vl-video-btn-10 .primary-btn-10:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.vl-banner-10 .vl-hero-btn {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-banner-10 .vl-hero-btn {
    margin-bottom: 30px;
  }
}

.skill-progress {
  position: relative;
  width: 100%;
}
.skill-progress .skill-box {
  width: 100%;
}
.skill-progress .skill-box .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.skill-progress .skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 16px;
  background: #F6F4EE;
}
.skill-progress .skill-box .skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  width: 90%;
  border-radius: 6px;
  background: var(--ztc-text-text-6);
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}
.skill-progress .skill-box .skill-bar .skill-per.html {
  width: 16%;
  animation-delay: 0.4s;
}
.skill-progress .skill-box .skill-bar .skill-per.css {
  width: 58%;
  animation-delay: 0.4s;
}
.skill-progress .skill-box .skill-bar .skill-per.js {
  width: 68%;
  animation-delay: 0.4s;
}
.skill-progress .skill-box .skill-bar .skill-per.php {
  width: 68%;
  animation-delay: 0.4s;
}
.skill-progress .skill-box .skill-bar .skill-per-2 {
  background: var(--ztc-text-text-8);
}
.skill-progress-6 .skill-box .skill-bar .skill-per {
  background: var(--ztc-bg-bg-3);
}
.skill-progress-7 .skill-box .skill-bar .skill-per {
  background: var(--ztc-text-text-19);
}
.skill-progress-9 .skill-box .skill-bar .skill-per {
  background: var(--ztc-text-text-23);
}
.skill-progress-10 {
  background: var(--ztc-text-text-1);
  padding: 20px;
  padding-top: 43px;
  border-radius: 8px;
}
.skill-progress-10 .skill-box .skill-bar .skill-per {
  background: var(--ztc-text-text-28);
}
.skill-progress-10 .skill-progress .skill-box .skill-bar .skill-per.html {
  width: 85%;
}

.skill-progress-10 .skill-box .skill-bar .skill-per.html {
  width: 85%;
  animation-delay: 0.4s;
}
.skill-progress-10 .skill-box .skill-bar .skill-per.css {
  width: 75%;
  animation-delay: 0.4s;
}
.skill-progress-10 .skill-box .skill-bar .skill-per.php {
  width: 49%;
  animation-delay: 0.4s;
}

.skill-vlue {
  display: flex;
  justify-content: space-between;
}
.skill-vlue .num1 {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
}
.skill-vlue .num1 span {
  font-weight: var(--ztc-weight-semibold);
}
.skill-vlue .num1 span.label-area {
  display: inline-block;
  padding-bottom: 8px;
  color: var(--ztc-text-text-18);
}
.skill-vlue .num1-2 {
  color: var(--ztc-text-text-8);
}
.skill-vlue .num2 {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
.skill-vlue .num2 span {
  font-weight: var(--ztc-weight-medium);
}
.skill-vlue .num2 span.label-area {
  display: inline-block;
  padding-bottom: 8px;
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-18);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
}
.skill-vlue .num2-2 {
  color: var(--ztc-text-text-8);
}

span.tooltipp {
  position: absolute;
  right: 0;
  top: -29px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
}
span.tooltipp-2 {
  color: var(--ztc-text-text-8);
}

.cause-box-bg .skill-progress {
  margin-bottom: 32px;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.single-circle-wrapper {
  position: relative;
  z-index: 1;
}

span.proggressbar-parcebtage {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 141px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  span.proggressbar-parcebtage {
    right: 116px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  span.proggressbar-parcebtage {
    left: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  span.proggressbar-parcebtage {
    right: 33px;
  }
}
@media (max-width: 767px) {
  span.proggressbar-parcebtage {
    right: 0px;
  }
}

.single-circle-wrapper canvas {
  height: 80px;
  width: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-circle-wrapper canvas {
    height: 80px !important;
    width: 80px !important;
  }
}

.progress-title {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-27);
  padding-top: 10px;
}

@media (max-width: 767px) {
  .single-circle-item {
    text-align: center;
    margin-bottom: 30px;
  }
}

.single-circle-item.single-circle-item-7 span.proggressbar-parcebtage {
  left: 20px;
}

.progress-container {
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .progress-container {
    max-width: 100%;
  }
}

.progress-item {
  margin-bottom: 20px;
}

.label {
  display: flex;
  justify-content: space-between;
  color: var(--ztc-text-text-20);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 6px;
}

.progress-bar {
  background: #e5e8e6;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
}

/* .progress-fill {
  background-color: var(--ztc-text-text-20);
  height: 100%;
  width: 0;
  border-radius: 10px;
  transition: width 1s ease-in-out;
} */

.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: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}
.progress-wrap::after, .progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap::after {
  color: var(--ztc-text-text-3);
  z-index: 1;
}
.progress-wrap::before {
  opacity: 0;
  z-index: 2;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-3);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .progress-wrap2 svg.progress-circle path {
  stroke: var(--ztc-text-text-12);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap2 svg.progress-circle path {
  stroke: var(--ztc-text-text-12);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap2::after {
  z-index: 1;
  color: var(--ztc-text-text-12);
}

.progress-wrap4 svg.progress-circle path {
  stroke: var(--ztc-text-text-14);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap4::after {
  z-index: 1;
  color: var(--ztc-text-text-14);
}

.progress-wrap5 svg.progress-circle path {
  stroke: var(--ztc-text-text-6);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap5::after {
  z-index: 1;
  color: var(--ztc-text-text-6);
}

.progress-wrap6 svg.progress-circle path {
  stroke: var(--ztc-text-text-8);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #111112;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader2 {
  background-color: #1C1C25;
}

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

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

.loading {
  border: 1px solid transparent;
  border-color: transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

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

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

#loading-icon img {
  height: 70px;
  width: 70px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.event-tabs .nav-pills .nav-link.active .event-tab-content .subheading {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
  color: var(--ztc-text-text-3);
}
.event-tabs .nav-pills .nav-link.active .event-tab-content {
  border: transparent;
}
.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}
.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date .title {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date .content p {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.event-tabs .nav-pills .nav-link.active .date-event1 {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}
.event-tabs .nav-pills .nav-link.active .date-event1 .date {
  color: var(--ztc-text-text-1);
}
.event-tabs .nav-pills .nav-link.active .date-event1 .year {
  color: var(--ztc-text-text-1);
}
.event-tabs .nav-pills .nav-link.active .nav {
  display: block;
}
.event-tabs .nav-pills .nav-link.active .nav-link {
  padding: 0 !important;
}

.event-tabs .nav-pills .nav-link.active {
  background-color: transparent;
}

.event-tab-content {
  border-radius: 8px;
  border: 1px solid rgba(24, 23, 19, 0.1);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-content .event-date .content p br {
    display: block;
  }
}
@media (max-width: 767px) {
  .event-tab-content .event-date .content p br {
    display: block;
  }
}

.event-tabs .subheading {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  padding: 8px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}

.event-tabs {
  text-align: center;
}
.event-tabs .nav {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tabs .nav {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .event-tabs .nav {
    display: inline-flex;
    justify-content: space-between;
  }
}
.event-tabs .nav .event-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 18px;
}
.event-tabs .nav .event-date .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-tabs .nav .event-date .title {
    margin-right: 20px;
  }
}
.event-tabs .nav .event-date .content p {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.event-tabs .nav .date-event1 {
  padding-top: 27px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tabs .nav .date-event1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .event-tabs .nav .date-event1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-tabs .nav .date-event1 ul li span {
  color: var(--ztc-text-text-3);
  font-size: 44px;
  font-weight: 700;
  margin: 0 14px;
}
.event-tabs .nav .date-event1 ul li span.date {
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: table;
}
.event-tabs .nav .date-event1 ul li span.year {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin: 0 auto;
}
.event-tabs .nav .date-event1 ul li {
  display: inline-block;
}

.event-tabs .nav-link {
  padding: 0;
}

.vl-breadcrumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-breadcrumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #181713;
  opacity: 0.5;
  z-index: -1;
}
.vl-breadcrumb-title {
  padding-top: 208px;
  padding-bottom: 100px;
}
.vl-breadcrumb-title .heading {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s90);
  line-height: var(--ztc-specing-height90);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-breadcrumb-title .heading {
    font-size: var(--ztc-font-size-font-s70);
    line-height: var(--ztc-specing-height80);
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .vl-breadcrumb-title .heading {
    font-size: var(--ztc-font-size-font-s50);
    line-height: var(--ztc-specing-height60);
    padding-bottom: 10px;
  }
}
.vl-breadcrumb-list span {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin: 0 3px;
}
.vl-breadcrumb-list span a {
  color: var(--ztc-text-text-1);
}
.vl-breadcrumb-list span a.active {
  font-weight: var(--ztc-weight-bold);
}
.vl-breadcrumb .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.vl-breadcrumb .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.vl-breadcrumb .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.vl-sidebar-area {
  position: relative;
  z-index: 1;
}
.vl-sidebar-area .vl-widget-area {
  position: sticky;
  top: 120px;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px 20px;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 24px;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .search input[type=text] {
  height: 48px;
  border-radius: 8px;
  border: none;
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .search span {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  background: #FBD459;
  right: 0;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  margin-bottom: 20px;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service:last-child {
  margin-bottom: 0;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service a {
  background: var(--ztc-text-text-1);
  padding: 21px 20px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: block;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service span {
  background: var(--ztc-bg-bg-4);
  height: 32px;
  width: 32px;
  border-radius: 50px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 9;
  transition: 0.3s;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service span img {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service:hover a {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service:hover span {
  background: #E4C152;
  transition: 0.3s;
}
.vl-sidebar-area .vl-widget-area .vl-search-widget .vl-single-service:hover img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.vl-sidebar-area .vl-phone-widget {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px 20px;
}
.vl-sidebar-area .vl-phone-widget .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height34);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 24px;
}
.vl-sidebar-area .vl-phone-widget .phone {
  background: var(--ztc-text-text-4);
  padding: 10px 16px;
  display: inline-block;
  border-radius: 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
.vl-sidebar-area .vl-phone-widget .phone span {
  background: #E4C152;
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  margin-right: 4px;
}
.vl-sidebar-area .vl-social-widget {
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
  border-radius: 8px;
}
.vl-sidebar-area .vl-social-widget .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 24px;
}
.vl-sidebar-area .vl-social-widget .social-icon ul li {
  display: inline-block;
}
.vl-sidebar-area .vl-social-widget .social-icon ul li a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin-right: 12px;
}
.vl-sidebar-area .vl-social-widget .social-icon ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-sidebar-area .vl-social-widget.social-tags {
  padding-bottom: 8px;
}

.vl-event-content-area .vl-event-content.vl-blg-content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height40);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 32px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-event-content-area .vl-event-content.vl-blg-content .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height40);
  }
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-content.vl-blg-content .title {
    font-size: var(--ztc-font-size-font-s28);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-event-content-area .vl-event-content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height32);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 32px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-content .title {
    font-size: var(--ztc-font-size-font-s28);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-event-content-area .vl-event-content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-event-content-area .vl-event-box-bg {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 24px;
}
.vl-event-content-area .vl-event-box-bg .icon-box {
  background: var(--ztc-text-text-4);
  display: flex;
  padding: 24px;
  border-radius: 8px;
}
.vl-event-content-area .vl-event-box-bg .icon-box .icon span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 8px;
  display: block;
  background: var(--ztc-bg-bg-1);
  text-align: center;
  margin-right: 20px;
}
.vl-event-content-area .vl-event-box-bg .icon-box .content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
}
.vl-event-content-area .vl-event-box-bg .icon-box .content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-event-content-area .vl-event-box-bg .amount {
  background: var(--ztc-bg-bg-1);
  border-radius: 50px;
  display: inline-block;
  padding: 8px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  width: 170px;
}
.vl-event-content-area .vl-event-box-bg .amount span {
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  background: var(--ztc-text-text-4);
  margin-right: 16px;
}
.vl-event-content-area .vl-event-box-bg .amount span img {
  margin-top: -10px;
}
.vl-event-content-area .vl-event-box-bg .am-flex {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .am-flex {
    display: block;
  }
}
.vl-event-content-area .vl-event-box-bg .am-flex .dlr ul li {
  display: inline-block;
}
.vl-event-content-area .vl-event-box-bg .am-flex .dlr ul li a {
  background: var(--ztc-bg-bg-1);
  transition: 0.3s;
  padding: 8px 12px;
  border-radius: 50px;
  display: inline-block;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .am-flex .dlr ul li a {
    margin-bottom: 10px;
  }
}
.vl-event-content-area .vl-event-box-bg .am-flex .dlr ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-event-content-area .vl-event-box-bg .am-flex .contact .customer {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  border: 1px solid #181713;
  display: inline-block;
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  margin-left: 18px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .am-flex .contact .customer {
    margin-left: 0px;
  }
}
.vl-event-content-area .vl-event-box-bg .am-flex .contact .customer span {
  background: var(--ztc-bg-bg-1);
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50px;
  transform: rotate(-45deg);
  line-height: 36px;
  text-align: center;
}
.vl-event-content-area .vl-event-box-bg .am-flex .contact .customer:hover {
  background: var(--ztc-text-text-4);
}
.vl-event-content-area .vl-event-box-bg .select-method {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 32px;
}
.vl-event-content-area .vl-event-box-bg .select-method .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 32px;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth {
  display: flex;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .select-method .select-meth {
    display: block;
  }
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth .ofline {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .select-method .select-meth .ofline {
    margin-left: 0px;
    margin-top: 14px;
  }
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth input#Online {
  height: 22px;
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth .online {
  display: flex;
  align-items: center;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth .online label {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-left: 4px;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth input#Offline {
  height: 22px;
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth .ofline {
  display: flex;
  align-items: center;
}
.vl-event-content-area .vl-event-box-bg .select-method .select-meth .ofline label {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-left: 4px;
}
.vl-event-content-area .vl-event-box-bg .donate-form {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .donate-form form {
    display: block;
  }
}
.vl-event-content-area .vl-event-box-bg .donate-form form input {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .donate-form form input {
    width: 100%;
    margin-bottom: 15px;
  }
  .vl-event-content-area .vl-event-box-bg .donate-form form input:last-child {
    margin-bottom: 0px;
  }
}
.vl-event-content-area .vl-event-box-bg .donate-form form input::placeholder {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-event-content-area .vl-event-box-bg .donate-form form input[type=text],
.vl-event-content-area .vl-event-box-bg .donate-form form input[type=email] {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-event-content-area .vl-event-box-bg .donate-form form input[type=text]::placeholder,
.vl-event-content-area .vl-event-box-bg .donate-form form input[type=email]::placeholder {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-event-content-area .vl-event-box-bg .total-anoumt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .total-anoumt {
    display: block;
  }
}
.vl-event-content-area .vl-event-box-bg .total-anoumt .content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
@media (max-width: 767px) {
  .vl-event-content-area .vl-event-box-bg .total-anoumt .content .title {
    margin-top: 15px;
  }
}
.vl-event-content-area .event-content-area .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height32);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-event-content-area .event-content-area .title {
    line-height: var(--ztc-specing-height42);
  }
}
@media (max-width: 767px) {
  .vl-event-content-area .event-content-area .title {
    font-size: var(--ztc-font-size-font-s26);
    line-height: var(--ztc-specing-height35);
  }
}
.vl-event-content-area .event-content-area .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 16px;
}

.vl-singlevent-iner .more-title .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
@media (max-width: 767px) {
  .vl-singlevent-iner .more-title .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}

.sidebar-area-all {
  position: sticky;
  top: 130px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.vl-donate-wrap-6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.vl-donate-wrap-6.bg-green::after {
  background: rgba(1, 113, 93, 0.85);
  z-index: -1;
}
.vl-donate-wrap-6.bg-orange::after {
  background: rgba(255, 85, 40, 0.9);
  z-index: -1;
}
.vl-donate-wrap-6::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 23, 19, 0.8);
  z-index: -1;
}
.vl-donate-wrap-6 .vl-donate-thumb-iconbox .icon span img {
  transition: 0.3s;
}
.vl-donate-wrap-6 .vl-donate-thumb-iconbox .subtitle {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  padding-top: 50px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .vl-donate-wrap-6 .vl-donate-thumb-iconbox .subtitle {
    line-height: var(--ztc-specing-height28);
  }
}
.vl-donate-wrap-6 .vl-donate-thumb-iconbox .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-donate-wrap-6 .vl-donate-thumb-iconbox .title {
    font-size: var(--ztc-font-size-font-s40);
    line-height: var(--ztc-specing-height40);
  }
}
@media (max-width: 767px) {
  .vl-donate-wrap-6 .vl-donate-thumb-iconbox .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-donate-wrap-6 .donate-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.vl-donate-wrap-6:hover .vl-donate-thumb-iconbox .icon span img {
  transition: 0.3s;
  transform: rotateY(-180deg);
}

.vl-donate-wraper-8 {
  padding: 30px;
}
.vl-donate-wraper-8::after {
  display: none;
}

.vl-donate-wraper-9 {
  padding: 48px;
}
.vl-donate-wraper-9::after {
  display: none;
}

.vl-donate-wrap-6.bg-oragne:after {
  background: rgba(255, 85, 40, 0.9);
}

.vl-donate-content-wrap-6 {
  position: relative;
  z-index: 1;
}

.vl-donate-shape {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.vl-donate-shape-left {
  position: absolute;
  z-index: 1;
}

.vl-donate-shape-rightt {
  position: absolute;
  right: 0;
  z-index: 1;
}

.vl-donate-box-6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-donate-box-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.vl-donate-box-6::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 23, 19, 0.8);
}

.vl-donate-content-wrap-6 .vl-section-title-6 .vl-subtitle {
  color: var(--ztc-text-text-1);
}
.vl-donate-content-wrap-6 .vl-section-title-6 .vl-title {
  color: var(--ztc-text-text-1);
  padding-bottom: 0;
}

.vl-donate-form-wrap-iner-top {
  background: var(--ztc-text-text-17);
  padding: 32px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.vl-donate-form-wrap-iner-top .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
.vl-donate-form-wrap-iner-top-7 {
  background: transparent;
  border-bottom: 1px solid #DBE2E2;
}
.vl-donate-form-wrap-iner-bottom {
  padding: 32px 24px;
  background: var(--ztc-text-text-1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.vl-donate-form-wrap-iner-bottom-ammountbox .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 20px;
}
.vl-donate-form-wrap-iner-bottom .donate-num-amount button {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-18);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding: 18px 45px 18px 18px;
  display: inline-block;
  border-radius: 8px;
  transition: 0.3s;
  margin-bottom: 20px;
  margin-right: 16px;
}
.vl-donate-form-wrap-iner-bottom .donate-num-amount button span {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
}
.vl-donate-form-wrap-iner-bottom .donate-num-amount button:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-donate-form-wrap-iner-bottom-paymentbox .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 20px;
}
.vl-donate-form-wrap-iner-bottom-7 {
  background: transparent;
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount button {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-18);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount button span {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount button:hover {
  background: var(--ztc-text-text-19);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-9 button {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-18);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-9 button span {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-9 button:hover {
  background: var(--ztc-text-text-23);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-10 button {
  background: #F4F9ED;
  color: var(--ztc-text-text-18);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-10 button span {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
}
.vl-donate-form-wrap-iner-bottom-7 .donate-num-amount-10 button:hover {
  background: var(--ztc-text-text-28);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.donate-number-form input[type=number] {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font2);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.donate-number-form input[type=number]::placeholder {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font2);
}

.payment-methods label {
  font-size: 20px;
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font2);
  margin-right: 16px;
}
@media (max-width: 767px) {
  .payment-methods label {
    margin-bottom: 15px;
  }
  .payment-methods label:last-child {
    margin-bottom: 0;
  }
}
.payment-methods label input[type=radio] {
  display: inline-table;
  padding-top: 15px;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
}
.payment-methods-2 input[type=radio] {
  border: 1px solid #fff;
  background: var(--ztc-text-text-1);
}
.payment-methods-2 input[type=radio]:focus {
  outline: none;
}
.payment-methods-2 input[type=radio]:checked {
  border-color: var(--ztc-text-text-19);
}
.payment-methods-2 input[type=radio]:checked::before {
  background: var(--ztc-text-text-19);
}
.payment-methods-9 input[type=radio] {
  border: 1px solid #fff;
  background: var(--ztc-text-text-1);
}
.payment-methods-9 input[type=radio]:focus {
  outline: none;
}
.payment-methods-9 input[type=radio]:checked {
  border-color: var(--ztc-text-text-23);
}
.payment-methods-9 input[type=radio]:checked::before {
  background: var(--ztc-text-text-23);
}
.payment-methods-10 input[type=radio] {
  border: rgba(16, 22, 8, 0.1);
  background: #F4F9ED;
}
.payment-methods-10 input[type=radio]:focus {
  outline: none;
}
.payment-methods-10 input[type=radio]:checked {
  border-color: var(--ztc-text-text-28);
}
.payment-methods-10 input[type=radio]:checked::before {
  background: var(--ztc-text-text-28);
}

@media (max-width: 767px) {
  .vl-donate-frm {
    text-align: center;
  }
}
.vl-donate-frm .nav {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .vl-donate-frm .nav {
    display: inline-block;
  }
}
.vl-donate-frm .nav .nav-item {
  padding: inherit;
}
.vl-donate-frm .nav .nav-item .nav-link {
  padding: 17px 134px;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  color: var(--ztc-text-text-3);
}
.vl-donate-frm .nav .nav-item .nav-link.active {
  background: var(--ztc-text-text-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-donate-frm .nav .nav-item .nav-link {
    padding: 17px 96px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm .nav .nav-item .nav-link {
    padding: 17px 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-donate-frm .nav .nav-item .nav-link {
    padding: 17px 113px;
  }
}
@media (max-width: 767px) {
  .vl-donate-frm .nav .nav-item .nav-link {
    padding: 17px 94px;
  }
}
.vl-donate-frm-8 .nav .nav-item .nav-link {
  padding: 17px 120px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-8 .nav .nav-item .nav-link {
    padding: 17px 178px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-8 .nav .nav-item .nav-link.active {
    padding: 17px 178px !important;
  }
}
.vl-donate-frm-7 .nav {
  background: var(--ztc-text-text-22);
}
.vl-donate-frm-7 .nav .nav-item .nav-link.active {
  background: var(--ztc-text-text-19);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-7 .nav .nav-item .nav-link.active {
    padding: 17px 160px;
  }
}
.vl-donate-frm-9 .nav {
  background: var(--ztc-text-text-26);
}
.vl-donate-frm-9 .nav .nav-item .nav-link.active {
  background: var(--ztc-text-text-23);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-10 .nav .nav-item .nav-link.active {
    padding: 17px 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-9 .nav .nav-item .nav-link {
    padding: 17px 82px;
  }
}

.vl-donate-frm-6 .nav .nav-item .nav-link {
  padding: 17px 116px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-donate-frm-6 .nav .nav-item .nav-link {
    padding: 17px 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-frm-6 .nav .nav-item .nav-link {
    padding: 17px 190px;
  }
}

@media (max-width: 767px) {
  .donate-num-amount ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.vl-donate-content-wrap-7 {
  position: relative;
  z-index: 1;
}
.vl-donate-content-wrap-7 .vl-section-title-7 .vl-subtitle {
  color: #fff;
  position: relative;
}
.vl-donate-content-wrap-7 .vl-section-title-7 .vl-title {
  color: #fff;
  position: relative;
}

.vl-donate-box-bg-7 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-donate-box-bg-7 {
    padding: 16px;
  }
}

.vl-donate-form-wrap-iner.vl-donate-form-wrap-iner-7 {
  background: var(--ztc-text-text-22);
  border-radius: 8px;
}

.vl-donate-thumb-7 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 167px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-donate-thumb-7 {
    padding: 143px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-thumb-7 {
    padding: 140px 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-donate-thumb-7 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .vl-donate-thumb-7 {
    padding: 30px;
  }
}
.vl-donate-thumb-7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-19);
  z-index: -1;
  opacity: 0.9;
}
.vl-donate-thumb-7-content .icon span {
  background: #fff;
  color: var(--ztc-text-text-19);
  height: 80px;
  width: 80px;
  line-height: 86px;
  display: inline-block;
  border-radius: 50px;
  font-size: 40px;
}
.vl-donate-thumb-7-content .video-title .title a {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s28);
  line-height: var(--ztc-specing-height26);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 32px;
  padding-bottom: 16px;
  display: inline-block;
  font-style: italic;
}
@media (max-width: 767px) {
  .vl-donate-thumb-7-content .video-title .title a {
    font-size: var(--ztc-font-size-font-s20);
  }
}
.vl-donate-thumb-7-content .video-main-title a {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font2);
}
@media (max-width: 767px) {
  .vl-donate-thumb-7-content .video-main-title a {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 40px;
  }
}
.vl-donate-thumb-7-9::after {
  background: #C4559E;
  opacity: 0.8;
}
.vl-donate-thumb-7-9 .vl-donate-thumb-7-content .icon span {
  color: var(--ztc-text-text-19);
  height: 80px;
  width: 80px;
  line-height: 86px;
  display: inline-block;
  border-radius: 50px;
  font-size: 40px;
}
.vl-donate-thumb-7-9 .vl-donate-thumb-7-content .icon span i {
  color: #C4559E;
}
.vl-donate-thumb-7-10::after {
  background: #101608;
  opacity: 0.8;
}
.vl-donate-thumb-7-10 .vl-donate-thumb-7-content .icon span {
  color: var(--ztc-text-text-19);
  height: 80px;
  width: 80px;
  line-height: 86px;
  display: inline-block;
  border-radius: 50px;
  font-size: 40px;
}
.vl-donate-thumb-7-10 .vl-donate-thumb-7-content .icon span i {
  color: var(--ztc-text-text-28);
}

.vl-donate-shape-left-7 {
  position: absolute;
  top: 0;
  z-index: 1;
}

.vl-donate-wrap-8 {
  position: relative;
  z-index: 1;
}
.vl-donate-wrap-8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  background-image: url(/assets/img/work/vl-donate-thumb-8.1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vl-donate-wrap-8::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(/assets/img/work/vl-donate-thumb-8.2.png);
  opacity: 0.9;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vl-donate-wrap-8 .vl-donate-heart-shape {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.vl-donate-wrap-8 .vl-donate-hand {
  position: absolute;
  bottom: 0;
  z-index: 11;
}
.vl-donate-wrap-8 .vl-donate-right-shape {
  position: absolute;
  right: 0;
  z-index: 11;
}

.vl-donate-opacity-box {
  position: relative;
  z-index: 1;
}
.vl-donate-opacity-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--ztc-text-text-3);
  opacity: 0.9;
}
.vl-donate-opacity-box::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--ztc-text-text-6);
  opacity: 0.9;
}
.vl-donate-opacity-box-9::before {
  background: var(--ztc-text-text-23);
}
.vl-donate-opacity-box-9::after {
  background: rgba(2, 17, 26, 0.9);
  opacity: 1;
}

.vl-donate-content-wrap-8 {
  background: var(--ztc-text-text-1);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.12));
  padding: 40px 24px;
  border-radius: 16px;
  margin-right: -66px;
  margin-top: -315px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-donate-content-wrap-8 {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-donate-content-wrap-8 {
    margin-top: 0;
    margin-right: 0;
  }
}
.vl-donate-content-wrap-8 .vl-donate-frm .nav {
  background: var(--ztc-bg-bg-4);
  margin-bottom: 0px;
}
.vl-donate-content-wrap-8 .vl-donate-form-wrap-iner-top {
  background: inherit;
  padding: 0;
  padding-bottom: 32px;
}
.vl-donate-content-wrap-8 .vl-donate-form-wrap-iner-bottom {
  padding: 0;
}
.vl-donate-content-wrap-8 .vl-donate-form-wrap-iner {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #E5E7E6;
}
.vl-donate-content-wrap-8 .vl-donate-form-wrap-iner-bottom .donate-num-amount button {
  background: var(--ztc-bg-bg-4);
}
.vl-donate-content-wrap-8 .vl-donate-form-wrap-iner-bottom .donate-num-amount button:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.vl-donate-box-bg-10 {
  background: #F4F9ED;
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  margin-top: -324px;
  padding-bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-donate-box-bg-10 {
    padding: 15px;
    padding-bottom: 2px;
  }
}

.vl-donate-form-wrap-iner.vl-donate-form-wrap-iner-10 {
  background: var(--ztc-text-text-1);
}

.vl-donate-frm-10 .nav {
  background: var(--ztc-text-text-1);
}

.vl-donate-frm-10 .nav .nav-item .nav-link.active {
  background: #D9EBC2;
}
@media (max-width: 767px) {
  .vl-donate-frm-10 .nav .nav-item .nav-link.active {
    width: 100%;
  }
}

.vl-card-thumb-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 40px 32px;
}
.vl-card-thumb-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: rgba(16, 22, 8, 0.8);
  z-index: -1;
}
.vl-card-thumb-wrap .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height32);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.vl-card-thumb-wrap p {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  font-weight: var(--ztc-weight-medium);
  padding-top: 16px;
  padding-bottom: 32px;
}
.vl-card-thumb-wrap .primary-btn-10 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-27);
  transition: 0.3s;
}
.vl-card-thumb-wrap .primary-btn-10 span img {
  filter: invert(1);
  transition: 0.3s;
}
.vl-card-thumb-wrap .primary-btn-10:hover {
  background: var(--ztc-text-text-28);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-card-thumb-wrap .primary-btn-10:hover span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.vl-card-thumb-wrap.sm-card {
  margin-right: -50px;
  margin-left: -50px;
  padding: 56px 24px;
  background: var(--ztc-text-text-27);
}
@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-card-thumb-wrap.sm-card {
    margin-right: 0;
    margin-left: 0;
  }
}
.vl-card-thumb-wrap.sm-card .title {
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  padding-bottom: 16px;
  padding-top: 32px;
}
.vl-card-thumb-wrap.sm-card .desgenitation {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
}
.vl-card-thumb-wrap.margin-right {
  margin-right: 53px;
}
@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-card-thumb-wrap.margin-right {
    margin-right: 0;
  }
}
.vl-card-thumb-wrap.margin-left {
  margin-left: 53px;
}
@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-card-thumb-wrap.margin-left {
    margin-left: 0;
  }
}


/*============= Event CSS AREA ===============*/
.vl-single-event {
  border-radius: 8px;
  border: 1px solid rgba(24, 23, 19, 0.1);
  background: var(--ztc-bg-bg-1);
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
}
.vl-single-event-day {
  border-radius: 8px 8px 0px 0px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-4);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.3s;
}
.vl-single-event-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 11px;
}
.vl-single-event-flex-num .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.vl-single-event-flex-year {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}

.vl-single-event.active .vl-single-event-day {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-3);
}
.vl-single-event.active .vl-single-event-flex {
  background: var(--ztc-bg-bg-2);
}
.vl-single-event.active .vl-single-event-flex .title {
  color: var(--ztc-text-text-1);
}
.vl-single-event.active .vl-single-event-flex-year {
  color: var(--ztc-text-text-1);
}

.vl-single-blog-box {
  border-radius: 8px;
  border: 1px solid rgba(24, 23, 19, 0.1);
  padding: 24px;
}
.vl-single-blog-box .sm-thumb {
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-single-blog-box .sm-thumb {
    margin-top: 30px;
  }
}
.vl-single-blog-box .sm-thumb img {
  height: 162px;
  border-radius: 8px;
  object-fit: cover;
}
.vl-single-blog-box-content .date {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding: 8px 12px;
  display: inline-block;
  border-radius: 8px;
}
.vl-single-blog-box-content .date img {
  margin-right: 2px;
  margin-top: -3px;
}
.vl-single-blog-box-content .title a {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 20px;
  padding-bottom: 25px;
  display: block;
  transition: 0.3s;
}
.vl-single-blog-box-content .title a:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-single-blog-box-content .details {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}
.vl-single-blog-box-content .details span {
  transform: rotate(-45deg);
  transition: 0.3s;
  display: inline-block;
}
.vl-single-blog-box-content .details:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-single-blog-box:hover .sm-thumb img {
  transform: scale(1.1) rotate(-4deg);
}

.vl-single-blg-item {
  position: relative;
  overflow: hidden;
}
.vl-single-blg-item:hover .vl-blg-thumb img {
  transform: scale(1.1) rotate(-3deg);
  transition: 0.3s;
}
.vl-single-blg-item:hover .vl-meta {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-single-blg-item:hover .vl-meta ul li a {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-single-blg-item:hover .vl-meta ul li a .top-minus img {
  filter: brightness(0) invert(1);
}
.vl-single-blg-item .vl-blg-thumb {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 8px;
  height: 238px;
  margin-bottom: 20px;
}
.vl-single-blg-item .vl-blg-thumb img {
  height: 270px;
  object-fit: cover;
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-meta {
  background: var(--ztc-bg-bg-4);
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 26px;
  right: 26px;
  margin-top: -24px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-single-blg-item .vl-blg-meta {
    left: 10px;
    right: 10px;
  }
}
.vl-single-blg-item .vl-blg-meta .vl-meta-flex {
  display: flex;
  align-items: center;
}
.vl-single-blg-item .vl-blg-meta .vl-meta-flex .vl-meta-icon span {
  margin-right: 4px;
}
.vl-single-blg-item .vl-blg-meta .vl-meta-flex .vl-meta-icon span img {
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-meta .vl-meta-flex .vl-meta-text .date {
  display: block;
  margin-top: 5px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-content {
  padding-top: 34px;
}
.vl-single-blg-item .vl-blg-content .title a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height32);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-single-blg-item .vl-blg-content .title a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-specing-height28);
  }
}
.vl-single-blg-item .vl-blg-content .title a:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-content p {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding-top: 16px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-single-blg-item .vl-blg-content p {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.vl-single-blg-item .vl-blg-content .read-more {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-single-blg-item .vl-blg-content .read-more {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-specing-height18);
  }
}
.vl-single-blg-item .vl-blg-content .read-more:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-content .read-more:hover span {
  transform: rotate(0);
  transition: 0.3s;
}
.vl-single-blg-item .vl-blg-content .read-more span {
  transform: rotate(-45deg);
  display: inline-block;
  transition: 0.3s;
}
.vl-single-blg-item .vl-meta {
  background: var(--ztc-bg-bg-4);
  padding: 10px 16px;
  border-radius: 8px;
  margin-left: 26px;
  margin-right: 26px;
  margin-top: -26px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-single-blg-item .vl-meta {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .vl-single-blg-item .vl-meta {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.vl-single-blg-item .vl-meta ul li {
  display: inline-block;
}
.vl-single-blg-item .vl-meta ul li a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin-right: 16px;
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-single-blg-item .vl-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.vl-single-blg-item .vl-meta ul li a span.top-minus img {
  display: inline-block;
  margin-top: -4px;
}
.vl-single-blg-item-6 {
  border-radius: 16px;
  overflow: inherit;
}
.vl-single-blg-item-6 .vl-blg-thumb {
  border-radius: 16px;
}
.vl-single-blg-item-6 .vl-blg-content {
  padding: 28px;
  border: 1px solid #ECECEC;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: 0.3s;
}
.vl-single-blg-item-6 .vl-blg-content .title a {
  padding-top: 14px;
  padding-bottom: 20px;
}
.vl-single-blg-item-6 .vl-blg-content-7 {
  background: var(--ztc-text-text-22);
  border-radius: 8px;
  border: transparent;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: -80px;
  position: relative;
}
.vl-single-blg-item-6 .vl-blg-content-7 .title a {
  padding-top: 14px;
  line-height: var(--ztc-specing-height30);
  padding-bottom: 8px;
}
.vl-single-blg-item-6 .vl-blg-content-7 .title a:hover {
  color: var(--ztc-text-text-19);
  transition: 0.3s;
}
.vl-single-blg-item-6 .vl-blg-content-7:hover {
  border: transparent;
}
.vl-single-blg-item-6 .vl-blg-content-7 p {
  padding-top: 0;
}
.vl-single-blg-item-6 .vl-blg-content-7 .read-more:hover {
  color: var(--ztc-text-text-19);
  transition: 0.3s;
}
.vl-single-blg-item-6 .vl-meta {
  margin: 0;
  background: transparent;
  padding: 0;
}
.vl-single-blg-item-6 .vl-meta ul li a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
}
.vl-single-blg-item-6 .vl-blg-thumb img {
  height: 300px;
  border-radius: 16px;
}
.vl-single-blg-item-6 .vl-blg-thumb-7 img {
  height: 320px;
  border-radius: 16px;
}
.vl-single-blg-item-6 .vl-blog-date-7 span {
  background: #fff;
  color: var(--ztc-text-text-20);
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 32px;
  line-height: 32px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 8px;
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-grid;
  transition: 0.3s;
}
.vl-single-blg-item-6 .vl-blog-date-7 span cite {
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  padding-top: 3px;
  color: var(--ztc-text-text-20);
  transition: 0.3s;
}
.vl-single-blg-item-6:hover .vl-meta {
  background: transparent;
  transition: 0.3s;
}
.vl-single-blg-item-6:hover .vl-meta ul li a {
  color: var(--ztc-text-text-3);
}
.vl-single-blg-item-6:hover .vl-meta ul li a .top-minus img {
  filter: none;
}
.vl-single-blg-item-6:hover .vl-blg-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
  border: 1px solid var(--ztc-text-text-1);
}
.vl-single-blg-item-6:hover .vl-blg-content-7 {
  border: transparent;
  background: var(--ztc-text-text-1);
  transition: 0.3s;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.vl-single-blg-item-6:hover .vl-blog-date-7 span {
  background: var(--ztc-text-text-19);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-single-blg-item-6:hover .vl-blog-date-7 span cite {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-single-blg-item-8 .vl-blg-thumb img {
  height: 240px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-single-blg-item-8 .vl-blg-thumb img {
    margin-bottom: 20px;
  }
}
.vl-single-blg-item-8 .vl-blg-content {
  padding-top: 0;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 a span img {
  margin-top: -4px;
  margin-right: 6px;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 a::after {
  position: absolute;
  content: "";
  right: -8px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #E0DED8;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 a:last-child:after {
  display: none;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 .ngo-btn {
  background: transparent;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s;
}
.vl-single-blg-item-8 .vl-blg-content .vl-blog-meta-8 .ngo-btn:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-single-blg-item-8 .vl-blg-content .title a {
  padding-top: 16px;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height34);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-single-blg-item-8 .vl-blg-content .title a {
    font-size: 22px;
    line-height: 30px;
  }
}

.vl-meta ul li a {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.vl-blog-metabox1 {
  background: #F6F4EE;
  border-radius: 8px;
  margin-left: 26px;
  margin-right: 26px;
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.vl-blog-metabox1 ul li {
  display: inline-block;
  margin-right: 16px;
}
.vl-blog-metabox1 ul li:last-child {
  margin-right: 0;
}
.vl-blog-metabox1 a {
  display: block;
  color: #181713;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 12px 16px;
}
.vl-blog-metabox1 a:last-child {
  margin-right: 0;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= BLOG CSS AREA STARTS ===============*/
.vl-blog-2 .vl-section-title-3 .title {
  line-height: var(--ztc-specing-height54);
  padding-top: 28px;
}
@media ((max-width: 767px)) {
  .vl-blog-2 .vl-section-title-3 .title {
    line-height: var(--ztc-specing-height36);
  }
}
.vl-blog-2 .vl-single-blog-box2 {
  position: relative;
  z-index: 1;
}
.vl-blog-2 .vl-single-blog-box2 .thumb {
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-2 .vl-single-blog-box2 .thumb img {
  transition: 0.3s;
}
.vl-blog-2 .vl-single-blog-box2 .thumb .top-img {
  position: absolute;
  right: -14px;
  top: -15px;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-blog-2 .vl-single-blog-box2 .blog-content-box {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 15px;
  }
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .meta-flex {
  display: flex;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .meta-flex .meta {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .meta-flex .meta-icon span {
  margin-right: 4px;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .meta-flex .meta-text {
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
  margin-top: 6px;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .meta-flex .meta-text:hover {
  color: var(--ztc-text-text-10);
  transition: 0.3s;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .title {
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 28px;
  padding-bottom: 16px;
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-blog-2 .vl-single-blog-box2 .blog-content-box .title {
    line-height: var(--ztc-specing-height28);
  }
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .title:hover {
  color: var(--ztc-text-text-10);
  transition: 0.3s;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .para {
  color: var(--ztc-text-text-9);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .learn-more {
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  padding-top: 26px;
  transition: 0.3s;
}
.vl-blog-2 .vl-single-blog-box2 .blog-content-box .learn-more:hover {
  color: var(--ztc-text-text-10);
  transition: 0.3s;
}

.vl-blog3 .vl-section-title3 .title {
  padding-bottom: 0;
  line-height: var(--ztc-specing-height54);
}
@media (max-width: 767px) {
  .vl-blog3 .vl-section-title3 .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-blog3 .vl-single-blog-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog3 .vl-single-blog-item {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .vl-blog3 .vl-single-blog-item {
    margin-left: 0px;
  }
}
.vl-blog3 .vl-single-blog-item .vl-blog-content {
  background: var(--ztc-text-text-11);
  padding: 24px;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .vl-blog3 .vl-single-blog-item .vl-blog-content {
    padding: 14px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.vl-blog3 .vl-single-blog-item .vl-blog-thumb img {
  height: 570px;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-blog3 .vl-single-blog-item .vl-blog-thumb img {
    height: 370px;
  }
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex {
  display: flex;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex .vl-blog-meta-flex {
  display: flex;
  margin-right: 16px;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex .vl-blog-meta-flex .icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex .vl-blog-meta-flex .icon span {
  margin-right: 4px;
  display: block;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex .vl-blog-meta-flex .text .title {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-meta-flex .vl-blog-meta-flex .text .title:hover {
  color: var(--ztc-text-text-12);
  transition: 0.3s;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
  padding-top: 16px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .title {
    line-height: var(--ztc-specing-height30);
  }
}
@media (max-width: 767px) {
  .vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .title {
    line-height: var(--ztc-specing-height30);
  }
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .title:hover {
  color: var(--ztc-text-text-12);
  transition: 0.3s;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .para {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 14px;
  padding-bottom: 25px;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .readmore {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
  display: inline-block;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .readmore span {
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.vl-blog3 .vl-single-blog-item .vl-blog-content .vl-content .readmore:hover {
  color: var(--ztc-text-text-12);
  transition: 0.3s;
}

/*============= BLOG CSS AREA ENDS ===============*/
.vl-blog4 .single-blog {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.vl-blog4 .single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 8px;
  z-index: 1;
}
.vl-blog4 .single-blog .blog-thumb img {
  object-fit: cover;
  height: 462px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .vl-blog4 .single-blog .blog-thumb img {
    height: 100%;
  }
}
.vl-blog4 .single-blog .blog-content {
  background: var(--ztc-text-text-14);
  border-radius: 8px;
  padding: 25px 20px;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 999;
}
.vl-blog4 .single-blog .blog-content .meta-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vl-blog4 .single-blog .blog-content .meta-flex {
    display: block;
  }
}
.vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box {
  margin-right: 16px;
  display: flex;
}
@media (max-width: 767px) {
  .vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box {
    margin-bottom: 20px;
  }
  .vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box:last-child {
    margin-bottom: 0px;
  }
}
.vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box .icon span {
  margin-right: 4px;
  height: 20px;
  width: 20px;
  display: flex;
}
.vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box .icon span img {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box .para {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: block;
  transition: 0.3s;
}
.vl-blog4 .single-blog .blog-content .meta-flex .single-meta-box .para:hover {
  color: var(--ztc-text-text-15);
  transition: 0.3s;
}
.vl-blog4 .single-blog .blog-content .content .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 25px;
  display: block;
  padding-top: 14px;
  transition: 0.3s;
}
.vl-blog4 .single-blog .blog-content .content .title:hover {
  color: var(--ztc-text-text-15);
  transition: 0.3s;
}
.vl-blog4 .single-blog .blog-content .content .readmore {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: block;
  transition: 0.3s;
}
.vl-blog4 .single-blog .blog-content .content .readmore span {
  transform: rotate(-45deg);
  display: inline-block;
}
.vl-blog4 .single-blog .blog-content .content .readmore:hover {
  color: var(--ztc-text-text-15);
  transition: 0.3s;
}
.vl-blog4 .single-blog:hover .blog-thumb img {
  transform: scale(1.1);
  transition: 0.4s;
}
.vl-blog4 .vl-single-blog-item4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.vl-blog4 .vl-single-blog-item4 .meta-flex {
  display: flex;
  align-items: center;
}
.vl-blog4 .vl-single-blog-item4 .meta-flex .single-meta-box {
  margin-right: 14px;
  display: flex;
  align-items: center;
}
.vl-blog4 .vl-single-blog-item4 .meta-flex .single-meta-box .icon span {
  margin-right: 4px;
}
.vl-blog4 .vl-single-blog-item4 .meta-flex .single-meta-box .icon span img {
  margin-right: 4px;
}
.vl-blog4 .vl-single-blog-item4 .meta-flex .single-meta-box .para {
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-blog4 .vl-single-blog-item4 .content .title {
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 14px;
  display: block;
  padding-top: 14px;
  transition: 0.3s;
}
.vl-blog4 .vl-single-blog-item4 .content .title:hover {
  color: var(--ztc-text-text-14);
  transition: 0.3s;
}
.vl-blog4 .vl-single-blog-item4 .content .para {
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: block;
  transition: 0.3s;
  padding-bottom: 21px;
}
.vl-blog4 .vl-single-blog-item4 .content .readmore {
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: block;
  transition: 0.3s;
}
.vl-blog4 .vl-single-blog-item4 .content .readmore span {
  transform: rotate(-45deg);
  display: inline-block;
}
.vl-blog4 .vl-single-blog-item4 .content .readmore:hover {
  color: var(--ztc-text-text-14);
  transition: 0.3s;
}

.vl-blog5 .vl-section-title5 {
  padding-bottom: 48px;
}
.vl-blog5 .vl-section-title5 .title {
  padding-bottom: 0;
}
.vl-blog5 .single-blog-box {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.vl-blog5 .single-blog-box .blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog5 .single-blog-box .blog-thumb img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .vl-blog5 .single-blog-box .blog-thumb img {
    height: 430px;
  }
}
.vl-blog5 .single-blog-box .blog-content {
  background: var(--ztc-text-text-6);
  padding: 24px;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
}
.vl-blog5 .single-blog-box .blog-content .meta-flex {
  display: flex;
}
@media (max-width: 767px) {
  .vl-blog5 .single-blog-box .blog-content .meta-flex {
    display: block;
  }
}
.vl-blog5 .single-blog-box .blog-content .meta-flex .meta-icon-box {
  display: flex;
  padding-bottom: 20px;
  margin-right: 16px;
}
.vl-blog5 .single-blog-box .blog-content .meta-flex .meta-icon-box .icon span img {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
.vl-blog5 .single-blog-box .blog-content .meta-flex .meta-icon-box .text .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}
.vl-blog5 .single-blog-box .blog-content .title {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog5 .single-blog-box .blog-content .title {
    line-height: var(--ztc-specing-height30);
  }
}
.vl-blog5 .single-blog-box .blog-content .para {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 14px;
  padding-bottom: 25px;
}
.vl-blog5 .single-blog-box .blog-content .readmore {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
.vl-blog5 .single-blog-box .blog-content .readmore span {
  transform: rotate(-45deg);
  transition: 0.3s;
  display: inline-block;
}
.vl-blog5 .single-blog-box.active .blog-content {
  transform: translateY(0);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.border-space {
  border-bottom: 1px solid #DDDED7;
  padding-top: 30px;
}

.vl-blog-bg-8 {
  background: var(--ztc-bg-bg-4);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-blog-meta-8 {
    margin-top: 20px;
  }
}

.vl-blog-thumb-9 img {
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-thumb-9 img {
    height: 430px;
  }
}

.vl-blog-content-block-9 {
  background: var(--ztc-text-text-26);
  padding: 32px;
  border-radius: 8px;
  transition: 0.3s;
}
.vl-blog-content-block-9 .vl-meta a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-24);
  transition: 0.3s;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-content-block-9 .vl-meta a {
    display: inline-block;
  }
}
.vl-blog-content-block-9 .vl-meta a:hover {
  color: var(--ztc-text-text-23);
  transition: 0.3s;
}
.vl-blog-content-block-9 .vl-meta a span img {
  margin-top: -4px;
  margin-right: 4px;
}
.vl-blog-content-block-9 .title a {
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height42);
  color: var(--ztc-text-text-24);
  transition: 0.3s;
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-content-block-9 .title a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-specing-height32);
  }
}
.vl-blog-content-block-9 .title a:hover {
  color: var(--ztc-text-text-23);
  transition: 0.3s;
}
.vl-blog-content-block-9 .title-2 a {
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height34);
}
.vl-blog-content-block-9 .title-2 a:hover {
  color: var(--ztc-text-text-23);
  transition: 0.3s;
}
.vl-blog-content-block-9 p {
  color: var(--ztc-text-text-25);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  font-weight: var(--ztc-weight-medium);
  padding-bottom: 32px;
}
.vl-blog-content-block-9 .readmore {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-24);
  transition: 0.3s;
  display: inline-block;
}
.vl-blog-content-block-9 .readmore span {
  transform: rotate(-45deg);
  display: inline-block;
  transition: 0.3s;
}
.vl-blog-content-block-9 .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: 0.3s;
}
.vl-blog-content-block-9 .readmore:hover span {
  transform: rotate(0);
  transition: 0.3s;
}
.vl-blog-content-block-9:hover {
  transition: 0.3s;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.vl-blog-area-10 {
  border-radius: 8px;
  border: 1px solid rgba(16, 22, 8, 0.1);
  background: #FFF;
  transition: 0.3s;
  padding: 20px;
}
.vl-blog-area-10 .vl-blog-thumb {
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.vl-blog-area-10 .vl-blog-thumb img {
  transition: 0.3s;
}
.vl-blog-area-10 .vl-blog-content .vl-meta {
  padding-top: 28px;
  padding-bottom: 18px;
}
.vl-blog-area-10 .vl-blog-content .vl-meta a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-27);
  transition: 0.3s;
  position: relative;
  z-index: 1;
  margin-right: 8px;
  padding-right: 8px;
}
.vl-blog-area-10 .vl-blog-content .vl-meta a span img {
  margin-top: -4px;
  margin-right: 4px;
}
.vl-blog-area-10 .vl-blog-content .vl-meta a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  height: 13px;
  width: 1px;
  background: #021A13;
}
.vl-blog-area-10 .vl-blog-content .vl-meta a:last-child::after {
  display: none;
}
.vl-blog-area-10 .vl-blog-content .title a {
  color: var(--ztc-text-text-27);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font2);
  padding-bottom: 24px;
  transition: 0.3s;
}
.vl-blog-area-10 .vl-blog-content .title a:hover {
  color: var(--ztc-text-text-28);
  transition: 0.3s;
}
.vl-blog-area-10:hover {
  border-radius: 8px;
  border: 1px solid rgba(16, 22, 8, 0.1);
  background: var(--Home-Page-New-5-Gray, #F4F9ED);
  box-shadow: 0px 4px 30px 0px rgba(142, 196, 77, 0.1);
  transition: 0.3s;
}
.vl-blog-area-10:hover .vl-blog-thumb img {
  transform: scale(1.1);
  transition: 0.3s;
}

.vl-blog-inner .vl-single-blg-item:hover .vl-meta {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-blog-inner .vl-single-blg-item:hover .vl-meta ul li a {
  color: var(--ztc-text-text-3);
  transition: 0.3s;
}
.vl-blog-inner .vl-single-blg-item:hover .vl-meta ul li a span img {
  filter: brightness(0);
  transition: 0.3s;
}

.vl-rec-blog-flex {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vl-rec-blog-flex {
    display: block;
  }
}
.vl-rec-blog-flex:last-child {
  margin-bottom: 0px;
}
.vl-rec-blog-thumb {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-rec-blog-thumb {
    margin-bottom: 15px;
  }
}
.vl-rec-blog-thumb img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
  margin-right: 13px;
}
.vl-rec-blog-content .vl-rec-blog-date {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vl-rec-blog-content .vl-rec-blog-date span img {
  height: 16px;
  width: 16px;
}
.vl-rec-blog-content .vl-rec-blog-date .dta-blg {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 2px;
}
.vl-rec-blog-content-heading .tittle a {
  color: var(--ztc-text-text-3);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
.vl-rec-blog-content-heading .tittle a:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}

.vl-tags ul li {
  display: inline-block;
}
.vl-tags ul li a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
  padding: 12px 16px;
  display: inline-block;
  border-radius: 8px;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  margin-right: 14px;
  margin-bottom: 16px;
}
.vl-tags ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}

.vl-blog-grid img {
  height: 70px;
  width: 70px;
  border-radius: 50px;
}

.vl-blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.vl-blog-auth-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .vl-blog-auth-meta {
    display: block;
  }
}
.vl-blog-auth-meta .blg-meta-box span img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-right: 6px;
}
.vl-blog-auth-meta .auth-title {
  color: #514F4C;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.vl-blog-auth-meta .auth-title:hover {
  color: #514F4C;
  transition: 0.3s;
}
.vl-blog-auth-meta span.calender-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.vl-blog-auth-meta .single-meta {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .vl-blog-auth-meta .single-meta {
    margin-bottom: 15px;
  }
}
.vl-blog-auth-meta .single-meta:last-child {
  margin-bottom: 0;
}
.vl-blog-auth-meta .single-meta .blg-meta-box span img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-right: 6px;
}
.vl-blog-auth-meta .single-meta .auth-title {
  color: #514F4C;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.vl-blog-auth-meta .single-meta .auth-title:hover {
  color: #514F4C;
  transition: 0.3s;
}
.vl-blog-auth-meta .single-meta .meta-icon span.calender-icon img {
  height: 20px;
  width: 20px;
}
.vl-blog-auth-meta .single-meta .meta-icon span img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-right: 8px;
}
.vl-blog-auth-meta .single-meta .meta-content .auth-title {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-blog-meta-box ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-meta-box ul li {
    margin-right: 10px;
  }
}
.vl-blog-meta-box ul li::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background: #514F4C;
  top: 10px;
  right: 0;
}
.vl-blog-meta-box ul li:last-child::after {
  display: none;
}
.vl-blog-meta-box ul li a {
  color: #514F4C;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.vl-blog-meta-box ul li a span img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  margin-right: 8px;
}
.vl-blog-meta-box ul li a span .icon {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.vl-blog-meta-box ul li a span.icon {
  height: auto;
  width: 20px;
  display: inline-block;
}

.vl-blg-icon-box .single-blog-box1 {
  background: var(--ztc-bg-bg-4);
  transition: 0.3s;
  border-radius: 8px;
  padding: 24px 20px;
}
.vl-blg-icon-box .single-blog-box1 .title {
  color: var(--ztc-text-text-3);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
.vl-blg-icon-box .single-blog-box1 .para {
  padding-top: 10px;
  color: var(--ztc-text-text-2);
  transition: 0.3s;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-blg-icon-box .single-blog-box1:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}

/*============= FOOTER CSS AREA ===============*/
.vl-footer-bg-1 {
  background: var(--ztc-bg-bg-4);
  padding-top: 240px;
  margin-top: -172px;
}

.vl-footer-widget-1 .vl-footer-logo {
  padding-bottom: 24px;
}
.vl-footer-widget-1 .vl-footer-content {
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-bottom: 32px;
}
.vl-footer-widget-1 .vl-footer-social-1 {
  margin-bottom: 12px;
}
.vl-footer-widget-1 .vl-footer-social-1 ul li {
  display: inline-block;
  list-style: none;
}
.vl-footer-widget-1 .vl-footer-social-1 ul li a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  height: 32px;
  width: 32px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: var(--ztc-specing-height34);
  font-size: var(--ztc-font-size-font-s18);
  transition: 0.3s;
  margin-right: 6px;
}
.vl-footer-widget-1 .vl-footer-social-1 ul li a:hover {
  background: var(--ztc-text-text-4);
}
.vl-footer-widget-1 .vl-footer-social-1-7 ul li a:hover {
  background: var(--ztc-text-text-19);
  color: var(--ztc-text-text-1);
}
.vl-footer-widget-1 .vl-footer-social-1-9 ul li a:hover {
  background: var(--ztc-text-text-23);
  color: var(--ztc-text-text-1);
}
.vl-footer-widget-1 .vl-footer-social-1-10 ul li a {
  background: transparent;
  border: 1px solid rgba(16, 22, 8, 0.1);
}
.vl-footer-widget-1 .vl-footer-social-1-10 ul li a:hover {
  background: var(--ztc-text-text-28);
  color: var(--ztc-text-text-1);
}
.vl-footer-widget-2 .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 24px;
}
.vl-footer-widget-2 .vl-footer-menu ul li {
  list-style: none;
}
.vl-footer-widget-2 .vl-footer-menu ul li a {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: block;
  padding-bottom: 24px;
  transition: 0.3s;
}
.vl-footer-widget-2 .vl-footer-menu ul li a:hover {
  color: var(--ztc-text-text-6);
}
.vl-footer-widget-2 .vl-footer-menu-7 ul li a:hover {
  color: var(--ztc-text-text-19);
}
.vl-footer-widget-2 .vl-footer-menu-9 ul li a:hover {
  color: var(--ztc-text-text-23);
}
.vl-footer-widget-2 .vl-footer-menu-10 ul li a:hover {
  color: var(--ztc-text-text-28);
}
.vl-footer-widget-3 .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 24px;
}
.vl-footer-widget-3 .vl-footer-text a,p {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}
.vl-footer-widget-3 .vl-footer-icon span {
  margin-right: 8px;
}
.vl-footer-widget-3 .vl-footer-icon-list {
  display: flex;
  margin-bottom: 20px;
}

.vl-copyright.copyright-border-1 {
  border-top: 1px solid #E0DED8;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-copyright {
    text-align: center;
  }
}
.vl-copyright-text {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 30px;
}
.vl-copyright-menu {
  text-align: end;
}
@media (max-width: 767px) {
  .vl-copyright-menu {
    text-align: start;
  }
}
.vl-copyright-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.vl-copyright-menu ul li:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 0;
  height: 18px;
  width: 2px;
  background: var(--ztc-text-text-2);
}
.vl-copyright-menu ul li:first-child:after {
  display: none;
}
.vl-copyright-menu ul li a {
  display: block;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 30px;
  margin-left: 28px;
  position: relative;
}
.vl-copyright-menu ul li a:last-child {
  margin-right: 0;
}

.vl-footer-bg-1.vl-footer5 {
  background: var(--ztc-bg-bg-4);
}
.vl-footer-bg-1.vl-footer5 .vl-footer-widget-1 .vl-footer-content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer-bg-1.vl-footer5 .vl-footer-widget-1 .vl-footer-social-1 ul li a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: 0.3s;
}
.vl-footer-bg-1.vl-footer5 .vl-footer-widget-1 .vl-footer-social-1 ul li a:hover {
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-footer-bg-1.vl-footer5 .vl-copyright {
  border-top: 1px solid #E0DED8;
  padding-top: 25px;
  margin-top: 18px;
}
.vl-footer-bg-1.vl-footer5 .vl-copyright .vl-copyright-menu ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-footer-bg-1.vl-footer5 .vl-footer-widget-3 .vl-footer-icon-list .vl-footer-text a:hover {
  color: var(--ztc-text-text-6);
  transition: 0.3s;
  padding-left: 3px;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.commingsoon {
  height: 280px !important;
  width: 100%;
  object-fit: cover;
  filter: blur(5px);
  border-radius: 4px;
}

.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
  background-color: var(--ztc-text-text-17) !important;

}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 15rem;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 42%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 25%;
  right: 25%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 6px 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.primary-btn-10 {
  background: var(--ztc-text-text-28);
  border-radius: 8px;
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.primary-btn-10 span {
  background: transparent;
  transform: rotate(0deg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -160px;
  width: 1100px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-3) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage1-body .header-area.homepage1.homepage8 {
  position: relative;
}
.homepage1-body .header-area.homepage1.homepage8.mt-16 {
  margin-top: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  /* -webkit-animation-name: fade-in-down; */
  /* animation-name: fade-in-down; */
  /* -webkit-animation-duration: 1s; */
  /* animation-duration: 1s; */
  /* -webkit-animation-fill-mode: forwards; */
  /* animation-fill-mode: forwards; */
  background: var(--ztc-text-text-1);
  /* transition: all 0.4s; */
}

.header-area.homepage8.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* transform: translate3d(0, 0, 0); */
  z-index: 111;
  /* -webkit-animation-name: fade-in-down; */
  /* animation-name: fade-in-down; */
  /* -webkit-animation-duration: 1s; */
  /* animation-duration: 1s; */
  /* -webkit-animation-fill-mode: forwards; */
  /* animation-fill-mode: forwards; */
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage1.header-9.sticky {
  top: 0;
}

/*============= HEADER CSS AREA ENDS ===============*/
.vl-header-top {
  background: var(--ztc-bg-bg-2);
}
.vl-header-top-content {
  display: flex;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 16px;
  padding-bottom: 16px;
}
.vl-header-top-content p {
  margin-right: 8px;
}
.vl-header-top-content .top-contact {
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-bold);
}
.vl-header-top-content .top-contact-8 {
  color: var(--ztc-text-text-1);
  text-decoration: underline;
}
.vl-header-top-icbox {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.vl-header-top-icbox:last-child {
  margin-right: 0;
}
.vl-header-top-icbox .top-icon span {
  margin-right: 6px;
}
.vl-header-top-icbox .top-content a {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-weight: var(--ztc-weight-semibold);
}
.vl-header-top-icon {
  display: flex;
  justify-content: end;
}
.vl-header-top-8 {
  background: var(--ztc-text-text-3);
}

.header-elements.header-elements-1 .header-btn1::after {
  background: var(--ztc-text-text-1);
  transition: 0.3s;
}
.header-elements.header-elements-1 .header-btn1.header-btn8::after {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-3);
  transition: 0.3s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-elements.header-elements-1 .header-btn1:hover {
  color: var(--ztc-text-text-3);
  transition: 0.3s;
}

.header-elements.header-elements-1 .header-btn1:hover span {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}

/*============= HEADER CSS AREA ENDS ===============*/
.commingsoon {
  height: 280px !important;
  width: 100%;
  object-fit: cover;
  filter: blur(5px);
  border-radius: 4px;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1.header-3 {
  position: relative;
}
/* .homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
} */
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  margin-bottom: 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:last-child {
  margin: 0;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: translateY(-50%);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 10%;
  right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    left: 2%;
    right: 2%;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  padding: 8px 8px 8px 12px;
  background: var(--ztc-text-text-4);
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
    padding: 6px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn9 {
  background: var(--ztc-text-text-23);
  border-radius: 8px;
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn9 span {
  background: transparent;
  transform: rotate(0deg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn1-7 {
  background: var(--ztc-text-text-19);
  border-radius: 8px;
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn1-7 span {
  background: transparent;
  transform: rotate(0deg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.btn6 {
  padding: 17px 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn2 {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn3 {
  background: var(--ztc-text-text-12);
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn4 {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1.header-btn5 {
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 span {
  height: 36px;
  width: 36px;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  display: inline-block;
  line-height: 36px;
  border-radius: 50px;
  transform: rotate(-45deg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  transform: translateY(-5px);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 85px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 85px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
  padding-top: 33px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    padding: 0 12px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -304px;
  width: 1284px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    left: -148px;
    width: 940px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu-7 {
  left: -275px;
  width: 1292px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu-9 {
  left: -267px;
  width: 1271px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-3);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-3);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li .tp-submenu {
  left: -268px;
  width: 1298px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li a {
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li a::after {
  background: var(--ztc-text-text-8) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li a:hover {
  color: var(--ztc-text-text-1) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li a:hover::after {
  background: var-(--ztc-text-text-8) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-2 ul li:hover > a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-3 ul li .tp-submenu {
    left: -295px;
    width: 1322px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-3 ul li a {
  color: var(--ztc-text-text-11);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-3 ul li a::after {
  background: var(--ztc-text-text-12) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-3 ul li a:hover::after {
  background: var(--ztc-text-text-12) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-3 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-12) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-4 ul li a {
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-4 ul li a::after {
  background: var(--ztc-text-text-14) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-4 ul li a:hover::after {
  background: var(--ztc-text-text-14) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-4 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-5 ul li .tp-submenu {
    left: -287px;
    width: 1288px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-5 ul li a {
  color: var(--ztc-text-text-3);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-5 ul li a::after {
  background: var(--ztc-text-text-6) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-5 ul li a:hover::after {
  background: var(--ztc-text-text-6) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-5 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-6) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-7 ul li .tp-submenu {
    left: -287px;
    width: 1288px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-7 ul li a {
  color: var(--ztc-text-text-20);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-7 ul li a::after {
  background: var(--ztc-text-text-6) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-7 ul li a:hover::after {
  background: var(--ztc-text-text-19) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-7 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-19) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li .tp-submenu {
    left: -287px;
    width: 1288px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li a {
  color: inherit;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li a.active {
  color: #F7A50A;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li a::after {
  background-color: #F7A50A; /* yellow */
    transition: width 0.3s ease;
    content: '';
    bottom: 15px;
  /* background: var(--ztc-text-text-3) !important; */
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li a:hover::after {
  /* background: var(--ztc-text-text-3) !important; */
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-8 ul li:hover > a {
      transition: all 0.4s;
    color: #F7A50A !important;
    /* padding: 15px;
    border-radius: 23px;
    background-color: beige; */
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-9 ul li .tp-submenu {
    left: -287px;
    width: 1288px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-9 ul li a {
  color: var(--ztc-text-text-1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-9 ul li a::after {
  background: var(--ztc-text-text-24) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-9 ul li a:hover::after {
  background: var(--ztc-text-text-24) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-9 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-1) !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .homepage1-body .header-area.homepage1 .header-elements .main-menu-10 ul li .tp-submenu {
    left: -287px;
    width: 1288px;
  }
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-10 ul li a {
  color: var(--ztc-text-text-27);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-10 ul li a::after {
  background: var(--ztc-text-text-24) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-10 ul li a:hover::after {
  background: var(--ztc-text-text-28) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu-10 ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-28) !important;
}
.homepage1-body .header-area.homepage1 .header-elements.header-elements-3 {
  margin: 0 50px;
}
.homepage1-body .header-area.homepage1-8 {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu.main-menu-2 ul li ul.dropdown-padding li a {
  color: var(--ztc-text-text-8) !important;
}

.homepage1-body .header-area.homepage1.header-3.sticky {
  position: fixed;
  background: var(--ztc-bg-bg-6);
  top: -20px;
}
.homepage1-body .header-area.homepage1.header-3.sticky .header-elements-3 {
  background: var(--ztc-bg-bg-6);
  padding: 0px;
  border-radius: 8px;
}

.homepage1-body .header-area.homepage1.header5.sticky {
  position: fixed;
  background: var(--ztc-bg-bg-1);
  top: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:last-child {
  margin: 0;
}

.header-elements-1 {
  border-radius: 84px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  padding: 0px 20px;
}
.header-elements-3 {
  background: var(--ztc-bg-bg-6);
  padding: 0px 20px;
  border-radius: 8px;
}
.header-elements-4 {
  border-radius: 84px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
}
.header-elements-8 {
  padding: 0;
}

.header-elements.header-elements-1.header-elements-1-8 {
  padding: 0;
  border: inherit;
  background: inherit;
  backdrop-filter: inherit;
  border-radius: inherit;
}

.homepage1-8.mt-16 {
  margin-top: 0;
}

.homemenu-thumb .title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 20px;
}

.header-area.homepage1.sticky .header-elements-1 {
  border-radius: 84px;
  border: inherit;
  background: inherit;
  backdrop-filter: inherit;
  padding: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0; /* Changed from -16px to 0 to prevent a gap or jump */
  left: 0;
  width: 100%;
  z-index: 111;
  -webkit-animation: none !important;
  animation: none !important;  
  transition: none !important;  
  transform: none !important;
  background: var(--ztc-text-text-3);
}
.header-area.homepage1.sticky.header-area2 {
  background: var(--ztc-text-text-10);
  top: 0;
}

.header-area.homepage1.homepage1-8.sticky {
  top: 0;
  background: var(--ztc-text-text-17) !important;
}

.header-area.homepage1.header-10.sticky {
  top: 0;
  background: var(--ztc-text-text-29);
}

.header-area.header-7.homepage1.sticky {
  background: var(--ztc-text-text-1);
  margin-top: 16px;
}

.homepage1-body .header-area.homepage1.header5 {
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #FFF;
  backdrop-filter: blur(14px);
}
.homepage1-body .header-area.homepage1.header5 .header-elements-1 {
  border-radius: 0px;
  border: transparent;
  background: transparent;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: inherit;
}
.homepage1-body .header-area.homepage1.header5 .header-elements-2 {
  border-bottom: 1px solid #67398B;
}

.header-elements.header-elements-2 {
  border-bottom: 1px solid #67398B;
}

.header-area.header4.homepage1.header.header-sticky.sticky {
  top: -20px;
}

.header-area.homepage1.sticky.header-area2 .header-elements.header-elements-2 {
  border: inherit;
}

.header-area.homepage8.sticky {
  position: fixed;
  top: -16px;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-area.homepage8.sticky .vl-header-top-8 {
  display: none;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.vl-work5 {
  background: var(--ztc-text-text-3);
}
.vl-work5 .vl-work-content .vl-section-title5 .subtitle {
  color: var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
}
.vl-work5 .vl-work-content .vl-section-title5 .title {
  color: var(--ztc-text-text-1);
}
.vl-work5 .vl-work-content .vl-section-title5 .para {
  color: rgba(255, 255, 255, 0.8);
}
.vl-work5 .vl-work-content .vl-work-thumb {
  margin-top: 48px;
}
.vl-work5 .vl-work-content .vl-work-thumb img {
  border-radius: 8px;
  height: 350px;
  object-fit: cover;
}
.vl-work5 .vl-single-work-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 27px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.vl-work5 .vl-single-work-box.active {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-work5 .vl-single-work-box .work-box-flx {
  display: flex;
}
@media (max-width: 767px) {
  .vl-work5 .vl-single-work-box .work-box-flx {
    display: block;
  }
}
.vl-work5 .vl-single-work-box .work-box-flx .num span {
  color: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s60);
  line-height: var(--ztc-specing-height60);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin-right: 22px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .vl-work5 .vl-single-work-box .work-box-flx .num span {
    display: block;
    margin-bottom: 20px;
  }
}
.vl-work5 .vl-single-work-box .work-box-flx .content .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
  padding-bottom: 16px;
}
@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-work5 .vl-single-work-box .work-box-flx .content .title {
    line-height: var(--ztc-specing-height30);
  }
}
.vl-work5 .vl-single-work-box .work-box-flx .content .para {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}
.vl-work5 .ttsingle-box {
  background: red;
  padding: 28px;
  text-align: center;
}
.vl-work5 .ttsingle-box.active {
  background: green;
}

.vl-work-thumb-wrap-6 .vl-work-thumb-1 img {
  height: 322px;
  object-fit: cover;
  border-radius: 16px;
}

.vl-work-iconbox-6 {
  background: var(--ztc-text-text-17);
  border-radius: 8px;
  padding: 32px 24px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-work-iconbox-6 {
    padding: 20px;
  }
}
.vl-work-iconbox-6 .vl__work-icon {
  display: inline-block;
}
.vl-work-iconbox-6 .vl__work-icon span {
  background: var(--ztc-text-text-1);
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.vl-work-iconbox-6 .vl__work-icon-num-top span {
  background: var(--ztc-bg-bg-3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: var(--ztc-text-text-3);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.vl-work-iconbox-6 .vl__work-content .title a {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 24px;
  padding-bottom: 16px;
  transition: 0.3s;
  display: inline-block;
}
.vl-work-iconbox-6 .vl__work-content p {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-18);
  transition: 0.3s;
}
.vl-work-iconbox-6:hover {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}
.vl-work-iconbox-6:hover .vl__work-icon span {
  transform: rotateY(-180deg);
  transition: 0.3s;
}
.vl-work-iconbox-6:hover .vl__work-content .title a {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}
.vl-work-iconbox-6:hover .vl__work-content p {
  color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}

.vl-work-icon-box-10 {
  border-radius: 8px;
  border: 1px solid rgba(16, 22, 8, 0.1);
  transition: 0.3s;
  padding: 28px 24px;
  position: relative;
}
.vl-work-icon-box-10 .icon span {
  background: #F4F9ED;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  transition: 0.3s;
}
.vl-work-icon-box-10 .number span {
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-weight: var(--ztc-weight-bold);
  color: #E7E8E6;
  font-family: var(--ztc-family-font2);
  position: absolute;
  top: 28px;
  right: 24px;
  transition: 0.3s;
}
.vl-work-icon-box-10 .title a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-27);
  padding-top: 32px;
  padding-bottom: 16px;
  transition: 0.3s;
  display: inline-block;
}
.vl-work-icon-box-10 p {
  color: #51544D;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  font-weight: var(--ztc-weight-medium);
}
.vl-work-icon-box-10:hover {
  background: var(--ztc-text-text-29);
  transition: 0.3s;
  border: 1px solid var(--ztc-text-text-29);
}
.vl-work-icon-box-10:hover .icon span {
  background: #F4F9ED;
  transition: 0.3s;
}
.vl-work-icon-box-10:hover .number span {
  color: var(--ztc-text-text-27);
  transition: 0.3s;
}

.vl-work-text-10 p {
  float: right;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.vl-team-bg-1 {
  background: var(--ztc-bg-bg-4);
}
.vl-team-section-title .vl-section-title-1 .subtitle {
  background: var(--ztc-bg-bg-1);
}





/*============= CONTACT CSS AREA ===============*/
.vl-contact2 .vl-section-title-3 .title {
  line-height: var(--ztc-specing-height54);
  padding-top: 28px;
}
@media (max-width: 767px) {
  .vl-contact2 .vl-section-title-3 .title {
    line-height: var(--ztc-specing-height36);
  }
}
.vl-contact2 .vl-contact-box {
  background: var(--ztc-text-text-8);
  border-radius: 8px;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .vl-contact2 .vl-contact-box {
    padding: 25px;
  }
}
.vl-contact2 .vl-contact-box .topcontent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.vl-contact2 .vl-contact-box .topcontent .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 20px;
}
.vl-contact2 .vl-contact-box .topcontent p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-contact2 .vl-contact-box .icon-list-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vl-contact2 .vl-contact-box .icon-list-flex {
    display: block;
  }
}
.vl-contact2 .vl-contact-box .icon-list-flex .icon span {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  margin-right: 24px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .vl-contact2 .vl-contact-box .icon-list-flex .icon span {
    margin-bottom: 20px;
  }
}
.vl-contact2 .vl-contact-box .icon-list-flex .content .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
  transition: 0.3s;
}
.vl-contact2 .vl-contact-box .icon-list-flex .content .para1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}
.vl-contact2 .vl-contact-box .box-hover {
  margin-bottom: 40px;
}
.vl-contact2 .vl-contact-box .box-hover:last-child {
  margin-bottom: 0;
}
.vl-contact2 .vl-contact-box .box-hover:hover .icon-list-flex .icon span {
  background: #fff;
  transition: 0.3s;
}
.vl-contact2 .vl-contact-box .box-hover:hover .icon-list-flex .icon span img {
  filter: brightness(0);
  transition: 0.3s;
}
.vl-contact2 .vl-contact-box2 {
  border-radius: 8px;
  border: 1px solid rgba(23, 8, 34, 0.1);
  background: var(--ztc-text-text-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-contact2 .vl-contact-box2 {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .vl-contact2 .vl-contact-box2 {
    padding: 25px;
    margin-left: 0px;
  }
}
.vl-contact2 .vl-contact-box2 .title {
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
}
.vl-contact2 .vl-contact-box2 .para1 {
  color: var(--ztc-text-text-9);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-bottom: 24px;
}
.vl-contact2 .vl-contact-box2 .vl-about-btn {
  padding-top: 28px;
}
.vl-contact2 .vl-form2 input {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 24px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--ztc-text-text-1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-contact2 .vl-form2 input::placeholder {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-contact2 .vl-form2 textarea {
  padding-left: 16px;
  padding-right: 16px;
  height: 122px;
  border: 1px solid #E6E6E6;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.vl-contact2 .vl-form2 textarea::placeholder {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-contact2 .vl-form2 .nice-select.wide.vl-select {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.vl-contact2 .vl-form2 .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
}
.vl-contact2 .vl-form2 .nice-select.wide {
  height: 48px;
}
.vl-contact2 .vl-form2 .nice-select:after {
  height: 8px;
  width: 8px;
}
.vl-contact2 .vl-form2 .nice-select:active, .vl-contact2 .vl-form2 .nice-select.open, .vl-contact2 .vl-form2 .nice-select:focus {
  border-color: 1px solid #E6E6E6;
}
.vl-contact2 .vl-form2 .vl-select span.current {
  font-size: 16px;
  line-height: 16px;
  color: var(--ztc-text-text-2);
  font-weight: 600;
}

.vl-contact3 {
  background: var(--ztc-bg-bg-7);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.vl-contact3 .shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.vl-contact3 .vl-section-title3 .subtitle {
  background: var(--ztc-text-text-1);
}
.vl-contact3 .vl-section-title3 .title {
  line-height: var(--ztc-specing-height54);
  padding-top: 16px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .vl-contact3 .vl-section-title3 .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-contact3 .vl-contact-icon-box {
  background: var(--ztc-text-text-11);
  border-radius: 8px;
  padding: 32px;
}
.vl-contact3 .vl-contact-icon-box .vl-top-content {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.vl-contact3 .vl-contact-icon-box .vl-top-content .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
.vl-contact3 .vl-contact-icon-box .vl-top-content .para {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 20px;
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex:last-child {
  margin-bottom: 0;
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex .vl-icon span {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  transition: 0.3s;
  border-radius: 50px;
  margin-right: 24px;
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex .vl-text .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex .vl-text .para {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-contact3 .vl-contact-icon-box .vl-icon-box-flex:hover .vl-icon span {
  background: var(--ztc-text-text-12);
  transition: 0.3s;
}
.vl-contact3 .vl-contact-from3 {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin-left: 50px;
}
@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-contact3 .vl-contact-from3 {
    margin-left: 0px;
  }
}
.vl-contact3 .vl-contact-from3 .title {
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
}
.vl-contact3 .vl-contact-from3 .para {
  color: var(--ztc-text-text-13);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-bottom: 24px;
}
.vl-contact3 .vl-contact-from3 .vl-form3 input {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #46475F;
}
.vl-contact3 .vl-contact-from3 .vl-form3 input::placeholder {
  color: var(--ztc-text-text-13);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.vl-contact3 .vl-contact-from3 .vl-form3 textarea {
  font-size: 16px;
  line-height: 16px;
  color: #46475F;
  font-weight: 600;
}
.vl-contact3 .vl-contact-from3 .vl-form3 textarea::placeholder {
  color: var(--ztc-text-text-13);
  font-weight: 600;
}
.vl-contact3 .vl-contact-from3 .vl-form3 select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 24px;
  color: var(--ztc-text-text-13);
}
.vl-contact3 .vl-contact-from3 .vl-form3 select:focus {
  outline: none;
}
.vl-contact3 .vl-contact-from3 .vl-form3 select::placeholder {
  color: var(--ztc-text-text-13);
}
.vl-contact3 .vl-contact-from3 .vl-form3 textarea {
  height: 122px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding-left: 16px;
  padding-right: 16px;
  color: var(--ztc-text-text-13);
}
.vl-contact3 .vl-contact-from3 .vl-form3 textarea::placeholder {
  color: var(--ztc-text-text-13);
}
.vl-contact3 .vl-contact-from3 .vl-form3 button.primary-btn-3 {
  margin-top: 30px;
}
.vl-contact3 .nice-select.wide {
  width: 100%;
  height: 48px;
}
.vl-contact3 .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.vl-contact-section-inner .vl-section-content .section-title .subtitle {
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  border-radius: 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding: 8px 12px;
}
.vl-contact-section-inner .vl-section-content .section-title .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height54);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}
.vl-contact-section-inner .vl-section-content .section-title .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=text],
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=email],
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=tel],
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=number],
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=password],
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=url],
.vl-contact-section-inner .vl-section-content .vl-form-inner textarea {
  outline: none;
  background-color: #fff;
  height: 48px;
  width: 100%;
  line-height: 48px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #E0E2E3;
  border-radius: 8px;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 16px;
  padding-top: 0;
}
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=text]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=email]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=tel]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=number]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=password]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=url]::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner textarea::placeholder {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 16px;
}
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=text]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=email]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=tel]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=number]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=password]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner input[type=url]:focus::placeholder,
.vl-contact-section-inner .vl-section-content .vl-form-inner textarea:focus::placeholder {
  opacity: 0;
}
.vl-contact-section-inner .vl-section-content .vl-form-inner textarea {
  height: 120px;
}
.vl-contact-section-inner .vl-section-content .vl-form-inner .nice-select.wide.vl-select {
  height: 48px;
  margin-bottom: 16px;
}
.vl-contact-section-inner .vl-section-content .vl-form-inner .nice-select.wide.vl-select::placeholder {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-contact-section-inner .vl-section-content .vl-form-inner .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.vl-contact-section-inner .vl-maps iframe.vl-contact-maps {
  width: 100%;
  height: 656px;
  border-radius: 8px;
}

.nice-select.wide.vl-select span.current {
  font-size: 16px;
  line-height: 16px;
  color: var(--ztc-text-text-2);
  font-weight: 600;
  padding-top: 15px;
  display: inline-block;
}

.nice-select.wide.vl-select {
  border: 1px solid #E8E8E7;
  border-radius: 8px;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
}

.vl-icon-box-inner .iconbox {
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-icon-box-inner .iconbox {
    padding: 28px;
  }
}
.vl-icon-box-inner .iconbox .icon-box-flex {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.vl-icon-box-inner .iconbox .icon-box-flex .icon span {
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 8px;
  line-height: 80px;
  text-align: center;
  background: var(--ztc-text-text-3);
  margin-right: 24px;
  transition: 0.3s;
}
.vl-icon-box-inner .iconbox .icon-box-flex .icon span img {
  transition: 0.3s;
}
.vl-icon-box-inner .iconbox .icon-box-flex .icon-content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  /* padding-bottom: 16px; */
}
.vl-icon-box-inner .iconbox .icon-box-flex .icon-content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s22);
  line-height: var(--ztc-specing-height22);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 5px;
}
.vl-icon-box-inner .iconbox .contact-number {
  padding-top: 32px;
  border-top: 2px solid #fff;
  position: relative;
  z-index: 1;
}
.vl-icon-box-inner .iconbox .contact-number:after {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  height: 2px;
  width: 100px;
  background: var(--ztc-text-text-4);
}
.vl-icon-box-inner .iconbox .contact-number .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-icon-box-inner .iconbox.active .icon-box-flex .icon span {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-icon-box-inner .iconbox.active .icon-box-flex .icon span img {
  filter: brightness(0);
  transition: 0.3s;
}

.vl-contact-area-thumb-8 img {
  height: 644px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .vl-contact-area-thumb-8 img {
    height: 330px;
  }
}

.vl-contact-inner-box-8 {
  padding: 32px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}
.vl-contact-inner-box-8 .title {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
}
.vl-contact-inner-box-8 p {
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height26);
  padding-bottom: 24px;
}

.vl-contact-form-wrap-box-8 input[type=text],
.vl-contact-form-wrap-box-8 input[type=email],
.vl-contact-form-wrap-box-8 input[type=number],
.vl-contact-form-wrap-box-8 textarea {
  height: 48px;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  border: inherit;
  margin-bottom: 24px;
}
.vl-contact-form-wrap-box-8 input[type=text]::placeholder,
.vl-contact-form-wrap-box-8 input[type=email]::placeholder,
.vl-contact-form-wrap-box-8 input[type=number]::placeholder,
.vl-contact-form-wrap-box-8 textarea::placeholder {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
}
.vl-contact-form-wrap-box-8 textarea {
  height: 160px;
}
.vl-contact-form-wrap-box-8 .nice-select.wide.vl-select {
  border-radius: 8px;
  height: 48px;
  border: inherit;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}
.vl-contact-form-wrap-box-8 .nice-select:after {
  height: 7px;
  width: 7px;
}

.vl-contact-icon-box-8 {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.vl-contact-icon-box-8 .icon span {
  background: var(--ztc-bg-bg-2);
  transition: 0.3s;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 14px;
}
.vl-contact-icon-box-8 .content-block .title {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font2);
  padding-bottom: 14px;
  text-transform: capitalize;
}
.vl-contact-icon-box-8 .content-block a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
}
.vl-contact-icon-box-8:hover {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
}
.vl-contact-icon-box-8:hover .icon span {
  background: var(--ztc-text-text-3);
  transition: 0.3s;
  transform: rotateY(-180deg);
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.vl-cta-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.vl-cta-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #181713;
  opacity: 0.5;
}
.vl-cta-content {
  padding-top: 70px;
  padding-bottom: 66px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-cta-content {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .vl-cta-content {
    padding: 20px;
  }
}
.vl-cta-content .title {
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-cta-content .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}
@media (max-width: 767px) {
  .vl-cta-content .title {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-specing-height40);
  }
}
.vl-cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-top: 16px;
  padding-bottom: 28px;
}
.vl-cta-form {
  width: 370px;
  position: relative;
}
@media (max-width: 767px) {
  .vl-cta-form {
    width: 100%;
  }
}
.vl-cta-form input[type=email] {
  border-radius: 50px;
  height: 64px;
}
.vl-cta-form input[type=email]::placeholder {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-cta-btn {
  background: var(--ztc-text-text-7);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.vl-cta-btn span {
  background: #fff;
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  transform: rotate(-45deg);
}
.vl-cta-shap {
  position: absolute;
}
.vl-cta-shap .shap-1 {
  left: 0;
}
.vl-cta-shap .shap-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.vl-cta-shap.shap-2 {
  right: 0;
  bottom: 0;
}

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

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


.vl-banner-area-6 {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.vl-banner-area-6::after {
  position: absolute;
  content: "";
  background: rgb(66 65 59 / 64%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.vl-hero-bg-6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 168px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-hero-bg-6 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-hero-bg-6 {
    padding-top: 100px;
  }
}

.vl-hero-shape-6 {
  position: absolute;
}
.vl-hero-shape-6.shape-1 {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
  width: 100%;
}
.vl-hero-shape-6.shape-1 img {
  width: 100%;
}
.vl-hero-shape-6.shape-2 {
  z-index: 11;
}
.vl-hero-shape-6.shape-3 {
  z-index: 11;
  bottom: 0;
  right: 20px;
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-hero-shape-6.shape-3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
} */

@media only screen and (max-width: 1199px) {
  .vl-hero-shape-6.shape-3 {
    display: none;
  }
}

.vl-hero-shape-6.shape-4 {
  z-index: 11;
  bottom: 34px;
  /* right: 20px; */
  right: 12.5rem;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .vl-hero-shape-6.shape-4 {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-hero-shape-6.shape-4 {
    position: relative;
    left: 0;
    text-align: center;
  }
}


@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}



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


.fix {
  overflow: hidden;
}



.vl-about5 .vl-about-content .vl-sm-thumb img {
  border-radius: 8px;
  height: 350px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-about5 .vl-about-content .vl-sm-thumb img {
    height: 300px;
  }
}
.vl-about5 .vl-about-content .vl-sm-thumb2 img {
  border-radius: 8px;
  height: 300px;
  object-fit: cover;
}
.vl-about5 .vl-about-content2 .large-thumb img {
  border-radius: 8px;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .vl-about5 .vl-about-content2 .large-thumb img {
    height: 100%;
  }
}
.vl-about5 .vl-about-content2 .content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding-bottom: 30px;
}
.vl-about5 .vl-about-content2 .content .icon-list-box ul li {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
}
.vl-about5 .vl-about-content2 .content .icon-list-box ul li:last-child {
  margin-bottom: 0;
}
.vl-about5 .vl-about-content2 .content .icon-list-box ul li span {
  height: 22px;
  width: 22px;
  background: var(--ztc-text-text-6);
  display: inline-block;
  text-align: center;
  color: var(--ztc-text-text-1);
  border-radius: 50px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 6px;
}
.vl-about5 .vl-about-content2 .content .icon-list-box.box2 ul li {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
}
.vl-about5 .vl-about-content2 .content .icon-list-box.box2 ul li:last-child {
  margin-bottom: 0;
}
.vl-about5 .vl-about-content2 .content .icon-list-box.box2 ul li span {
  height: 22px;
  width: 22px;
  background: var(--ztc-text-text-4);
  display: inline-block;
  text-align: center;
  color: var(--ztc-text-text-3);
  border-radius: 50px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 6px;
}
.vl-about5 .vl-about-content2 .content .btn5 .btn-priamry1 {
  margin-top: 32px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}


.vl-about-icon-box.vl-about-icon-box8 {
  margin-right: 0;
}

.vl-about-thumb-wrap-box-8 {
  position: relative;
  z-index: 1;
}


.vl-about-mission-bg {
  background: var(--ztc-bg-bg-4);
}
.vl-about-mission-bg .mission-content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-about-mission-bg .mission-content .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height34);
  }
}
.vl-about-mission-bg .mission-content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}
.vl-about-mission-bg .icon-list-box ul li {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: block;
  padding-bottom: 16px;
}
.vl-about-mission-bg .icon-list-box ul li:last-child {
  padding-bottom: 0;
}
.vl-about-mission-bg .icon-list-box ul li span {
  background: var(--ztc-text-text-4);
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  font-size: 10px;
  margin-right: 6px;
  font-weight: 700;
}


.button {
  border-radius: 50px;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 18px;
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
}
.button span img {
  height: 18px;
  width: 18px;
}

.button.selected {
  background-color: #ffcc33;
  color: black;
  font-weight: bold;
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181713;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  gap: 5px;
  font-weight: 700;
  transition: 0.3s;
  margin-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-button {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .custom-button {
    margin-left: 0px;
  }
}
.custom-button span {
  background: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
.custom-button span img {
  margin-top: -3px;
}

.custom-button:hover {
  background-color: #FBD459;
  transition: 0.3s;
}
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */
/* ************************************ */

.event-bg-flex {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  justify-content:  flex-start;
  margin-bottom: 50px;
  transition: 0.3s;
  overflow: hidden;
  position:relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-bg-flex {
    display: block;
  }
  .event-content{
    margin-left: 0 !important;
  }
}
/* @media (max-width: 767px) {
  .event-bg-flex {
    padding: 20px;
  }
} */
.event-bg-flex:last-child {
  margin-bottom: 0;
}
.event-bg-flex .event-date {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-bg-flex .event-date {
    text-align: start;
  }
}
.event-bg-flex .event-date:after {
  position: absolute;
  content: "";
  height: 200px;
  width: 4px;
  background: #fff;
  left: 120px;
  top: 0;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-bg-flex .event-date:after {
    display: none;
  }
}
.event-bg-flex .event-date .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 16px;
  display: block;
}
.event-bg-flex .event-date .year {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: block;
}
.event-bg-flex .event-content {
  position: relative;
  z-index: 1;
  margin-left: 9rem;
}
.event-bg-flex .event-content .event-meta .para {
  display: inline-block;
  color: var(--ztc-text-text-2);
  padding: 8px 12px;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: 0.3s;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-bg-flex .event-content .event-meta .para {
    margin-top: 18px;
  }
}
.event-bg-flex .event-content .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
@media (max-width: 767px) {
  .event-bg-flex .event-content .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-specing-height30);
  }
  .event-bg-flex .event-content .para {
  font-size: var(--ztc-font-size-font-s14) !important;

  }
}
.event-bg-flex .event-content .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}
.event-bg-flex .event-content .details {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
.event-bg-flex .event-content .details span {
  transform: rotate(-45deg);
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .event-bg-flex .event-content .details {
    margin-bottom: 18px;
  }
}
.event-bg-flex .event-thumb img {
  border-radius: 8px;
}
.event-bg-flex.active {
  /* background: var(--ztc-text-text-4); */
  transition: 0.3s;
  overflow: hidden;
}
.event-bg-flex.active .event-date:after {
  background: #E3C059;
}
.event-bg-flex.active .event-content {
  position: relative;
  z-index: 1;
  margin-left: 9rem;
}
.event-bg-flex.active .event-content .event-meta .para {
  display: inline-block;
  color: var(--ztc-text-text-2);
  padding: 8px 12px;
  background: #E4C152;
  border-radius: 8px;
  transition: 0.3s;
}


.theme-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.theme-pagination ul li a {
  background: #F6F4EE;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 700;
  color: #181713;
  font-size: 20px;
  transition: 0.3s;
}
.theme-pagination ul li a.active {
  background: #FBD459;
  transition: 0.3s;
}
.theme-pagination ul li a:hover {
  background: #FBD459;
  transition: 0.3s;
}

.vl-donate-form-wrap-iner-top p{
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-specing-height26);
  font-family: var(--ztc-family-font2);
}
.meta{
  position: relative;
}
.meta::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 2px;
    background-color: #e0e0e0;
}
.home-event-meta {
    position: relative;
}

.home-event-meta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 2px;
    background-color: #e0e0e0;
}
.text-center{
  text-align: center;
}
.join-btn{
  background: var(--ztc-text-text-4);
  border-radius: 8px;
  color: var(--ztc-text-text-24);
  padding: 14px 24px;
  font-size: var(--ztc-font-size-font-s20);
  border-radius: 18px;
  font-weight: var(--ztc-weight-semibold);
}
.join-btn:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-3);
  transition: 0.3s;
}
.join-btn:hover span {
  color: var(--ztc-text-text-2);
}
.join-btn:hover:after {
  transform: scaleX(1);
  transition: 0.5s;
}

.store-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.iconbox .section-title .title{
    color: var(--ztc-text-text-3);
    font-size: var(--ztc-font-size-font-s44);
    line-height: var(--ztc-specing-height54);
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-bold);
    /* padding-top: 16px; */
    padding-bottom: 16px;
}
.para{
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-specing-height28);
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-semibold);
}

/* Section base */
.how-it-works {
    background: url('/storage/home/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

/* Title */
.how-title {
    text-align: center;
    /* margin-bottom: 60px; */
}

.how-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.how-title h2::before,
.how-title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #4caf50;
}

.subtitle {
    margin-top: 12px;
    font-size: 16px;
    color: #6b7280;
}
/* what is rotary section */
.rotary {
    padding: 65px 30px;
    position: relative;
    background: #f9f9f6;
}
.rotary p{
    margin-top: 3rem;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
    line-height: var(--ztc-specing-height26);
    max-width: 700px;
    display: inline-flex;
    align-items: center;
    text-align: start;
}
.rotary h3{
    font-size: 27px;
    text-align: start;
    margin: 0;
    font-weight: 700;
}
.rotary .cta{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-left: 4.5rem;
}
.rotary .cta-btn{
  margin: 22px 15px;
}
.cta-highlight-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
    border-left: 4px solid #FFD700;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 12px rgba(255, 215, 0, 0.2);
}

.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD700 !important;
    color: #1a1a1a;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.cta-text h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-text p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.center-div {
    display: flex;
    justify-content: center;
}
@media (max-width: 1140px) {
    .rotary .cta {
        flex-direction: column;
        align-items: center;
        gap: 15px !important;
        margin-left: 0 !important;
        margin-top: 2rem;
    }

    .rotary .cta h3 {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .rotary .cta-btn {
        margin: 0;
    }
}
/* .rotary p::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #4caf50;
} */
/* Steps container */
.how-steps {
    position: relative;
    padding: 40px 20px;
    border-radius: 16px;
}

/* Step card */
.step {
    padding: 30px 10px;
    border-radius: 16px;
    /* transition: all 0.35s ease; */
    /* background: #ffffff; */
    z-index: 2;
    position: relative;
}

/* .step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
} */

/* Step number */
.step-number {
    width: 38px;
    height: 38px;
    margin: 0 auto 16px;
    background: #4caf50;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */
.step-icon {
    margin-bottom: 16px;
}

/* Headings */
.step h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Text */
.step p {
    font-size: 15px;
    font-weight: 600;
    color: #5A6AD9;
}

/* Connector line (desktop only) */
.step-connector {
    position: absolute;
    top: 90px;
    left: 19%;
    width: 62%;
    height: 2px;
    background-image: linear-gradient(
        to right,
        #4caf50 33%,
        rgba(255,255,255,0) 0%
    );
    background-position: bottom;
    background-size: 12px 2px;
    background-repeat: repeat-x;
    z-index: 1;
}


/* Emotional line */
.impact-line {
    text-align: center;
    /* margin-top: 22px; */
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-heading-color);
}
@media (max-width: 800px) {
.how-title{
  margin: 0px 12px;
}
.why-join{
    margin: 30px auto 0 !important;
}
}
/* Mobile */
@media (max-width: 768px) {
    .step {
        margin-bottom: 24px;
    }
    .how-steps{
          padding: 30px 20px;
    }

    .how-title h2::before,
    .how-title h2::after {
        width: 40px;
    }
}


/* Mobile Fix */
@media (max-width: 767px) {
    .arrow {
        display: none;
    }
    .how-title h2 {
      gap: 8px;
      font-size: 23px;
    }
}
/* why join */
.why-join {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px 50px;
}

.why-title {
    text-align: center;
    margin-bottom: 30px;
}

.why-title h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.why-title p {
    margin: 0;
    font-size: 16px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 2rem;
}

.benefit-card {
    padding: 20px 20px;
    border-radius: 18px;
    background: rgb(255 255 255 / 18%);
    backdrop-filter: blur(8px);

    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

    text-align: left;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #4c9b5f;
    color: white;

    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-card h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.benefit-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
@media(max-width: 600px){
  .benefits-grid {
        grid-template-columns: 1fr;
    }
   .benefit-card {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 15px;
    }

    .benefit-card .benefit-icon {
        margin-bottom: 0;
    }

    .benefit-card h4 {
        margin: 0;
    }

    .benefit-card p {
        grid-column: 1 / -1;
        margin-top: 15px;
    }
}
/* why join ends */
.winners-section {
    padding: 80px 0;
    background: #f9fafb;
}
@media (max-width:760px){
    .winners-section{ padding: 20px 0; }
  }

.section-title {
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-bold);
    font-size: var(--ztc-font-size-font-s40);
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #6b7280;
    margin-bottom: 50px;
}

.winners-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.top-three {
    flex: 1;
    text-align: center;
}

.winner {
    margin-bottom: 30px;
}

.first {
    margin-bottom: 15px;
}

.second-third {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.avatar {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0 auto 10px;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold { background: #f59e0b; }
.silver { background: #9ca3af; }
.bronze { background: #d97706; }
.winner h4 {
    font-size: 16px;
    margin: 5px 0;
}

.winner p {
    font-size: 14px;
    color: #6b7280;
}

.top-ten {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    max-height: 500px;
    overflow: hidden;
}

.top-ten h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.top-ten ul {
    list-style: none;
    /* padding: 0; */
    margin: 0;
}

.top-ten li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.top-ten li span {
    width: 20px;
    color: #22c55e;
    font-weight: 600;
}

.top-ten li strong {
    font-weight: 600;
}

.top-ten-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.top-ten-list img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.top-ten-list .rank {
    width: 18px;
    color: #22c55e;
    font-weight: 600;
}

.top-ten-list .name {
    flex: 1;
    color: #111827;
}

.top-ten-list strong {
    font-weight: 600;
    color: #374151;
}
.winner .level{
  border-radius: 8px;
    background: rgb(9 49 164 / 10%);
    padding: 8px 12px;
    display: inline-block;
    color: #3067c7;
    margin: 0;
}
/* optional: custom scrollbar styling */
.top-ten-list::-webkit-scrollbar {
    width: 4px;
}
.top-ten-list::-webkit-scrollbar-track {
    background: transparent;
}
.top-ten-list::-webkit-scrollbar-thumb {
    background-color: #1a3c5e30;
    border-radius: 4px;
}
@media (max-width: 992px) {
.winners-layout{
  display: contents;
}
}
@media (max-width: 475px) {
  .iconbox .section-title .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height46);
  }
  .vl-contact-section-inner .vl-section-content .section-title .title{
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height46);
  }
  .vl-icon-box-inner .iconbox.active .icon-box-flex .icon span img{
    width: 26px;
    margin-top: 6px;
  }
  .vl-icon-box-inner .iconbox .icon-box-flex .icon span{
    height: 40px;
    width: 40px;
    margin-right: 15px;
    line-height: normal;
  }
  .vl-icon-box-inner .iconbox .icon-box-flex .icon-content .title {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-specing-height18);
  }
  .contact-card{
    padding: 6px !important;
  }
}
.vl-footer-logo img{
  width: 200px;
}
.cta-container{
  max-width: 1000px;
}
.cta-bg1{
  background-image:  radial-gradient(circle, rgb(245 194 75 / 75%) 1.6px, transparent 1.6px);
    background-size: 22px 22px;
    background-color: #25488D;

}
@media (max-width: 1200px) {
    .upcoming-card{
      display:block !important;
      margin-right: 5px;
    }
    .contact-card-wrapper{
      margin-top:100px !important;
    }

}
/* home pg */
.home-event-meta .icon-box{
  display: flex;
  gap: 20px;

}
.first {
    display: flex;
    gap: 30px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 14%);
    padding: 15px;
    border-radius: 12px;
}

.w_info {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.w_score {
    margin: auto;

    p {
        font-size: 22px !important;
        color: #1563ff !important;
        font-weight: 700 !important;
    }
}

.top-ten p {
    font-size: 16px;
    color: gray;
    margin-bottom: 7px;
}

.top-ten-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px;

}

/* progress bar */
.event-progress {
    padding: 13px 0 10px;
}

.event-progress .progress-bar {
    width: 100%;
    height: 7px;
    background: #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}

.event-progress .progress-fill {
    height: 100%;
    background: #69a769 !important;
    border-radius: 10px;
    transition: width 0.5s ease;
}

.event-progress .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}
.count-down {
    text-align: center;
    padding-bottom: 8px;
}

.count-down h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.count-down .countdown-time {
    color: #e87500;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.count-down .countdown-labels {
    display: flex;
    justify-content: center;
    gap: 25px;
    /* margin-top: 7px; */
}

.count-down .countdown-labels span {
    font-size: 11px;
    font-weight: 700;
}
.green-left{
    border-left: 4px solid #69a769 !important;
}
.green-bg{
    background-color: #69a769 !important;
}
@media (max-width: 1200px) {
.upcoming{
    margin-top:10px;
}
    
}
@media (max-width: 992px){
.home-event-meta .icon-box{
  display: block;

}
}
.event-cards-row.single-event {
    justify-content: center;
}

.event-cards-row.single-event > div {
    flex: 0 0 50%;
    max-width: 50%;
}
/* .site-logo img{
  width: 167px;
} */
/*# sourceMappingURL=main.css.map */
