﻿#f8f9fa#383B39#383B39#383B39#383B39#383B39#383B39#383B39#383B39#383B39#383B39@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.blackwheel-site-topbar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #06080c 0%, #13203c 50%, #06080c 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.blackwheel-site-topbar-marquee {
  overflow: hidden;
  min-height: 40px;
}

.blackwheel-site-topbar-track {
  --blackwheel-topbar-gap-half: 28px;
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  min-width: max-content;
  padding: 10px 0;
  white-space: nowrap;
  animation: blackwheel-topbar-marquee 20s linear infinite;
  will-change: transform;
}

.blackwheel-site-topbar-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8dde3;
  background: linear-gradient(90deg, #fbfcfd 0%, #d9dde2 24%, #9fa6ae 52%, #eef1f4 76%, #b1b7bf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.08);
}

@keyframes blackwheel-topbar-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--blackwheel-topbar-gap-half)));
  }
}

@media (max-width: 767px) {
  .blackwheel-site-topbar-marquee {
    min-height: 36px;
  }

  .blackwheel-site-topbar-track {
    --blackwheel-topbar-gap-half: 20px;
    gap: 40px;
    padding: 9px 0;
    animation-duration: 17s;
  }

  .blackwheel-site-topbar-item {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

.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-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-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-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-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-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.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);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #fff;
  --ztc-text-text-3: #333535;
  --ztc-text-text-4: #6f7b88;
  --ztc-text-text-5: #032530;
  --ztc-text-text-6: #6f7b88;
  --ztc-text-text-7: #50514E;
  --ztc-text-text-8: #032530;
  --ztc-text-text-9: #8f99a4;
  --ztc-text-text-10: #484F51;
  --ztc-text-text-11: #100235;
  --ztc-text-text-12: #3D3D42;
  --ztc-text-text-13: #2E0797;
  --ztc-text-text-14: #0D0E1F;
  --ztc-text-text-15: #5A5B5B;
  --ztc-text-text-16: #a9b3be;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #032530;
  --ztc-bg-bg-3: #2b3138;
  --ztc-bg-bg-4: #0C3A30;
  --ztc-bg-bg-5: #3b434d;
  --ztc-bg-bg-6: #032530;
  --ztc-bg-bg-7: #8f99a4;
  --ztc-bg-bg-8: #100235;
  --ztc-bg-bg-9: var(--04-home-page-maincolors, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  --ztc-bg-bg-10: #0D0E1F;
  --ztc-bg-bg-11: #a9b3be;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: "Calibri", "Segoe UI", Arial, sans-serif;
  --ztc-family-font2: "Calibri", "Segoe UI", Arial, sans-serif;
}

/*
============================
Name:  Finazze - Business & Finance  HTML Templete
Version: 1.0.0
Description: Finazze - Business & Finance  HTML Templete
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 ===============*/
/*============= PROJECT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  display: inline-block;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 14px;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--regular);
  line-height: 24px;
}

.heading2 h5 {
  border-radius: 8px;
  background: rgba(12, 58, 48, 0.1);
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 8px 10px;
  display: inline-block;
}
.heading2 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--regular);
  line-height: 24px;
}

.heading3 h5 {
  border-radius: 8px;
  background: rgba(3, 37, 48, 0.1);
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
}
.heading3 h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--regular);
  line-height: 24px;
}

.heading4 h5 {
  background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 10px 14px;
}
.heading4 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 80px;
  background: rgba(114, 110, 252, 0.1);
  transition: all 0.4s;
}
.heading4 h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--regular);
  line-height: 24px;
}

.heading5 h5 {
  border-radius: 8px;
  background: rgba(251, 133, 0, 0.1);
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
}
.heading5 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--regular);
  line-height: 24px;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  text-transform: uppercase;
  z-index: 1;
}
.vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn1:hover::before {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  transition: all 0.4s;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn1::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #0061b4;
  border-radius: 50%;
  left: 10px;
  top: 8px;
  z-index: -1;
}

.vl-btn2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 16px 20px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border: none;
  outline: none;
}
.vl-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn2:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.vl-btn2 i {
  padding-left: 4px;
}
.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-4);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.vl-btn3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 18px 32px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-7);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vl-btn3 {
    padding: 16px;
  }
}
.vl-btn3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn3:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-6);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.vl-btn4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  padding: 8px 8px 8px 20px;
  position: relative;
  z-index: 1;
}
.vl-btn4 span {
  color: #2E0797;
}
.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn4:hover::before {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.vl-btn4:hover span {
  color: #2E0797;
  transition: all 0.4s;
  transform: rotate(0);
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  border-radius: 100px;
  transition: all 0.4s;
  z-index: -2;
}
.vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  border-radius: 90px;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #726EFC 0%, #2E0797 100%));
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn4 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
  margin-left: 4px;
}
.vl-btn4 span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #EDEBF9;
  z-index: -1;
  border-radius: 50%;
}

.vl-btn5:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
}
.vl-btn5 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 26px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-11);
}
.vl-btn5 .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.bg1 {
  background: #EDF2F7;
}

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.pagination-area ul {
  justify-content: center;
}
.pagination-area ul li {
  margin: 0 14px 0 0;
}
.pagination-area ul li:last-child(1) {
  margin: 0;
}
.pagination-area ul li a {
  color: var(--ztc-text-text-4);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.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;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body, html {
    overflow-x: hidden !important;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1-section-area .about-images-area {
  position: relative;
  z-index: 1;
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .about1-section-area .about-images-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about1-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about1-section-area .about-images-area .elements6 {
  position: absolute;
  bottom: 30px;
  left: -165px;
}
@media (max-width: 767px) {
  .about1-section-area .about-images-area .elements6 {
    display: none;
  }
}
.about1-section-area .about-heading .pera-box {
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.4s;
}
.about1-section-area .about-heading .pera-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about1-section-area .about-heading .pera-box:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about1-section-area .about-heading .pera-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  position: absolute;
  transition: all 0.4s;
}
.about1-section-area .about-heading .pera-box .text {
  padding-left: 80px;
}
.about1-section-area .about-heading .pera-box .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.about2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2-section-area .about-heading {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about2-section-area .about-heading .about-boxarea {
  border-radius: 8px;
  background: var(--01-home-page-gray-colors, #F3F9F5);
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  transition: all 0.4s;
}
.about2-section-area .about-heading .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about2-section-area .about-heading .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about2-section-area .about-heading .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .about2-section-area .about-heading .about-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-heading .about-boxarea .icons {
    position: relative;
  }
}
.about2-section-area .about-heading .about-boxarea .text {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about2-section-area .about-heading .about-boxarea .text {
    padding: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-heading .about-boxarea .text {
    padding: 0;
    margin-top: 20px;
  }
}
.about2-section-area .about-heading .about-boxarea .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.about2-section-area .images-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .images-area .elements11 {
  position: absolute;
  top: -30px;
  left: -30px;
}
.about2-section-area .images-area .elements10 {
  position: absolute;
  bottom: -30px;
  left: -30px;
}
.about2-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about2-section-area .btn-area1 .vl-btn2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 16px 20px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border: none;
  outline: none;
}
.about2-section-area .btn-area1 .vl-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.about2-section-area .btn-area1 .vl-btn2:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.about2-section-area .btn-area1 .vl-btn2 i {
  padding-left: 4px;
}
.about2-section-area .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-4);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.about3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about3-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-images-area .elements18 {
  position: absolute;
  left: 130px;
  top: 40px;
}
@media (max-width: 767px) {
  .about3-section-area .about-images-area .elements18 {
    display: none;
  }
}
.about3-section-area .about-images-area .img1 img {
  width: 370px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .about3-section-area .about-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}
.about3-section-area .about-images-area .img2 {
  position: absolute;
  bottom: -30px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 300px;
  z-index: 2;
  left: 60px;
}
@media (max-width: 767px) {
  .about3-section-area .about-images-area .img2 {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.about3-section-area .about-images-area .img2 img {
  width: 270px;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .about3-section-area .about-images-area .img2 img {
    width: 100%;
    height: 100%;
  }
}
.about3-section-area .heading3 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about3-section-area .heading3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .heading3 {
    padding: 0;
    margin-top: 50px;
  }
}
.about3-section-area .heading3 ul li {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-top: 16px;
}
.about3-section-area .heading3 ul li img {
  margin: 0 6px 0 0;
}

.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4-section-area .about-images {
  position: relative;
  z-index: 1;
}
.about4-section-area .about-images .elements33 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
.about4-section-area .about-images .elements34 {
  position: absolute;
  left: -100px;
  z-index: 1;
}
.about4-section-area .about-images .elements35 {
  position: absolute;
  bottom: 40px;
  right: -50px;
  z-index: 1;
}
.about4-section-area .about-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about4-section-area .about-heading {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .about4-section-area .about-heading {
    padding: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-heading {
    padding: 0;
    margin-top: 40px;
  }
}
.about4-section-area .about-heading .about-boxarea {
  border-radius: 8px;
  border: 1px solid rgba(16, 2, 53, 0.05);
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  transition: all 0.4s;
}
.about4-section-area .about-heading .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about4-section-area .about-heading .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about4-section-area .about-heading .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: #EFF1FF;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .about4-section-area .about-heading .about-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-heading .about-boxarea .icons {
    position: relative;
  }
}
.about4-section-area .about-heading .about-boxarea .text {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about4-section-area .about-heading .about-boxarea .text {
    padding: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-heading .about-boxarea .text {
    padding: 0;
    margin-top: 20px;
  }
}
.about4-section-area .about-heading .about-boxarea .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.about5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about5-section-area .img1:nth-child(2) {
  position: relative;
  left: 100px;
}
@media (max-width: 767px) {
  .about5-section-area .img1:nth-child(2) {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .img1:nth-child(2) {
    left: 0;
    margin-top: 60px;
  }
}
.about5-section-area .img1 img {
  height: 100%;
  width: 400px !important;
  max-width: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about5-section-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .img1 img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about5-section-area .about-header {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about5-section-area .about-header {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about-header {
    margin-top: 40px;
  }
}
.about5-section-area .counter-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.about5-section-area .counter-box .boxarea:nth-child(1) {
  margin: 0 36px 0 0;
}
.about5-section-area .counter-box .boxarea h3 {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.about5-section-area .counter-box .boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}

.aboutinner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aboutinner-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.aboutinner-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .aboutinner-section-area .about-images-area .img2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutinner-section-area .about-images-area .img2 {
    margin-top: 30px;
  }
}
.aboutinner-section-area .about-images-area .img2 img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.aboutinner-section-area .about-images-area .elements6 {
  position: absolute;
  bottom: 30px;
  left: -165px;
}
@media (max-width: 767px) {
  .aboutinner-section-area .about-images-area .elements6 {
    display: none;
  }
}
.aboutinner-section-area .about-heading {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .aboutinner-section-area .about-heading {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutinner-section-area .about-heading {
    padding: 0;
  }
}
.aboutinner-section-area .about-heading .pera-box {
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.4s;
}
.aboutinner-section-area .about-heading .pera-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.aboutinner-section-area .about-heading .pera-box:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.aboutinner-section-area .about-heading .pera-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  position: absolute;
  transition: all 0.4s;
}
.aboutinner-section-area .about-heading .pera-box .text {
  padding-left: 80px;
}
.aboutinner-section-area .about-heading .pera-box .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.aboutinner2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #EDF2F7;
}
.aboutinner2-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.aboutinner2-section-area .about-images-area .elements18 {
  position: absolute;
  left: 130px;
  top: 40px;
}
@media (max-width: 767px) {
  .aboutinner2-section-area .about-images-area .elements18 {
    display: none;
  }
}
.aboutinner2-section-area .about-images-area .img1 img {
  width: 370px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .aboutinner2-section-area .about-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}
.aboutinner2-section-area .about-images-area .img2 {
  position: absolute;
  bottom: -30px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 300px;
  z-index: 2;
  left: 60px;
}
@media (max-width: 767px) {
  .aboutinner2-section-area .about-images-area .img2 {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.aboutinner2-section-area .about-images-area .img2 img {
  width: 270px;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .aboutinner2-section-area .about-images-area .img2 img {
    width: 100%;
    height: 100%;
  }
}
.aboutinner2-section-area .heading1 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .aboutinner2-section-area .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutinner2-section-area .heading1 {
    padding: 0;
    margin-top: 50px;
  }
}
.aboutinner2-section-area .heading1 .counter-boxarea {
  text-align: center;
  margin-top: 32px;
  position: relative;
}
.aboutinner2-section-area .heading1 .counter-boxarea h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service1-section-area .service-single-slider {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-single-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
.service1-section-area .service-single-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.3);
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s20);
}
.service1-section-area .service-single-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service1-section-area .service-single-slider .service-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 32px 20px;
}
.service1-section-area .service-single-slider .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 70%;
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea:hover .img1 .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1);
  rotate: -45deg;
}
.service1-section-area .service-single-slider .service-boxarea:hover .content-area .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea:hover .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.service1-section-area .service-single-slider .service-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}
.service1-section-area .service-single-slider .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea .img1 .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 2;
}
.service1-section-area .service-single-slider .service-boxarea .content-area .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #EDF2F7;
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.service1-section-area .service-single-slider .service-boxarea .content-area .icons img {
  transition: all 0.4s;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.service1-section-area .service-single-slider .service-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.service2-section-area {
  position: relative;
  z-index: 1;
  background: #F3F9F5;
  overflow: hidden;
}
.service2-section-area .service2-slider-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .service2-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.service2-section-area .service2-slider-area .service2-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
}
.service2-section-area .service2-slider-area .service2-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
}
.service2-section-area .service2-slider-area .service2-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: #F5FCE6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .service2-section-area .service2-slider-area .service2-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service2-slider-area .service2-boxarea .icons {
    position: relative;
  }
}
.service2-section-area .service2-slider-area .service2-boxarea .icons img {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.service2-section-area .service2-slider-area .service2-boxarea .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service2-section-area .service2-slider-area .service2-boxarea .text a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.service2-section-area .service2-slider-area .service2-boxarea .text a.readmore {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service2-section-area .service2-slider-area .service2-boxarea .text a.readmore i {
  margin-left: 4px;
}
.service2-section-area .service2-slider-area .service2-boxarea .text a.readmore:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.service3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service3-section-area .service3-single-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service3-section-area .service3-single-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea:hover::after {
  left: 0;
  transition: all 0.4s;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service3-section-area .service3-single-boxarea:hover .icons {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service3-section-area .service3-single-boxarea:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea:hover .content p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea:hover .content a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}
.service3-section-area .service3-single-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  display: inline-block;
}
.service3-section-area .service3-single-boxarea .icons img {
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-section-area .service3-single-boxarea .content a {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .service3-section-area .service3-single-boxarea .content a {
    line-height: 26px;
  }
}
.service3-section-area .service3-single-boxarea .content p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a.readmore {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a.readmore:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.service3-section-area .service3-single-boxarea .content a.readmore:hover i {
  transform: rotate(0);
}

.service4-section-area {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
  overflow: hidden;
}
.service4-section-area .service-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service4-section-area .service-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-images {
    margin-top: 30px;
  }
}
.service4-section-area .service-images .elements32 {
  position: absolute;
  right: -150px;
  top: 50%;
  margin-top: -157px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service4-section-area .service-images .elements32 {
    display: none;
  }
}
.service4-section-area .service-images .elements33 {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.service4-section-area .service-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service4-section-area .service-all-boxarea-area {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  border-top: 1px solid rgba(16, 2, 53, 0.05);
}
.service4-section-area .service-all-boxarea-area .service-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service4-section-area .service-all-boxarea-area .service-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
}
.service4-section-area .service-all-boxarea-area .service-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service4-section-area .service-all-boxarea-area .service-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #DFDEF9;
}
.service4-section-area .service-all-boxarea-area .service-boxarea .icons img {
  transition: all 0.4s;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.service4-section-area .service-all-boxarea-area .service-boxarea p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a.readmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a.readmore:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a.readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service4-section-area .service-all-boxarea-area .service-boxarea a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F4F3EF;
}
.service5-section-area .service-single-slider {
  position: relative;
  z-index: 1;
}
.service5-section-area .service-single-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .service5-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
.service5-section-area .service-single-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(251, 133, 0, 0.1);
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-16);
}
.service5-section-area .service-single-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service5-section-area .service-single-slider .service-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 32px 20px;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 70%;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .img1 .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1);
  rotate: -45deg;
}
.service5-section-area .service-single-slider .service-boxarea:hover .content-area .icons {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea:hover .service-other-box {
  bottom: 0;
  transition: all 0.6s;
}
.service5-section-area .service-single-slider .service-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.service5-section-area .service-single-slider .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .img1 .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: #F4F3EF;
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 2;
}
.service5-section-area .service-single-slider .service-boxarea .content-area .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #EDF2F7;
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.service5-section-area .service-single-slider .service-boxarea .content-area .icons img {
  transition: all 0.4s;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.service5-section-area .service-single-slider .service-boxarea .content-area a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box {
  text-align: center;
  padding: 80px 30px;
  border-radius: 8px;
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0 auto;
  vertical-align: middle;
  z-index: 2;
  transition: all 0.6s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  opacity: 70%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service5-section-area .service-single-slider .service-boxarea .service-other-box {
    padding: 50 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-single-slider .service-boxarea .service-other-box {
    padding: 50px 30px;
  }
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  position: relative;
  z-index: 2;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box .icons img {
  transition: all 0.4s;
  height: 40px;
  width: 40px;
  display: inline-block;
  filter: brightness(0) invert(1);
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service5-section-area .service-single-slider .service-boxarea .service-other-box a.learnmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-section-area .service3-single-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: #EDF2F7;
  border-radius: 8px;
  padding: 32px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-inner-section-area .service3-single-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea:hover::after {
  left: 0;
  transition: all 0.4s;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service-inner-section-area .service3-single-boxarea:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service-inner-section-area .service3-single-boxarea:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea:hover .content p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea:hover .content a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}
.service-inner-section-area .service3-single-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  transition: all 0.4s;
  background: rgba(110, 148, 25, 0.1);
  display: inline-block;
}
.service-inner-section-area .service3-single-boxarea .icons img {
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-section-area .service3-single-boxarea .content a {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .service-inner-section-area .service3-single-boxarea .content a {
    line-height: 26px;
  }
}
.service-inner-section-area .service3-single-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a.readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a.readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service-inner-section-area .service3-single-boxarea .content a.readmore:hover i {
  transform: rotate(0);
}

.service-details-siderbars-area {
  position: relative;
  z-index: 1;
}
.service-details-siderbars-area .service-side-widget {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.service-details-siderbars-area .service-side-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.service-details-siderbars-area .service-side-widget .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.service-details-siderbars-area .service-side-widget .search-area form {
  position: relative;
  z-index: 1;
}
.service-details-siderbars-area .service-side-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  padding: 16px;
}
.service-details-siderbars-area .service-side-widget .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-details-siderbars-area .service-side-widget .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-details-siderbars-area .service-side-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.service-details-siderbars-area .service-side-widget .categories-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #0a2a35);
  padding: 24px 20px;
}
.service-details-siderbars-area .service-side-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service-details-siderbars-area .service-side-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-siderbars-area .service-side-widget .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #EDF2F7;
  color: var(--ztc-text-text-1);
}
.service-details-siderbars-area .service-side-widget .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  background: #6f7b88;
  transition: all 0.4s;
}
.service-details-siderbars-area .service-side-widget .help-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.service-details-siderbars-area .service-side-widget .help-area h3 {
  line-height: 28px;
}
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.service-details-siderbars-area .service-side-widget .social-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #0a2a35);
  padding: 24px 20px;
}
.service-details-siderbars-area .service-side-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.service-details-siderbars-area .service-side-widget .social-area ul li:last-child {
  margin: 0;
}
.service-details-siderbars-area .service-side-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.service-details-siderbars-area .service-side-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea {
  position: relative;
  z-index: 1;
}
.service-details-siderbars-area .service-main-detailsarea.leftpadding {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .service-details-siderbars-area .service-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-siderbars-area .service-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.service-details-siderbars-area .service-main-detailsarea.rightpadding {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .service-details-siderbars-area .service-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-siderbars-area .service-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.service-details-siderbars-area .service-main-detailsarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.service-details-siderbars-area .service-main-detailsarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.service-details-siderbars-area .service-main-detailsarea .img1 {
  position: relative;
  z-index: 1;
}
.service-details-siderbars-area .service-main-detailsarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-siderbars-area .service-main-detailsarea .img1 .play a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.service-details-siderbars-area .service-main-detailsarea .list-area ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-top: 16px;
}
.service-details-siderbars-area .service-main-detailsarea .list-area ul li:nth-child(1) {
  margin: 0;
}
.service-details-siderbars-area .service-main-detailsarea .list-area ul li img {
  margin: 0 4px 0 0;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box {
  position: relative;
  z-index: 1;
  background: #EDF2F7;
  padding: 24px 20px;
  margin-top: 30px;
  border-radius: 8px;
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(110, 148, 25, 0.1);
  position: absolute;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text {
  padding-left: 70px;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text p {
  transition: all 0.4s;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .hero1-section-area {
    padding: 150px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    padding: 150px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area {
    padding: 80px 0 0 0;
  }
}
.hero1-section-area .heading-area h5 {
  border-radius: 6px;
  background: rgba(6, 29, 25, 0.1);
  padding: 10px 14px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero1-section-area .heading-area h5 {
    font-size: var(--ztc-font-size-font-s12);
    line-height: 16px;
  }
}
.hero1-section-area .heading-area h1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero1-section-area .heading-area h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero1-section-area .heading-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2 {
  margin-left: 16px;
  background: none;
  color: var(--ztc-text-text-4);
  border: 1px solid var(--ztc-text-text-4);
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-2);
}
.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2:hover::before {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2::before {
  background: var(--ztc-bg-bg-3);
  opacity: 10%;
}
.hero1-section-area .hero-images-area {
  position: relative;
  z-index: 1;
  left: 100px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images-area {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section-area .hero-images-area {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .hero-images-area {
    left: 0;
  }
}
.hero1-section-area .hero-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero1-section-area .hero-images-area .elements1 {
  position: absolute;
  position: absolute;
  left: -50px;
  top: 100px;
}
.hero1-section-area .hero-images-area .elements2 {
  position: absolute;
  right: 0;
  top: 200px;
}
.hero1-section-area .hero-images-area .elements3 {
  position: absolute;
  top: 55%;
  left: -50px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .elements3 {
    display: none;
  }
}
.hero1-section-area .hero-images-area .elements4 {
  position: absolute;
  bottom: 50px;
  right: -100px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .elements4 {
    display: none;
  }
}
.hero1-section-area .hero-images-area .elements5 {
  position: absolute;
  bottom: -20px;
  z-index: -1;
}

.hero2-section-area {
  position: relative;
  z-index: 1;
  padding: 260px 0 100px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero2-section-area {
    padding: 170px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area {
    padding: 180px 0 100px;
  }
}
.hero2-section-area .hero2-heading h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-regular);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
}
.hero2-section-area .hero2-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 74px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero2-section-area .hero2-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero2-section-area .others-content .auhtor-content {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #244E45;
  padding: 16px;
}
.hero2-section-area .others-content .auhtor-content img {
  width: 130px;
  height: 40px;
}
.hero2-section-area .others-content .auhtor-content .text {
  padding-left: 12px;
}
.hero2-section-area .others-content .auhtor-content .text h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
}
.hero2-section-area .others-content .auhtor-content .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero2-section-area .others-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.hero2-section-area .others-content .btn-area1 .vl-hero-btn {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
}
.hero2-section-area .others-content .btn-area1 .vl-hero-btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.hero2-section-area .others-content .btn-area1 .vl-hero-btn:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.hero2-section-area .others-content .btn-area1 .vl-hero-btn i {
  padding-left: 4px;
}
.hero2-section-area .others-content .btn-area1 .vl-hero-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.hero2-section-area .hero-video-img {
  position: relative;
}
.hero2-section-area .hero-video-img .elements8 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-video-img .elements8 {
    z-index: -1;
  }
}
.hero2-section-area .hero-video-img .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero2-section-area .hero-video-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.hero2-section-area .hero-video-img .play-btn a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero-video-img .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 30px;
  top: 30px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  opacity: 40%;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.hero2-section-area .hero-imges-content {
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero-imges-content .elements9 {
  position: absolute;
  top: -50px;
  right: -50px;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-imges-content .elements9 {
    z-index: -1;
  }
}
.hero2-section-area .hero-imges-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-imges-content .img1 img {
    height: 250px;
  }
}
.hero2-section-area .hero-content-area {
  border-radius: 8px;
  background: #244E45;
  padding: 24px;
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area:hover .arrow {
  transform: rotate(0);
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area .main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero2-section-area .hero-content-area .main-content .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area .main-content .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.hero2-section-area .hero-content-area .main-content .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.hero2-section-area .counter-box {
  border-radius: 8px;
  background: #244E45;
  padding: 40px;
  transition: all 0.4s;
  text-align: center;
}
.hero2-section-area .counter-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 60px;
}
@media (max-width: 767px) {
  .hero2-section-area .counter-box h3 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero2-section-area .counter-box p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.hero3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 0 0;
}
.hero3-section-area .hero3-heading h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero3-section-area .hero3-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.hero3-section-area .hero3-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-section-area .hero3-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero3-section-area .others-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.hero3-section-area .others-content .btn-area1 .vl-hero-btn {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 18px 32px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-7);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero3-section-area .others-content .btn-area1 .vl-hero-btn {
    padding: 16px;
  }
}
.hero3-section-area .others-content .btn-area1 .vl-hero-btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.hero3-section-area .others-content .btn-area1 .vl-hero-btn:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.hero3-section-area .others-content .btn-area1 .vl-hero-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
  background: var(--ztc-bg-bg-1);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.hero3-section-area .images {
  position: relative;
  z-index: 1;
}
.hero3-section-area .images .elements15 {
  position: absolute;
  right: -30px;
  top: -115px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero3-section-area .images .elements15 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .images .elements15 {
    display: none;
  }
}
.hero3-section-area .images .elements16 {
  position: absolute;
  left: -90px;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero3-section-area .images .elements16 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .images .elements16 {
    display: none;
  }
}
.hero3-section-area .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 100px 0;
  background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
}
.hero4-section-area .hero4-heading h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.hero4-section-area .hero4-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero4-section-area .hero4-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero4-section-area .hero4-heading ul li {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
}
.hero4-section-area .hero4-heading ul li img {
  margin: -5px 4px 0 0;
}
.hero4-section-area .hero4-heading ul li i {
  margin: 0 8px;
  color: #FAC80F;
}
.hero4-section-area .hero4-heading ul li:nth-child(1) {
  margin: 0 32px 0 0;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4 {
  color: #2E0797;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  padding: 8px 8px 8px 20px;
  position: relative;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4:hover::before {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4:hover span {
  color: #2E0797;
  transition: all 0.4s;
  transform: rotate(0);
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 100px;
  transition: all 0.4s;
  z-index: -2;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  border-radius: 90px;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #726EFC 0%, #2E0797 100%));
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
  margin-left: 4px;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4 span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #EDEBF9;
  z-index: -1;
  border-radius: 50%;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 100px;
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-heading .btn-area1 .vl-btn4.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4.btn2 span {
  color: #2E0797;
}
.hero4-section-area .hero4-heading .btn-area1 .vl-btn4.btn2::after {
  display: none;
}
.hero4-section-area .images-area {
  position: relative;
  z-index: 1;
}
.hero4-section-area .images-area .elements23 {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
}
.hero4-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero4-section-area .images-area .img2 {
  margin-top: 24px;
}
.hero4-section-area .images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero4-section-area .images-area .img2 .elements22 {
  width: 115px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero5-slider-section {
  position: relative;
  z-index: 1;
}
.hero5-slider-section .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero5-slider-section .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero5-slider-section .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero5-slider-section .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero5-slider-section .hero5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 170px 0 85px;
}
.hero5-slider-section .hero5-section-area .bg6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
}
.hero5-slider-section .hero5-section-area .hero5-heading {
  padding: 0 70px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-section .hero5-section-area .hero5-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 14px;
  text-transform: uppercase;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  display: inline-block;
  transition: all 0.4s;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .hero5-heading h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero5-slider-section .hero5-section-area .hero5-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero5-slider-section .hero5-section-area .hero5-heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
.hero5-slider-section .hero5-section-area .hero5-heading .btn-area1 a.vl-btn5:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
}
.hero5-slider-section .hero5-section-area .hero5-heading .btn-area1 a.vl-btn5 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 26px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-11);
}
.hero5-slider-section .hero5-section-area .hero5-heading .btn-area1 a.vl-btn5 .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 767px) {
  .hero5-slider-section .hero5-section-area .header-contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-section .hero5-section-area .header-contact-boxarea {
    margin-top: 30px;
  }
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  text-transform: uppercase;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area input {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(13, 14, 31, 0.1);
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  height: auto;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area textarea {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: 130px;
  border-radius: 8px;
  border: 1px solid rgba(13, 14, 31, 0.1);
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  margin-top: 20px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area .nice-select {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: auto;
  outline: none;
  border: none;
  border: 1px solid rgba(13, 14, 31, 0.1);
  margin-top: 20px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area .nice-select ul {
  width: 100%;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero5-slider-section .hero5-section-area .header-contact-boxarea .input-area button {
  border: none;
  outline: none;
  background: none;
  margin-top: 24px;
}

.testimonial-arrows {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-arrows {
    top: 60%;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows {
    bottom: 50px;
  }
}
.testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.testimonial-arrows .testimonial-next-arrow {
  margin-top: 12px;
}

.inner-pages-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 80px;
}
.inner-pages-section-area .inner-header {
  position: relative;
  z-index: 1;
}
.inner-pages-section-area .inner-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 66px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .inner-pages-section-area .inner-header h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.inner-pages-section-area .inner-header a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 20px;
}
.inner-pages-section-area .inner-header a i {
  margin: 0 4px;
}
.inner-pages-section-area .inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-4);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage2-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage2-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-6);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-10);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-10);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-9);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}
.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-10);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage5-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage5-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 10%;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border-radius: 8px;
  background: var(--01-home-page-gray-colors, #F3F9F5);
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 10%;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  display: inline-block;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-3-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-3-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
  position: absolute;
  z-index: 2;
  border-radius: 8px;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
  bottom: 32px;
  left: 32px;
  right: 32px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 10%;
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  display: inline-block;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-8);
  position: absolute;
  right: -15px;
  top: -15px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a svg {
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  background: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover svg {
  filter: brightness(0);
  transition: all 0.4s;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: #EFF1FF;
  padding: 32px;
  margin: -80px 25px 0 25px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 10%;
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  position: absolute;
  right: -15px;
  top: -15px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a svg {
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  background: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-5-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
  background: #F4F3EF;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 0 0 8px 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb .vl-blog-1-icon a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-16);
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb .vl-blog-1-icon a svg {
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb .vl-blog-1-icon a:hover {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb .vl-blog-1-icon a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  padding: 32px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 10%;
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    margin: 0;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.blog-details-siderbars-area {
  position: relative;
  z-index: 1;
}
.blog-details-siderbars-area .blog-side-widget {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.blog-details-siderbars-area .blog-side-widget .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .search-area form {
  position: relative;
  z-index: 1;
}
.blog-details-siderbars-area .blog-side-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  padding: 16px;
}
.blog-details-siderbars-area .blog-side-widget .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-side-widget .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-side-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-siderbars-area .blog-side-widget .categories-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.blog-details-siderbars-area .blog-side-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-siderbars-area .blog-side-widget .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #7FA135;
  color: var(--ztc-text-text-1);
}
.blog-details-siderbars-area .blog-side-widget .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  background: #EEF2E3;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-side-widget .recent-posts-area {
    text-align: center;
  }
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts {
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts {
    text-align: center;
  }
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .author-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
  position: relative;
}
.blog-details-siderbars-area .blog-side-widget .author-area ul li {
  display: inline-block;
}
.blog-details-siderbars-area .blog-side-widget .author-area ul li a {
  display: inline-block;
}
.blog-details-siderbars-area .blog-side-widget .author-area ul li a img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.blog-details-siderbars-area .blog-side-widget .author-area ul li a img:nth-child(4) {
  margin: 0;
}
.blog-details-siderbars-area .blog-side-widget .popular-tags {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .popular-tags ul li {
  display: inline-block;
}
.blog-details-siderbars-area .blog-side-widget .popular-tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-1);
  margin: 16px 6px 0 0;
}
.blog-details-siderbars-area .blog-side-widget .popular-tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .help-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .help-area h3 {
  line-height: 28px;
}
.blog-details-siderbars-area .blog-side-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.blog-details-siderbars-area .blog-side-widget .social-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.blog-details-siderbars-area .blog-side-widget .social-area ul li:last-child {
  margin: 0;
}
.blog-details-siderbars-area .blog-side-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.blog-details-siderbars-area .blog-side-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-side-widget .project-contact {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area {
  margin-top: 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 18px 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 18px 16px;
  height: 120px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-details-siderbars-area .blog-side-widget .project-contact .input-area button {
  border: none;
  outline: none;
}
.blog-details-siderbars-area .blog-main-detailsarea {
  position: relative;
  z-index: 1;
}
.blog-details-siderbars-area .blog-main-detailsarea.leftpadding {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-siderbars-area .blog-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea.rightpadding {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-siderbars-area .blog-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.blog-details-siderbars-area .blog-main-detailsarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.blog-details-siderbars-area .blog-main-detailsarea .img1 {
  position: relative;
  z-index: 1;
}
.blog-details-siderbars-area .blog-main-detailsarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-details-siderbars-area .blog-main-detailsarea .img1 .play a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li {
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li:nth-child(1) img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li:nth-child(1) a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-author li a span {
  color: #9BA5A3;
  display: inline-block;
  margin: 0 8px;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-area2 {
  padding-top: 16px;
  border-top: 1px solid #CDD2D1;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-area2 ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  margin-top: 16px;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-area2 ul li img {
  margin: -4px 8px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-area ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  margin-top: 16px;
}
.blog-details-siderbars-area .blog-main-detailsarea .list-area ul li img {
  margin: -4px 8px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .service-details-box {
  position: relative;
  z-index: 1;
  background: #EDF2F7;
  padding: 24px;
  margin-top: 30px;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog-details-siderbars-area .blog-main-detailsarea .service-details-box h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.blog-details-siderbars-area .blog-main-detailsarea .service-details-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.blog-details-siderbars-area .blog-main-detailsarea .images {
  position: relative;
  z-index: 1;
}
.blog-details-siderbars-area .blog-main-detailsarea .images .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  opacity: 70%;
  top: 0;
  left: 0;
  transform: rotate(0);
  border-radius: 8px;
}
.blog-details-siderbars-area .blog-main-detailsarea .images .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}
.blog-details-siderbars-area .blog-main-detailsarea .images .play a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  position: relative;
}
.blog-details-siderbars-area .blog-main-detailsarea .images .play a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 40px;
  top: 40px;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #E6E6EB;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .tags-social {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .tags-social .tags {
    margin-bottom: 16px;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .tags ul li {
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  border: 1px solid var(--ztc-text-text-3);
  padding: 8px 12px;
  margin: 0 8px 0 0;
  border-radius: 8px;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-4);
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .social ul li {
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #F1F4E8;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 8px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea {
  position: relative;
  z-index: 1;
  background: #EDF2F7;
  border-radius: 4px;
  padding: 24px;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea.box2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea.box2 {
    margin: 0;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px; /* 100% */
  display: inline-block;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 16px;
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}
.blog-details-siderbars-area .blog-main-detailsarea .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea {
  border-radius: 8px;
  background: var(--Gray-Color, #EDF2F7);
  padding: 32px;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area {
  margin-top: 16px;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  border: 1px solid rgba(6, 29, 25, 0.1);
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 140px;
  border-radius: 8px;
  border: 1px solid rgba(6, 29, 25, 0.1);
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-siderbars-area .blog-main-detailsarea .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-footer1-section-area .footer-logo1 img {
  height: 36px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: start;
}
.vl-footer1-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-regular);
  font-style: normal;
  line-height: 28px;
}
.vl-footer1-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer1-section-area .footer-logo1 ul li a {
  border-radius: 165px;
  background: var(--ztc-bg-bg-3);
  display: inline-block;
  transition: all 0.4s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.vl-footer1-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer1-section-area .vl-footer-widget.first-padding {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
.vl-footer1-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
}
.vl-footer1-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer1-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget .footer-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
}
.vl-footer1-section-area .vl-footer-widget .footer-img:hover .icons {
  top: 50%;
  transition: all 0.6s;
}
.vl-footer1-section-area .vl-footer-widget .footer-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.vl-footer1-section-area .vl-footer-widget .footer-img .icons {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -70px;
  margin-top: -13px;
  transition: all 0.6s;
}
.vl-footer1-section-area .vl-footer-widget .footer-img .icons a {
  height: 26px;
  width: 26px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-3);
  text-align: center;
  line-height: 26px;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
}
.vl-footer1-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 24px 0 32px;
  border-top: 1px solid #CAD2D6;
}

.vl-footer2-section-area {
  background: var(--ztc-bg-bg-4);
  position: relative;
  z-index: 1;
  padding: 200px 0 0 0;
  overflow: hidden;
}
.vl-footer2-section-area .footer-logo1 img {
  height: 36px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: start;
}
.vl-footer2-section-area .footer-logo1 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-regular);
  font-style: normal;
  line-height: 28px;
}
.vl-footer2-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer2-section-area .footer-logo1 ul li a {
  border-radius: 165px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.vl-footer2-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.vl-footer2-section-area .vl-footer-widget.first-padding {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
.vl-footer2-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
}
.vl-footer2-section-area .vl-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer2-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #244E45;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-copyright-area {
    display: inline-block;
  }
  .vl-footer2-section-area .vl-copyright-area ul {
    margin-top: 16px;
  }
}
.vl-footer2-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer2-section-area .vl-copyright-area ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 24px 0 32px;
}
.vl-footer2-section-area .vl-copyright-area ul li a span {
  display: inline-block;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 16px;
}
.vl-footer2-section-area .vl-copyright-area p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}

.vl-footer3-section-area {
  background: #F2F2F2;
  position: relative;
  z-index: 1;
  padding: 275px 0 0 0;
  overflow: hidden;
}
.vl-footer3-section-area .footer-logo1 img {
  height: 36px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: start;
}
.vl-footer3-section-area .footer-logo1 p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-regular);
  font-style: normal;
  line-height: 28px;
}
.vl-footer3-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer3-section-area .footer-logo1 ul li a {
  border-radius: 165px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-8);
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.vl-footer3-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
}
.vl-footer3-section-area .vl-footer-widget.first-padding {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
.vl-footer3-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
}
.vl-footer3-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer3-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}
.vl-footer3-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-footer3-section-area .vl-footer-widget form {
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .vl-footer-widget form input {
  width: 100%;
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  border: 1px solid rgba(3, 37, 48, 0.1);
  padding: 18px 16px;
}
.vl-footer3-section-area .vl-footer-widget form button {
  border: none;
  outline: none;
  width: 100%;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 18px 32px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-7);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-footer-widget form button {
    padding: 16px;
  }
}
.vl-footer3-section-area .vl-footer-widget form button:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-footer3-section-area .vl-footer-widget form button:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.vl-footer3-section-area .vl-footer-widget form button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
  background: var(--ztc-bg-bg-1);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer3-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #DADDDF;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-copyright-area {
    display: inline-block;
  }
  .vl-footer3-section-area .vl-copyright-area ul {
    margin-top: 16px;
  }
}
.vl-footer3-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer3-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 24px 0 32px;
}
.vl-footer3-section-area .vl-copyright-area ul li a span {
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
  margin: 0 16px;
  opacity: 20%;
}
.vl-footer3-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}

.vl-footer4-section-area {
  background: #EFF1FF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-footer4-section-area .footer-logo1 img {
  height: 36px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: start;
  filter: brightness(0);
}
.vl-footer4-section-area .footer-logo1 p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-regular);
  font-style: normal;
  line-height: 28px;
  opacity: 80%;
}
.vl-footer4-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer4-section-area .footer-logo1 ul li a {
  border-radius: 165px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-11);
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.vl-footer4-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer4-section-area .vl-footer-widget.first-padding {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
.vl-footer4-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
}
.vl-footer4-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer4-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer4-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.vl-footer4-section-area .vl-footer-widget .footer-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
}
.vl-footer4-section-area .vl-footer-widget .footer-img:hover .icons {
  top: 50%;
  transition: all 0.6s;
}
.vl-footer4-section-area .vl-footer-widget .footer-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.vl-footer4-section-area .vl-footer-widget .footer-img .icons {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -70px;
  margin-top: -13px;
  transition: all 0.6s;
}
.vl-footer4-section-area .vl-footer-widget .footer-img .icons a {
  height: 26px;
  width: 26px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-9);
  text-align: center;
  line-height: 26px;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
}
.vl-footer4-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 24px 0 32px;
  border-top: 1px solid #CAD2D6;
}

.vl-footer5-section-area {
  background: #F4F3EF;
  position: relative;
  z-index: 1;
  padding: 275px 0 0 0;
  overflow: hidden;
}
.vl-footer5-section-area .footer-logo1 img {
  height: 36px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: start;
}
.vl-footer5-section-area .footer-logo1 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-regular);
  font-style: normal;
  line-height: 28px;
}
.vl-footer5-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer5-section-area .footer-logo1 ul li a {
  border-radius: 165px;
  background: rgba(251, 133, 0, 0.1);
  display: inline-block;
  transition: all 0.4s;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-16);
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.vl-footer5-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer5-section-area .vl-footer-widget.first-padding {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .vl-footer-widget.first-padding {
    padding-left: 0;
  }
}
.vl-footer5-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
}
.vl-footer5-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer5-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer5-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.vl-footer5-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #DDDCDA;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-copyright-area {
    display: inline-block;
  }
  .vl-footer5-section-area .vl-copyright-area ul {
    margin-top: 16px;
  }
}
.vl-footer5-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer5-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  padding: 24px 0 32px;
}
.vl-footer5-section-area .vl-copyright-area ul li a span {
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-15);
  margin: 0 16px;
  opacity: 20%;
}
.vl-footer5-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage1-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a img {
  margin: 0 36px 0 0;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a::after {
  position: absolute;
  content: "";
  height: 28px;
  width: 2px;
  right: 20px;
  background: #DADFE4;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
  display: flex;
  align-items: center;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text {
  padding-left: 10px;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  opacity: 80%;
  text-align: start;
  padding-bottom: 8px;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul {
  text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-2);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -265px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -43px;
  }
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::before {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #7C9F37;
  border-radius: 50%;
  left: 10px;
  top: 8px;
  z-index: -1;
}
.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-6);
  border-bottom: 1px solid #dfe1e2;
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-transparent-header .fix-header {
  max-width: 1300px;
}
.homepage2-body .vl-transparent-header .row-bg {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 16px 10px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
.homepage2-body .vl-transparent-header .vl-hero-btn .menu-btn2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}
.homepage2-body .vl-transparent-header .vl-hero-btn .menu-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .menu-btn2:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .menu-btn2 i {
  padding-left: 4px;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .menu-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-5);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-transparent-header .header-top-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .header-top-area .header-list-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .header-top-area .header-list-area {
    display: none;
  }
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .info li {
  display: inline-block;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .info li span {
  display: inline-block;
  color: var(--ztc-text-text-1);
  opacity: 30%;
  margin: 0 20px;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .info li a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .info li a img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 6px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .social li {
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .social li a {
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-1);
  margin: 0 8px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .social li a:nth-child(4) {
  margin: 0;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list-area .social li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-1);
  background: none;
  opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-regular);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-6);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-5);
  top: 0;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-regular);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-6);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-6);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -270px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -43px;
  }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-4);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  z-index: 1;
  text-transform: capitalize;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  padding-left: 4px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1::before {
  display: none;
}
.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-6) !important;
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage2-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-4);
  padding: 0;
}
.homepage2-body .header-sticky .fix-header {
  max-width: auto;
}
.homepage2-body .header-sticky .row-bg {
  padding: 16px 0;
  background: none;
  border: none;
}
.homepage2-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
}
.homepage2-body .header-sticky .space20 {
  display: none !important;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage2-body .vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

.homepage3-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-transparent-header .fix-header {
  max-width: 1300px;
}
.homepage3-body .vl-transparent-header .row-bg {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 10px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a img {
  margin: 0 36px 0 0;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a::after {
  position: absolute;
  content: "";
  height: 28px;
  width: 2px;
  right: 20px;
  background: #DADFE4;
  opacity: 10%;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn ul li {
  display: inline-block;
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn ul li a {
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 50%;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn ul li a:hover {
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-9);
  background: none;
  opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-regular);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-6);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-7);
  top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-regular);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-7);
  z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -270px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-6);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-8);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -43px;
  }
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-8) !important;
  background: var(--ztc-bg-bg-7);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  padding-left: 4px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-8) !important;
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1::before {
  display: none;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  font-family: var(--ztc-family-font1);
  text-align: center;
}
.homepage3-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-9) !important;
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-6);
  padding: 0;
}
.homepage3-body .header-sticky .fix-header {
  max-width: auto;
}
.homepage3-body .header-sticky .row-bg {
  padding: 16px 0;
  background: none;
  border: none;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage3-body .vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage4-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.homepage4-body .vl-transparent-header .fix-header {
  max-width: 1300px;
}
.homepage4-body .vl-transparent-header .row-bg {
  border-radius: 158px;
  background: var(--ztc-bg-bg-1);
  padding: 16px 10px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg {
    border-radius: 0;
  }
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  padding: 8px 8px 8px 20px;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4 span {
  color: #2E0797;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4:hover::before {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4:hover span {
  color: #2E0797;
  transition: all 0.4s;
  transform: rotate(0);
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  border-radius: 100px;
  transition: all 0.4s;
  z-index: -2;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  border-radius: 90px;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #726EFC 0%, #2E0797 100%));
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
  margin-left: 4px;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4 span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #EDEBF9;
  z-index: -1;
  border-radius: 50%;
}
.homepage4-body .vl-main-menu ul {
  text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-13);
  background: none;
  opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-regular);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-13);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-9);
  top: -2px;
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-11);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-regular);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-9);
  z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-13);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-13);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -322px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage4-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-11);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -81px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -43px;
  }
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  padding: 8px 8px 8px 20px;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 span {
  color: #2E0797;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover::before {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover span {
  color: #2E0797;
  transition: all 0.4s;
  transform: rotate(0);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  border-radius: 100px;
  transition: all 0.4s;
  z-index: -2;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  border-radius: 90px;
  background: var(--04-home-page-maincolors, linear-gradient(90deg, #726EFC 0%, #2E0797 100%));
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
  margin-left: 4px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #EDEBF9;
  z-index: -1;
  border-radius: 50%;
}
.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  font-family: var(--ztc-family-font1);
  text-align: center;
}
.homepage4-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-13) !important;
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  padding: 0;
  border-bottom: 1px solid #dfe1e2;
}
.homepage4-body .header-sticky .fix-header {
  max-width: auto;
}
.homepage4-body .header-sticky .row-bg {
  padding: 16px 0;
  background: none;
  border: none;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage4-body .vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
  background: var(--ztc-bg-bg-1);
}
.homepage5-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a img {
  margin: 0 36px 0 0;
  filter: brightness(0);
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a::after {
  position: absolute;
  content: "";
  height: 28px;
  width: 2px;
  right: 20px;
  background: var(--ztc-bg-bg-10);
  opacity: 10%;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li {
  display: inline-block;
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li a {
  background: rgba(13, 14, 31, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn ul li a:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul {
  text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-16);
  background: none;
  opacity: 70%;
}
.homepage5-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-regular);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-11);
  top: 0;
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-regular);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -270px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage5-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -43px;
  }
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 70px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  padding-left: 4px;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 70px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1::before {
  display: none;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  font-family: var(--ztc-family-font1);
  text-align: center;
}
.homepage5-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #dfe1e2;
}
@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage5-body .vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work-section-area .work-single-boxarea:hover .icons .elements14 {
  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);
}
.work-section-area .work-single-boxarea:hover .icons .icon {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work-section-area .work-single-boxarea .elements12 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work-section-area .work-single-boxarea .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area .work-single-boxarea .elements12 {
    display: block;
  }
}
.work-section-area .work-single-boxarea .elements13 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
.work-section-area .work-single-boxarea .icons {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.work-section-area .work-single-boxarea .icons .elements14 {
  position: absolute;
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  left: -15px;
  top: -15px;
}
.work-section-area .work-single-boxarea .icons .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
  margin: 0 auto;
}
.work-section-area .work-single-boxarea .conten-area {
  text-align: center;
}
.work-section-area .work-single-boxarea .conten-area a {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.work-section-area .work-single-boxarea .conten-area a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.work-section-area .work-single-boxarea .conten-area p {
  color: var(--ztc-text-text-7);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: all 0.4s;
}

.work5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work5-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work5-section-area .work-single-boxarea:hover .icons .elements14 {
  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);
}
.work5-section-area .work-single-boxarea:hover .icons .icon {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .elements12 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea .elements12 {
    display: block;
  }
}
.work5-section-area .work-single-boxarea .elements13 {
  position: absolute;
  right: -115px;
  top: 25px;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea .elements13 {
    display: none;
  }
}
.work5-section-area .work-single-boxarea .icons {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.work5-section-area .work-single-boxarea .icons .elements14 {
  position: absolute;
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  left: -15px;
  top: -15px;
}
.work5-section-area .work-single-boxarea .icons .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 50%;
  margin: 0 auto;
}
.work5-section-area .work-single-boxarea .conten-area {
  text-align: center;
}
.work5-section-area .work-single-boxarea .conten-area a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .conten-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .conten-area p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: all 0.4s;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  animation: blackwheel-preloader-failsafe 0s linear 3s forwards;
}
.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader .loader {
  width: 70px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  height: 70px;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes blackwheel-preloader-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= MISSION-VISSION CSS AREA STARTS ===============*/
.others-vission-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.others-vission-area .mission-vission-area ul {
  justify-content: center;
}
.others-vission-area .mission-vission-area ul li button {
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 40px 95px;
  width: 100%;
  text-align: center;
  width: 370px;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .others-vission-area .mission-vission-area ul li button {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-vission-area .mission-vission-area ul li button {
    padding: 32px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.others-vission-area .mission-vission-area ul li button:nth-child(3) {
  margin: 0;
}
.others-vission-area .mission-vission-area ul li button.active {
  background: var(--ztc-bg-bg-3);
}
.others-vission-area .mission-vission-area ul li button.active .text {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others-vission-area .mission-vission-area ul li button .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
}
.others-vission-area .mission-vission-area ul li button .text {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: block;
  transition: all 0.4s;
  padding-top: 32px;
}
.others-vission-area .mission-vission-area .tab-content .tab-pane {
  position: relative;
  z-index: 1;
  top: 100px;
  transition: all 0.4s;
}
.others-vission-area .mission-vission-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 {
  padding: 0 80px 0 0;
}
@media (max-width: 767px) {
  .others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 16px;
}
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 ul li img {
  margin: 0 4px 0 0;
}
.others-vission-area .mission-vission-area .tab-content .tab-pane .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= MISSION-VISSION CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.brand1-section-area {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
  overflow: hidden;
}
.brand1-section-area .heading4 {
  position: relative;
  z-index: 1;
}
.brand1-section-area .heading4 h4 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
.brand1-section-area .heading4 h4::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 430px;
  left: 0;
  top: 10px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  opacity: 20%;
}
@media (max-width: 767px) {
  .brand1-section-area .heading4 h4::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand1-section-area .heading4 h4::after {
    display: none;
  }
}
.brand1-section-area .heading4 h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 430px;
  right: 0;
  top: 10px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  opacity: 20%;
}
@media (max-width: 767px) {
  .brand1-section-area .heading4 h4::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand1-section-area .heading4 h4::before {
    display: none;
  }
}
.brand1-section-area .brand-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.brand1-section-area .brand-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.brand1-section-area .brand-box img {
  width: 170px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: var(--ztc-bg-bg-1);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-4);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
.error-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.error-section-area .imgages-content-area {
  position: relative;
  z-index: 1;
}
.error-section-area .imgages-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team1-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team1-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.team1-section-area .team-boxarea:hover .img1 ul {
  left: 20px;
  transition: all 0.6s;
}
.team1-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.team1-section-area .team-boxarea .img1 ul {
  position: absolute;
  bottom: 50px;
  left: -100px;
  transition: all 0.6s;
}
.team1-section-area .team-boxarea .img1 ul li a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  border-radius: 8px;
  margin-bottom: 8px;
}
.team1-section-area .team-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team1-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team1-section-area .team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team1-section-area .team-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team1-section-area .team-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1-section-area {
  position: relative;
  z-index: 1;
  background: #F3F9F5;
  overflow: hidden;
}
.faq1-section-area .accordion-area {
  position: relative;
  z-index: 1;
}
.faq1-section-area .accordion-area .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-5);
  border: none;
}
.faq1-section-area .accordion-area .accordion .accordion-item button {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  border: 1px solid rgba(12, 58, 48, 0.1);
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq1-section-area .accordion-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq1-section-area .accordion-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
}
.faq1-section-area .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq1-section-area .accordion-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.faq5-section-area {
  position: relative;
  z-index: 1;
  background: #F4F3EF;
  overflow: hidden;
}
.faq5-section-area .accordion-area {
  position: relative;
  z-index: 1;
}
.faq5-section-area .accordion-area .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-11);
  border: none;
}
.faq5-section-area .accordion-area .accordion .accordion-item button {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  border: 1px solid rgba(12, 58, 48, 0.1);
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq5-section-area .accordion-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq5-section-area .accordion-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq5-section-area .accordion-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--ztc-text-text-1);
}
.faq5-section-area .accordion-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq5-section-area .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq5-section-area .accordion-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 80%;
}

.faq-pricing-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-pricing-section-area .accordion-area-pricing {
  position: relative;
  z-index: 1;
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  border: none;
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  border: 1px solid rgba(12, 58, 48, 0.1);
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--ztc-text-text-1);
  padding: 24px 24px 18px 24px;
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq-pricing-section-area .accordion-area-pricing .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 90%;
}

.faq-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-inner-section-area .faq-widget-area ul {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(6, 29, 25, 0.1);
  padding: 16px 24px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul {
    padding: 16px;
  }
}
.faq-inner-section-area .faq-widget-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul li {
    margin: 0;
  }
}
.faq-inner-section-area .faq-widget-area ul li:nth-child(3) {
  margin: 0;
}
.faq-inner-section-area .faq-widget-area ul li button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  padding: 12px 24px;
}
.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  border: none;
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  border: 1px solid rgba(12, 58, 48, 0.1);
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--ztc-text-text-1);
  padding: 24px 24px 18px 24px;
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 90%;
  text-align: start;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F2F2;
}
.contact2-section-area .contact-heading {
  position: relative;
  z-index: 1;
}
.contact2-section-area .contact-heading .contact-author-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 20px 24px;
  border-radius: 8px;
  margin-top: 20px;
}
.contact2-section-area .contact-heading .contact-author-boxarea:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact2-section-area .contact-heading .contact-author-boxarea:hover .icons {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}
.contact2-section-area .contact-heading .contact-author-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact2-section-area .contact-heading .contact-author-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  background: var(--ztc-bg-bg-7);
  position: absolute;
  transition: all 0.4s;
}
.contact2-section-area .contact-heading .contact-author-boxarea .icons img {
  transition: all 0.4s;
}
.contact2-section-area .contact-heading .contact-author-boxarea .text {
  padding-left: 80px;
}
.contact2-section-area .contact-heading .contact-author-boxarea .text h6 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.contact2-section-area .contact-heading .contact-author-boxarea .text a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px; /* 162.5% */
}
.contact2-section-area .contact-main-boxarea {
  border-radius: 8px;
  background: rgba(3, 3, 11, 0.1);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact2-section-area .contact-main-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-main-boxarea {
    margin-top: 30px;
  }
}
.contact2-section-area .contact-main-boxarea h4 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  text-transform: uppercase;
}
.contact2-section-area .contact-main-boxarea .input-area {
  margin-top: 20px;
}
.contact2-section-area .contact-main-boxarea .input-area input {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
}
.contact2-section-area .contact-main-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area textarea {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: 140px;
}
.contact2-section-area .contact-main-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area .nice-select {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: auto;
  outline: none;
  border: none;
}
.contact2-section-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact2-section-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact2-section-area .contact-main-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact2-section-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact4-section-area .contact-header {
  position: relative;
  z-index: 1;
}
.contact4-section-area .contact-header .contact-boxarea {
  padding-top: 32px;
  border-top: 1px solid rgba(16, 2, 53, 0.05);
  position: relative;
  z-index: 1;
}
.contact4-section-area .contact-header .contact-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: rgba(16, 2, 53, 0.05);
  top: 0;
  left: 38%;
}
@media (max-width: 767px) {
  .contact4-section-area .contact-header .contact-boxarea::after {
    display: none;
  }
}
.contact4-section-area .contact-header .contact-boxarea .cta-author-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transition: all 0.4s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact4-section-area .contact-header .contact-boxarea .cta-author-area {
    margin-top: 30px;
  }
}
.contact4-section-area .contact-header .contact-boxarea .cta-author-area .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #EFF1FF;
  transition: all 0.4s;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.contact4-section-area .contact-header .contact-boxarea .cta-author-area .text p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-header .contact-boxarea .cta-author-area .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.contact4-section-area .contact-header .contact-boxarea .cta-author-area .text a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.contact4-section-area .contact-main-boxarea {
  border-radius: 8px;
  background: #EFF1FF;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact4-section-area .contact-main-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact4-section-area .contact-main-boxarea {
    margin-top: 30px;
  }
}
.contact4-section-area .contact-main-boxarea h4 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  text-transform: uppercase;
}
.contact4-section-area .contact-main-boxarea .input-area {
  margin-top: 20px;
}
.contact4-section-area .contact-main-boxarea .input-area input {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
}
.contact4-section-area .contact-main-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area textarea {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: 140px;
}
.contact4-section-area .contact-main-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area .nice-select {
  width: 100%;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 8px;
  height: auto;
  outline: none;
  border: none;
}
.contact4-section-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact4-section-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact4-section-area .contact-main-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact4-section-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-inner-area .maps-area iframe {
  height: 654px;
  width: 100%;
}
.contact-inner-area .contact-header-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact-inner-area .contact-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .contact-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.contact-inner-area .contact-header-area .input-area {
  margin-top: 16px;
}
.contact-inner-area .contact-header-area .input-area input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(6, 29, 25, 0.1);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 16px;
}
.contact-inner-area .contact-header-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.contact-inner-area .contact-header-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.contact-inner-area .contact-header-area .input-area textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(6, 29, 25, 0.1);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 16px;
  height: 120px;
}
.contact-inner-area .contact-header-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.contact-inner-area .contact-header-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.contact-inner-area .contact-header-area .input-area button {
  border: none;
  outline: none;
}
.contact-inner-area .contact-bottom-box {
  position: relative;
  z-index: 1;
  background: #EDF2F7;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.contact-inner-area .contact-bottom-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.contact-inner-area .contact-bottom-box:hover .contact-box .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact-inner-area .contact-bottom-box .contact-box {
  display: flex;
  align-items: center;
}
.contact-inner-area .contact-bottom-box .contact-box .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-2);
}
.contact-inner-area .contact-bottom-box .contact-box .text {
  padding-left: 24px;
}
.contact-inner-area .contact-bottom-box .contact-box .text span {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  display: block;
}
.contact-inner-area .contact-bottom-box .contact-box .text h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  padding-top: 16px;
}
.contact-inner-area .contact-bottom-box .call {
  padding-top: 32px;
  border-top: 1px solid var(--ztc-text-text-1);
}
.contact-inner-area .contact-bottom-box .call a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}
.contact-inner-area .contact-bottom-box .call a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
}
.cta1-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1);
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1::before {
  background: var(--ztc-text-text-4);
  opacity: 10%;
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2 {
  border: 1px solid var(--ztc-text-text-1);
  margin-left: 16px;
  background: transparent;
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2::before {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
.cta1-section-area .img1 img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta1-section-area .img1 img {
    position: relative;
    width: 100%;
    top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .img1 img {
    position: relative;
    width: 100%;
    top: 40px;
  }
}

.cta2-section-area {
  position: relative;
  z-index: 2;
}
.cta2-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 70px 60px;
  z-index: 2;
  position: relative;
  margin-bottom: -125px;
}
@media (max-width: 767px) {
  .cta2-section-area .cta-bg-area {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-bg-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cta2-section-area .cta-bg-area .cta-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-bg-area .cta-form-area {
    margin-top: 30px;
  }
}
.cta2-section-area .cta-bg-area .cta-form-area form {
  position: relative;
  z-index: 1;
}
.cta2-section-area .cta-bg-area .cta-form-area form input {
  width: 100%;
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px 16px;
}
.cta2-section-area .cta-bg-area .cta-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta2-section-area .cta-bg-area .cta-form-area form input::placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta2-section-area .cta-bg-area .cta-form-area form button {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  padding: 16px 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border: none;
  outline: none;
}
.cta2-section-area .cta-bg-area .cta-form-area form button:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.cta2-section-area .cta-bg-area .cta-form-area form button:hover::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.cta2-section-area .cta-bg-area .cta-form-area form button i {
  padding-left: 4px;
}
.cta2-section-area .cta-bg-area .cta-form-area form button::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-5);
  top: 0;
  z-index: -2;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.cta3-section-area {
  position: relative;
  z-index: 2;
}
.cta3-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 70px 60px;
  z-index: 2;
  position: relative;
  margin-bottom: -200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta3-section-area .cta-bg-area {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-bg-area {
    padding: 30px;
  }
}
.cta3-section-area .cta-bg-area .heading2 {
  position: relative;
}
.cta3-section-area .cta-bg-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.cta3-section-area .cta-bg-area .heading2 .elements17 {
  position: absolute;
  right: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-bg-area .heading2 .elements17 {
    bottom: -300px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cta3-section-area .cta-bg-area .heading2 .elements17 {
    bottom: -350px;
    left: 0;
  }
}
.cta3-section-area .cta-bg-area .cta-author-area {
  position: relative;
  z-index: 1;
  background: #1C3B45;
  transition: all 0.4s;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cta3-section-area .cta-bg-area .cta-author-area .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.cta3-section-area .cta-bg-area .cta-author-area .text {
  padding-left: 16px;
}
.cta3-section-area .cta-bg-area .cta-author-area .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta3-section-area .cta-bg-area .cta-author-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.cta3-section-area .cta-bg-area .cta-author-area .text a:hover {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.cta3-section-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 2;
}
.cta3-section-area .cta-bg-area .cta-images-area .img1 {
  position: absolute;
  right: 0;
  z-index: 2;
  top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-bg-area .cta-images-area .img1 {
    position: relative;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .cta3-section-area .cta-bg-area .cta-images-area .img1 {
    position: relative;
    top: 50px;
  }
}
.cta3-section-area .cta-bg-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta4-section-area .cta-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header h5 {
    font-size: var(--ztc-font-size-font-s16);
  }
}
.cta4-section-area .cta-header h5 img {
  margin: -7px 4px 0 0;
}
.cta4-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-4);
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1);
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1::before {
  background: var(--ztc-text-text-4);
  opacity: 10%;
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1.btn2 {
  border: 1px solid var(--ztc-text-text-1);
  margin-left: 16px;
  background: transparent;
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header .btn-area1 .vl-btn1.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1.btn2::before {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta4-section-area .cta-header .btn-area1 .vl-btn1.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
.cta4-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.4s;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cta4-section-area .cta-author-area .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.cta4-section-area .cta-author-area .text {
  padding-left: 16px;
}
.cta4-section-area .cta-author-area .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta4-section-area .cta-author-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.cta4-section-area .cta-author-area .text a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.cta5-section-area {
  position: relative;
  z-index: 2;
}
.cta5-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-11);
  border-radius: 8px;
  padding: 70px 60px;
  z-index: 2;
  position: relative;
  margin-bottom: -200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta5-section-area .cta-bg-area {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .cta-bg-area {
    padding: 30px;
  }
}
.cta5-section-area .cta-bg-area .heading2 {
  position: relative;
}
.cta5-section-area .cta-bg-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.cta5-section-area .cta-bg-area .heading2 .elements17 {
  position: absolute;
  right: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .cta-bg-area .heading2 .elements17 {
    bottom: -300px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cta5-section-area .cta-bg-area .heading2 .elements17 {
    bottom: -350px;
    left: 0;
  }
}
.cta5-section-area .cta-bg-area .cta-author-area {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cta5-section-area .cta-bg-area .cta-author-area .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.cta5-section-area .cta-bg-area .cta-author-area .text {
  padding-left: 16px;
}
.cta5-section-area .cta-bg-area .cta-author-area .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta5-section-area .cta-bg-area .cta-author-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.cta5-section-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 2;
}
.cta5-section-area .cta-bg-area .cta-images-area .img1 {
  position: absolute;
  right: 0;
  z-index: 2;
  top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .cta-bg-area .cta-images-area .img1 {
    position: relative;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .cta5-section-area .cta-bg-area .cta-images-area .img1 {
    position: relative;
    top: 50px;
  }
}
.cta5-section-area .cta-bg-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial1-section-area .heading1 h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.testimonial1-section-area .heading1 h2 {
  color: var(--ztc-text-text-1);
}
.testimonial1-section-area .slider-boxarea .slider-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .slider-boxarea .slider-box {
    margin-right: 200px;
  }
}
@media (max-width: 767px) {
  .testimonial1-section-area .slider-boxarea .slider-box {
    margin-right: 0;
  }
}
.testimonial1-section-area .slider-boxarea .slider-box.slick-current.slick-active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonial1-section-area .slider-boxarea .slider-box .img1 img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .slider-boxarea .slider-box .content {
  padding-left: 12px;
}
.testimonial1-section-area .slider-boxarea .slider-box .content a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial1-section-area .slider-boxarea .slider-box .content p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-horizental-slider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-horizental-slider {
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 32px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .icon ul li {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(184, 255, 144, 0.05);
  color: var(--ztc-text-text-4);
  display: inline-block;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea svg {
    margin-top: 20px;
  }
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
  opacity: 80%;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical span {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #d1d1d1;
  padding-top: 24px;
}
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonial1-section-area .slider-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-arrows {
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-arrows button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  border: none;
  outline: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial1-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial1-section-area .testimonial-arrows .prev-arrow {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows .prev-arrow {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial2-section-area .testimonial2-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial2-section-area .testimonial2-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial2-section-area .testimonial2-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(158, 221, 5, 0.2);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.testimonial2-section-area .testimonial2-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.testimonial2-section-area .testimonial2-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  border: 2px solid var(--ztc-text-text-6);
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea {
  border-radius: 8px;
  background: var(--01-home-page-gray-colors, #F3F9F5);
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-6);
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(12, 58, 48, 0.1);
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images {
  display: flex;
  align-items: center;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .img1 img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text {
  padding-left: 20px;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 0;
  border: none;
}
.testimonial2-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .quoto svg {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial3-section-area .testimonial-heading {
  position: relative;
  z-index: 1;
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-heading {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-heading {
    padding: 0;
    margin-bottom: 40px;
  }
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav {
  position: relative;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 100px;
  background: rgba(3, 37, 48, 0.1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .owl-nav button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .list-area ul li {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background: rgba(244, 212, 69, 0.1);
  border-radius: 4px;
  transition: all 0.4s;
  color: #FFBA00;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area .images-area {
  display: flex;
  align-items: center;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area .images-area .img1 img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area .images-area .text {
  padding-left: 16px;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area .images-area .text a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-heading .testimonial-slider-widget .testimonial-widget-box .author-area .images-area .text p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-images-area {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-images-area .elements18 {
  position: absolute;
  right: 130px;
  top: 40px;
  transform: rotateY(-180deg);
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-images-area .elements18 {
    display: none;
  }
}
.testimonial3-section-area .testimonial-images-area .img1 img {
  width: 370px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}
.testimonial3-section-area .testimonial-images-area .img2 {
  position: absolute;
  bottom: -30px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 300px;
  z-index: 2;
  right: 60px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-images-area .img2 {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.testimonial3-section-area .testimonial-images-area .img2 img {
  width: 270px;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-images-area .img2 img {
    width: 100%;
    height: 100%;
  }
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  overflow: hidden;
}
.testimonial4-section-area .heading4 h2 {
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .heading4 h5 {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial4-section-area .heading4 h5::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.testimonial4-section-area .testimonial4-main-slider {
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-main-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.testimonial4-section-area .testimonial4-main-slider .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial4-section-area .testimonial4-main-slider .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #6956D0;
  margin: 0 8px;
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-main-slider .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial4-section-area .testimonial4-main-slider .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-main-slider .owl-dots button::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  border: 1px solid var(--ztc-text-text-1);
  left: -3px;
  top: -3px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 67px 32px 32px 32px;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .img1 {
  position: absolute;
  top: -30px;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .img1 img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .content-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .content-area p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-main-slider .testimonial-box-area .content-area img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial5-section-area .heading5 .author-boxarea {
  position: relative;
  border-radius: 8px;
  background: var(--GRAY, #F4F3EF);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  width: 338px;
}
.testimonial5-section-area .heading5 .author-boxarea .autho-star {
  display: flex;
  align-items: center;
  margin: 0 32px 0 0;
}
.testimonial5-section-area .heading5 .author-boxarea .autho-star svg {
  margin: 0 12px 0 0;
}
.testimonial5-section-area .heading5 .author-boxarea .autho-star .text h6 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.testimonial5-section-area .heading5 .author-boxarea .autho-star .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.testimonial5-section-area .heading5 .author-boxarea .autho-star span {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 40px;
  background: #5A5B5B;
  width: 2px;
  left: 16px;
}
.testimonial5-section-area .heading5 .author-boxarea .reviews ul li {
  display: inline-block;
}
.testimonial5-section-area .heading5 .author-boxarea .reviews ul li:nth-child(1) {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.testimonial5-section-area .heading5 .author-boxarea .reviews p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.testimonial5-section-area .testimonial6-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial6-widget-boxarea .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: rgba(251, 133, 0, 0.1);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
.testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button.owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial6-widget-boxarea .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 32px 55px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea {
    padding: 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea {
    margin-top: 30px;
  }
}
.testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea .auhtor-text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5-section-area .testimonial6-widget-boxarea .testimonial-boxarea .auhtor-text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.testimonial-about-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.testimonial-about-section-area .heading1 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial-about-section-area .heading1 h2 {
  color: var(--ztc-text-text-1);
}
.testimonial-about-section-area .testimonial2-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial-about-section-area .testimonial2-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial-about-section-area .testimonial2-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(110, 148, 25, 0.2);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.testimonial-about-section-area .testimonial2-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonial-about-section-area .testimonial2-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.testimonial-about-section-area .testimonial2-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  border: 2px solid var(--ztc-text-text-4);
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea ul li {
  display: inline-block;
  color: #FFA800;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(6, 29, 25, 0.1);
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images {
  display: flex;
  align-items: center;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .img1 img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text {
  padding-left: 20px;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .images .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 0;
  border: none;
  opacity: 0.8;
}
.testimonial-about-section-area .testimonial2-slider-area .testimonial2-boxarea .author-images-area .quoto svg {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.testimonial-inenr-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-inenr-area .testimonial2-boxarea {
  border-radius: 8px;
  background: #EDF2F7;
  position: relative;
  z-index: 1;
  padding: 32px 28px;
  margin-bottom: 30px;
}
.testimonial-inenr-area .testimonial2-boxarea ul li {
  display: inline-block;
  color: #FFA800;
}
.testimonial-inenr-area .testimonial2-boxarea p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(12, 58, 48, 0.1);
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images {
  display: flex;
  align-items: center;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .img1 img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text {
  padding-left: 20px;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 0;
  border: none;
}
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .quoto svg {
  height: 34px;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.history1-scetion-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.history1-scetion-area .boredr::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  top: 60%;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .history1-scetion-area .boredr::after {
    top: 53.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history1-scetion-area .boredr::after {
    top: 50.5%;
  }
}
.history1-scetion-area .history-single-slider {
  position: relative;
  z-index: 1;
}
.history1-scetion-area .history-single-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .history1-scetion-area .history-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history1-scetion-area .history-single-slider .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
.history1-scetion-area .history-single-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.3);
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s20);
}
.history1-scetion-area .history-single-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.history1-scetion-area .history-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.history1-scetion-area .history-single-slider .history-boxarea {
  position: relative;
  z-index: 1;
}
.history1-scetion-area .history-single-slider .history-boxarea h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.history1-scetion-area .history-single-slider .history-boxarea span {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
}
.history1-scetion-area .history-single-slider .history-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.history1-scetion-area .history-single-slider .history-boxarea a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.history1-scetion-area .history-single-slider .history-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  display: inline-block;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= PROJECT CSS AREA ===============*/
.project1-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project1-section .project-single-boxarea {
  position: relative;
  z-index: 2;
}
.project1-section .project-single-boxarea .slick-dots {
  position: absolute;
  top: 0;
  left: -100px;
}
@media (max-width: 767px) {
  .project1-section .project-single-boxarea .slick-dots {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section .project-single-boxarea .slick-dots {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .project1-section .project-single-boxarea .slick-dots li {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section .project-single-boxarea .slick-dots li {
    display: inline-block;
    text-align: center;
  }
}
.project1-section .project-single-boxarea .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project1-section .project-single-boxarea .slick-dots li button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  border: none;
  outline: none;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project1-section .project-single-boxarea .slick-dots li button {
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section .project-single-boxarea .slick-dots li button {
    margin: 0 12px 0 0;
  }
}
.project1-section .project-single-boxarea .slick-dots li button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project1-section .project-single-boxarea .project-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .project1-section .project-single-boxarea .project-boxarea {
    padding: 24px;
  }
}
.project1-section .project-single-boxarea .project-boxarea h2 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.project1-section .project-single-boxarea .project-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.project1-section .project-single-boxarea .project-boxarea a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.project1-section .project-single-boxarea .project-boxarea a i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.project1-section .all-images .images-area {
  position: relative;
  z-index: 1;
}
.project1-section .all-images .images-area .img1 {
  max-width: 700px;
  position: relative;
  left: -100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .project1-section .all-images .images-area .img1 {
    max-width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section .all-images .images-area .img1 {
    max-width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
.project1-section .all-images .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project1-section .all-images .images-area .elements7 {
  position: absolute;
  bottom: 30px;
  right: -60px;
}

.project2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}
.project2-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.project2-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.project2-section-area .project-single-boxarea2 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
  margin-bottom: 30px;
}
.project2-section-area .project-single-boxarea2:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.project2-section-area .project-single-boxarea2:hover .arrow a {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
}
.project2-section-area .project-single-boxarea2:hover .arrow a svg {
  filter: brightness(0);
  transition: all 0.4s;
}
.project2-section-area .project-single-boxarea2.box2 {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .project2-section-area .project-single-boxarea2.box2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project2-section-area .project-single-boxarea2.box2 {
    margin-top: 0;
  }
}
.project2-section-area .project-single-boxarea2.box3 {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .project2-section-area .project-single-boxarea2.box3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project2-section-area .project-single-boxarea2.box3 {
    margin-top: 0;
  }
}
.project2-section-area .project-single-boxarea2 .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}
.project2-section-area .project-single-boxarea2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project2-section-area .project-single-boxarea2 .img1 img {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project2-section-area .project-single-boxarea2 .img1 img {
    height: 350px;
  }
}
.project2-section-area .project-single-boxarea2 .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project2-section-area .project-single-boxarea2 .content-area .text {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .project2-section-area .project-single-boxarea2 .content-area .text {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project2-section-area .project-single-boxarea2 .content-area .text {
    padding: 0;
  }
}
.project2-section-area .project-single-boxarea2 .content-area .text a:nth-child(1) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 6px;
}
.project2-section-area .project-single-boxarea2 .content-area .text a:nth-child(3) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.project2-section-area .project-single-boxarea2 .content-area .text a:nth-child(3):hover {
  color: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}
.project2-section-area .project-single-boxarea2 .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
}
.project2-section-area .project-single-boxarea2 .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
}
.project2-section-area .project-single-boxarea2 .content-area .arrow a:hover svg {
  filter: brightness(0);
  transition: all 0.4s;
}
.project2-section-area .project-single-boxarea2 .content-area .arrow a svg {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}

.project3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project3-section-area .project-singlebox-slider {
  position: relative;
  z-index: 1;
}
.project3-section-area .project-singlebox-slider .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .project3-section-area .project-singlebox-slider .owl-nav {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3-section-area .project-singlebox-slider .owl-nav {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
    top: 0;
  }
}
.project3-section-area .project-singlebox-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 8px;
  background: rgba(244, 212, 69, 0.1);
  font-size: var(--ztc-font-size-font-s20);
}
.project3-section-area .project-singlebox-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.project3-section-area .project-singlebox-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 {
  position: relative;
  z-index: 1;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  border-radius: 383px;
  background: var(--02-home-page-textcolors, #032530);
  filter: blur(92.1593704224px);
  bottom: -214px;
  left: 0;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area .arrow {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area .arrow:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.project3-section-area .project-singlebox-slider .project-single-boxarea3 .content-area a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}

.project4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project4-section-area .project4-main-slider {
  position: relative;
  z-index: 1;
}
.project4-section-area .project4-main-slider .owl-nav {
  position: absolute;
  top: -140px;
  right: 0;
}
@media (max-width: 767px) {
  .project4-section-area .project4-main-slider .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4-section-area .project4-main-slider .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.project4-section-area .project4-main-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  background: #E3E2FE;
  font-size: var(--ztc-font-size-font-s22);
  color: var(--ztc-text-text-13);
}
.project4-section-area .project4-main-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.project4-section-area .project4-main-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.project4-section-area .project4-main-slider .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.project4-section-area .project4-main-slider .owl-item.active.center .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.project4-section-area .project4-main-slider .project-box-slider {
  position: relative;
  z-index: 1;
}
.project4-section-area .project4-main-slider .project-box-slider:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.project4-section-area .project4-main-slider .project-box-slider:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.project4-section-area .project4-main-slider .project-box-slider .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.project4-section-area .project4-main-slider .project-box-slider .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
  visibility: hidden;
}
.project4-section-area .project4-main-slider .project-box-slider .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project4-section-area .project4-main-slider .project-box-slider .content-area {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 2;
  margin-left: -87px;
  margin-top: -63px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.project4-section-area .project4-main-slider .project-box-slider .content-area .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
}
.project4-section-area .project4-main-slider .project-box-slider .content-area h5 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project4-section-area .project4-main-slider .project-box-slider .content-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.project5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-10);
}
.project5-section-area .heading5 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.project5-section-area .heading5 h2 {
  color: var(--ztc-text-text-1);
}
.project5-section-area .project5-singlebox-slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}
.project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-prev {
    left: -65px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project5-section-area .project5-singlebox-slider .owl-nav button.owl-next {
    right: -65px;
  }
}
.project5-section-area .project5-singlebox-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 {
  position: relative;
  z-index: 1;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 150px;
  background: rgba(251, 133, 0, 0.1);
  display: inline-block;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow svg {
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area .arrow:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.project5-section-area .project5-singlebox-slider .project-single-boxarea3 .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.project-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-inner-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.project-inner-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.project-inner-section-area .project-single-boxarea2 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-inner-section-area .project-single-boxarea2:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.project-inner-section-area .project-single-boxarea2:hover .arrow a {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
}
.project-inner-section-area .project-single-boxarea2:hover .arrow a svg {
  filter: brightness(0);
  transition: all 0.4s;
}
.project-inner-section-area .project-single-boxarea2.box2 {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .project-inner-section-area .project-single-boxarea2.box2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section-area .project-single-boxarea2.box2 {
    margin-top: 0;
  }
}
.project-inner-section-area .project-single-boxarea2.box3 {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .project-inner-section-area .project-single-boxarea2.box3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section-area .project-single-boxarea2.box3 {
    margin-top: 0;
  }
}
.project-inner-section-area .project-single-boxarea2.box4 {
  margin-top: -178px;
}
@media (max-width: 767px) {
  .project-inner-section-area .project-single-boxarea2.box4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section-area .project-single-boxarea2.box4 {
    margin-top: 0;
  }
}
.project-inner-section-area .project-single-boxarea2 .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}
.project-inner-section-area .project-single-boxarea2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project-inner-section-area .project-single-boxarea2 .img1 img {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section-area .project-single-boxarea2 .img1 img {
    height: 350px;
  }
}
.project-inner-section-area .project-single-boxarea2 .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-inner-section-area .project-single-boxarea2 .content-area .text {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .project-inner-section-area .project-single-boxarea2 .content-area .text {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section-area .project-single-boxarea2 .content-area .text {
    padding: 0;
  }
}
.project-inner-section-area .project-single-boxarea2 .content-area .text a:nth-child(1) {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(110, 148, 25, 0.1);
  padding: 8px 6px;
}
.project-inner-section-area .project-single-boxarea2 .content-area .text a:nth-child(3) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.project-inner-section-area .project-single-boxarea2 .content-area .text a:nth-child(3):hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.project-inner-section-area .project-single-boxarea2 .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  background: rgba(110, 148, 25, 0.1);
}
.project-inner-section-area .project-single-boxarea2 .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-4);
}
.project-inner-section-area .project-single-boxarea2 .content-area .arrow a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.project-inner-section-area .project-single-boxarea2 .content-area .arrow a svg {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}

.project-details-siderbars-area {
  position: relative;
  z-index: 1;
}
.project-details-siderbars-area .project-side-widget {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.project-details-siderbars-area .project-side-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.project-details-siderbars-area .project-side-widget .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.project-details-siderbars-area .project-side-widget .search-area form {
  position: relative;
  z-index: 1;
}
.project-details-siderbars-area .project-side-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: rgba(110, 148, 25, 0.1);
  padding: 16px;
}
.project-details-siderbars-area .project-side-widget .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.project-details-siderbars-area .project-side-widget .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.project-details-siderbars-area .project-side-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.project-details-siderbars-area .project-side-widget .popular-tags {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.project-details-siderbars-area .project-side-widget .popular-tags ul li {
  display: inline-block;
}
.project-details-siderbars-area .project-side-widget .popular-tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-1);
  margin: 16px 6px 0 0;
}
.project-details-siderbars-area .project-side-widget .popular-tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-details-siderbars-area .project-side-widget .help-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.project-details-siderbars-area .project-side-widget .help-area h3 {
  line-height: 28px;
}
.project-details-siderbars-area .project-side-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project-details-siderbars-area .project-side-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.project-details-siderbars-area .project-side-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.project-details-siderbars-area .project-side-widget .social-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.project-details-siderbars-area .project-side-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.project-details-siderbars-area .project-side-widget .social-area ul li:last-child {
  margin: 0;
}
.project-details-siderbars-area .project-side-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.project-details-siderbars-area .project-side-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-details-siderbars-area .project-side-widget .project-contact {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #EDF2F7);
  padding: 24px 20px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area {
  margin-top: 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 18px 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 18px 16px;
  height: 120px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project-details-siderbars-area .project-side-widget .project-contact .input-area button {
  border: none;
  outline: none;
}
.project-details-siderbars-area .service-main-detailsarea {
  position: relative;
  z-index: 1;
}
.project-details-siderbars-area .service-main-detailsarea.leftpadding {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .project-details-siderbars-area .service-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-siderbars-area .service-main-detailsarea.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.project-details-siderbars-area .service-main-detailsarea.rightpadding {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .project-details-siderbars-area .service-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-siderbars-area .service-main-detailsarea.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.project-details-siderbars-area .service-main-detailsarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.project-details-siderbars-area .service-main-detailsarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.project-details-siderbars-area .service-main-detailsarea .img1 {
  position: relative;
  z-index: 1;
}
.project-details-siderbars-area .service-main-detailsarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-details-siderbars-area .service-main-detailsarea .img1 .play a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.project-details-siderbars-area .service-main-detailsarea .list-area2 {
  padding-top: 16px;
  border-top: 1px solid #CDD2D1;
}
.project-details-siderbars-area .service-main-detailsarea .list-area2 ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  margin-top: 16px;
}
.project-details-siderbars-area .service-main-detailsarea .list-area2 ul li img {
  margin: -4px 8px 0 0;
}
.project-details-siderbars-area .service-main-detailsarea .list-area ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  margin-top: 16px;
}
.project-details-siderbars-area .service-main-detailsarea .list-area ul li img {
  margin: -4px 8px 0 0;
}
.project-details-siderbars-area .service-main-detailsarea .service-details-box {
  position: relative;
  z-index: 1;
  background: #EDF2F7;
  padding: 20px 32px;
  margin-top: 30px;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-details-siderbars-area .service-main-detailsarea .service-details-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-3);
}
.project-details-siderbars-area .service-main-detailsarea .service-details-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.project-details-siderbars-area .service-main-detailsarea .divided-area {
  margin-top: 30px;
}
.project-details-siderbars-area .service-main-detailsarea .divided-area h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}

/*============= PROJECT CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/
.pricing-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-section-area .heading3 h5 {
  color: var(--ztc-text-text-9);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.pricing-section-area .heading3 h2 {
  color: var(--ztc-text-text-1);
}
.pricing-section-area .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pricing-section-area .custom-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--ztc-text-text-9);
  top: 5px;
  left: 35px;
  border-radius: 50%;
  transition: 300ms all;
}
.pricing-section-area .toggle-inner .t-month,
.pricing-section-area .toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}
.pricing-section-area .toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}
.pricing-section-area .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.pricing-section-area .active > .toggle-inner .t-year {
  opacity: 1;
}
.pricing-section-area .toggle-inner input:checked + span {
  left: 5px;
}
.pricing-section-area .toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: #334834;
  left: -20px;
}
.pricing-section-area .t-year h4 {
  min-width: 200px;
}
.pricing-section-area .t-year {
  text-align: left;
}
.pricing-section-area .plan-toggle-wrap {
  margin-top: 50px;
  margin-bottom: 32px;
}
.pricing-section-area .plan-toggle-wrap h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  margin-bottom: 0;
}
.pricing-section-area .single-pricing-area {
  margin-bottom: 30px;
  background: #1C3B45;
  border-radius: 4px;
  padding: 30px;
  transition: all 0.4s;
}
.pricing-section-area .single-pricing-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.pricing-section-area .single-pricing-area .pricing-box h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.pricing-section-area .single-pricing-area .pricing-box p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s26);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-regular);
  opacity: 80%;
}
.pricing-section-area .single-pricing-area .pricing-box h2 {
  color: var(--ztc-text-text-8);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--02-home-page-textcolors, #032530);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 120px;
  height: 120px;
  width: 120px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-text-text-9);
  transition: all 0.4s;
  text-align: center;
  position: relative;
}
.pricing-section-area .single-pricing-area .pricing-box h2 span {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  position: absolute;
  left: 140px;
  top: 55px;
  width: 110px;
}
.pricing-section-area .single-pricing-area .pricing-box h2 .elements19 {
  position: absolute;
  height: 140px;
  width: 140px;
  max-height: 140px;
  max-width: 140px;
  left: -10px;
  top: -10px;
}
.pricing-section-area .single-pricing-area .pricing-box .btn-area1 .vl-btn3 {
  width: 100%;
  text-align: center;
}
.pricing-section-area .single-pricing-area .pricing-box ul li {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}
.pricing-section-area .single-pricing-area .pricing-box ul li img {
  margin: 0 8px 0 0;
}
.pricing-section-area .single-pricing-area.active {
  background: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.pricing-section-area .single-pricing-area.active h3 {
  color: var(--ztc-text-text-8);
}
.pricing-section-area .single-pricing-area.active p {
  color: var(--ztc-text-text-10);
}
.pricing-section-area .single-pricing-area.active h2 {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
}
.pricing-section-area .single-pricing-area.active h2 img {
  filter: brightness(0);
}
.pricing-section-area .single-pricing-area.active h2 span {
  color: var(--ztc-text-text-8);
}
.pricing-section-area .single-pricing-area.active ul li {
  color: var(--ztc-text-text-8);
}
.pricing-section-area .single-pricing-area.active .btn-area1 .vl-btn3 {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-inner-section-area .heading3 h5 {
  color: var(--ztc-text-text-4);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.pricing-inner-section-area .heading3 h2 {
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pricing-inner-section-area .custom-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--ztc-text-text-4);
  top: 5px;
  left: 35px;
  border-radius: 50%;
  transition: 300ms all;
}
.pricing-inner-section-area .toggle-inner .t-month,
.pricing-inner-section-area .toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}
.pricing-inner-section-area .toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}
.pricing-inner-section-area .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.pricing-inner-section-area .active > .toggle-inner .t-year {
  opacity: 1;
}
.pricing-inner-section-area .toggle-inner input:checked + span {
  left: 5px;
}
.pricing-inner-section-area .toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: #334834;
  left: -20px;
}
.pricing-inner-section-area .t-year h4 {
  min-width: 200px;
}
.pricing-inner-section-area .t-year {
  text-align: left;
}
.pricing-inner-section-area .plan-toggle-wrap {
  margin-top: 50px;
  margin-bottom: 32px;
}
.pricing-inner-section-area .plan-toggle-wrap h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  margin-bottom: 0;
}
.pricing-inner-section-area .single-pricing-area {
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-2);
  border-radius: 8px;
  padding: 30px;
  transition: all 0.4s;
}
.pricing-inner-section-area .single-pricing-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.pricing-inner-section-area .single-pricing-area .pricing-box h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.pricing-inner-section-area .single-pricing-area .pricing-box p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s26);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-regular);
  opacity: 80%;
}
.pricing-inner-section-area .single-pricing-area .pricing-box h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 120px;
  height: 120px;
  width: 120px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  text-align: center;
  position: relative;
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .single-pricing-area .pricing-box h2 span {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  position: absolute;
  left: 140px;
  top: 55px;
  width: 110px;
}
.pricing-inner-section-area .single-pricing-area .pricing-box h2 .elements19 {
  position: absolute;
  height: 140px;
  width: 140px;
  max-height: 140px;
  max-width: 140px;
  left: -10px;
  top: -10px;
}
.pricing-inner-section-area .single-pricing-area .pricing-box .btn-area1 .vl-btn1 {
  width: 100%;
  text-align: center;
}
.pricing-inner-section-area .single-pricing-area .pricing-box .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-2);
}
.pricing-inner-section-area .single-pricing-area .pricing-box .btn-area1 .vl-btn1::before {
  display: none;
}
.pricing-inner-section-area .single-pricing-area .pricing-box .btn-area1 .vl-btn1::after {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .single-pricing-area .pricing-box ul li {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}
.pricing-inner-section-area .single-pricing-area .pricing-box ul li img {
  margin: 0 8px 0 0;
}
.pricing-inner-section-area .single-pricing-area.active {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.pricing-inner-section-area .single-pricing-area.active h3 {
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .single-pricing-area.active p {
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .single-pricing-area.active h2 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-4);
}
.pricing-inner-section-area .single-pricing-area.active h2 span {
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .single-pricing-area.active ul li {
  color: var(--ztc-text-text-1);
}
.pricing-inner-section-area .single-pricing-area.active .btn-area1 .vl-btn1 {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.compare-pricing-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--3-home-page-graycolors, #EDF2F7);
}
.compare-pricing-section .pricing-section {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.compare-pricing-section .pricing-header {
  display: flex;
  text-align: center;
  align-items: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-header {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .pricing-header {
    display: inline-block;
    width: 100%;
  }
}
.compare-pricing-section .pricing-header div {
  flex: 1;
}
.compare-pricing-section .pricing-header .logo {
  background-color: var(--ztc-bg-bg-1);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 70px 40px;
}
.compare-pricing-section .pricing-header .logo img {
  height: 36px;
  width: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-pricing-section .pricing-header .starter {
  background-color: var(--ztc-bg-bg-2);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
}
.compare-pricing-section .pricing-header .growth {
  background-color: var(--ztc-bg-bg-3);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
}
.compare-pricing-section .pricing-header .enterprise {
  background-color: var(--ztc-bg-bg-2);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
}
.compare-pricing-section .pricing-header .package-title {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding: 0;
}
.compare-pricing-section .pricing-header .price {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  padding-top: 24px;
}
.compare-pricing-section .pricing-header .price span {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
}
.compare-pricing-section .pricing-table {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-table {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .pricing-table {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.compare-pricing-section .pricing-table span {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-table span {
    display: block;
    text-align: center;
    padding-top: 16px;
  }
}
.compare-pricing-section .pricing-table span:nth-child(2) {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-table span:nth-child(2) {
    padding: 16px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .pricing-table span:nth-child(2) {
    padding: 16px 0 0 20px;
  }
}
.compare-pricing-section .pricing-table span:nth-child(3) {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-table span:nth-child(3) {
    padding: 16px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .pricing-table span:nth-child(3) {
    padding: 16px 0 0 20px;
  }
}
.compare-pricing-section .pricing-table span:nth-child(4) {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .compare-pricing-section .pricing-table span:nth-child(4) {
    padding: 16px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .pricing-table span:nth-child(4) {
    padding: 16px 0 0 20px;
  }
}
.compare-pricing-section .pricing-table span img {
  margin: 0 4px 0 0;
}
.compare-pricing-section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
}
@media (max-width: 767px) {
  .compare-pricing-section .row {
    padding: 16px 0;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .row {
    padding: 16px 0;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.compare-pricing-section .row:nth-child(2) {
  background: var(--ztc-bg-bg-1);
}
.compare-pricing-section .row:nth-child(4) {
  background: var(--ztc-bg-bg-1);
}
.compare-pricing-section .row:nth-child(6) {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
}
@media (max-width: 767px) {
  .compare-pricing-section .row:nth-child(6) span:nth-child(1) {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .row:nth-child(6) span:nth-child(1) {
    padding: 0;
  }
}
.compare-pricing-section .row:nth-child(6) span a {
  width: auto;
  display: inline-block !important;
  margin: 0;
}
@media (max-width: 767px) {
  .compare-pricing-section .row:nth-child(6) span a {
    text-align: center;
  }
  .compare-pricing-section .row:nth-child(6) span a.vl-btn1.btn2 {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-pricing-section .row:nth-child(6) span a {
    text-align: center;
  }
  .compare-pricing-section .row:nth-child(6) span a.vl-btn1.btn2 {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none !important;
  }
}
.compare-pricing-section .row span {
  flex: 1;
  text-align: start;
}

/* Hide Mobile Logo by default */
.mobile-logo {
    display: none;
}

/* Hide Desktop Logo on mobile devices */
.desktop-logo {
    display: block;
}

/* Media Query for mobile screens */
@media (max-width: 767px) {
    /* Show Mobile Logo on mobile devices */
    .mobile-logo {
        display: block;
    }

    /* Hide Desktop Logo on mobile devices */
    .desktop-logo {
        display: none;
    }
}


/*============= PRICING CSS AREA ===============*/

/*============= PREMIUM BLACK THEME OVERRIDES ===============*/
:root {
  --premium-bg: #071a36;
  --premium-bg-soft: #0d2750;
  --premium-surface: rgba(12, 36, 78, 0.9);
  --premium-surface-soft: rgba(18, 48, 98, 0.86);
  --premium-border: rgba(158, 205, 255, 0.22);
  --premium-border-strong: rgba(173, 217, 255, 0.38);
  --premium-text: #f3f8ff;
  --premium-muted: rgba(228, 241, 255, 0.8);
  --premium-dim: rgba(197, 220, 245, 0.62);
  --premium-shadow: 0 24px 60px rgba(4, 17, 38, 0.42);
  --ztc-text-text-1: #ffffff;
  --ztc-text-text-2: #ffffff;
  --ztc-text-text-3: rgba(228, 241, 255, 0.8);
  --ztc-text-text-4: #ffffff;
  --ztc-text-text-5: #ffffff;
  --ztc-text-text-6: rgba(241, 247, 255, 0.9);
  --ztc-text-text-7: rgba(197, 220, 245, 0.72);
  --ztc-text-text-8: #ffffff;
  --ztc-text-text-9: #ffffff;
  --ztc-text-text-10: rgba(228, 241, 255, 0.8);
  --ztc-text-text-15: rgba(214, 231, 249, 0.74);
  --ztc-text-text-16: #ffffff;
  --ztc-bg-bg-1: #153565;
  --ztc-bg-bg-2: #071a36;
  --ztc-bg-bg-3: #ffffff;
  --ztc-bg-bg-4: #112d57;
  --ztc-bg-bg-5: #173965;
  --ztc-bg-bg-6: #0c2141;
  --ztc-bg-bg-7: #ffffff;
  --ztc-border-border-1: rgba(158, 205, 255, 0.22);
  --ztc-border-border-2: rgba(158, 205, 255, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top, rgba(110, 178, 255, 0.18), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(90, 160, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #071a36 0%, #0b2347 50%, #05142c 100%);
  color: var(--premium-muted);
  font-family: var(--ztc-family-font1);
}

body,
.homepage1-body,
.homepage2-body {
  color: var(--premium-muted);
}

a {
  color: inherit;
}

a:hover {
  color: #ffffff;
}

font[color] {
  color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--premium-text) !important;
  letter-spacing: -0.02em;
}

p,
li,
span,
label,
input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
}

::selection {
  background: #ffffff;
  color: #050505;
}

.preloader,
.header-search-form-wrapper {
  background: rgba(5, 5, 5, 0.97);
}

.progress-wrap,
.service1-section-area .service-single-slider .owl-nav button,
.testimonial1-section-area .testimonial-arrows button,
.project1-section .project-single-boxarea .slick-dots li button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid var(--premium-border);
  color: #ffffff !important;
  box-shadow: none;
}

.progress-wrap:hover,
.service1-section-area .service-single-slider .owl-nav button:hover,
.testimonial1-section-area .testimonial-arrows button:hover,
.project1-section .project-single-boxarea .slick-dots li button:hover {
  background: #ffffff !important;
  color: #050505 !important;
}

.hero1-section-area,
.inner-pages-section-area,
.service1-section-area,
.testimonial1-section-area,
.cta1-section-area,
.vl-footer1-section-area {
  position: relative;
}

.hero1-section-area::before,
.inner-pages-section-area::before,
.service1-section-area::before,
.testimonial1-section-area::before,
.cta1-section-area::before,
.vl-footer1-section-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.76) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 32%);
  z-index: 0;
}

.hero1-section-area > .container,
.inner-pages-section-area > .container,
.service1-section-area > .container,
.testimonial1-section-area > .container,
.cta1-section-area > .container,
.vl-footer1-section-area > .container {
  position: relative;
  z-index: 1;
}

.homepage1-body .vl-transparent-header,
.homepage1-body .header-sticky {
  top: 18px;
  left: 20px;
  right: 20px;
  width: auto;
  max-width: calc(100% - 40px);
  padding: 18px 0;
  border: 1px solid var(--premium-border);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--premium-shadow);
  border-radius: 22px;
}

@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header,
  .homepage1-body .header-sticky {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 14px 0;
    background: rgba(5, 5, 5, 0.96);
    border-bottom: 1px solid rgba(168, 178, 188, 0.34);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  }

.homepage1-body .vl-transparent-header .vl-logo img,
.homepage1-body .header-sticky .vl-logo img {
  filter: none;
}

  .homepage1-body .vl-transparent-header .mobile-logo img,
  .homepage1-body .header-sticky .mobile-logo img {
    width: 176px;
    height: 54px;
    object-fit: contain;
    filter: none;
  }

  .homepage1-body .vl-header-action-item {
    border-color: rgba(168, 178, 188, 0.45);
    background: rgba(8, 8, 8, 0.94);
    color: #a8b2bc;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  }

  .homepage1-body .vl-header-action-item button {
    color: #a8b2bc;
  }
}

.homepage1-body .vl-transparent-header .vl-logo img,
.vl-offcanvas-logo img,
.vl-footer1-section-area .footer-logo1 img {
  filter: none;
}

.homepage1-body .vl-main-menu ul > li > a,
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text span,
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text a,
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: #ffffff;
}

.homepage1-body .vl-main-menu ul > li:hover > a,
.homepage1-body .vl-main-menu ul > li:hover a,
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: rgba(255, 255, 255, 0.72);
}

.homepage1-body .vl-main-menu ul > li .sub-menu {
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid var(--premium-border);
  border-radius: 18px;
  padding: 14px 20px 24px;
}

.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
}

@media (min-width: 992px) {
  .homepage1-body .vl-main-menu {
    display: flex;
    justify-content: center;
  }

  .homepage1-body .vl-main-menu nav {
    width: 100%;
  }

  .homepage1-body .vl-main-menu nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
    margin: 0;
    padding: 0;
  }

  .homepage1-body .vl-main-menu nav > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .homepage1-body .vl-main-menu nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .homepage1-body .vl-main-menu nav > ul > li > a span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .homepage1-body .vl-main-menu ul > li .sub-menu {
    top: calc(100% + 14px);
    left: 50%;
    min-width: 260px;
    text-align: left;
    transform: translateX(-50%) scale(1, 0);
  }

  .homepage1-body .vl-main-menu ul > li:hover .sub-menu {
    top: calc(100% + 14px);
    transform: translateX(-50%) scale(1, 1);
  }
}

.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.icons,
.about1-section-area .about-heading .pera-box .icons,
.service1-section-area .service-single-slider .service-boxarea .content-area .icons,
.contact-inner-area .contact-bottom-box .contact-box .icons {
  background: linear-gradient(135deg, #ffffff 0%, #d3d3d3 100%) !important;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.icons img,
.about1-section-area .about-heading .pera-box .icons img,
.service1-section-area .service-single-slider .service-boxarea .content-area .icons img,
.contact-inner-area .contact-bottom-box .contact-box .icons img {
  filter: brightness(0);
}

.vl-offcanvas {
  background: rgba(5, 5, 5, 0.96);
}

.vl-offcanvas-wrapper {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.98), rgba(5, 5, 5, 0.98));
  border-left: 1px solid var(--premium-border);
}

html.vl-offcanvas-active,
body.vl-offcanvas-active {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

@media (max-width: 991px) {
  .vl-offcanvas {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 0;
    overflow: hidden;
  }

  .vl-offcanvas-wrapper {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    padding: 50px 40px calc(40px + env(safe-area-inset-bottom, 0px)) 40px;
  }
}

.vl-offcanvas-social a,
.vl-offcanvas-close-toggle,
.vl-header-action-item,
.header-search-form-wrapper .search-submit {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--premium-border);
  color: #ffffff;
}

.header-search-form-wrapper .search-field {
  border-bottom: 1px solid var(--premium-border);
  color: #ffffff;
}

.heading1 h5,
.hero1-section-area .heading-area h5,
.contact-inner-area .contact-header-area h5,
.testimonial1-section-area .heading1 h5,
.project1-section .project-single-boxarea .project-boxarea h5 {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  letter-spacing: 0.16em;
  font-size: 12px;
  line-height: 1;
  padding: 12px 18px;
}

.hero1-section-area {
  padding-bottom: 56px;
}

.hero1-section-area .heading-area h1 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  max-width: 11ch;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.hero1-section-area .heading-area p,
.inner-pages-section-area .inner-header a,
.vl-footer1-section-area p,
.vl-footer1-section-area .vl-footer-widget ul li a,
.vl-footer1-section-area .vl-copyright-area p,
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.text span {
  color: var(--premium-muted) !important;
}

.inner-pages-section-area {
  padding: 190px 0 90px;
}

.inner-pages-section-area .inner-header h2 {
  font-size: clamp(40px, 5vw, 64px);
}

.inner-pages-section-area .inner-header a span {
  color: #ffffff;
}

.vl-btn1,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
  background: linear-gradient(135deg, #ffffff 0%, #d6d6d6 100%) !important;
  color: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 18px 28px;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.14);
}

.vl-btn1::before,
.vl-btn1::after,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::before,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  display: none !important;
}

.vl-btn1:hover,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  transform: translateY(-2px);
}

.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2,
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2 {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2:hover,
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2:hover {
  background: linear-gradient(135deg, #ffffff 0%, #d6d6d6 100%) !important;
  color: #050505 !important;
}

.about1-section-area,
.aboutinner-section-area,
.project1-section,
.service-inner-section-area,
.faq-inner-section-area,
.testimonial-inenr-area,
.contact-inner-area,
.team1-section-area {
  background: transparent !important;
}

.about1-section-area .about-heading .pera-box,
.service1-section-area .service-single-slider .service-boxarea,
.project1-section .project-single-boxarea .project-boxarea,
.service-inner-section-area .service3-single-boxarea,
.vl-blog-1-area .vl-blog-1-item,
.testimonial-inenr-area .testimonial2-boxarea,
.contact-inner-area .contact-bottom-box,
.contact-inner-area .contact-header-area,
.team1-section-area .team-boxarea,
.history1-scetion-area .history-single-slider .history-boxarea,
.testimonial1-section-area .slider-boxarea .slider-box,
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical,
.faq1-section-area .accordion-area .accordion .accordion-item button,
.faq-inner-section-area .faq-widget-area ul li button,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
  border: 1px solid var(--premium-border) !important;
  box-shadow: var(--premium-shadow);
  backdrop-filter: blur(16px);
  border-radius: 26px !important;
}

.about1-section-area .about-heading .pera-box:hover,
.service1-section-area .service-single-slider .service-boxarea:hover,
.project1-section .project-single-boxarea .project-boxarea:hover,
.service-inner-section-area .service3-single-boxarea:hover,
.vl-blog-1-area .vl-blog-1-item:hover,
.testimonial-inenr-area .testimonial2-boxarea:hover,
.contact-inner-area .contact-bottom-box:hover,
.team1-section-area .team-boxarea:hover,
.history1-scetion-area .history-single-slider .history-boxarea:hover {
  transform: translateY(-8px);
  border-color: var(--premium-border-strong) !important;
}

.service1-section-area .service-single-slider .service-boxarea .img1::after {
  background: rgba(0, 0, 0, 0.55);
}

.project1-section .project-single-boxarea .project-boxarea h2 a,
.service1-section-area .service-single-slider .service-boxarea .content-area a,
.service-inner-section-area .service3-single-boxarea .content a,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-title a,
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .text a,
.team1-section-area .team-boxarea .content-area a,
.contact-inner-area .contact-bottom-box .contact-box .text h4,
.history1-scetion-area .history-single-slider .history-boxarea h2 {
  color: #ffffff !important;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content,
.service-inner-section-area .service3-single-boxarea .content,
.testimonial-inenr-area .testimonial2-boxarea p,
.service1-section-area .service-single-slider .service-boxarea p,
.project1-section .project-single-boxarea .project-boxarea p,
.contact-inner-area .contact-bottom-box .contact-box .text span,
.contact-inner-area .contact-bottom-box .call a,
.faq1-section-area .accordion-area .accordion .accordion-item .accordion-body p,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item .accordion-body p {
  color: var(--premium-muted) !important;
}

.faq1-section-area,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item {
  background: transparent !important;
}

.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed),
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed),
.faq-inner-section-area .faq-widget-area ul li button.active,
.faq-inner-section-area .faq-widget-area ul li button:hover {
  background: #ffffff !important;
  color: #050505 !important;
}

.faq1-section-area .accordion-area .accordion .accordion-item button::after,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}

.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed)::after,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0);
}

.contact-inner-area .contact-header-area {
  padding: 42px !important;
}

@media (max-width: 767px) {
  .contact-inner-area .contact-header-area {
    padding: 28px !important;
  }
}

.contact-inner-area .maps-area iframe {
  border-radius: 28px;
  border: 1px solid var(--premium-border);
  box-shadow: var(--premium-shadow);
  filter: grayscale(1) contrast(1.05) brightness(0.78);
}

.contact-inner-area .contact-header-area .input-area input,
.contact-inner-area .contact-header-area .input-area textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--premium-border) !important;
  color: #ffffff !important;
  border-radius: 18px !important;
}

.contact-inner-area .contact-header-area .input-area input::placeholder,
.contact-inner-area .contact-header-area .input-area textarea::placeholder {
  color: var(--premium-dim) !important;
}

.hero1-section-area .hero-images-area .img1,
.about1-section-area .about-images-area .img1,
.project1-section .all-images .images-area .img1,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb,
.team1-section-area .team-boxarea .img1 {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--premium-border);
  box-shadow: var(--premium-shadow);
}

.hero1-section-area .hero-images-area .img1 img,
.about1-section-area .about-images-area .img1 img,
.project1-section .all-images img,
.service1-section-area .service-single-slider .service-boxarea .img1 img,
.service-inner-section-area .service3-single-boxarea .img1 img,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img,
.team1-section-area .team-boxarea .img1 img,
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .img1 img,
.cta1-section-area .img1 img {
  filter: grayscale(1) contrast(1.04) brightness(0.88);
}

.hero1-section-area .hero-images-area .elements1,
.hero1-section-area .hero-images-area .elements2,
.hero1-section-area .hero-images-area .elements3,
.hero1-section-area .hero-images-area .elements4,
.hero1-section-area .hero-images-area .elements5 {
  opacity: 0.28;
  filter: grayscale(1) brightness(1.4);
}

.testimonial1-section-area .slider-boxarea .slider-box.slick-current.slick-active,
.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical,
.cta1-section-area {
  border-color: var(--premium-border-strong);
}

.testimonial1-section-area .testimonial-horizental-slider .testimonial-vertical .icon ul li,
.vl-footer1-section-area .footer-logo1 ul li a,
.team1-section-area .team-boxarea .img1 ul li a {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid var(--premium-border);
  color: #ffffff !important;
}

.vl-footer1-section-area .vl-footer-widget h3,
.vl-footer1-section-area .vl-footer-widget ul li a:hover,
.vl-footer1-section-area .footer-logo1 ul li a:hover {
  color: #ffffff !important;
}

.vl-footer1-section-area .vl-copyright-area p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*============= BLACKWHEEL HOMEPAGE REFINEMENTS ===============*/
.blackwheel-home main {
  overflow: clip;
}

.blackwheel-hero {
  padding-top: 210px;
  background:
    linear-gradient(180deg, #fbfbfb 0%, #efefef 58%, #f8f8f8 100%);
}

.blackwheel-hero::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 242, 242, 0.9) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.78), transparent 34%);
}

.blackwheel-hero .hero-copy-block {
  max-width: 680px;
}

.blackwheel-hero .heading-area h1,
.blackwheel-hero .heading-area p,
.blackwheel-hero .heading-area h5,
.blackwheel-hero .hero-metric-card strong,
.blackwheel-hero .hero-metric-card span,
.blackwheel-hero .hero-floating-card strong,
.blackwheel-hero .hero-floating-card span,
.blackwheel-hero .hero-trust-strip span,
.blackwheel-hero .hero-trust-strip i {
  color: #111111 !important;
}

.blackwheel-hero .heading-area p {
  max-width: 58ch;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.72) !important;
}

.blackwheel-hero .heading-area h5 {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(17, 17, 17, 0.18) !important;
  color: #111111 !important;
}

.blackwheel-hero .heading-area h1 {
  max-width: 9ch;
}

.blackwheel-hero .heading-area .btn-area1 .vl-btn1 {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid rgba(17, 17, 17, 0.18) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.blackwheel-hero .heading-area .btn-area1 .vl-btn1:hover,
.blackwheel-hero .heading-area .btn-area1 .vl-btn1.btn2:hover {
  background: #e8e8e8 !important;
  color: #111111 !important;
  border-color: rgba(17, 17, 17, 0.22) !important;
}

.blackwheel-hero .heading-area .btn-area1 .vl-btn1.btn2 {
  background: rgba(255, 255, 255, 0.68) !important;
  color: #111111 !important;
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
}

.hero-metrics-grid,
.hero-trust-strip,
.blackwheel-checklist-section .history-single-slider .history-boxarea,
.cta1-section-area .btn-area1 {
  display: flex;
  flex-wrap: wrap;
}

.hero-metrics-grid {
  gap: 18px;
}

.hero-metric-card,
.hero-floating-card,
.story-overlay-card {
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.09);
}

.hero-metric-card {
  flex: 1 1 180px;
  min-height: 156px;
  padding: 24px;
  border-radius: 22px;
}

.hero-metric-card strong,
.hero-floating-card strong,
.story-overlay-card strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-metric-card span,
.hero-floating-card span,
.story-overlay-card p {
  color: rgba(17, 17, 17, 0.7);
}

.hero-showcase {
  position: relative;
  padding: 28px 0 46px;
}

.hero-luxury-stage {
  min-height: 620px;
}

.hero-showcase-main {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.12);
}

.hero-luxury-canvas {
  min-height: 620px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), transparent 28%),
    radial-gradient(circle at 76% 22%, rgba(210, 210, 210, 0.48), transparent 24%),
    linear-gradient(180deg, #fcfcfc 0%, #dedede 100%);
}

.hero-luxury-canvas::before,
.hero-luxury-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-luxury-canvas::before {
  background:
    linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.86) 42%, transparent 62%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 58%);
  mix-blend-mode: normal;
}

.hero-luxury-canvas::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.06) 72%, rgba(0, 0, 0, 0.14) 100%);
}

.hero-showcase-main img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hero-light-trails,
.hero-stage-orb,
.hero-road-line,
.hero-car-journey,
.hero-car-shadow,
.hero-car-shell {
  position: absolute;
}

.hero-light-trails {
  left: -14%;
  top: 18%;
  width: 130%;
  height: 132px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 18%, rgba(255, 255, 255, 0.95) 44%, rgba(124, 124, 124, 0.34) 64%, transparent 88%);
  filter: blur(14px);
  opacity: 0.86;
  animation: luxuryTrail 5.2s linear infinite;
}

.hero-stage-orb {
  border-radius: 999px;
  filter: blur(10px);
}

.hero-stage-orb-one {
  width: 170px;
  height: 170px;
  top: 64px;
  right: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.03) 72%);
}

.hero-stage-orb-two {
  width: 230px;
  height: 230px;
  bottom: 80px;
  left: 46px;
  background: radial-gradient(circle, rgba(109, 109, 109, 0.18) 0%, rgba(109, 109, 109, 0.02) 70%);
}

.hero-road-line {
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 17, 0.45), transparent);
  opacity: 0.42;
}

.hero-road-line-top {
  bottom: 118px;
}

.hero-road-line-bottom {
  bottom: 92px;
}

.hero-car-journey {
  left: -30%;
  bottom: 58px;
  width: 112%;
  animation: luxuryDrive 6.8s linear infinite;
}

.hero-car-shadow {
  left: 14%;
  right: 14%;
  bottom: 18px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.03) 72%);
  filter: blur(8px);
}

.hero-car-shell {
  position: relative;
  padding: 0 18px;
}

.hero-car-svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.42));
}

.hero-wheel-group {
  transform-box: fill-box;
  transform-origin: center;
  animation: wheelSpin 0.95s linear infinite;
}

.hero-car-wheel {
  transform-box: fill-box;
  transform-origin: center;
}

.hero-wheel-spoke {
  stroke: #4b4b4b;
  stroke-width: 8;
  stroke-linecap: round;
}

.hero-floating-card {
  position: absolute;
  width: min(260px, 72%);
  padding: 18px 20px;
  border-radius: 20px;
}

.hero-floating-card-top {
  top: 14px;
  right: -16px;
}

.hero-floating-card-bottom {
  left: -14px;
  bottom: 8px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 12px;
}

.hero-trust-strip {
  gap: 14px;
  margin-top: 34px;
}

.hero-trust-strip > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: #111111;
}

@keyframes luxuryDrive {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(52%) translateY(0);
  }
}

@keyframes luxuryTrail {
  0% {
    transform: translateX(-12%);
    opacity: 0.18;
  }
  30% {
    opacity: 0.82;
  }
  100% {
    transform: translateX(10%);
    opacity: 0.12;
  }
}

@keyframes wheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.blackwheel-story-section .about-heading {
  margin-left: 0;
}

.blackwheel-story-section .about-heading > p[data-aos="fade-left"][data-aos-duration="900"] {
  display: none;
}

.blackwheel-about-refresh {
  color: var(--premium-muted) !important;
}

.blackwheel-story-visual {
  position: relative;
}

.story-overlay-card {
  position: absolute;
  right: -22px;
  bottom: 34px;
  max-width: 320px;
  padding: 24px;
  border-radius: 24px;
}

.story-overlay-card .eyebrow {
  color: #000000;
}

.story-overlay-card strong {
  color: #000000;
}

.blackwheel-story-section .about-heading .btn-area1 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.blackwheel-service-section {
  background: #ffffff !important;
  background-image: none !important;
}

.blackwheel-service-section::before {
  display: none !important;
}

.blackwheel-service-section .heading1 h5 {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.blackwheel-service-section .heading1 h2 {
  color: #000000 !important;
  text-shadow: none !important;
}

.blackwheel-service-section .service-single-slider .service-boxarea {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

.blackwheel-service-section .service-single-slider .service-boxarea .content-area a,
.blackwheel-service-section .service-single-slider .service-boxarea p {
  color: #000000 !important;
}

.blackwheel-service-section .service-single-slider .service-boxarea .img1::after {
  background: rgba(0, 0, 0, 0.16) !important;
}

.blackwheel-service-section .service-single-slider .owl-nav button {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.blackwheel-service-section .service-single-slider .owl-nav button:hover {
  background: var(--black-logo-gradient) !important;
  color: #ffffff !important;
  border-color: #1458e6 !important;
}

.blackwheel-service-section .service-boxarea .content-area a,
.blackwheel-process-section .project-boxarea h2 a,
.blackwheel-checklist-section .history-boxarea a {
  font-size: 26px;
  line-height: 1.25;
}

.blackwheel-service-section .service-boxarea .content-area {
  min-height: 170px;
}

.blackwheel-service-section .heading1 {
  max-width: 760px;
}

.blackwheel-service-intro {
  max-width: 680px;
  margin: 0;
  color: #526277 !important;
  font-size: 15px;
  line-height: 1.8;
}

.blackwheel-service-section .service-single-slider .owl-stage {
  display: flex;
}

.blackwheel-service-section .service-single-slider .owl-item {
  display: flex;
  height: auto;
}

.blackwheel-service-section .service-single-slider .service-boxarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 22px !important;
  border-radius: 28px !important;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.blackwheel-service-section .service-single-slider .service-boxarea::before {
  content: "";
  position: absolute;
  inset: auto -22% -38% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 167, 227, 0.14) 0%, rgba(120, 167, 227, 0) 70%);
  pointer-events: none;
}

.blackwheel-service-section .service-boxarea .img1 {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, rgba(240, 246, 252, 0.95), rgba(225, 236, 248, 0.82));
  overflow: visible !important;
}

.blackwheel-service-section .service-boxarea .img1::after {
  display: none !important;
}

.blackwheel-service-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(160deg, #0c2344 0%, #285694 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 22px rgba(12, 35, 68, 0.22);
}

.blackwheel-service-section .service-boxarea .img1 img {
  width: 62px !important;
  height: 46px !important;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(10, 35, 68, 0.12);
  background: #ffffff;
  filter: none !important;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.1);
}

.blackwheel-service-section .service-boxarea .img1 .arrow {
  margin-left: auto;
}

.blackwheel-service-section .service-boxarea .img1 .arrow a {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 14px;
  background: linear-gradient(160deg, #111827 0%, #1f3e6d 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: 0 14px 24px rgba(12, 35, 68, 0.22);
}

.blackwheel-service-section .service-boxarea:hover .img1 .arrow a {
  color: #ffffff;
  transform: translateY(-2px) !important;
  rotate: 0deg !important;
}

.blackwheel-service-section .service-boxarea:hover .img1 img {
  transform: none !important;
}

.blackwheel-service-section .service-boxarea .content-area {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.blackwheel-service-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(12, 35, 68, 0.08);
  background: rgba(12, 35, 68, 0.05);
  color: #26436b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blackwheel-service-section .service-boxarea .content-area a {
  min-height: 62px;
  margin: 0;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a !important;
}

.blackwheel-service-section .service-boxarea .content-area a:hover {
  color: #1f4f8f !important;
}

.blackwheel-service-section .service-boxarea .content-area p {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: #526277 !important;
}

.blackwheel-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.blackwheel-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4fb;
  color: #173458;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.blackwheel-service-section .service-boxarea .content-area p,
.blackwheel-process-section .project-boxarea p,
.blackwheel-checklist-section .history-boxarea p,
.cta1-section-area .cta-header p {
  color: var(--premium-muted) !important;
}

.blackwheel-process-section .project-single-boxarea .project-boxarea,
.blackwheel-checklist-section .history-boxarea,
.cta1-section-area {
  background: rgba(12, 12, 12, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--premium-shadow);
}

.blackwheel-checklist-section .history-boxarea {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 46px 18px minmax(48px, auto) 1fr;
  align-content: start;
  justify-items: start;
  gap: 12px;
  min-height: 216px;
  padding: 24px 26px 22px !important;
  border-radius: 24px !important;
}

.blackwheel-checklist-section .history-boxarea h2 {
  margin: 0;
  align-self: end;
  color: #173f75 !important;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.blackwheel-checklist-section .history-boxarea a {
  margin: 0;
  display: block;
  min-height: 48px;
  color: #10233a !important;
  font-size: 18px !important;
  line-height: 1.22;
  text-decoration: none;
}

.blackwheel-checklist-section .history-boxarea span {
  width: 18px;
  height: 18px;
  margin: 0;
  align-self: center;
  background: linear-gradient(135deg, #0f53bd 0%, #2f7fff 100%);
  box-shadow: 0 10px 18px rgba(20, 88, 230, 0.2);
  position: relative;
}

.blackwheel-checklist-section .history-boxarea span::after {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  width: 72px;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(47, 127, 255, 0.36), rgba(47, 127, 255, 0));
}

.blackwheel-checklist-section .history-boxarea p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
}

.blackwheel-checklist-section .history-boxarea .space32,
.blackwheel-checklist-section .history-boxarea .space12,
.blackwheel-checklist-section .history-boxarea br {
  display: none !important;
}

.blackwheel-checklist-section .history-single-slider .owl-stage {
  display: flex;
}

.blackwheel-checklist-section .history-single-slider .owl-item {
  display: flex;
  height: auto;
}

.blackwheel-checklist-section .history-single-slider .history-boxarea {
  width: 100%;
}

.testimonial1-section-area .slider-boxarea .slider-box .content p {
  color: var(--premium-muted) !important;
}

.cta1-section-area .btn-area1 {
  gap: 14px;
}

@media (max-width: 991px) {
  .blackwheel-hero {
    padding-top: 170px;
  }

  .hero-luxury-stage,
  .hero-luxury-canvas {
    min-height: 500px;
  }

  .hero-showcase-main img {
    min-height: 420px;
  }

  .story-overlay-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hero-floating-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .hero-luxury-stage,
  .hero-luxury-canvas {
    min-height: 420px;
  }

  .hero-car-journey {
    left: -36%;
    width: 150%;
    bottom: 44px;
  }

  .hero-trust-strip > span,
  .hero-metric-card {
    width: 100%;
  }

  .blackwheel-service-section .service-boxarea .content-area a,
  .blackwheel-process-section .project-boxarea h2 a,
  .blackwheel-checklist-section .history-boxarea a {
    font-size: 22px;
  }

  .blackwheel-checklist-section .history-boxarea {
    grid-template-rows: 38px 16px minmax(42px, auto) 1fr;
    min-height: 0;
    padding: 20px 20px 18px !important;
    gap: 10px;
  }

  .blackwheel-checklist-section .history-boxarea h2 {
    font-size: 38px;
  }

  .blackwheel-checklist-section .history-boxarea span {
    width: 16px;
    height: 16px;
  }

  .blackwheel-checklist-section .history-boxarea a {
    min-height: 42px;
  }

  .blackwheel-checklist-section .history-boxarea span::after {
    width: 52px;
  }

  .blackwheel-service-intro {
    font-size: 14px;
    line-height: 1.7;
  }

  .blackwheel-service-section .service-single-slider .service-boxarea {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .blackwheel-service-section .service-boxarea .img1 {
    grid-template-columns: auto auto 1fr auto;
    gap: 10px;
    margin-bottom: 16px;
    padding: 9px 10px;
    border-radius: 18px;
  }

  .blackwheel-service-no {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 11px;
  }

  .blackwheel-service-section .service-boxarea .img1 img {
    width: 52px !important;
    height: 40px !important;
    border-radius: 12px;
  }

  .blackwheel-service-section .service-boxarea .img1 .arrow a {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 16px;
  }

  .blackwheel-service-label {
    min-height: 28px;
    padding: 0 10px;
    font-size: 9px;
  }

  .blackwheel-service-section .service-boxarea .content-area a {
    min-height: 0;
    font-size: 21px;
  }

  .blackwheel-service-section .service-boxarea .content-area p {
    font-size: 13px;
    line-height: 1.65;
  }

  .blackwheel-service-tags span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }
}

.blackwheel-service-section .service-single-slider .service-boxarea .content-area p {
  color: #526277 !important;
  font-weight: 500;
}

/*============= BLACKWHEEL HERO SLIDER REFRESH ===============*/
.blackwheel-hero.blackwheel-hero-slider {
  padding-top: 176px;
  padding-bottom: 26px;
  background: #f5f2ed;
}

.blackwheel-hero.blackwheel-hero-slider::before {
  display: none;
}

.blackwheel-hero-slider .container {
  max-width: 1320px;
}

.blackwheel-hero-slider-shell {
  position: relative;
}

.blackwheel-hero-slider-window {
  position: relative;
  min-height: clamp(360px, 48vw, 560px);
  border-radius: 32px;
  overflow: hidden;
  background: #d7d3cc;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.14);
}

.blackwheel-hero-slider-track {
  position: relative;
  min-height: inherit;
}

.blackwheel-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.blackwheel-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.blackwheel-hero-slide img {
  display: block;
  width: 100%;
  height: clamp(360px, 48vw, 560px);
  object-fit: cover;
  animation: blackwheelHeroPan 18s ease-in-out infinite alternate;
}

.blackwheel-hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.96) 0%, rgba(248, 246, 241, 0.8) 24%, rgba(248, 246, 241, 0.26) 54%, rgba(248, 246, 241, 0) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.blackwheel-hero-slide-content {
  position: absolute;
  left: 50px;
  bottom: 48px;
  z-index: 2;
  max-width: min(46vw, 560px);
  display: grid;
  gap: 14px;
}

.blackwheel-hero-slide-eyebrow {
  color: #8b7b68;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blackwheel-hero-slide-content h1 {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(2.1rem, 4.6vw, 4.3rem);
  line-height: 1.04;
}

.blackwheel-hero-slide-content p {
  margin: 0;
  max-width: 48ch;
  color: rgba(47, 47, 47, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

.blackwheel-hero-slide-content .btn-area1 {
  display: flex;
  flex-wrap: wrap;
}

.blackwheel-hero-slide-content .btn-area1 .vl-btn1 {
  background: #2263ae !important;
  border: 1px solid #2263ae !important;
  color: #ffffff !important;
  box-shadow: 0 20px 34px rgba(34, 99, 174, 0.18);
}

.blackwheel-hero-slider-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blackwheel-hero-slider-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #3f3f3f;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.blackwheel-hero-slider-dots {
  position: absolute;
  left: 50px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blackwheel-hero-slider-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.blackwheel-hero-slider-dots button.is-active {
  background: #444444;
  transform: scale(1.16);
}

.blackwheel-hero-slider-note {
  position: absolute;
  left: 50px;
  bottom: 18px;
  margin: 0;
  color: rgba(47, 47, 47, 0.78);
  font-size: 0.8rem;
  font-weight: 500;
  transform: translateY(30px);
}

.blackwheel-hero-slider .hero-trust-strip {
  gap: 14px;
  margin-top: 28px;
}

.blackwheel-hero-slider .hero-trust-strip > span {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: #111111;
}

.blackwheel-hero-slider .hero-trust-strip i {
  color: #111111 !important;
}

@keyframes blackwheelHeroPan {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(1.04) translateX(-1.2%);
  }
}

@media (max-width: 991px) {
  .blackwheel-hero.blackwheel-hero-slider {
    padding-top: 158px;
    padding-bottom: 20px;
  }

  .blackwheel-hero-slide-content {
    left: 34px;
    right: 34px;
    bottom: 44px;
    max-width: 520px;
  }

  .blackwheel-hero-slider-dots,
  .blackwheel-hero-slider-note {
    left: 34px;
  }
}

@media (max-width: 767px) {
  .blackwheel-hero.blackwheel-hero-slider {
    padding-top: 138px;
    padding-bottom: 14px;
  }

  .blackwheel-hero-slider-window,
  .blackwheel-hero-slide img {
    min-height: clamp(250px, 66vw, 340px);
    height: clamp(250px, 66vw, 340px);
  }

  .blackwheel-hero-slide-content {
    left: 18px;
    right: 18px;
    bottom: 58px;
    gap: 12px;
    max-width: none;
  }

  .blackwheel-hero-slide-content h1 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .blackwheel-hero-slide-content p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .blackwheel-hero-slider-dots,
  .blackwheel-hero-slider-note {
    left: 18px;
  }

  .blackwheel-hero-slider-note {
    font-size: 0.72rem;
  }

  .blackwheel-hero-slider-meta span,
  .blackwheel-hero-slide-content .btn-area1 .vl-btn1 {
    width: 100%;
    justify-content: center;
  }

  .blackwheel-hero-slider .hero-trust-strip > span {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .blackwheel-hero-slider .hero-trust-strip {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .blackwheel-hero-slider .hero-trust-strip::-webkit-scrollbar {
    display: none;
  }

  .blackwheel-hero-slider .hero-trust-strip > span {
    width: auto;
    flex: 0 0 auto;
    gap: 8px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blackwheel-hero-slide,
  .blackwheel-hero-slide img {
    transition: none !important;
    animation: none !important;
  }
}

/*============= BLACKWHEEL LIGHT SURFACE READABILITY FIXES ===============*/
.aboutinner-section-area .heading1 h2,
.aboutinner2-section-area .heading1 h2,
.aboutinner-section-area .about-heading .pera-box .text a,
.aboutinner-section-area .about-heading .pera-box .text font,
.aboutinner2-section-area .heading1 .counter-boxarea h3,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-title a,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a,
.service-details-siderbars-area .service-side-widget .search-area form input,
.service-details-siderbars-area .service-side-widget .help-area h3,
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text a,
.others-vission-area .mission-vission-area ul li button .text,
.others-vission-area .mission-vission-area ul li button.active .text {
  color: #111111 !important;
}

.aboutinner-section-area .heading1 p,
.aboutinner2-section-area .heading1 p,
.aboutinner-section-area .about-heading .pera-box .text p,
.aboutinner-section-area .about-heading .pera-box,
.aboutinner-section-area .about-heading .pera-box .text,
.aboutinner2-section-area .heading1 .counter-boxarea p,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content p,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text p,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text p,
.service-details-siderbars-area .service-side-widget .search-area form input::placeholder {
  color: rgba(17, 17, 17, 0.72) !important;
}

.aboutinner-section-area .about-heading .pera-box .text a,
.aboutinner-section-area .about-heading .pera-box .text a:hover,
.aboutinner-section-area .about-heading .pera-box .text p,
.aboutinner-section-area .about-heading .pera-box .text font {
  color: #111111 !important;
}

.aboutinner-section-area .heading1 h5,
.aboutinner2-section-area .heading1 h5 {
  color: #5f6b78 !important;
}

.aboutinner-section-area .about-heading .pera-box,
.aboutinner2-section-area,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content,
.service-details-siderbars-area .service-side-widget .search-area,
.service-details-siderbars-area .service-side-widget .help-area,
.service-details-siderbars-area .service-main-detailsarea .service-details-box,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover,
.others-vission-area .mission-vission-area ul li button,
.others-vission-area .mission-vission-area ul li button.active {
  background: #edf2f7 !important;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-title a:hover,
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  color: #111111 !important;
}

.others-vission-area .mission-vission-area ul li button.active {
  border-color: rgba(17, 17, 17, 0.12);
}

.aboutinner-section-area .vl-btn1:hover,
.aboutinner2-section-area .vl-btn1:hover,
.others-vission-area .vl-btn1:hover {
  background: #dfe5eb !important;
  color: #111111 !important;
  border-color: rgba(17, 17, 17, 0.18) !important;
}

.service-details-siderbars-area .service-side-widget .search-area form button,
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid rgba(17, 17, 17, 0.14);
}

.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a:hover {
  background: #eef2f6 !important;
  color: #111111 !important;
}

.service-details-siderbars-area .service-side-widget .categories-area h3,
.service-details-siderbars-area .service-side-widget .social-area h3 {
  color: #ffffff !important;
}

.service-details-siderbars-area .service-side-widget .search-area form button svg path,
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.service-inner-section-area .service3-single-boxarea,
.service-inner-section-area .service3-single-boxarea:hover,
.testimonial-inenr-area .testimonial2-boxarea,
.contact-inner-area .contact-bottom-box,
.team1-section-area .team-boxarea,
.faq1-section-area .accordion-area .accordion .accordion-item,
.faq1-section-area .accordion-area .accordion .accordion-item button,
.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed),
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed) {
  background: #edf2f7 !important;
}

.service-inner-section-area .service3-single-boxarea::after,
.service-inner-section-area .service3-single-boxarea:hover::after {
  display: none !important;
}

.service-inner-section-area .service3-single-boxarea .content,
.service-inner-section-area .service3-single-boxarea .content a,
.service-inner-section-area .service3-single-boxarea .content p,
.service-inner-section-area .service3-single-boxarea .content a.readmore,
.service-inner-section-area .service3-single-boxarea:hover .content a,
.service-inner-section-area .service3-single-boxarea:hover .content p,
.service-inner-section-area .service3-single-boxarea:hover .content a.readmore,
.service-details-siderbars-area .service-main-detailsarea h3,
.service-details-siderbars-area .service-main-detailsarea p,
.service-details-siderbars-area .service-main-detailsarea .list-area ul li,
.testimonial-inenr-area .testimonial2-boxarea p,
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text a,
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text p,
.contact-inner-area .contact-bottom-box .contact-box .text span,
.contact-inner-area .contact-bottom-box .contact-box .text h4,
.contact-inner-area .contact-bottom-box .call a,
.team1-section-area .team-boxarea .content-area a,
.team1-section-area .team-boxarea .content-area p,
.faq1-section-area .accordion-area .accordion .accordion-item button,
.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed),
.faq1-section-area .accordion-area .accordion .accordion-item .accordion-body p,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed),
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item .accordion-body p {
  color: #111111 !important;
}

.service-inner-section-area .service3-single-boxarea .content p,
.testimonial-inenr-area .testimonial2-boxarea p,
.testimonial-inenr-area .testimonial2-boxarea .author-images-area .images .text p,
.contact-inner-area .contact-bottom-box .contact-box .text span,
.contact-inner-area .contact-bottom-box .call a,
.faq1-section-area .accordion-area .accordion .accordion-item .accordion-body p,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item .accordion-body p {
  color: rgba(17, 17, 17, 0.78) !important;
}

.service-details-siderbars-area .service-main-detailsarea .service-details-box,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover,
.contact-inner-area .contact-header-area {
  background: #edf2f7 !important;
}

.service-details-siderbars-area .service-main-detailsarea .service-details-box .text a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text p,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text p,
.contact-inner-area .contact-header-area h2,
.contact-inner-area .contact-header-area h5,
.contact-inner-area .contact-header-area p,
.contact-inner-area .contact-header-area .input-area input,
.contact-inner-area .contact-header-area .input-area textarea {
  color: #111111 !important;
}

.contact-inner-area .contact-header-area .input-area input,
.contact-inner-area .contact-header-area .input-area textarea {
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
}

.contact-inner-area .contact-header-area .input-area input::placeholder,
.contact-inner-area .contact-header-area .input-area textarea::placeholder {
  color: rgba(17, 17, 17, 0.56) !important;
}

.faq1-section-area .accordion-area .accordion .accordion-item button::after,
.faq1-section-area .accordion-area .accordion .accordion-item button:not(.collapsed)::after,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button::after,
.faq-inner-section-area .faq-widget-area .faq-section-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) !important;
}

/*============= BLACK SERVICE PAGE OVERRIDES ===============*/
.service-details-siderbars-area .service-side-widget .search-area,
.service-details-siderbars-area .service-side-widget .help-area,
.service-details-siderbars-area .service-side-widget .categories-area,
.service-details-siderbars-area .service-side-widget .social-area,
.service-details-siderbars-area .service-main-detailsarea .service-details-box,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover,
.service-inner-section-area .service3-single-boxarea,
.service-inner-section-area .service3-single-boxarea:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24) !important;
}

.service-details-siderbars-area .service-main-detailsarea h3,
.service-details-siderbars-area .service-main-detailsarea p,
.service-details-siderbars-area .service-main-detailsarea .list-area ul li,
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box .text p,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text a,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover .text p,
.service-inner-section-area .service3-single-boxarea .content,
.service-inner-section-area .service3-single-boxarea .content a,
.service-inner-section-area .service3-single-boxarea .content p,
.service-inner-section-area .service3-single-boxarea .content a.readmore,
.service-inner-section-area .service3-single-boxarea:hover .content a,
.service-inner-section-area .service3-single-boxarea:hover .content p,
.service-inner-section-area .service3-single-boxarea:hover .content a.readmore,
.service-details-siderbars-area .service-side-widget .search-area form input,
.service-details-siderbars-area .service-side-widget .search-area form input::placeholder,
.service-details-siderbars-area .service-side-widget .help-area h3,
.service-details-siderbars-area .service-side-widget .categories-area h3,
.service-details-siderbars-area .service-side-widget .categories-area ul li a,
.service-details-siderbars-area .service-side-widget .social-area h3,
.service-details-siderbars-area .service-side-widget .social-area ul li,
.service-details-siderbars-area .service-side-widget .social-area ul li a {
  color: #ffffff !important;
}

.service-details-siderbars-area .service-side-widget .categories-area ul li a span,
.service-details-siderbars-area .service-side-widget .social-area ul li a,
.service-details-siderbars-area .service-side-widget .search-area form button,
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

.service-details-siderbars-area .service-side-widget .categories-area ul li a:hover,
.service-details-siderbars-area .service-side-widget .categories-area ul li a:hover span,
.service-details-siderbars-area .service-side-widget .social-area ul li a:hover,
.service-details-siderbars-area .service-side-widget .search-area form button:hover,
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a:hover {
  background: #ffffff !important;
  color: #050505 !important;
}

.service-details-siderbars-area .service-side-widget .search-area form button svg path,
.service-details-siderbars-area .service-side-widget .help-area .btn-area1 a svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/*============= BLACK ABOUT PAGE OVERRIDES ===============*/
.aboutinner2-section-area,
.others-vission-area {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(5, 5, 5, 0.98)) !important;
}

.aboutinner-section-area .about-heading .pera-box,
.aboutinner-section-area .about-heading .pera-box:hover,
.others-vission-area .mission-vission-area ul li button,
.others-vission-area .mission-vission-area ul li button.active {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24) !important;
}

.aboutinner-section-area .heading1 h2,
.aboutinner-section-area .heading1 h5,
.aboutinner-section-area .heading1 p,
.aboutinner-section-area .about-heading .pera-box .text,
.aboutinner-section-area .about-heading .pera-box .text a,
.aboutinner-section-area .about-heading .pera-box .text a:hover,
.aboutinner-section-area .about-heading .pera-box .text p,
.aboutinner-section-area .about-heading .pera-box .text font,
.aboutinner2-section-area .heading1 h2,
.aboutinner2-section-area .heading1 h5,
.aboutinner2-section-area .heading1 p,
.aboutinner2-section-area .heading1 .counter-boxarea h3,
.aboutinner2-section-area .heading1 .counter-boxarea p,
.others-vission-area .heading1 h2,
.others-vission-area .heading1 h5,
.others-vission-area .mission-vission-area ul li button .text,
.others-vission-area .mission-vission-area ul li button.active .text,
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 h5,
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 p,
.others-vission-area .mission-vission-area .tab-content .tab-pane .heading1 ul li {
  color: #ffffff !important;
}

.others-vission-area .mission-vission-area ul li button:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

/*============= BLACK HOME NAVBAR SHARED ACTIONS ===============*/
#vl-header-sticky .blackshop-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

#vl-header-sticky .blackshop-cart-link,
#vl-header-sticky .blackshop-account-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

#vl-header-sticky .blackshop-header-actions .vl-btn-wrap,
#vl-header-sticky .blackshop-header-actions .search-icon {
  display: none !important;
}

#vl-header-sticky .blackshop-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #111418;
  background: linear-gradient(135deg, #ffffff 0%, #efe4be 42%, #e1c36b 100%);
  box-shadow: 0 14px 28px rgba(118, 128, 138, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

#vl-header-sticky .blackshop-cart-link:hover {
  transform: translateY(-2px);
}

#vl-header-sticky .blackshop-cart-icon-link {
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
}

#vl-header-sticky .blackshop-account-link,
.blackshop-mobile-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

#vl-header-sticky .blackshop-account-link:hover,
.blackshop-mobile-account-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

#vl-header-sticky .blackshop-account-link i,
.blackshop-mobile-account-link i {
  font-size: 18px;
}

.blackshop-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}

.blackshop-mobile-actions .vl-header-action-item {
  float: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-width: 48px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--premium-border);
  background: rgba(255, 255, 255, 0.08);
}

.blackshop-mobile-actions .vl-header-action-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: var(--ztc-font-size-font-s20);
}

.blackshop-mobile-actions .blackshop-mobile-account-link {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 14px;
  border-color: var(--premium-border);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

@media (max-width: 575px) {
  .homepage1-body .vl-transparent-header .mobile-logo img,
  .homepage1-body .header-sticky .mobile-logo img {
    width: 148px;
    height: auto;
  }

  .blackshop-mobile-actions {
    gap: 8px;
  }

  .blackshop-mobile-actions .vl-header-action-item,
  .blackshop-mobile-actions .blackshop-mobile-account-link {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

.blackshop-offcanvas-account {
  margin-bottom: 18px;
}

.blackshop-offcanvas-account a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid var(--premium-border);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.blackshop-offcanvas-account a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.blackshop-offcanvas-account a i {
  width: 16px;
  text-align: center;
}

/*============= PREMIUM BLUE THEME POLISH ===============*/
.blackwheel-site-topbar {
  background: linear-gradient(90deg, #07152c 0%, #123972 48%, #081b39 100%);
  border-bottom-color: rgba(167, 213, 255, 0.18);
}

.blackwheel-site-topbar-item {
  color: #dcecff;
  background: linear-gradient(90deg, #f6fbff 0%, #cfe5ff 24%, #87bfff 52%, #eef7ff 76%, #a5cbff 100%);
  text-shadow: 0 0 18px rgba(111, 179, 255, 0.18);
}

.preloader,
.header-search-form-wrapper {
  background: linear-gradient(180deg, rgba(7, 22, 46, 0.98), rgba(10, 34, 70, 0.97));
}

.hero1-section-area::before,
.inner-pages-section-area::before,
.service1-section-area::before,
.testimonial1-section-area::before,
.cta1-section-area::before,
.vl-footer1-section-area::before {
  background:
    linear-gradient(180deg, rgba(7, 25, 52, 0.86) 0%, rgba(10, 36, 74, 0.78) 100%),
    radial-gradient(circle at top, rgba(129, 186, 255, 0.12), transparent 32%);
}

.homepage1-body .vl-transparent-header,
.homepage1-body .header-sticky {
  background: rgba(12, 35, 73, 0.82);
  border-color: rgba(160, 208, 255, 0.2);
  box-shadow: 0 24px 60px rgba(5, 21, 45, 0.36);
}

@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header,
  .homepage1-body .header-sticky {
    background: rgba(11, 34, 69, 0.96);
    border-bottom-color: rgba(147, 196, 255, 0.28);
    box-shadow: 0 16px 34px rgba(5, 22, 44, 0.28);
  }

  .homepage1-body .vl-header-action-item {
    border-color: rgba(160, 208, 255, 0.3);
    background: rgba(14, 46, 92, 0.94);
    color: #b8d8ff;
    box-shadow: 0 10px 22px rgba(6, 24, 47, 0.24);
  }

  .homepage1-body .vl-header-action-item button {
    color: #b8d8ff;
  }
}

.homepage1-body .vl-main-menu ul > li .sub-menu {
  background: rgba(13, 37, 75, 0.96);
  border-color: rgba(160, 208, 255, 0.2);
}

.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  background: linear-gradient(90deg, transparent, rgba(173, 217, 255, 0.78), transparent);
}

.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap span.icons,
.about1-section-area .about-heading .pera-box .icons,
.service1-section-area .service-single-slider .service-boxarea .content-area .icons,
.contact-inner-area .contact-bottom-box .contact-box .icons {
  background: linear-gradient(135deg, #f7fbff 0%, #c1dcff 100%) !important;
  box-shadow: 0 10px 24px rgba(105, 168, 255, 0.18);
}

.vl-offcanvas {
  background: rgba(8, 27, 54, 0.96);
}

.vl-offcanvas-wrapper {
  background: linear-gradient(180deg, rgba(11, 34, 68, 0.98), rgba(8, 27, 54, 0.98));
  border-left-color: rgba(160, 208, 255, 0.2);
}

.vl-offcanvas-overlay {
  background: rgba(6, 20, 41, 0.52);
}

.vl-offcanvas-social a,
.vl-offcanvas-close-toggle,
.vl-header-action-item,
.header-search-form-wrapper .search-submit,
.blackshop-offcanvas-account a {
  background: rgba(184, 220, 255, 0.1);
  border-color: rgba(160, 208, 255, 0.22);
}

.header-search-form-wrapper .search-field {
  border-bottom-color: rgba(160, 208, 255, 0.24);
}

.blackshop-account-link,
#vl-header-sticky .blackshop-cart-link,
.blackshop-cart-link,
.blackshop-btn {
  background: linear-gradient(135deg, #f7fbff 0%, #d7e9ff 42%, #8dc1ff 100%);
  box-shadow: 0 14px 28px rgba(77, 131, 201, 0.24);
}

#vl-header-sticky .blackshop-account-link,
.blackshop-mobile-account-link,
.blackshop-btn-alt,
.blackshop-call-link {
  background: rgba(190, 223, 255, 0.09);
  border-color: rgba(160, 208, 255, 0.2);
}

.blackshop-mobile-actions .vl-header-action-item,
.blackshop-mobile-actions .blackshop-mobile-account-link,
.blackshop-page.blackshop-home-header .blackshop-mobile-actions .vl-header-action-item,
.blackshop-page.blackshop-home-header .blackshop-mobile-actions .blackshop-mobile-account-link,
.blackshop-page.blackshop-home-header #vl-header-sticky .blackshop-account-link {
  background: rgba(14, 46, 92, 0.94);
  border-color: rgba(160, 208, 255, 0.3);
  color: #b8d8ff;
  box-shadow: 0 10px 22px rgba(6, 24, 47, 0.24);
}

.blackshop-mobile-actions .vl-header-action-item button,
.blackshop-mobile-actions .blackshop-mobile-account-link,
.blackshop-page.blackshop-home-header .blackshop-mobile-actions .vl-header-action-item button,
.blackshop-page.blackshop-home-header .blackshop-mobile-actions .blackshop-mobile-account-link,
.blackshop-page.blackshop-home-header #vl-header-sticky .blackshop-account-link {
  color: #b8d8ff;
}

.story-overlay-card {
  background: linear-gradient(160deg, rgba(13, 38, 80, 0.88), rgba(18, 57, 112, 0.72));
  border-color: rgba(160, 208, 255, 0.18);
}

.blackwheel-story-tile::before,
.blackwheel-story-tile::after {
  background-color: rgba(87, 155, 230, 0.12);
}

.blackwheel-mini-contact-stack {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 68;
  display: grid;
  gap: 8px;
}

.blackwheel-mini-contact-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(4, 15, 33, 0.2);
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blackwheel-mini-contact-link i,
.blackwheel-mini-contact-link svg {
  font-size: 17px;
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.blackwheel-mini-contact-link::before {
  content: attr(data-label);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(7, 20, 40, 0.9);
  border: 1px solid rgba(170, 207, 255, 0.22);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.blackwheel-mini-contact-link:hover,
.blackwheel-mini-contact-link:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
}

.blackwheel-mini-contact-link:hover::before,
.blackwheel-mini-contact-link:focus-visible::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.blackwheel-mini-contact-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 3px;
}

.blackwheel-mini-contact-link.is-whatsapp {
  background: linear-gradient(160deg, #1aae5a 0%, #178f4a 100%);
}

.blackwheel-mini-contact-link.is-call {
  background: linear-gradient(160deg, #123972 0%, #0a2550 100%);
}

.blackwheel-mini-contact-link.is-whatsapp:hover,
.blackwheel-mini-contact-link.is-whatsapp:focus-visible {
  border-color: rgba(209, 255, 225, 0.52);
  box-shadow: 0 16px 28px rgba(12, 109, 56, 0.28);
}

.blackwheel-mini-contact-link.is-call:hover,
.blackwheel-mini-contact-link.is-call:focus-visible {
  border-color: rgba(198, 225, 255, 0.48);
  box-shadow: 0 16px 28px rgba(6, 27, 58, 0.3);
}

@media (max-width: 767px) {
  .blackwheel-mini-contact-stack {
    left: max(10px, env(safe-area-inset-left));
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 6px;
  }

  .blackwheel-mini-contact-link {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .blackwheel-mini-contact-link i,
  .blackwheel-mini-contact-link svg {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }

  .blackwheel-mini-contact-link::before {
    display: none;
  }
}

.blackwheel-theme-peacock {
  --black-peacock-gradient: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  --black-peacock-gradient-strong: linear-gradient(135deg, #082f69 0%, #0d47bb 50%, #1f63ff 100%);
  --black-peacock-soft: #edf4ff;
  --black-peacock-soft-2: #d7e6ff;
  --black-peacock-ink: #12346b;
  --black-peacock-copy: #4b6694;
}

html,
body,
.homepage1-body,
.homepage2-body {
  --black-peacock-gradient: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  --black-peacock-gradient-strong: linear-gradient(135deg, #082f69 0%, #0d47bb 50%, #1f63ff 100%);
  --black-peacock-soft: #edf4ff;
  --black-peacock-soft-2: #d7e6ff;
  --black-peacock-ink: #12346b;
  --black-peacock-copy: #4b6694;
  --3-home-page-graycolors: #edf4ff;
  --01-home-page-gray-colors: #f7fbff;
  --Gray-Color: #f2f7ff;
}

.vl-btn1,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1,
.blackshop-account-link,
#vl-header-sticky .blackshop-cart-link,
.blackshop-cart-link,
.blackshop-btn {
  background: var(--black-peacock-gradient) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 16px 32px rgba(13, 65, 111, 0.26) !important;
}

.vl-btn1:hover,
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover,
.blackshop-account-link:hover,
#vl-header-sticky .blackshop-cart-link:hover,
.blackshop-cart-link:hover,
.blackshop-btn:hover {
  background: #ffffff !important;
  color: var(--black-peacock-ink) !important;
  border-color: rgba(17, 58, 96, 0.16) !important;
  box-shadow: 0 16px 30px rgba(13, 65, 111, 0.12) !important;
}

.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2,
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2,
#vl-header-sticky .blackshop-account-link,
.blackshop-mobile-account-link,
.blackshop-btn-alt,
.blackshop-call-link {
  background: #ffffff !important;
  color: var(--black-peacock-ink) !important;
  border-color: rgba(17, 58, 96, 0.14) !important;
  box-shadow: 0 14px 28px rgba(13, 65, 111, 0.12) !important;
}

.hero1-section-area .heading-area .btn-area1 .vl-btn1.btn2:hover,
.cta1-section-area .cta-header .btn-area1 .vl-btn1.btn2:hover,
.blackshop-mobile-account-link:hover,
.blackshop-btn-alt:hover,
.blackshop-call-link:hover {
  background: var(--black-peacock-gradient) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

.progress-wrap,
.service1-section-area .service-single-slider .owl-nav button,
.testimonial1-section-area .testimonial-arrows button,
.project1-section .project-single-boxarea .slick-dots li button {
  background: #ffffff !important;
  color: var(--black-peacock-ink) !important;
  border-color: rgba(17, 58, 96, 0.14) !important;
  box-shadow: 0 12px 24px rgba(13, 65, 111, 0.1) !important;
}

.progress-wrap:hover,
.service1-section-area .service-single-slider .owl-nav button:hover,
.testimonial1-section-area .testimonial-arrows button:hover,
.project1-section .project-single-boxarea .slick-dots li button:hover {
  background: var(--black-peacock-gradient) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

.progress-wrap::after,
.progress-wrap::before {
  font-family: "Font Awesome 6 Pro", "FontAwesome";
  font-weight: 900;
  color: inherit !important;
}

.blackwheel-service-section .heading1 h5,
.blackwheel-service-no {
  background: var(--black-peacock-gradient) !important;
  color: #ffffff !important;
}

.blackwheel-service-label,
.blackwheel-service-tags span {
  background: var(--black-peacock-soft) !important;
  color: var(--black-peacock-ink) !important;
  border-color: rgba(17, 58, 96, 0.1) !important;
}

.blackwheel-service-section .service-boxarea .img1,
.blackwheel-service-section .service-single-slider .service-boxarea,
.blackwheel-about-feature,
.blackwheel-about-copy-card,
.blackwheel-about-why,
.blackwheel-about-visual-frame {
  background-color: #ffffff !important;
}

.blackwheel-about-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%) !important;
  box-shadow: 0 26px 60px rgba(13, 65, 111, 0.12) !important;
}

.blackwheel-about-shell::before {
  border-color: rgba(17, 58, 96, 0.08) !important;
}

.blackwheel-about-copy-card,
.blackwheel-about-why,
.blackwheel-about-feature,
.blackwheel-about-visual-frame {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%) !important;
  border-color: rgba(17, 58, 96, 0.1) !important;
}

.blackwheel-about-heading h5,
.blackwheel-about-why-head span {
  color: #19a9bf !important;
}

.blackwheel-about-heading h2,
.blackwheel-about-why-head h3,
.blackwheel-about-feature h4 {
  color: #10233f !important;
  text-shadow: none !important;
}

.blackwheel-about-heading p,
.blackwheel-about-why-head p,
.blackwheel-about-feature p {
  color: #4b5e78 !important;
}

/*============= BLACKWHEEL SERVICE VISIBILITY FIX ===============*/
.blackwheel-service-section {
  background:
    linear-gradient(180deg, rgba(236, 243, 251, 0.96) 0%, rgba(214, 227, 243, 0.98) 100%) !important;
  border-top: 1px solid rgba(28, 59, 103, 0.08);
  border-bottom: 1px solid rgba(28, 59, 103, 0.08);
}

.blackwheel-service-section::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(214, 227, 243, 0.08) 100%) !important;
}

.blackwheel-service-section .heading1 h5 {
  background: #163560 !important;
  color: #ffffff !important;
  border-color: rgba(22, 53, 96, 0.2) !important;
  box-shadow: 0 12px 24px rgba(22, 53, 96, 0.14);
}

.blackwheel-service-section .heading1 h2,
.blackwheel-service-intro {
  color: #112846 !important;
}

.blackwheel-service-section .service-single-slider .service-boxarea {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98)) !important;
  border: 1px solid rgba(18, 50, 92, 0.12) !important;
  box-shadow: 0 20px 44px rgba(16, 34, 62, 0.12) !important;
}

.blackwheel-service-section .service-single-slider .service-boxarea::before {
  background: radial-gradient(circle, rgba(75, 125, 196, 0.18) 0%, rgba(75, 125, 196, 0) 72%) !important;
}

.blackwheel-service-section .service-boxarea .img1 {
  background: linear-gradient(135deg, rgba(213, 228, 244, 0.96), rgba(195, 214, 236, 0.92)) !important;
  border-color: rgba(18, 50, 92, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 10px 18px rgba(39, 72, 116, 0.08);
}

.blackwheel-service-section .service-boxarea .img1 img {
  border-color: rgba(18, 50, 92, 0.16) !important;
  box-shadow: 0 10px 18px rgba(20, 43, 77, 0.14) !important;
}

.blackwheel-service-section .service-boxarea .img1 .arrow a {
  background: linear-gradient(160deg, #0f2748 0%, #234b83 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(15, 39, 72, 0.28) !important;
}

.blackwheel-service-section .service-boxarea .img1 .arrow a span {
  display: none;
}

.blackwheel-service-section .service-boxarea .img1 .arrow a::before {
  content: "\2197";
  display: block;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.blackwheel-service-section .service-boxarea:hover .img1 .arrow a {
  background: linear-gradient(160deg, #0b1d38 0%, #1f4274 100%) !important;
  color: #ffffff !important;
}

.blackwheel-service-section .service-boxarea .content-area a {
  color: #10233f !important;
}

.blackwheel-service-section .service-boxarea .content-area p {
  color: #4b5e78 !important;
}

.blackwheel-service-tags span {
  background: #dfeaf7 !important;
  color: #123257 !important;
  border: 1px solid rgba(18, 50, 92, 0.08);
}

/* Desktop layout compaction to reduce oversized gutters and section gaps. */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1520px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp1 {
    padding: 72px 0 72px;
  }

  .sp2 {
    padding: 72px 0 48px;
  }

  .sp3 {
    padding: 72px 0 40px;
  }

  .sp4 {
    padding: 60px 0 60px;
  }

  .sp5 {
    padding: 48px 0 48px;
  }

  .sp6 {
    padding: 90px 0 90px;
  }

  .sp7 {
    padding: 90px 0 64px;
  }

  .sp8 {
    padding: 72px 0 0;
  }

  .sp9 {
    padding: 90px 0 0;
  }

  .sp10 {
    padding: 0 0 72px;
  }

  .space-margin60 {
    margin-bottom: 40px;
  }

  .about1-section-area .about-images-area {
    padding: 0 24px 0 0;
  }

  .about2-section-area .about-heading {
    padding: 0 44px 0 0;
  }
}

@media (max-width: 767px) {
  .blackwheel-service-section {
    background: linear-gradient(180deg, rgba(239, 245, 252, 0.98), rgba(220, 231, 244, 0.98)) !important;
  }

  .blackwheel-service-section .service-boxarea .img1 .arrow a::before {
    font-size: 16px;
  }
}

/*============= BLACKWHEEL PREMIUM TEXTURE PASS ===============*/
:root {
  --blackwheel-hero-mesh:
    radial-gradient(circle at 14% 22%, rgba(137, 194, 255, 0.16) 0%, transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(67, 131, 229, 0.18) 0%, transparent 24%),
    radial-gradient(circle at 52% 110%, rgba(18, 80, 168, 0.22) 0%, transparent 36%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 24%, transparent 50%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 26px);
  --blackwheel-section-mesh:
    radial-gradient(circle at 12% 16%, rgba(132, 194, 255, 0.12) 0%, transparent 22%),
    radial-gradient(circle at 86% 6%, rgba(48, 106, 193, 0.14) 0%, transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(11, 72, 151, 0.14) 0%, transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, transparent 44%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 20px);
  --blackwheel-card-mesh:
    radial-gradient(circle at top left, rgba(173, 217, 255, 0.18) 0%, transparent 34%),
    radial-gradient(circle at bottom right, rgba(78, 137, 223, 0.14) 0%, transparent 30%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 36%, rgba(8, 24, 50, 0.22) 100%),
    repeating-linear-gradient(130deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 16px);
}

.hero1-section-area::before,
.inner-pages-section-area::before,
.service1-section-area::before,
.testimonial1-section-area::before,
.cta1-section-area::before,
.vl-footer1-section-area::before {
  background:
    linear-gradient(180deg, rgba(4, 16, 35, 0.72) 0%, rgba(7, 26, 54, 0.78) 100%),
    var(--blackwheel-hero-mesh) !important;
}

.about1-section-area,
.aboutinner-section-area,
.project1-section,
.service-inner-section-area,
.faq-inner-section-area,
.testimonial-inenr-area,
.contact-inner-area,
.team1-section-area,
.history1-scetion-area,
.service-details-siderbars-area {
  position: relative;
  isolation: isolate;
}

.about1-section-area::before,
.aboutinner-section-area::before,
.project1-section::before,
.service-inner-section-area::before,
.faq-inner-section-area::before,
.testimonial-inenr-area::before,
.contact-inner-area::before,
.team1-section-area::before,
.history1-scetion-area::before,
.service-details-siderbars-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 17, 37, 0.18) 0%, rgba(6, 22, 46, 0.32) 100%),
    var(--blackwheel-section-mesh);
  pointer-events: none;
  z-index: 0;
}

.about1-section-area > .container,
.aboutinner-section-area > .container,
.project1-section > .container,
.service-inner-section-area > .container,
.faq-inner-section-area > .container,
.testimonial-inenr-area > .container,
.contact-inner-area > .container,
.team1-section-area > .container,
.history1-scetion-area > .container,
.service-details-siderbars-area > .container {
  position: relative;
  z-index: 1;
}

.service-details-siderbars-area .service-side-widget .search-area,
.service-details-siderbars-area .service-side-widget .help-area,
.service-details-siderbars-area .service-side-widget .categories-area,
.service-details-siderbars-area .service-side-widget .social-area,
.service-details-siderbars-area .service-main-detailsarea .service-details-box,
.service-details-siderbars-area .service-main-detailsarea .service-details-box:hover,
.service-inner-section-area .service3-single-boxarea,
.service-inner-section-area .service3-single-boxarea:hover {
  background:
    var(--blackwheel-card-mesh),
    rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(188, 224, 255, 0.18) !important;
  box-shadow: 0 22px 46px rgba(2, 12, 28, 0.28) !important;
}

@media (max-width: 767px) {
  .hero1-section-area::before,
  .inner-pages-section-area::before,
  .service1-section-area::before,
  .testimonial1-section-area::before,
  .cta1-section-area::before,
  .vl-footer1-section-area::before {
    background:
      linear-gradient(180deg, rgba(4, 16, 35, 0.82) 0%, rgba(7, 26, 54, 0.84) 100%),
      var(--blackwheel-hero-mesh) !important;
  }

  .about1-section-area::before,
  .aboutinner-section-area::before,
  .project1-section::before,
  .service-inner-section-area::before,
  .faq-inner-section-area::before,
  .testimonial-inenr-area::before,
  .contact-inner-area::before,
  .team1-section-area::before,
  .history1-scetion-area::before,
  .service-details-siderbars-area::before {
    background:
      linear-gradient(180deg, rgba(5, 17, 37, 0.24) 0%, rgba(6, 22, 46, 0.38) 100%),
      var(--blackwheel-section-mesh);
  }
}

/*============= BLACKWHEEL INNER PAGE HEADER ===============*/
body:not(.blackwheel-home) > header.homepage1-body {
  position: relative;
  z-index: 40;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky.vl-transparent-header,
body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky.header-sticky {
  top: 18px;
  left: 20px;
  right: 20px;
  width: auto;
  max-width: calc(100% - 40px);
  padding: 18px 0;
  border: 1px solid rgba(176, 220, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14, 41, 84, 0.96) 0%, rgba(8, 28, 60, 0.94) 100%) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(5, 21, 45, 0.3);
}

body:not(.blackwheel-home) > header.homepage1-body .vl-logo .desktop-logo,
body:not(.blackwheel-home) > header.homepage1-body .vl-logo .mobile-logo {
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-logo .desktop-logo {
  display: inline-flex;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-logo .mobile-logo {
  display: none;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-logo img {
  filter: none !important;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li > a,
body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li > a span,
body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: #ffffff !important;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li:hover > a,
body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li:hover > a span,
body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: rgba(231, 244, 255, 0.76) !important;
}

body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li .sub-menu {
  background: linear-gradient(180deg, rgba(9, 30, 61, 0.98), rgba(7, 22, 46, 0.98)) !important;
  border: 1px solid rgba(176, 220, 255, 0.18) !important;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(5, 21, 45, 0.28);
}

body:not(.blackwheel-home) > header.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  background: linear-gradient(90deg, transparent, rgba(198, 230, 255, 0.7), transparent);
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-account-link {
  background: #ffffff !important;
  color: #12335b !important;
  border-color: rgba(17, 58, 96, 0.12) !important;
  box-shadow: 0 14px 30px rgba(6, 24, 47, 0.14) !important;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-account-link:hover {
  background: #eef6ff !important;
  color: #12335b !important;
  border-color: rgba(17, 58, 96, 0.16) !important;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-cart-link {
  background: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 16px 32px rgba(13, 65, 111, 0.24) !important;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-cart-link:hover {
  background: linear-gradient(135deg, #082f69 0%, #0d47bb 50%, #1f63ff 100%) !important;
  color: #ffffff !important;
}

body:not(.blackwheel-home) > header.homepage1-body .blackshop-mobile-actions .vl-header-action-item,
body:not(.blackwheel-home) > header.homepage1-body .blackshop-mobile-actions .blackshop-mobile-account-link,
body:not(.blackwheel-home) > header.homepage1-body .vl-header-action-item {
  background: #ffffff !important;
  border-color: rgba(17, 58, 96, 0.12) !important;
  color: #12335b !important;
  box-shadow: 0 12px 24px rgba(6, 24, 47, 0.12) !important;
}

body:not(.blackwheel-home) > header.homepage1-body .blackshop-mobile-actions .vl-header-action-item button,
body:not(.blackwheel-home) > header.homepage1-body .blackshop-mobile-actions .blackshop-mobile-account-link,
body:not(.blackwheel-home) > header.homepage1-body .vl-header-action-item button {
  color: #12335b !important;
}

@media (max-width: 767px) {
  body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky.vl-transparent-header,
  body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky.header-sticky {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 14px 0;
    border-radius: 0 0 24px 24px;
    border-bottom: 1px solid rgba(176, 220, 255, 0.22);
    background: linear-gradient(180deg, rgba(12, 35, 73, 0.98), rgba(9, 29, 60, 0.98)) !important;
  }

  body:not(.blackwheel-home) > header.homepage1-body .vl-logo .mobile-logo {
    display: inline-flex;
    padding: 0;
  }

  body:not(.blackwheel-home) > header.homepage1-body .vl-logo .desktop-logo {
    display: none;
  }

  body:not(.blackwheel-home) > header.homepage1-body .vl-transparent-header .mobile-logo img,
  body:not(.blackwheel-home) > header.homepage1-body .header-sticky .mobile-logo img {
    width: 176px;
    height: 54px;
    object-fit: contain;
    filter: none !important;
  }
}

/*============= BLACKWHEEL INNER HERO COMPACT ===============*/
body:not(.blackwheel-home) .inner-pages-section-area {
  padding: 148px 0 42px;
  background:
    radial-gradient(circle at 12% 18%, rgba(116, 173, 255, 0.26) 0%, rgba(116, 173, 255, 0.14) 16%, rgba(116, 173, 255, 0) 34%),
    radial-gradient(circle at 88% 14%, rgba(40, 106, 196, 0.28) 0%, rgba(40, 106, 196, 0.14) 14%, rgba(40, 106, 196, 0) 30%),
    linear-gradient(135deg, #0b2746 0%, #123c69 48%, #1a4f8b 100%) !important;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body:not(.blackwheel-home) .inner-pages-section-area::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(120deg, transparent 0%, transparent 52%, rgba(255, 255, 255, 0.12) 52.2%, rgba(255, 255, 255, 0.12) 53%, transparent 53.2%, transparent 100%),
    linear-gradient(120deg, transparent 0%, transparent 61%, rgba(186, 220, 255, 0.11) 61.2%, rgba(186, 220, 255, 0.11) 62%, transparent 62.2%, transparent 100%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 16px),
    repeating-linear-gradient(120deg, rgba(172, 215, 255, 0.08) 0, rgba(172, 215, 255, 0.08) 1px, transparent 1px, transparent 10px) !important;
  opacity: 0.72;
}

body:not(.blackwheel-home) .inner-pages-section-area::after {
  content: "";
  position: absolute;
  right: -56px;
  top: -44px;
  width: 260px;
  height: 180px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 28% 30%, rgba(150, 207, 255, 0.34), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 40px rgba(3, 14, 32, 0.16);
  transform: rotate(-9deg);
  pointer-events: none;
  z-index: 0;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 8px 0 0;
  isolation: isolate;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header .space24 {
  display: none;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header::before {
  content: "";
  position: absolute;
  inset: -18px 24px -14px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 44px rgba(3, 14, 32, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 120px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(178, 219, 255, 1) 50%, rgba(255, 255, 255, 0));
  box-shadow: 0 0 18px rgba(178, 219, 255, 0.38);
  pointer-events: none;
  z-index: -1;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header h2 {
  color: #ffffff !important;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  text-shadow: 0 8px 20px rgba(3, 13, 29, 0.18);
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: rgba(229, 239, 255, 0.82) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  backdrop-filter: blur(8px);
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header a i {
  margin: 0;
  font-size: 10px;
  color: rgba(201, 224, 255, 0.74) !important;
}

body:not(.blackwheel-home) .inner-pages-section-area .inner-header a span {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  body:not(.blackwheel-home) .inner-pages-section-area {
    padding: 118px 0 28px;
  }

  body:not(.blackwheel-home) .inner-pages-section-area::before {
    opacity: 0.8;
  }

  body:not(.blackwheel-home) .inner-pages-section-area::after {
    width: 170px;
    height: 122px;
    right: -54px;
    top: -18px;
    border-radius: 26px;
  }

  body:not(.blackwheel-home) .inner-pages-section-area .inner-header {
    gap: 10px;
  }

  body:not(.blackwheel-home) .inner-pages-section-area .inner-header::before {
    inset: -14px 8px -10px;
    border-radius: 22px;
  }

  body:not(.blackwheel-home) .inner-pages-section-area .inner-header::after {
    bottom: -8px;
    width: 86px;
  }

  body:not(.blackwheel-home) .inner-pages-section-area .inner-header h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.05;
  }

  body:not(.blackwheel-home) .inner-pages-section-area .inner-header a {
    padding: 8px 14px;
    gap: 6px;
    font-size: 12px;
  }
}

/*============= BLACKWHEEL CONTACT BOX COMPACT ===============*/
.contact-inner-area {
  padding-bottom: 0 !important;
}

.contact-inner-area .space60 {
  display: none;
}

.contact-inner-area .row:last-child {
  row-gap: 18px;
}

.contact-inner-area .row:last-child > [class*=col-] {
  display: flex;
}

.contact-inner-area .contact-bottom-box {
  width: 100%;
  min-height: 182px;
  padding: 18px 20px 16px !important;
  margin-bottom: 0;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(244, 249, 255, 0.96), rgba(222, 235, 251, 0.9)) !important;
  border: 1px solid rgba(163, 195, 232, 0.42) !important;
  box-shadow: 0 18px 34px rgba(4, 16, 35, 0.12) !important;
  overflow: hidden;
}

.contact-inner-area .contact-bottom-box::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(85, 148, 238, 0.6) 50%, rgba(255, 255, 255, 0));
}

.contact-inner-area .contact-bottom-box::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -34px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 173, 255, 0.2) 0%, rgba(112, 173, 255, 0) 70%);
  pointer-events: none;
}

.contact-inner-area .contact-bottom-box .contact-box {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.contact-inner-area .contact-bottom-box .contact-box .icons {
  width: 52px;
  height: 52px;
  min-width: 52px;
  line-height: 1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(225, 238, 255, 0.96));
  border: 1px solid rgba(134, 169, 216, 0.38);
  box-shadow: 0 12px 22px rgba(11, 34, 68, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: #123d7b;
}

.contact-inner-area .contact-bottom-box--mail .contact-box .icons {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(220, 236, 255, 0.96));
}

.contact-inner-area .contact-bottom-box--location .contact-box .icons {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(218, 233, 255, 0.96));
}

.contact-inner-area .contact-bottom-box .contact-box .icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  background: linear-gradient(145deg, #071a38 0%, #10315f 54%, #2a6ed6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  line-height: 1;
  font-family: "Font Awesome 6 Pro", "FontAwesome";
  font-weight: 900;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none;
}

.contact-inner-area .contact-bottom-box .contact-box .text {
  padding-left: 0;
  display: grid;
  gap: 4px;
}

.contact-inner-area .contact-bottom-box .contact-box .text span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.1;
  color: #5c7698 !important;
}

.contact-inner-area .contact-bottom-box .contact-box .text h4 {
  padding-top: 0;
  font-size: clamp(1.35rem, 1.7vw, 1.58rem);
  line-height: 1.12;
  color: #10233a !important;
}

.contact-inner-area .contact-bottom-box .space32 {
  display: none;
}

.contact-inner-area .contact-bottom-box .call {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 51, 91, 0.12);
  display: grid;
  gap: 6px;
}

.contact-inner-area .contact-bottom-box .call a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: #173558 !important;
  text-decoration: none;
}

.contact-inner-area .contact-bottom-box .call a:hover {
  color: #0a57d9 !important;
}

.contact-inner-area .contact-bottom-box--location .call a {
  line-height: 1.65;
}

@media (max-width: 991px) {
  .contact-inner-area {
    padding-bottom: 0 !important;
  }

  .contact-inner-area .row:last-child {
    row-gap: 14px;
  }

  .contact-inner-area .contact-bottom-box {
    min-height: 0;
    padding: 16px 16px 14px !important;
  }

  .contact-inner-area .contact-bottom-box .contact-box .icons {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .contact-inner-area .contact-bottom-box .contact-box .icons i {
    font-size: 19px;
  }

  .contact-inner-area .contact-bottom-box .contact-box .text {
    gap: 3px;
  }

  .contact-inner-area .contact-bottom-box .contact-box .text h4 {
    font-size: 1.22rem;
  }
}

/*============= BLACKWHEEL SHARED LUXURY FOOTER ===============*/
.vl-footer1-section-area {
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(111, 156, 255, 0.24), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(171, 214, 255, 0.2), transparent 24%),
    linear-gradient(145deg, #071a31 0%, #0d47bb 48%, #1f63ff 100%) !important;
}

.vl-footer1-section-area::before {
  background:
    linear-gradient(180deg, rgba(5, 20, 42, 0.16) 0%, rgba(4, 18, 36, 0.22) 100%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 2px, transparent 2px, transparent 18px) !important;
}

.vl-footer1-section-area::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(117, 168, 255, 0.28) 0%, rgba(117, 168, 255, 0.12) 36%, rgba(117, 168, 255, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
  animation: blackwheelFooterAura 10s ease-in-out infinite alternate;
}

.vl-footer1-section-area > .container {
  position: relative;
  z-index: 1;
}

.vl-footer1-section-area > .container > .row:first-child {
  row-gap: 24px;
}

.vl-footer1-section-area .footer-logo1,
.vl-footer1-section-area .vl-footer-widget {
  position: relative;
  height: 100%;
  padding: 30px 26px;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
  border: 1px solid rgba(186, 219, 255, 0.12) !important;
  box-shadow: 0 24px 54px rgba(3, 18, 37, 0.24) !important;
  backdrop-filter: blur(12px);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.vl-footer1-section-area .footer-logo1::before,
.vl-footer1-section-area .vl-footer-widget::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  opacity: 0.65;
  pointer-events: none;
  animation: blackwheelFooterSheen 11s linear infinite;
}

.vl-footer1-section-area .footer-logo1 > *,
.vl-footer1-section-area .vl-footer-widget > * {
  position: relative;
  z-index: 1;
}

.vl-footer1-section-area .footer-logo1:hover,
.vl-footer1-section-area .vl-footer-widget:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 243, 255, 0.28) !important;
  box-shadow: 0 30px 62px rgba(3, 18, 37, 0.30) !important;
}

.vl-footer1-section-area .vl-footer-widget.first-padding {
  padding-left: 26px !important;
}

.vl-footer1-section-area .footer-logo1 img {
  display: block;
  width: min(150px, 100%);
  max-height: 110px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: none !important;
}

.vl-footer1-section-area .footer-logo1 p,
.vl-footer1-section-area .vl-footer-widget ul li a,
.vl-footer1-section-area .vl-copyright-area p {
  color: rgba(233, 245, 255, 0.82) !important;
}

.vl-footer1-section-area .footer-logo1 p {
  line-height: 1.9;
}

.vl-footer1-section-area .footer-logo1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.vl-footer1-section-area .footer-logo1 ul li {
  margin: 0;
}

.vl-footer1-section-area .footer-logo1 ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)) !important;
  border: 1px solid rgba(220, 247, 255, 0.18) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(3, 18, 37, 0.18);
}

.vl-footer1-section-area .footer-logo1 ul li a:hover {
  background: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%) !important;
  color: #ffffff !important;
}

.vl-footer1-section-area .vl-footer-widget h3 {
  position: relative;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.vl-footer1-section-area .vl-footer-widget h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8dbdff 0%, #dbe9ff 100%);
}

.vl-footer1-section-area .vl-footer-widget ul li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 18px;
  line-height: 1.7;
}

.vl-footer1-section-area .vl-footer-widget ul li a img {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  filter: brightness(0) saturate(100%) invert(87%) sepia(18%) saturate(788%) hue-rotate(161deg) brightness(102%) contrast(102%);
}

.vl-footer1-section-area .vl-footer-widget ul li a:hover {
  color: #ffffff !important;
  transform: translateX(4px);
}

.vl-footer1-section-area .vl-footer-widget .footer-img {
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(221, 247, 255, 0.14);
  box-shadow: 0 16px 28px rgba(3, 18, 37, 0.18);
  background: rgba(255, 255, 255, 0.10);
}

.vl-footer1-section-area .vl-footer-widget .footer-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 23, 46, 0.04) 0%, rgba(7, 23, 46, 0.38) 100%);
  z-index: 1;
  pointer-events: none;
}

.vl-footer1-section-area .vl-footer-widget .footer-img img {
  border-radius: 18px;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.vl-footer1-section-area .vl-footer-widget .footer-img:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) brightness(1.04);
}

.vl-footer1-section-area .vl-footer-widget .footer-img .icons {
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -28%);
}

.vl-footer1-section-area .vl-footer-widget .footer-img:hover .icons {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.vl-footer1-section-area .vl-footer-widget .footer-img .icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(3, 18, 37, 0.20);
}

.vl-footer1-section-area .blackwheel-footer-social-copy {
  margin: 0 0 18px;
  color: rgba(233, 245, 255, 0.82) !important;
  line-height: 1.7;
}

.vl-footer1-section-area .blackwheel-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vl-footer1-section-area .blackwheel-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(220, 247, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 30px rgba(3, 18, 37, 0.14);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.vl-footer1-section-area .blackwheel-footer-social-link:hover {
  transform: translateY(-4px);
  border-color: rgba(141, 189, 255, 0.34);
  background: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  color: #ffffff !important;
}

.vl-footer1-section-area .blackwheel-footer-social-link i {
  font-size: 20px;
}

.vl-footer1-section-area .blackwheel-footer-social-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(220, 247, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.vl-footer1-section-area .blackwheel-footer-social-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(141, 189, 255, 0.34);
  background: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  color: #ffffff !important;
}

.vl-footer1-section-area .vl-copyright-area p {
  margin: 0;
  padding: 20px 24px 22px;
  border-top: none !important;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(186, 219, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  line-height: 1.7;
}

.vl-footer1-section-area .vl-copyright-area p a {
  color: #9ffbf0 !important;
}

.vl-footer1-section-area .vl-copyright-area p a:hover {
  color: #ffffff !important;
}

@keyframes blackwheelFooterAura {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-42px, -24px, 0) scale(1.12);
  }
}

@keyframes blackwheelFooterSheen {
  0% {
    transform: translate3d(-120%, 0, 0) rotate(18deg);
  }

  55%,
  100% {
    transform: translate3d(240%, 0, 0) rotate(18deg);
  }
}

@media (max-width: 991px) {
  .vl-footer1-section-area .footer-logo1,
  .vl-footer1-section-area .vl-footer-widget {
    padding: 26px 22px;
  }

  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding-left: 22px !important;
  }
}

@media (max-width: 767px) {
  .vl-footer1-section-area {
    padding-bottom: 104px !important;
  }

  .vl-footer1-section-area::after {
    width: 280px;
    height: 280px;
    right: -90px;
    bottom: -120px;
  }

  .vl-footer1-section-area > .container > .row:first-child {
    flex-wrap: wrap;
    row-gap: 14px;
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
  }

  .vl-footer1-section-area > .container > .row:first-child > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vl-footer1-section-area .space30,
  .vl-footer1-section-area .space24,
  .vl-footer1-section-area .space4,
  .vl-footer1-section-area .space8 {
    display: none !important;
  }

  .vl-footer1-section-area .space60 {
    height: 16px !important;
  }

  .vl-footer1-section-area .footer-logo1,
  .vl-footer1-section-area .vl-footer-widget {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding-left: 16px !important;
  }

  .vl-footer1-section-area .footer-logo1 img {
    width: min(112px, 100%);
    max-height: 84px;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .vl-footer1-section-area .footer-logo1 p,
  .vl-footer1-section-area .vl-footer-widget ul li a,
  .vl-footer1-section-area .vl-copyright-area p {
    font-size: 12px !important;
    line-height: 1.7 !important;
    overflow-wrap: anywhere;
  }

  .vl-footer1-section-area .footer-logo1 ul {
    gap: 10px;
  }

  .vl-footer1-section-area .footer-logo1 ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }

  .vl-footer1-section-area .vl-footer-widget h3 {
    margin-bottom: 10px;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .vl-footer1-section-area .vl-footer-widget h3::after {
    width: 24px;
    margin-top: 7px;
  }

  .vl-footer1-section-area .vl-footer-widget ul li a {
    gap: 8px;
    padding-top: 12px;
  }

  .vl-footer1-section-area .vl-footer-widget ul li a img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }

  .vl-footer1-section-area .vl-footer-widget .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .vl-footer1-section-area .vl-footer-widget .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vl-footer1-section-area .vl-footer-widget .row > [class*="col-"]:nth-child(n+5) {
    display: none;
  }

  .vl-footer1-section-area .vl-footer-widget .footer-img {
    margin-top: 0;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    min-height: 54px;
    background: rgba(255, 255, 255, 0.12);
  }

  .vl-footer1-section-area .vl-footer-widget .footer-img::before {
    background: linear-gradient(180deg, rgba(7, 23, 46, 0.04) 0%, rgba(7, 23, 46, 0.18) 100%);
  }

  .vl-footer1-section-area .vl-footer-widget .footer-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }

  .vl-footer1-section-area .vl-footer-widget .footer-img .icons a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }

  .vl-footer1-section-area .blackwheel-footer-social-copy {
    margin-bottom: 14px;
    font-size: 10px !important;
    line-height: 1.6 !important;
  }

  .vl-footer1-section-area .blackwheel-footer-social-list {
    gap: 8px;
  }

  .vl-footer1-section-area .blackwheel-footer-social-link {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .vl-footer1-section-area .blackwheel-footer-social-link i {
    font-size: 14px;
  }

  .vl-footer1-section-area .blackwheel-footer-social-cta {
    min-height: 38px;
    margin-top: 14px;
    padding: 0 12px;
    font-size: 10px !important;
  }

  .vl-footer1-section-area .vl-copyright-area p {
    margin-top: 18px;
    padding: 14px 14px 16px;
    border-radius: 18px;
    font-size: 11px !important;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .vl-footer1-section-area > .container > .row:first-child > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vl-footer1-section-area > .container > .row:first-child > [class*="col-"]:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vl-footer1-section-area::after,
  .vl-footer1-section-area .footer-logo1::before,
  .vl-footer1-section-area .vl-footer-widget::before {
    animation: none !important;
  }
}

/*============= BLACKWHEEL LOGO BLUE GLOBAL OVERRIDES ===============*/
:root {
  --black-logo-gradient: linear-gradient(135deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%);
  --black-logo-gradient-strong: linear-gradient(135deg, #082f69 0%, #0d47bb 50%, #1f63ff 100%);
  --black-logo-soft: #edf4ff;
  --black-logo-soft-2: #d7e6ff;
  --black-logo-ink: #12346b;
  --black-logo-copy: #4b6694;
  --04-home-page-maincolors: var(--black-logo-gradient);
  --ztc-text-text-13: #1458e6;
  --ztc-bg-bg-9: var(--black-logo-gradient);
  --black-peacock-gradient: var(--black-logo-gradient);
  --black-peacock-gradient-strong: var(--black-logo-gradient-strong);
  --black-peacock-soft: var(--black-logo-soft);
  --black-peacock-soft-2: var(--black-logo-soft-2);
  --black-peacock-ink: var(--black-logo-ink);
  --black-peacock-copy: var(--black-logo-copy);
}

.heading4 h5 {
  background: linear-gradient(90deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%) !important;
}

.hero4-section-area {
  background: linear-gradient(90deg, #0a3f8c 0%, #1458e6 52%, #2f7fff 100%) !important;
}

.vl-btn4 span,
.vl-btn4:hover span,
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4 span,
.homepage4-body .vl-transparent-header .vl-hero-btn .vl-btn4:hover span,
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 span,
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover span {
  color: var(--black-logo-ink) !important;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-cart-link {
  background: var(--black-logo-gradient) !important;
}

body:not(.blackwheel-home) > header.homepage1-body #vl-header-sticky .blackshop-cart-link:hover {
  background: var(--black-logo-gradient-strong) !important;
}

.vl-footer1-section-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(86, 132, 228, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(132, 180, 255, 0.12), transparent 24%),
    linear-gradient(145deg, #030d1c 0%, #07214e 46%, #10387f 100%) !important;
}

.vl-footer1-section-area::after {
  background: radial-gradient(circle, rgba(91, 146, 248, 0.18) 0%, rgba(91, 146, 248, 0.08) 36%, rgba(91, 146, 248, 0) 72%) !important;
}

.vl-footer1-section-area .footer-logo1 ul li a:hover,
.vl-footer1-section-area .vl-footer-widget .footer-img .icons a,
.vl-footer1-section-area .blackwheel-footer-social-link:hover,
.vl-footer1-section-area .blackwheel-footer-social-cta:hover {
  background: var(--black-logo-gradient) !important;
  color: #ffffff !important;
}

.vl-footer1-section-area .blackwheel-footer-social-link:hover,
.vl-footer1-section-area .blackwheel-footer-social-cta:hover {
  border-color: rgba(141, 189, 255, 0.34) !important;
}

.vl-footer1-section-area .vl-footer-widget h3::after {
  background: linear-gradient(90deg, #8dbdff 0%, #dbe9ff 100%) !important;
}

/*============= BLACKWHEEL GLOBAL SPACING COMPACT ===============*/
.sp1 {
  padding: 78px 0 !important;
}

.sp2 {
  padding: 78px 0 42px !important;
}

.sp3 {
  padding: 78px 0 38px !important;
}

.sp4 {
  padding: 60px 0 !important;
}

.sp5 {
  padding: 46px 0 !important;
}

.sp6 {
  padding: 92px 0 !important;
}

.sp7 {
  padding: 92px 0 58px !important;
}

.sp8 {
  padding: 76px 0 0 !important;
}

.sp9 {
  padding: 92px 0 0 !important;
}

.sp10 {
  padding: 0 0 72px !important;
}

.space100 {
  height: 68px !important;
}

.space96,
.space98,
.space94,
.space92,
.space90 {
  height: 60px !important;
}

.space86,
.space84,
.space82,
.space80,
.space78,
.space76,
.space74,
.space72,
.space70 {
  height: 48px !important;
}

.space68,
.space66,
.space64,
.space62,
.space60,
.space58,
.space56 {
  height: 36px !important;
}

.space54,
.space52,
.space50,
.space48,
.space46,
.space44,
.space42,
.space40 {
  height: 26px !important;
}

.space38,
.space36,
.space34,
.space32,
.space30,
.space28 {
  height: 18px !important;
}

.space26,
.space24,
.space22,
.space20 {
  height: 14px !important;
}

.space18,
.space16 {
  height: 10px !important;
}

.space-margin60 {
  margin-bottom: 36px !important;
}

@media (max-width: 991px) {
  .sp1 {
    padding: 52px 0 !important;
  }

  .sp2 {
    padding: 52px 0 24px !important;
  }

  .sp3 {
    padding: 52px 0 24px !important;
  }

  .sp4 {
    padding: 44px 0 !important;
  }

  .sp5 {
    padding: 34px 0 !important;
  }

  .sp6 {
    padding: 60px 0 !important;
  }

  .sp7 {
    padding: 60px 0 32px !important;
  }

  .sp8 {
    padding: 52px 0 0 !important;
  }

  .sp9 {
    padding: 60px 0 0 !important;
  }

  .sp10 {
    padding: 0 0 48px !important;
  }

  .space100,
  .space96,
  .space98,
  .space94,
  .space92,
  .space90,
  .space86,
  .space84,
  .space82,
  .space80,
  .space78,
  .space76,
  .space74,
  .space72,
  .space70 {
    height: 30px !important;
  }

  .space68,
  .space66,
  .space64,
  .space62,
  .space60,
  .space58,
  .space56,
  .space54,
  .space52,
  .space50,
  .space48,
  .space46,
  .space44,
  .space42,
  .space40 {
    height: 22px !important;
  }

  .space38,
  .space36,
  .space34,
  .space32,
  .space30,
  .space28,
  .space26,
  .space24,
  .space22,
  .space20 {
    height: 14px !important;
  }

  .space18,
  .space16 {
    height: 8px !important;
  }

  .space-margin60 {
    margin-bottom: 24px !important;
  }
}

/*============= HOMEPAGE SERVICE GAP FIX ===============*/
.blackwheel-service-section {
  padding-bottom: 34px !important;
}

.blackwheel-service-section .blackwheel-service-cta {
  margin-top: 8px;
  margin-bottom: 0;
}

.blackwheel-service-section .blackwheel-service-cta .vl-btn1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blackwheel-service-section {
    padding-bottom: 26px !important;
  }

  .blackwheel-service-section .blackwheel-service-cta {
    margin-top: 2px;
  }
}

/*============= HOMEPAGE HISTORY GAP FIX ===============*/
.blackwheel-checklist-section {
  padding-top: 40px !important;
  padding-bottom: 28px !important;
}

.blackwheel-checklist-section .history-single-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blackwheel-checklist-section {
    padding-top: 28px !important;
    padding-bottom: 22px !important;
  }
}

/*============= CONTACT FORM DESIGN REFRESH ===============*/
.contact-inner-area .blackwheel-contact-top-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  align-items: stretch;
}

.contact-inner-area .blackwheel-contact-top-row > [class*=col-] {
  display: flex;
}

.contact-inner-area .maps-area {
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(115, 155, 206, 0.18);
  box-shadow: 0 22px 44px rgba(10, 28, 58, 0.1);
  background: linear-gradient(180deg, rgba(231, 240, 251, 0.92) 0%, rgba(215, 229, 245, 0.92) 100%);
}

.contact-inner-area .maps-area iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: inherit;
}

.contact-inner-area .blackwheel-contact-form-card {
  width: 100%;
  flex: 1 1 auto;
  padding: 34px 36px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at top right, rgba(139, 182, 255, 0.18), rgba(139, 182, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 255, 0.98) 100%) !important;
  border: 1px solid rgba(115, 155, 206, 0.18);
  box-shadow: 0 22px 44px rgba(10, 28, 58, 0.1);
}

.contact-inner-area .blackwheel-contact-form-card h5 {
  color: #335f95 !important;
  letter-spacing: 0.18em;
}

.contact-inner-area .blackwheel-contact-form-card h2 {
  margin: 0;
  color: #0f2540 !important;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.contact-inner-area .blackwheel-contact-form-card p {
  max-width: 560px;
  margin: 0;
  color: #566b84 !important;
  line-height: 1.75;
}

.contact-inner-area .blackwheel-contact-form-grid {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
  margin-top: 22px;
}

.contact-inner-area .blackwheel-contact-form-grid > [class*=col-] {
  display: flex;
}

.contact-inner-area .blackwheel-contact-field {
  width: 100%;
  margin-top: 0 !important;
}

.contact-inner-area .blackwheel-contact-field input,
.contact-inner-area .blackwheel-contact-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px !important;
  border: 1px solid rgba(16, 35, 58, 0.1) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 24px rgba(16, 35, 58, 0.04);
  color: #10233a !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.contact-inner-area .blackwheel-contact-field textarea {
  min-height: 156px;
  padding: 16px 18px;
  line-height: 1.65;
}

.contact-inner-area .blackwheel-contact-field input::placeholder,
.contact-inner-area .blackwheel-contact-field textarea::placeholder {
  color: #6d8198 !important;
  opacity: 1 !important;
  font-weight: 500;
}

.contact-inner-area .blackwheel-contact-field input:focus,
.contact-inner-area .blackwheel-contact-field textarea:focus {
  outline: none;
  border-color: rgba(35, 95, 202, 0.34) !important;
  box-shadow: 0 0 0 4px rgba(43, 118, 255, 0.12), 0 16px 28px rgba(16, 35, 58, 0.08);
  transform: translateY(-1px);
}

.contact-inner-area .blackwheel-contact-submit {
  padding-top: 4px;
}

.contact-inner-area .blackwheel-contact-submit .vl-btn1 {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 18px !important;
  box-shadow: 0 16px 32px rgba(20, 88, 230, 0.22);
}

@media (max-width: 991px) {
  .contact-inner-area .blackwheel-contact-top-row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .contact-inner-area .blackwheel-contact-top-row > [class*=col-] {
    display: block;
  }

  .contact-inner-area .maps-area iframe {
    min-height: 360px;
    height: 360px;
  }

  .contact-inner-area .blackwheel-contact-form-card {
    padding: 26px 24px !important;
    border-radius: 24px !important;
  }

  .contact-inner-area .blackwheel-contact-form-grid {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .contact-inner-area .maps-area iframe {
    min-height: 300px;
    height: 300px;
  }

  .contact-inner-area .blackwheel-contact-form-card h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .contact-inner-area .blackwheel-contact-field input,
  .contact-inner-area .blackwheel-contact-field textarea {
    border-radius: 16px !important;
  }

  .contact-inner-area .blackwheel-contact-submit .vl-btn1 {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
