@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
*{
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body{
  font-size: 16px;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
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;
  font-size: inherit;
}

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

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease-in-out;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  --bs-gutter-x:.15rem;
  --bs-gutter-y: 0;
}
.row {
	--bs-gutter-x: .15rem;
	--bs-gutter-y: 0;
}
@media (max-width:767px){
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x:.3rem;
    --bs-gutter-y: 0;
  }
  .row {
    --bs-gutter-x: .3rem;
    --bs-gutter-y: 0;
  }
}
.container-fluid{
  width: 100%;
}
.container-1400{
  max-width: 1400px;
  margin: 0 auto;
}
.container-1200{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container{
  max-width: 1600px;
  margin: 0 auto;
}
.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

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

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

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

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

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

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

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

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@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 fti-roated-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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: #001233;
  --ztc-text-text-3: #676B74;
  --ztc-text-text-4: #084b7f;
  --ztc-text-text-5: #084b7f;
  --ztc-text-text-6: #FFDC00;
  --ztc-text-text-7: #06C15A;
  --ztc-text-text-8: #084b7f;
  --ztc-text-text-9: #007200;
  --ztc-text-text-10: #4867FF;
  --ztc-text-text-11: #FC7646;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #001233;
  --ztc-bg-bg-3: #084b7f;
  --ztc-bg-bg-4: #F6F8FA;
  --ztc-bg-bg-5: linear-gradient(90deg, #084b7f 0%, #095c9d 100%);
  --ztc-bg-bg-6: linear-gradient(90deg, #095c9d 0%, #084b7f 100%);
  --ztc-bg-bg-7: #FFDC00;
  --ztc-bg-bg-8: #06C15A;
  --ztc-bg-bg-9: #084b7f;
  --ztc-bg-bg-10: #03010C;
  --ztc-bg-bg-11: #007200;
  --ztc-bg-bg-12: linear-gradient(90deg, #15B2FF 0%, #4867FF 100%);
  --ztc-bg-bg-13: linear-gradient(90deg, #4867FF 0%, #15B2FF 100%);
  --ztc-bg-bg-14: #000816;
  --ztc-bg-bg-15: #FC7646;
  --ztc-bg-bg-16: #FBF9F8;
  --ztc-border-border-1: #EAEAEA;
  --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-s72: 72px;
  --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-s72: 72px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading1 h5 img {
  margin: -5px 6px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.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(--ztc-weight-regular);
  line-height: 24px;
}

.heading2 h5 {
  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-medium);
  line-height: 18px;
  display: inline-block;
}
.heading2 h5 svg {
  margin: -5px 4px 0 0;
}
.heading2 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-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading2 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;
}

.heading3 h5 {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid rgba(6, 193, 90, 0.1);
  background: rgba(6, 193, 90, 0.06);
  display: inline-block;
  padding: 10px 12px;
}
.heading3 h5 svg {
  margin: -5px 4px 0 0;
}
.heading3 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading3 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;
}

.heading4 h5 {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 211, 72, 0.1);
  background: rgba(0, 211, 72, 0.1);
  display: inline-block;
  padding: 10px 12px;
}
.heading4 h5 svg {
  margin: -5px 4px 0 0;
}
.heading4 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading4 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;
}

.heading5 h5 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: rgba(0, 114, 0, 0.1);
  display: inline-block;
  padding: 10px 12px;
}
.heading5 h5 svg {
  margin: -5px 4px 0 0;
}
.heading5 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading5 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;
}

.heading6 h5 {
  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;
  border-radius: 4px;
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 10px 12px;
  position: relative;
  border-radius: 4px;
}
.heading6 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border: 1px solid var(--Strok-Color, #EEE);
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.heading6 h5 img {
  margin: -5px 4px 0 0;
}
.heading6 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading6 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;
}

.heading7 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-16);
  display: inline-block;
  padding: 10px 12px;
}
.heading7 h5 svg {
  margin: -5px 4px 0 0;
}
.heading7 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading7 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;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 10rem;
  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-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  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 i {
  transform: rotate(0);
  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: 10rem;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn1 {
    padding: 18px;
  }
}

.vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-5);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn2:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn2:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn2 {
    padding: 18px;
  }
}

.vl-btn3 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 100px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-7);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn3:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 100px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn3 {
    padding: 18px;
  }
}

.vl-btn4 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 100px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-8);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn4:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 100px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn4 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn4 {
    padding: 18px;
  }
}

.vl-btn5 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-9);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn5:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn5:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn5::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-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn5 {
    padding: 18px;
  }
}

.vl-btn6 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-11);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn6:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn6:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn6::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-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn6 {
    padding: 18px;
  }
}

.vl-btn7 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-12);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn7:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn7:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn7 {
    padding: 18px;
  }
}

.vl-btn8 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn8:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn8:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn8::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-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn8 {
    padding: 18px;
  }
}

/*============= 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;
}

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

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  padding-top: .2rem;
}
.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,.pagination-area ul li span {
  color: var(--ztc-text-text-2);
  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-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pagination-area ul li.active span {
  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;
  }
}
.header-right{display: flex; align-items: center; gap: .3rem; justify-content: center;}
.lang{display: inline-flex; gap: .2rem;}
.lang a{color: rgba(255, 255, 255, .5); font-size: 18px;}
.lang a:hover,.lang a.on{color: #fff; border-bottom: 1px solid #fff;}
/*============= ABOUT CSS AREA ===============*/
.about1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1 .heading1 .skills-section .skill {
  margin-top: 24px;
}
.about1 .heading1 .skills-section .skill .skill-header {
  display: flex;
  justify-content: space-between;
}
.about1 .heading1 .skills-section .skill .skill-header 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-bold);
  line-height: 16px;
  margin-bottom: 15px;
}
.about1 .heading1 .skills-section .skill .progress-bar {
  width: 100%;
  background: rgba(15, 13, 13, 0.1);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.about1 .heading1 .skills-section .skill .progress-bar .progress-fill {
  height: 100%;
  background-color: var(--ztc-bg-bg-3);
  transition: width 1s ease-in-out;
}
@media (max-width: 767px) {
  .about1 .about-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .about-img {
    margin-top: 30px;
  }
}
.about1 .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/aboutbg.jpg) bottom center no-repeat #000;
  background-size: cover;
}
.about2 .heading2 {
  padding: 0 0 0 40px;
}
.about2 .heading2 h2{
  color: #fff;
}
@media (max-width: 767px) {
  .about2 .heading2 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .heading2 {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about2 .heading2 {
    padding: 0 0 0 20px;
  }
}
.about2 .heading2 .skills-section .skill {
  margin-top: 24px;
}
.about2 .heading2 .skills-section .skill .skill-header {
  display: flex;
  justify-content: space-between;
}
.about2 .heading2 .skills-section .skill .skill-header 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-bold);
  line-height: 16px;
  margin-bottom: 15px;
}
.about2 .heading2 .skills-section .skill .progress-bar {
  width: 100%;
  background: rgba(15, 13, 13, 0.1);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.about2 .heading2 .skills-section .skill .progress-bar .progress-fill {
  height: 100%;
  background: var(--ztc-bg-bg-5);
  transition: width 1s ease-in-out;
}
.about2 .heading2 .check-area {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--ztc-bg-bg-4);
  padding: 16px;
  margin-top: 30px;
}
.about2 .heading2 .check-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  padding-left: 8px;
}
.about2 .heading2 .check-area img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about2 .about-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about2 .about-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about-img {
    margin: 0 0 30px 0;
  }
}
.about2 .about-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.about2 .about-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about2 .about-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about-img {
    margin-top: 30px;
  }
}
.about2 .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.indexabout{padding: 1rem 0 0;}
.indexabout h4{text-align: center; color: #fff; font-size: 24px; margin-bottom: 1.3rem;}
.indexabout .desc{color: #fff; line-height: 1.8;}
.indexabout .vl-btn2{border-radius: 10rem;color: #fff; font-weight: 400; font-size: 14px; padding: 10px 20px;}
.indexabout .vl-btn2::after{border-radius: 10rem;}
.indexabout .about-tips{color: #fff; text-align: center; padding-top: .3rem;}
.aboutinner .heading2 h2{font-size: 30px;}
.indexabout.aboutinner h1{
  font-size: .5rem; color: #fff; font-weight: bold; text-align: center; margin-bottom: .4rem;
}
.indexabout.aboutinner .abouttip{color: #fff; text-align: center; display: block; margin-bottom: 1rem;}
.adv-boxarea{padding-top: .4rem;}
.adv-boxarea .counter-box{
  color: #fff;
}
.adv-boxarea .counter-box h2{font-size: .3rem;}
.adv-boxarea .counter-box .counter{font-size: .56rem; font-weight: bold;}
.adv-boxarea .counter-box p{color: #c2c2c2; padding: .2rem;}
.adv-boxarea .row .col-lg-5{
  text-align: center;
}
@media (min-width:992px){
  .adv-boxarea .row .col-lg-5{
    width: 20%;
    
  }
}


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

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-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: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.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;
  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-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .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;
}

/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-1-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-1-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-1-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-1-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px 30px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.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-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 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-bold);
  line-height: 28px;
  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: 28px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-2-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-2-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-2-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-2-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.vl-blog-2-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  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;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  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-5);
  transition: all 0.4s;
}
.vl-blog-2-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: 28px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-3-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vl-blog-3-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-3-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-3-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-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-3-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-bold);
  line-height: 28px;
  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-7);
  transition: all 0.4s;
}
.vl-blog-3-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: 28px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vl-blog-4-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  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;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  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-8);
  transition: all 0.4s;
}
.vl-blog-4-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: 28px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-5-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-5-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-5-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-5-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-5-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-5-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-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-5-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-bold);
  line-height: 28px;
  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-8);
  transition: all 0.4s;
}
.vl-blog-5-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: 28px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content a.vl-btn6 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-9);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content a.vl-btn6:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .vl-blog-6-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-6-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  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;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-blog-6-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: 28px;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.vl-blog-7-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-7-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-7-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-7-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-7-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  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;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-blog-7-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: 28px;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-v1-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-v1-section .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
}
.blog-v1-section .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.blog-v1-section .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-regular);
  line-height: 18px;
  display: inline-block;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.blog-v1-section .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-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v1-section .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: 28px;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-v2-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-v2-section .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
}
.blog-v2-section .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-thumb img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px 30px;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.blog-v2-section .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-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.blog-v2-section .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-bold);
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.blog-v2-section .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: 28px;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore {
  color: #333;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}


.blog-details-section {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-sidebar-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-bold);
  line-height: 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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: var(--ztc-bg-bg-1);
  padding: 16px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-bold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
    text-align: center;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
    text-align: center;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-height: 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area h3 {
  line-height: 28px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags ul li {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li:last-child {
  margin: 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .author-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
  position: relative;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-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-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a img:nth-child(4) {
  margin: 0;
}
.blog-details-section .blog-main-details {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-main-details.leftpadding {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-section .blog-main-details.rightpadding {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-section .blog-main-details 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-section .blog-main-details 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-section .blog-main-details .img1 {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-main-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .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-section .blog-main-details .list-author li {
  display: inline-block;
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) a {
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) 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-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.blog-details-section .blog-main-details .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-section .blog-main-details .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.blog-details-section .blog-main-details .list-author li a span {
  color: #9BA5A3;
  display: inline-block;
  margin: 0 8px;
}
.blog-details-section .blog-main-details .bdl-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .images .text p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s32);
}
.blog-details-section .blog-main-details .bdl-boxarea .pera {
  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;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea .images {
  display: flex;
  align-items: center;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .text {
  padding-left: 16px;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .text 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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea .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;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .service-listarea 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-regular);
  line-height: 16px;
  padding-top: 20px;
}
.blog-details-section .blog-main-details .service-listarea ul li img {
  margin: 0 4px 0 0;
}
.blog-details-section .blog-main-details .service-listarea ul li:nth-child(1) {
  padding: 0;
}
.blog-details-section .blog-main-details .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--ztc-bg-bg-4);
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .tags-social {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .tags-social .tags {
    margin-bottom: 16px;
  }
}
.blog-details-section .blog-main-details .tags-social .tags ul li {
  display: inline-block;
}
.blog-details-section .blog-main-details .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-section .blog-main-details .tags-social .tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  padding: 8px 12px;
  margin: 0 8px 0 0;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .tags-social .social ul li {
  display: inline-block;
}
.blog-details-section .blog-main-details .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-section .blog-main-details .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 8px 0 0;
}
.blog-details-section .blog-main-details .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-section .blog-main-details .comments-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
}
.blog-details-section .blog-main-details .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea.box2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details .comments-boxarea.box2 {
    margin: 0;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}
.blog-details-section .blog-main-details .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-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 10px;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}
.blog-details-section .blog-main-details .contact-boxarea {
  border-radius: 8px;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area {
  margin-top: 16px;
}
.blog-details-section .blog-main-details .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-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
  border-radius: 8px;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-section .blog-main-details .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-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 140px;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
}

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

.cx-foot-top{
  color: #fff;
  text-align: center;
}
.cx-foot-top span{display: block; font-size: .18rem;}
.cx-foot-top h3{font-size: .48rem; font-weight: bold; margin-top: .3rem; margin-bottom: .3rem;}
.cx-foot-top p{font-size: .18rem;}
.circle-button{
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-button a{width: .9rem; height: .9rem; background: #084b7f; display: flex; justify-content: center; align-items: center; border-radius: 1rem; position: relative; z-index: 2;}
.circle-button a i{
  color: #fff;font-size: .32rem;
}
.circle-button .rotating-image {
  width: 1.7rem;
  height: 1.7rem;
  animation: spin 10s linear infinite;
  transform-origin: center center;
  position: absolute;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.foottxt{
    font-size: 7.6vw;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-style: italic;
    color: transparent;
    text-align: center;
    /* 添加白色描边 */
    -webkit-text-stroke: 1px rgba(255, 255, 255, .25);
    text-stroke: 1px rgba(255, 255, 255, .25); /* 标准属性（部分浏览器支持） */
    
  }

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: radial-gradient(circle at bottom left, rgba(8, 75, 127, .4), transparent 50%), radial-gradient(circle at top right, rgba(8, 75, 127, .4), transparent 50%), #000000;
}
.vl-footer2-section-area .foottxt{
  padding-bottom: .6rem;
}
.vl-footer2-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer2-section-area .footer-logo1 img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .footer-logo1 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: 28px;
  opacity: 90%;
}
.vl-footer2-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer2-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer2-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.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-2);
}
.vl-footer2-section-area .vl-footer-widget h3 {
  color: #bcbcbc;
  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: 1.2;
}
.vl-footer2-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer2-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a {
  color: #bcbcbc;
  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: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: #fff;
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: #bcbcbc;
  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: 16px;
  opacity: 90%;
  line-height: 1.2;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a:hover {
  color: #fff;
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a span{width: calc(100% - 40px);}
.vl-footer2-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer2-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer2-section-area .vl-footer-widget.first-padding ul li 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-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer2-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.vl-footer2-section-area .vl-copyright-area a:hover{
  color: #fff;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer2-section-area .vl-copyright-area p {
  color: #999;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer2-section-area .vl-copyright-area ul li {
  display: inline-block; margin-left: 20px;
}
.vl-footer2-section-area .vl-copyright-area ul li:first-child{margin-left: 0;}
.vl-footer2-section-area .vl-copyright-area ul li a {
  color: #999;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}

/*============= HEADER CSS AREA ===============*/

.hero2-dots-slider {
  position: relative;
  z-index: 1;
}

.hero2-dots-slider .hero2-section-slider {
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active .play-btns-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section {
  position: relative;
  z-index: 1;
  padding: 280px 0 160px;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section {
    padding: 160px 0 120px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
  z-index: -1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header {
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  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;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header 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: 28px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area {
  display: flex;
  align-items: center;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area {
    display: inline-block;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .play-btn {
  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-bold);
  line-height: 18px;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}
.hero2-dots-slider .hero2-section-slider .slick-dots {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  z-index: 1;
  left: 60px;
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 0;
    bottom: 60px;
    justify-content: center;
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 0;
    bottom: 60px;
    justify-content: center;
    left: 0;
  }
}
.hero2-dots-slider .hero2-section-slider .slick-dots li {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots li {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots li {
    margin: 0 8px;
  }
}
.hero2-dots-slider .hero2-section-slider .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-5);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.hero2-dots-slider .hero2-section-slider .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-5);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hero2-dots-slider .hero2-section-slider .slick-dots li.slick-active button {
  background: var(--ztc-text-text-5);
}
.hero2-dots-slider .hero2-section-slider .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.banner-section .bannerimg{width:100%}
.banner-section .bannerimg img{display: block;width: 100%;}
.bannertxt{position: absolute;top:0; left: 0;width: 100%; height: 100%; color: #fff;}
.bannertxt .container{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.bannertxt h2{font-size: .48rem; font-weight: bold; text-transform: uppercase;max-width: 6.8rem;text-align: center;}
.bannertxt h4{font-size: .24rem; margin-top: .2rem;}
.bannertxt .btns{display: flex; margin-top: .6rem; flex-direction: column; align-items: center; padding-bottom: 1.5rem;}
.bannertxt .btns img{animation: floatUpDown 1s ease-in-out infinite;}
@keyframes floatUpDown {
  0%, 100% {
      transform: translateY(0); /* 初始位置 */
  }
  50% {
      transform: translateY(-10px); /* 向上移动 */
  }
}


.inner-header-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 100px;
}
@media (max-width: 767px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
}
.inner-header-section .hero-img1 .img1 {
  position: absolute;
  right: 25%;
  z-index: -1;
  height: 300px;
  bottom: -60px;
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -100px;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -50px;
    right: 0;
    text-align: center;
  }
}
.inner-header-section .hero-img1 .img2 img {
  position: absolute;
  top: -10px;
  right: 285px;
  animation: fti-roated-1 30s linear infinite;
  height: auto;
  width: auto;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 135px;
    top: -14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 61px;
    right: 94px;
  }
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 173px;
    right: -2px;
  }
}
.inner-header-section .hero-heading-area h2 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
}
@media (max-width: 767px) {
  .inner-header-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-header-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.inner-header-section .hero-heading-area .btn-area1 a {
  color: #fff;
  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: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.inner-header-section .hero-heading-area .btn-area1 a i {
  margin: 0 6px;
  font-size: 12px;
}
.inner-header-section .hero-heading-area .btn-area1 a span {
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
}
.inner-header-section .header-brand-slider {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.inner-header-section .header-brand-slider .slider-brand-area .slick-list {
  overflow: inherit !important;
}

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

.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 {
    background: var(--ztc-bg-bg-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li.cate2{
  position: inherit;
}
.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-5);
  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: 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li > a span{font-size: 12px; margin-left: 5px;}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 101%;
  min-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-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);
  white-space: nowrap;
}
.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-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 101%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover > a {
  color: #bd3e2d;
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 101%;
  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: 96px;
  transform: scale(1);
}
.homepage2-body .vl-mega-menu {
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.navapp{position: relative;overflow: hidden;}
.navapp:after{  content: ""; position: absolute; width: 1px; height: 100%; top: 0; left: 19%; background: #eee; }
.navapp .app_tt{display: block; overflow-y: scroll; float: left; width: 18%; max-height: 600px;}
.navapp .app_tt a{display: block; font-size: 16px; color: #666; padding: 8px 0; text-indent: 20px; margin-bottom: 10px;}
.navapp .app_tt .active{ background: #eee; color: #084b7f;}
.navapp .app_bb{display: block; overflow: hidden; float: right; width: 78%;}
.navapp .app_bb .a_d_l{display: none;  overflow: hidden; }
.navapp .app_bb .a_d_l:nth-child(1){display: block;  }
.navapp .app_bb .a_d_l h4{display: block; color: #333; font-size: 26px; border-bottom: 0 solid #eee; margin-bottom: 30px; font-weight: 600}

.navapp .app_bb .a_d_l .ada a{ display: block; overflow: hidden; float: left; width: calc((96% - 6px) / 3); margin: 0 2% 2% 0; border: 1px solid #eee; border-radius: 4px; padding: 10px 20px; }
.navapp .app_bb .a_d_l .ada a:nth-child(3n){margin-right:0;}
.navapp .app_bb .a_d_l .ada a img{display: block; float: left; width: auto; height: 25px; width: 80px; margin-right: 15px;}
.navapp .app_bb .a_d_l .ada a font{display: block; float: right; width: calc(100% - 115px); font-size: 14px; color: #333; white-space: nowrap}
.navapp .app_bb .a_d_l .ada a:hover{ border: 1px solid #084b7f; background: #084b7f;}
.navapp .app_bb .a_d_l .ada a:hover font{color: #fff;}

.search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  color: #fff;
  position: relative;
}
.search-box {
  display: none; /* 初始隐藏 */
  position: absolute;
  top: 100%;
  right: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  overflow: hidden;
}
.search-box form {
  display: flex;
  align-items: center;
}
.search-box input {
  border: none;
  padding: 8px 10px;
  width: 180px;
  outline: none;
  font-size: 14px;
  background: #fff;
}
.search-box button {
  border: none;
  background: #084b7f;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}
.search-box button:hover {
  background: #bd3e2d;
}
.search-btn {
  font-size: 18px;
  cursor: pointer;
}

/* .navapp .app_bb .a_d_l .ada a:hover img{filter: invert(100%);} */
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-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: -85px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-2) !important;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover {
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-6);
  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-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.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-2) !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-5) !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-2);
}
.homepage2-body .header-sticky::after {
  display: none;
}


@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

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

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

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

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

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

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

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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 ===============*/
/*============= VIDEO CSS AREA STARTS ===============*/
.video-section {
  position: relative;
  z-index: 1;
  height: 560px;
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}
.video-section .video-play-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -46px;
}
.video-section .video-play-area .video {
  height: 92px;
  width: 92px;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s32);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.video-section .video-play-area .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 45px;
  top: 45px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}

/*============= VIDEO CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.slider1-section-area {
  overflow: hidden !important;
  width: 100%;
}
.slider1-section-area .marquee-wrap {
  width: 100%;
  position: relative;
}
.slider1-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: 0 .3rem;
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(1);
}

.slider2-section-area {
  overflow: hidden !important;
  width: 100%;
}
.slider2-section-area .marquee-wrap {
  width: 100%;
  position: relative;
}
.slider2-section-area .marquee-wrap .marquee-text {
  animation: marquee-2 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee-2 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee-2 30s linear infinite;
  }
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box 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-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: 0 .3rem;
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(1);
}

.brand-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.brand-section .header-brand-slider {
  position: relative;
}
.brand-section .header-brand-slider .slider-brand-area2 .slick-list {
  overflow: inherit !important;
}
.brand-section .header-brand-slider .slider-brand-area2 .img1 {
  margin: 0 30px;
}

.brand4-section {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-9);
  padding: 26px;
  bottom: 0;
  width: 50%;
  border-radius: 0 16px 0 0;
}
@media (max-width: 767px) {
  .brand4-section {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand4-section {
    width: 100%;
    border-radius: 0;
  }
}
.brand4-section .header-brand-slider {
  position: relative;
}
.brand4-section .header-brand-slider .slider-brand-area2 .slick-list {
  overflow: inherit !important;
}
.brand4-section .header-brand-slider .slider-brand-area2 .img1 {
  margin: 0 30px;
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= PROJECT CSS AREA STARTS ===============*/
.project6-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.project6-section .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .project6-section .cs_case_study_1_list {
    flex-direction: column;
  }
}
.project6-section .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.6s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}
.project6-section .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project6-section .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.project6-section .cs_case_study_thumb {
  background-image: url(../img/all-images/projects/project-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/projects/project-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/projects/project-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 16px;
  height: 475px;
  min-width: 320px;
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .project6-section .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.8s;
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  right: 60px;
  transition: all 0.8s;
  opacity: 1;
}
.project6-section .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  background: var(--ztc-bg-bg-1);
  right: 60px;
  border-radius: 16px;
}
.project6-section .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s28);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.project6-section .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project6-section .content-area .arrow {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  right: -30px;
}
.project6-section .content-area .arrow a {
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.project6-section .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  transform: rotate(0);
}

/*============= PROJECT CSS AREA ENDS ===============*/
/*============= GALLERY CSS AREA STARTS ===============*/
.gallery1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.gallery1 .gallery-slider-area {
  position: relative;
  z-index: 1;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .slick-list {
  overflow: inherit !important;
}
.gallery1 .gallery-slider-area .gallery-images-area {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FC7646 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area {
  background: var(--ztc-bg-bg-1);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-11);
  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;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area a.title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery1 .gallery-slider-area .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

/*============= GALLERY CSS AREA ENDS ===============*/

.swiperpage{
}
.swiperpage .swiper-next,.swiperpage .swiper-prev{
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #13151b;
  background: #13151b;
  position: absolute;
  top: 45%;
  z-index: 1;
}
.swiperpage .swiper-next i, .swiperpage .swiper-prev i{color: #fff;}
.swiperpage .swiper-prev{left: 5%;}
.swiperpage .swiper-next{right:5%;}
.swiperpage .swiper-next:hover, .swiperpage .swiper-prev:hover{
  background: #084b7f;
  border-color: #084b7f;
  transition: all .4s;
}
.swiperpage .swiper-next:hover i, .swiperpage .swiper-prev:hover i{
  color: #fff;
  transition: all .4s;
}
.swiperpage .swiper-prev.swiper-button-disabled,.swiperpage .swiper-next.swiper-button-disabled{
  display: none;
}
.swiperpage .swiper-prev.swiper-button-disabled:hover i,.swiperpage .swiper-next.swiper-button-disabled:hover i{
  color: initial;
}
.indexad{position: relative; background: #000;}
.indexad .img{width: 100%;}
.indexad .img img{width: 100%; display: block;}
.indexad .infobox{position: absolute; width: 100%; height: 100%; left:0; 
  top: 0;
  padding-top: .5rem;
  background: rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.indexad .infobox .info{
  background: url(../img/logo-line.png) center no-repeat; background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 2rem 0 0;
}
.indexad .infobox .info h3{font-size: .5rem; font-weight: bold; margin-bottom: .4rem;}

.indexadv{background: #000;}
.indexadv .advlist{
  display: flex;
}
.indexadv .advlist .item{
  width: 25%; position: relative;
}
.indexadv .advlist .item .img{width: 100%;}
.indexadv .advlist .item .img img{width: 100%;display: block;}
.indexadv .advlist .item .info{
  position: absolute; width: 100%; height: 100%;top: 0; left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: .75rem .4rem .6rem;
  transition: all .4s;
  overflow: hidden;
}
.indexadv .advlist .item .info span{font-size: 24px; display: block; margin-bottom: .35rem; font-weight: bold;}
.indexadv .advlist .item .info h3{font-size: 24px; font-weight: bold; line-height: 1.8;text-transform: capitalize;}
.indexadv .advlist .item .info .desc{transform: translateY(20px);opacity: 0; transition: opacity 0.5s ease, transform 0.5s ease;pointer-events: none; }
.indexadv .advlist .item:hover .info{
  background: rgba(1, 19, 33, .5);
}
.indexadv .advlist .item:hover .info .desc{transform: translateY(0);pointer-events: auto;opacity: 1;}
.indexadv .advlist .item .info .desc ul li{margin-bottom: .3rem;}
.indexadv .advlist .item .info .desc ul li:last-child{margin-bottom: 0;}
.indexpartner{background: url(../img/map.png?v=1) center no-repeat #000; background-size: cover; padding-bottom: 1.2rem; padding-top: 3.5rem;}
.partnerinfo{color: #fff;}
.partnerinfo span{display: block; font-size: .18rem;}
.partnerinfo h3{font-size: .48rem; font-weight: bold; margin-top: .3rem; margin-bottom: .3rem; text-transform: capitalize;}
.partnerinfo p{font-size: .18rem;}
.partnerinfo .circle-button{padding:1rem 0; width: 180px;}
.indexapp{position: relative; background: #000;}
.indexapp h2{position: absolute; top: 2rem; right: calc((100% - 1400px) / 2); color:#fff; z-index: 2; font-weight: bold; font-size: 60px;}
.indexapp .apptxt{max-width: 450px; text-align: left; position: absolute; right: 0; bottom: 1rem;}
.indexapp .apptxt h3{font-size: .4rem;color: #fff; margin-bottom: .4rem;}
.indexapp .apptxt .desc{font-size: .14rem; color: #fff; line-height: 1.8;}
.indexapp .swiper {
  width: 100%;
  height: 100%;position: relative;
}
.indexapp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexapp .swiper-slide .img{width: 100%;}
.indexapp .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexapp .appinfo{
  position: absolute; top:0; left:0;
  width: 100%; height: 100%;
}
.indexapp .appinfo .container-1400{height: 100%; position: relative;}
.indexnews{background: radial-gradient(circle at top center, rgba(8, 75, 127, 0.4), transparent 50%), 
  #000000;}
.cx-w-tit{display: flex; justify-content: space-between; align-items: center;}
.cx-w-tit.heading2 h5{color: #fff;}
.cx-w-tit.heading2 h2{color: #fff;}
.cx-w-tit .morebtn a{background: #fff; color: #084b7f; font-weight: 400; font-size: 18px;}
.cx-w-tit .morebtn a::after{background: #fff;}
.newsul li{display: flex; padding: .4rem .3rem; border-top: 1px solid rgba(255, 255, 255, .2); justify-content: space-between; align-items: center;}
.newsul li:last-child{border-bottom: 1px solid rgba(255, 255, 255, .2);}
.newsul li .catename{width: 200px;}
.newsul li .catename a{display: inline-block; min-width: 110px; text-align: center; padding: 12px; color: #000; background: #fff; border-radius: 3rem; transition: all .4s;}
.newsul li .title{width: calc(100% - 330px);}
.newsul li .title a{color: #fff; font-size: 18px;transition: all .4s;}
.newsul li .date{width: 130px; color: #909090; font-size: 16px;transition: all .4s;}
.newsul li:hover .title a,.newsul li:hover .date{color: #084b7f;}
.newsul li:hover .catename a{background: #084b7f; color: #fff;}
.contact1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/gbookbg.jpg) center no-repeat;
  background-size: cover;
}
.gbook-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.gbook-left span{
  display: flex;
  font-size: 18px;
}
.gbook-left h3{
  font-size: 28px;
  font-weight: bold;
  margin-top: .4rem;
}
.gbook-left p{margin-top: .3rem;}
.gbook-left .cx-btn{margin-top: .3rem;}
.gbook-left .cx-btn a{font-size: 18px; font-weight: normal; color: #084b7f; background: #fff;}
.gbook-left .cx-btn a::after{background: #f9f9f9;}
.indexgbook .contact1-boxarea{max-width: 600px; float: right;}
.indexgbook .contact1-boxarea label{margin-bottom: 5px; color: #fff; font-size: 14px;}
.indexgbook.contact1 .contact1-boxarea .input-area input,.indexgbook.contact1 .contact1-boxarea .input-area textarea,.indexgbook.contact1 .contact1-boxarea .input-area .nice-select{padding: 10px 15px; color: #fff; font-size: 14px; background: rgba(255, 255, 255, .15);}
.indexgbook .nice-select .option:hover, .indexgbook .nice-select .option.focus, .indexgbook .nice-select .option.selected.focus{background: rgba(0, 0, 0, .15);}
.indexgbook .nice-select .list{background: rgba(0, 0, 0, .8);}
.indexgbook.contact1 .contact1-boxarea .input-area input::placeholder,.indexgbook.contact1 .contact1-boxarea .input-area textarea::placeholder{font-size: 12px; color: #999;}
.indexgbook.contact1 .contact1-boxarea .vl-btn1{font-weight: 400;}
.contact1 .widget-contactbox {
  border-radius: 8px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  display: flex;
  z-index: 1;
}
.contact1 .widget-contactbox:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.contact1 .widget-contactbox:hover .content h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .content a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox::after {
  background: var(--ztc-bg-bg-3);
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  width: 10px;
  border-radius: 10px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.contact1 .widget-contactbox .icons {
  height: 40px;
  width: 40px;
}
.contact1 .widget-contactbox .content {
  padding-left: 16px;
}
.contact1 .widget-contactbox .content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.contact1 .widget-contactbox .content 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: 24px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 10px;
}
.contact1 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.contact1 .contact1-boxarea {
  position: relative;
  z-index: 1;
}
.contact1 .contact1-boxarea .input-area {
  margin-top: 24px;
}
.contact1 .contact1-boxarea .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
}
.contact1 .contact1-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.contact1 .contact1-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact1 .contact1-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact1 .contact1-boxarea .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: 154px;
}
.contact1 .contact1-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact-maps-area iframe {
  width: 100%;
  height: 470px;
}
@media (max-width: 767px) {
  .contact-maps-area iframe {
    height: 220px;
  }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta1 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta1 .cta-content-bg {
    padding: 70px 24px;
  }
}
.cta1 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta1 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1 .cta-content-bg form {
    width: 100%;
  }
}
.cta1 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  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: 24px 16px;
  border-radius: 8px;
}
.cta1 .cta-content-bg form 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;
}
.cta1 .cta-content-bg form 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;
}
.cta1 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta2 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta2 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta2 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta2 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg form {
    width: 100%;
  }
}
.cta2 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  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: 24px 16px;
  border-radius: 8px;
}
.cta2 .cta-content-bg form 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;
}
.cta2 .cta-content-bg form 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;
}
.cta2 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
.cta2 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta3 {
  position: relative;
  z-index: 2;
}
.cta3 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
  padding: 80px;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg {
    padding: 30px 24px 30px 24px;
  }
}
.cta3 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta3 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta3 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 .cta-content-bg form {
    width: 100%;
  }
}
.cta3 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  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: 24px 16px;
  border-radius: 8px;
}
.cta3 .cta-content-bg form 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;
}
.cta3 .cta-content-bg form 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;
}
.cta3 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
.cta3 .cta-content-bg .images form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg .images form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 .cta-content-bg .images form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta3 .cta-content-bg .images form input {
  width: 100%;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  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: 24px 16px;
}
.cta3 .cta-content-bg .images form input::-moz-placeholder {
  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;
}
.cta3 .cta-content-bg .images form input::placeholder {
  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;
}
.cta3 .cta-content-bg .images form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta4 {
  position: relative;
  z-index: 2;
}
.cta4 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .cta4 .cta-content-bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4 .cta-content-bg {
    padding: 40px;
  }
}
.cta4 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta4 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta4 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta4 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta4 .cta-content-bg form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  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: 24px 16px;
  border-radius: 8px !important;
}
.cta4 .cta-content-bg form input::-moz-placeholder {
  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;
}
.cta4 .cta-content-bg form input::placeholder {
  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;
}
.cta4 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta5 {
  position: relative;
  z-index: 2;
}
.cta5 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .cta5 .cta-content-bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 .cta-content-bg {
    padding: 40px;
  }
}
.cta5 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta5 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta5 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta5 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta5 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  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: 24px 16px;
  border-radius: 8px !important;
}
.cta5 .cta-content-bg form input::-moz-placeholder {
  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;
}
.cta5 .cta-content-bg form input::placeholder {
  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;
}
.cta5 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta6 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta6 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta6 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta6 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg form {
    width: 100%;
  }
}
.cta6 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  outline: none;
  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: 24px 16px;
  border-radius: 8px;
}
.cta6 .cta-content-bg form input::-moz-placeholder {
  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;
}
.cta6 .cta-content-bg form input::placeholder {
  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;
}
.cta6 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 5px;
}
.cta6 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta7 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta7 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta7 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta7 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg form {
    width: 100%;
  }
}
.cta7 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  outline: none;
  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: 24px 16px;
  border-radius: 8px;
}
.cta7 .cta-content-bg form input::-moz-placeholder {
  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;
}
.cta7 .cta-content-bg form input::placeholder {
  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;
}
.cta7 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 5px;
}
.cta7 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}


/*============= PROJECTS CSS AREA STARTS ===============*/
.project1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project1-section-area .project-main-area .tab-content .tab-pane.fade.show.active .project-img {
  transform: scale(1);
  transition: all 0.8s;
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
  transform: scale(0.6);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin: 0 0 30px 0;
  }
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin-top: 30px;
  }
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: rotate(6deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
    transform: rotate(0);
  }
}
.project1-section-area .project-main-area ul {
  display: block;
}
.project1-section-area .project-main-area ul li {
  margin-bottom: 24px;
}
.project1-section-area .project-main-area ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.project1-section-area .project-main-area ul li button {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area ul li button {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 22px;
    text-align: start !important;
  }
}
.project1-section-area .project-main-area ul li button .arrow {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: 10px;
}
.project1-section-area .project-main-area ul li button.active {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-2);
}

.project3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.project3 .gallery-slider-area3 {
  position: relative;
  z-index: 1;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 40px;
  justify-content: center;
}
.project3 .gallery-slider-area3 .slick-dots li {
  margin: 0 8px;
}
.project3 .gallery-slider-area3 .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(6, 193, 90, 0.3);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.project3 .gallery-slider-area3 .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(6, 193, 90, 0.3);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-8);
}
.project3 .gallery-slider-area3 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(6, 193, 90, 0) 0%, #06C15A 100%);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area {
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project3 .gallery-slider-area3 .gallery-images-area .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;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area a.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: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3 .gallery-slider-area3 .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.project4 .gallery-images-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.project4 .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project4 .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project4 .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project4 .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.project4 .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #001233 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.project4 .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.project4 .gallery-images-area .content-area {
  background: var(--ztc-bg-bg-1);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.project4 .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project4 .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-5);
  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 .gallery-images-area .content-area a.title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project4 .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4 .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project-inner-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.project-inner-section .gallery-images-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.project-inner-section .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project-inner-section .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #084b7f 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .content-area {
  background: rgba(255, 255, 255, .5);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  transition: all 0.6s;
}
.project-inner-section .gallery-images-area:hover .content-area{
  background: #fff;
}
.project-inner-section .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project-inner-section .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-4);
  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;
}
.project-inner-section .gallery-images-area .content-area a.title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project-detiails-section {
  position: relative;
  z-index: 1;
}
.project-detiails-section .project-side-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-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-bold);
  line-height: 20px;
}
.project-detiails-section .project-side-details .service-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.project-detiails-section .project-side-details .service-post-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: var(--ztc-bg-bg-1);
  padding: 16px;
}
.project-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-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;
}
.project-detiails-section .project-side-details .service-post-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.project-detiails-section .project-side-details .service-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .help-area h3 {
  line-height: 30px;
}
.project-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li:last-child {
  margin: 0;
}
.project-detiails-section .project-side-details .service-post-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-detiails-section .project-side-details .service-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 28px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area {
  margin-top: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .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: 120px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.project-detiails-section .project-main-conetnt.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .project-detiails-section .project-main-conetnt.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detiails-section .project-main-conetnt.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.project-detiails-section .project-main-conetnt.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .project-detiails-section .project-main-conetnt.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detiails-section .project-main-conetnt.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.project-detiails-section .project-main-conetnt h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.project-detiails-section .project-main-conetnt .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-detiails-section .project-main-conetnt .project-list 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: 24px;
}
.project-detiails-section .project-main-conetnt .project-list ul li img {
  margin: -5px 6px 0 0;
}

/*============= PROJECTS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose1 .choose-images .img1 img {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose1 .heading1 {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .choose1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.choose1 .heading1 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 24px;
}
.choose1 .heading1 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.choose1 .heading1 .choose-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .icons {
    position: relative;
  }
}
.choose1 .heading1 .choose-boxarea .icons img {
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea .content {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose1 .heading1 .choose-boxarea .content 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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .content a {
    line-height: 26px;
  }
}
.choose1 .heading1 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.choose2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose2 .choose-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose2 .choose-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .choose-img {
    margin: 0 0 30px 0;
  }
}
.choose2 .choose-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.choose2 .choose-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
.choose2 .choose-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: rotate(-6deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose2 .choose-img img {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .choose-img img {
    transform: rotate(0);
  }
}
.choose2 .heading2 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .choose2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose2 .heading2 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 32px;
}
.choose2 .heading2 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
}
.choose2 .heading2 .choose-boxarea:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .icons {
    position: relative;
  }
}
.choose2 .heading2 .choose-boxarea .icons img {
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea .content {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose2 .heading2 .choose-boxarea .content 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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .content a {
    line-height: 26px;
  }
}
.choose2 .heading2 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.choose3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose3 .heading3 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
.choose3 .heading3 .counter-boxarea .counter-box {
  margin-top: 24px;
}

.choose4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose4 .img1 .experiance-box {
  padding: 30px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-9);
}
.choose4 .img1 .experiance-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
}
.choose4 .img1 .experiance-box p {
  color: var(--ztc-text-text-1);
  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-regular);
  line-height: 24px;
}
.choose4 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose4 .heading4 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose4 .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose4 .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
.choose4 .heading4 .counter-boxarea .counter-box {
  margin-top: 24px;
}

.choose5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose5 .choose5-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-4);
  position: relative;
  z-index: 1;
  padding: 40px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.choose5 .choose5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}
.choose5 .choose5-boxarea:hover .icons img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.choose5 .choose5-boxarea:hover .content-area a.title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.choose5 .choose5-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 90%;
}
.choose5 .choose5-boxarea .icons img {
  transition: all 0.4s;
}
.choose5 .choose5-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose5 .choose5-boxarea .content-area .title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .choose5-boxarea .content-area .title {
    line-height: 30px;
  }
}
.choose5 .choose5-boxarea .content-area 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;
  transition: all 0.4s;
}
.choose5 .choose5-boxarea .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-9);
}
.choose5 .choose5-boxarea .content-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.choose6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .choose6 .img1 {
    margin-top: 30px;
  }
}
.choose6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose6 .heading6 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose6 .heading6 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose6 .heading6 {
    margin-bottom: 30px;
    padding: 0;
  }
}
.choose6 .heading6 .counter-boxarea .counter-box {
  margin-top: 24px;
}
.choose6 .heading6 .counter-boxarea .counter-box h2 {
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose7 .heading7 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .choose7 .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose7 .choose7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 16px;
  padding: 16px 24px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 20px rgba(0, 18, 51, 0.08);
}
.choose7 .choose7-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  right: 0;
  background: var(--ztc-bg-bg-15);
  top: 0;
  border-radius: 0 16px 16px 0;
}
.choose7 .choose7-boxarea:hover {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.choose7 .choose7-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
}
.choose7 .choose7-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.choose7 .choose7-boxarea .icons {
  transition: all 0.4s;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
.choose7 .choose7-boxarea .icons img {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .icons {
    position: relative;
  }
}
.choose7 .choose7-boxarea .content-area {
  padding-left: 78px;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose7 .choose7-boxarea .content-area 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-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 24px;
}
.choose7 .choose7-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .content-area a {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .content-area a {
    line-height: 30px;
  }
}
.choose7 .choose7-boxarea .content-area 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: 400;
  line-height: 28px;
  transition: all 0.4s;
}
.choose7 .choose7-images {
  position: relative;
}
@media (max-width: 767px) {
  .choose7 .choose7-images .img1 {
    margin-top: 30px;
  }
}
.choose7 .choose7-images .img1 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose7 .choose7-images .img2 {
  text-align: end;
  position: relative;
  margin-top: -60px;
  z-index: -1;
}
@media (max-width: 767px) {
  .choose7 .choose7-images .img2 {
    margin-top: 0;
  }
}
.choose7 .choose7-images .img2 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA STARTS ===============*/
.skils1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.skils1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .skills-boxarea {
  position: relative;
  z-index: 1;
}
.skils1 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.skils1 .skills-boxarea h3 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  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-bold);
  text-transform: uppercase;
  line-height: 48px;
  position: absolute;
}
.skils1 .skills-boxarea .content-area {
  padding-left: 64px;
}
.skils1 .skills-boxarea .content-area 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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area 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;
}
@media (max-width: 767px) {
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.skils1 .images-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

.skils2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.skils2 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.skils2 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.skils2 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.skils2 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.skils2 .skills-boxarea {
  position: relative;
  z-index: 1;
}
.skils2 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.skils2 .skills-boxarea h3 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  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-bold);
  text-transform: uppercase;
  line-height: 48px;
  position: absolute;
}
.skils2 .skills-boxarea .content-area {
  padding-left: 64px;
}
.skils2 .skills-boxarea .content-area 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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.skils2 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.skils2 .skills-boxarea .content-area 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;
}
@media (max-width: 767px) {
  .skils2 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skils2 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.skils2 .images-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}
.inner-header-section.aboutb{
  padding: 3.5rem 0 0;
}
.aboutbanner{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.aboutnav{
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.aboutnav a{
  color: #fff;
  line-height: .7rem;
  font-size: .18rem;
}
.aboutsupport{background: radial-gradient(circle at top left, rgba(8, 75, 127, 0.4), transparent 50%),
  radial-gradient(circle at bottom right, rgba(8, 75, 127, 0.4), transparent 50%),
  #000000;
  padding: 1rem 0;
}
.aboutsupport .heading2 h2{color: #fff;}
.aboutsupport .contactbtn{margin-top: 1.3rem;}
.supportbox .item{
  display: flex;
  padding: .8rem .3rem;
  align-items: center;
  position: relative;
}
.supportbox .item::after{content:""; width: 100%; height: 1px; background: linear-gradient(
  to right, 
  rgba(255, 255, 255, 0.3), /* 左边白色，30%透明度 */
  rgba(255, 255, 255, 0)    /* 右边完全透明 */
);
position: absolute; bottom: 0; left: 0;
}
.supportbox .item .icon{margin-right: .6rem;}
.supportbox .item .title{font-size: 30px; color: #fff; margin-bottom: .25rem;}
.supportbox .item .desc{color: #a6a6a6;}
.factory-section-area {
  overflow: hidden !important;
  width: 100%;
  background: #000;
}
.factory-section-area .marquee-wrap {
  width: 100%;
  position: relative;
}
.factory-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: .15rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .factory-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .factory-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.factory-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.factory-section-area .marquee-wrap .marquee-text .brand-single-box 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-bold);
  text-transform: uppercase;
}
.factory-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: 0 .15rem;
  height: 3rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory1-section-area {
  overflow: hidden !important;
  width: 100%;
  background: #000;
}
.factory1-section-area .marquee-wrap {
  width: 100%;
  position: relative;
}
.factory1-section-area .marquee-wrap .marquee-text {
  animation: marquee-2 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: .15rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .factory1-section-area .marquee-wrap .marquee-text {
    animation: marquee-2 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .factory1-section-area .marquee-wrap .marquee-text {
    animation: marquee-2 30s linear infinite;
  }
}
.factory1-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.factory1-section-area .marquee-wrap .marquee-text .brand-single-box 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-bold);
  text-transform: uppercase;
}
.factory1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: 0 .15rem;
  height: 3rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.abouthonor{
  background: #021422;
  padding: 1rem 0;
  position: relative;
}
.contactpage .container{
  position: relative;
}
.contactpage .container .contactico{
  position: absolute; right: 0; top: 0;
  width: 2.8rem;
}
.contactpage{background: url(../img/contactbg.jpg) center no-repeat; background-size: cover;}
.contactpage .vl-section-title{color: #fff;}
.contactpage .vl-section-subtitle{color: #fff; font-size: .3rem;}
.contactlist{margin-top: .7rem;}
.contactlist .title{
  position: relative; 
  padding-left: .25rem;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
}
.contactlist .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.contactlist .item{border-bottom: 1px solid rgba(255, 255, 255, .2); padding-bottom: .6rem;padding-top: .6rem;}
.contactlist .infolist{
  color: #fff;
  padding-left: .4rem;
  font-size: .22rem;
}
.contactlist .infolist i{
  background: #383838;
  color: #084b7f;
  width: .48rem;
  height: .48rem;
  border-radius: .48rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: .2rem;
}
.contactlist .infolist > div{
  margin-top: .6rem;
}
.contactmap{width: 100%;}
.contactmap img{display: block; width: 100%;}
.product-area{
  padding: .5rem 0;
}
.pt-50{padding-top: .5rem;}
.catelists{font-size: 15px; padding-top: 30px; line-height: 30px; display: flex; flex-wrap: wrap;}
.catelists h3{font-weight: bold;display:block;}
.catelists a{margin-right: 16px; color: #333; word-break: break-word;padding: 0 10px; border: 1px solid #eee; margin-bottom: 5px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 204px;text-align: center;}
.catelists a:hover, .catelists a.on{color: #fff; background: #084b7f; border-color: #084b7f;}
.product-additional-info{background:#fff;border-radius:6px}
@media only screen and (max-width:767px){
	.product-additional-info{padding:20px 15px 0}
	.catelists a{width: calc((100% - 38px) / 3); margin-right: 12px;}
}
.product-additional-info table{margin-bottom:0; width: 100%;}
.product-additional-info table tbody tr:nth-child(odd){background:#f6f7fb}
.product-additional-info table tbody tr td,.product-additional-info table thead tr th{font-size:16px;line-height:24px;font-weight:400;padding:17px 15px 18px;min-width:100px; border: 1px solid #eee;}
.product-additional-info table tbody tr td a{color: #333;}
.product-additional-info table tbody tr td a:hover{color: #084b7f;}
@media only screen and (max-width:767px){.product-additional-info table tbody tr td,.product-additional-info table thead tr th{padding:15px;font-size:15px}
}
.product-additional-info table thead tr th{text-transform:capitalize;color:#fff;font-weight:500; background: #084b7f;}
.product-additional-info table thead tr th:last-child{min-width: 300px;max-width: 600px;}
.product-additional-info .proform .form-group{display: flex; gap: 10px;}
.product-additional-info input{
	border: 1px solid #f3f7fa;
	background-color: #fff;
	height: 40px;
	color: #8f8f8f;
	font-weight: 300;
	padding: 2px 10px;
	border-radius: 8px;
}
.product-additional-info input.inputqty{max-width: 120px;}
.product-additional-info input::placeholder{color: #333;}
.product-additional-info input:focus{border-color: #084b7f;}
.product-additional-info .axil-btn{border-radius: 50px; border: none; color: #fff; background: #084b7f; padding: 8px 20px;}
.product-details-area{background: #fbfbfb;}
.description-review-area{background: #fff;}
.product-left{background: #fff; padding: 20px;}
.product-right{background: #fff; padding: 20px;}
.product-details-area .certification {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 3px;
	flex-wrap: wrap;border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;
}
.product-details-area .ways {
	-webkit-box-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px 20px 10px;
}
.product-details-area .ways, .product-details-area .ways .img-cont {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.product-details-area .ways .img-cont {
	-webkit-box-pack: center;
	justify-content: center;
	width: 25%;
	padding: 0 16px;
}
.product-details-area .ways .img-cont + .img-cont {
	border-left: 1px solid #dedede;
}
.product-details-area .ways .img-cont img{
	max-width: 40px;
	height: 40px;
	margin-right: 10px;
}
.product-details-area .pro-form{position: sticky; top: 10px;align-self: flex-start;}
.product-form h3{font-size: 18px; font-weight: bold;}
.product-form h3 span{ color: #0b56a6;}
.product-form-style label{margin-bottom: 5px;}
.product-form-style input{line-height: 40px; border-radius: 5px; padding-left: 10px;margin-bottom: 10px; border: 1px solid #d4d4d4; width: 100%;}
.product-form-style input:focus{border-color: #0b56a6;}
.product-form-style button{background: #0b56a6; border-radius: 8px; color: #fff; padding: 10px 15px; border: none; width: 100%; margin-top: 10px;}
.product-details-area .product-details-big-img-slider-1 .img-popup img{width: 100%;}
.product-details-content {
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content {
    padding: 40px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
	.product-left{padding: 0 0 15px;}
	.product-details-area .ways{padding: 15px 0;}
	.product-details-area .ways .img-cont img{max-width: 30px; max-height: 30px;}
	.product-details-area .ways .img-cont span{font-size: 12px;}
	.product-details-area .certification{padding: 15px 0; flex-wrap: nowrap;}
	.product-details-area .ways .img-cont{flex-direction: column;padding: 0 5px; text-align: center;}
	.product-details-area .certification img{max-width: 40px;}
	.product-right{padding: 0;}
  .product-details-content {
    padding: 30px 0 0 0px;
  }
  .product-details-content.pt-small-none {
    padding: 0px 0 0 0px;
  }
}

.product-details-content h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 24px;
  }
}

.product-details-content .product-details-price {
  margin: 14px 0 23px;
}

.product-details-content .product-details-price span {
  font-weight: 500;
  display: inline-block;
}

.product-details-content .product-details-price span.old-price {
  color: #555252;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 12px;
}

.product-details-content .product-details-price span.new-price {
  color: #0b56a6;
  font-size: 20px;
}

.product-details-content .product-details-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-content .product-details-review .product-rating i {
  font-size: 18px;
  margin-right: 4px;
  color: #0b56a6;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-review .product-rating i {
    font-size: 16px;
    margin-right: 2px;
  }
}

.product-details-content .product-details-review .product-rating i:last-child {
  margin-right: 0;
}

.product-details-content .product-details-review span {
  font-weight: 500;
  color: #9f9e9e;
  display: inline-block;
  margin-left: 20px;
}

.product-details-content p {
  margin: 0 0 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content p {
    margin: 0 0 21px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content p {
    margin: 0 0 21px;
  }
}

.product-details-content .product-details-meta {
  border-bottom: 1px solid #f2f2f2;
  margin: 30px 0 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-meta {
    margin: 18px 0 23px;
    padding-bottom: 18px;
  }
}

.product-details-content .product-details-meta > ul > li {
  color: #555;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 13px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-meta > ul > li {
    margin: 0 0 7px;
  }
}

.product-details-content .product-details-meta > ul > li:last-child {
  margin-bottom: 0;
}

.product-details-content .product-details-meta > ul > li span {
  color: #333; width: 130px;
  margin-right: 5px;
}

.product-details-content .product-details-meta > ul > li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-details-content .product-details-meta > ul > li ul li a {
  color: #9f9e9e;
  font-weight: 500;
  font-size: 16px;
}

.product-details-content .product-details-meta > ul > li ul li a:hover {
  color: #0b56a6;
}

.product-details-content .social-icon-style-4 a {
  background-color: #f2f2f2;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #919191;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
}

.product-details-content .social-icon-style-4 a:last-child {
  margin-right: 0;
}

.product-details-content .social-icon-style-4 a:hover {
  background-color: #0b56a6;
  color: #ffffff;
}

.product-details-content.quickview-content {
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .product-details-content.quickview-content {
    padding: 26px 0 0 0px;
  }
}

.product-details-content.quickview-content h2 {
  padding-right: 70px;
}

@media only screen and (max-width: 767px) {
  .product-details-content.quickview-content h2 {
    padding-right: 0px;
  }
}
.probtns a {
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;background: #0b56a6;
}
.probtns a font {
	display: block;
	color: #fff;
	font-size: 14px;
}
.probtns a img {
	display: block;
	height: 20px;
}
.probtns a:hover {
	opacity: 0.8;
}
.product-details-small-img-wrap {
  position: relative;
}

.product-details-vertical-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-vertical-wrap .product-details-small-img-wrap {
  position: relative;
  width: 85px;
  margin-right: 15px;
}

.product-details-vertical-wrap .product-details-small-img-wrap .product-details-small-img-slider-1 {
  height: 420px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-vertical-wrap .product-details-small-img-wrap .product-details-small-img-slider-1 {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-vertical-wrap .product-details-small-img-wrap .product-details-small-img-slider-1 {
    height: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-vertical-wrap .product-details-small-img-wrap .product-details-small-img-slider-1 {
    height: 420px;
  }
}

.pd-small-img-style .swiper-slide-thumb-active .product-details-small-img img {
  opacity: 1;
}

.pd-small-img-style .product-details-small-img img {
  width: 100%;
  opacity: .5;
  cursor: pointer;
}

.pd-small-img-style.pd-small-img-style-modify {
  margin: 20px 30px 0;
}

.pd-nav-style {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -43px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .pd-nav-style {
    top: -35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-nav-style {
    top: -21px;
  }
}

.pd-nav-style i {
  font-size: 24px;
  color: #000000;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .pd-nav-style i {
    font-size: 20px;
  }
}

.pd-nav-style i:hover {
  color: #0b56a6;
}

.pd-nav-style.pd-next {
  top: auto;
  bottom: -43px;
}

@media only screen and (max-width: 767px) {
  .pd-nav-style.pd-next {
    bottom: -35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-nav-style.pd-next {
    bottom: -21px;
  }
}

.pd-nav-style-2 {
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .pd-nav-style-2 {
    top: 50%;
  }
}

.pd-nav-style-2 i {
  font-size: 24px;
  color: #000000;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .pd-nav-style-2 i {
    font-size: 20px;
  }
}

.pd-nav-style-2 i:hover {
  color: #0b56a6;
}

.pd-nav-style-2.pd-next-2 {
  left: auto;
  right: 0;
}

.easyzoom-style {
  position: relative;
}

.easyzoom-style .easyzoom {
  display: block;
}

.easyzoom-style .easyzoom > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.easyzoom-style .easyzoom > a img {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.easyzoom-style a.easyzoom-pop-up {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 23px;
  text-align: center;
  border-radius: 100%;
  z-index: 992;
  -webkit-box-shadow: 0 0 19px 2.9px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 19px 2.9px rgba(0, 0, 0, 0.02);
}

.easyzoom-style a.easyzoom-pop-up i {
  line-height: 50px;
}

.easyzoom-style a.easyzoom-pop-up:hover {
  background-color: #0b56a6;
  color: #ffffff;
}

.description-review-topbar {
  padding: 13px 10px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .description-review-topbar {
    padding: 13px 5px;
    margin: 0 0 28px;
  }
}

.description-review-topbar a {
  font-size: 16px;
  color: #919191;
  display: inline-block;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .description-review-topbar a {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .description-review-topbar a {
    margin: 0 15px;
  }
}

.description-review-topbar a.active {
  color: #0b56a6; font-weight: bold;
}

.product-description-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto 29px;
  width: 67%;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-description-content p {
    width: 82%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-description-content p {
    font-size: 15px;
    width: 100%;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .product-description-content p {
    font-size: 14px;
    width: 100%;
    line-height: 27px;
    margin: 0 auto 20px;
  }
}

.product-description-content p:last-child {
  margin: 0 auto 0px;
}

.specification-wrap table {
  width: 100%;
}

.specification-wrap table tbody {
  border: 1px solid #ebebeb;
  width: 100%;
}

.specification-wrap table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

.specification-wrap table tbody tr td {
  border-right: 1px solid #ebebeb;
  font-size: 15px;
  padding: 12px 10px;
}

@media only screen and (max-width: 767px) {
  .specification-wrap table tbody tr td {
    padding: 12px 15px;
  }
}

.specification-wrap table tbody tr td.width1 {
  width: 215px;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .specification-wrap table tbody tr td.width1 {
    width: auto;
  }
}
.pb-50{padding-bottom: .5rem;}
.pt-80{padding-top: .8rem;}
.mt-30{
  margin-top: .3rem;
}
.in-qc-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;
	margin-top: 10px;
}
.in-qc-list li{
	width: 50%;
	padding: 15px;
}
.in-qc-list li .wrap{
	height: auto;
	overflow: hidden;
	border: 2px solid #b5b5b5;
	transition: 0.5s;
	padding: 10px;
}
.in-qc-list li .wrap:hover{
	border-color: var(--main-color);
}
.in-qc-list li .wrap .pic img{
  transition: all .4s;
}
.in-qc-list li .wrap:hover .pic img{
	transform: scale(1.05);
  transition: all .4s;
}
@media (min-width: 768px) {
	.in-qc-list{
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	.in-qc-list{
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.in-qc-list{
		margin-top: 30px;
	}
}
@media (min-width: 1400px) {
	.in-qc-list{
		margin-top: 40px;
	}
}
.organizational{
  width: 100%;
}
@media (max-width:767px){
  .hero2-dots-slider{padding-top: 52px;}
  .homepage2-body .vl-transparent-header{padding: 5px 0;}
  .homepage2-body .vl-transparent-header .vl-logo img{
    height: 40px;
  }
  .bannertxt .btns{
    padding-bottom: .2rem;
  }
  .bannertxt .btns img{width: 10px;}
  .bannertxt .btns span{
    font-size: 10px;
  }
  .bannertxt h4{text-align: center;}
  .indexabout{padding: 1rem .2rem 0;}
}

.page-box{
  background-color: #fff;
}
.page-nav-wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 88px;
  background-image: url('../img/page-navlist-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-nav-wrap .page-nav-list{
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-nav-wrap .page-nav{
  width: 100%;
  height: 88px;
  line-height: 88px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.page-nav-wrap .page-nav span{
  color: #fff;
  margin: auto 7px;
}
.page-nav-wrap .page-nav.active{
  position: relative;
  top: -15px;
  color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: linear-gradient(#124FF5, #8BD5FF);
  /* border-radius:  20px 20px 20px 0; */
  border-radius: 10px 10px 10px 0px;
}

.page-nav-wrap .page-nav.active::before,
.page-nav-wrap .page-nav.active::after  {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
.page-nav-wrap .page-nav.active::before {
  right: 36px;
  top: 15px;
}
.page-nav-wrap .page-nav.active::after  {
  right: 12px;
  bottom: 10px;
}
.page-nav-wrap .separator{
  width: 1px !important;
  height: 16px !important;
  background-color: #DDDDDD;
  margin: auto 8px !important;
  flex-shrink: 0;
}
.page-header-box {
  border-bottom: 1px  solid #EEEDF6;
  padding: 28px 0 35px;
}
.page-header-box .page-index{
  font-size: 110px;
  font-weight: 900;
  color: #f4f4f7;
  line-height: 110px;
}
.page-header-box h1{
  font-size: 34px;
  font-weight: bold;
  color: #030916;
  margin-top: -30px;
}

.nav-swiper {
  width: 100%;
  height: 103px;
  position: relative;
  top: -15px;
  padding-top: 15px;
  overflow: hidden;
  /* overflow-y: hidden; */
  /* overflow-x: hidden; */
}
.nav-swiper .separator:nth-child(5n){
  display: none;
}
.swiper-operate {
  position: absolute;
  right: -110px;
  top: 0;
  height: 88px;
  min-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-operate .navigation-btn {
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
  flex-shrink: 0;
}
.swiper-operate .button-prev {
  background-image: url("../img/icon-arrow-left.png");
}
.swiper-operate .swiper-button-disabled.button-prev {
  background-image: url("../img/icon-arrow-light-left.png");
}
.swiper-operate .button-next {
  background-image: url("../img/icon-arrow-right.png");
}
.swiper-operate .swiper-button-disabled.button-next {
  background-image: url("../img/icon-arrow-light-right.png");
}
.swiper-operate .swiper-pagination {
  position: relative;
  height: 16px;
  top: -3px;
}
.swiper-operate .swiper-pagination .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background-color: #EAEAF4;
  opacity: 1;
}
.swiper-operate .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #1E335F;
}
.page_cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 20px; */
}
.page_L {
  width: 325px;
  min-height: 300px;
  background-color: #ffffff;
  flex-shrink: 0;
  padding-bottom: 18px;
}
@media (max-width:767px){
  .page_L{display: none;}
  .page-box .container{padding: 0;}
}
.page_M {
  width: 100%;
}
.page_M p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.page_M img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page_R {
  margin-left: 20px;
  width: 284px;
  flex-shrink: 0;
}
/* 列表导航 */
.navList-item {
  height: 54px;
  line-height:54px;
  font-size: 17px;
  color: #030916;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #EEEDF6;
  /* cursor: pointer; */
}
.navList-item a{
  width: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color: #333;
  /* cursor: pointer; */
}

.navList-item.active {
  background: linear-gradient(90deg, #D5E3FF 0%, rgba(219,231,255,0) 100%);
  color: #0052F4;
  font-weight: 500;
  border-left: 3px solid #0A5CFF;
  padding-left: 14px;
  position: relative;
}
.navList-item.active a,.navList-item:hover a{color: #0052F4;}
.navList-item.active::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1px;
  top: 0;
  height: 54px;
  width: 2px;
  background-color: #fff;
}
.navList-item.active:hover a,
.navList-item.active:hover a:not([href]):not([class]):hover{
  color: currentColor;
}
/* .navList-item a:hover,
.navList-item a:not([href]):not([class]):hover,
.navList-sub .sub-menu:hover{
  color: #0052F4;
} */
.navList-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navList-arrow {
  flex-shrink: 0;
  cursor: pointer;
  display: inline-block;
  height: 9px;
  width: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* position: absolute; */
  margin: 0 20px 0 10px;
  /* top: 50%; */
  /* margin-top: -6px; */
  background-image: url('../img/icon-arrow-grey-right.png');
}
.show-sub-menu .navList-arrow{
  background-image: url('../img/icon-arrow-blue-bottom.png');
}
.show-sub-menu + .navList-sub {
  display: block;
}
.navList-sub {
  background-color: #F9FAFD;
  padding: 14px;
  border-bottom: 1px solid #EEEDF6;
  overflow: hidden;
  display: none;
}
.navList-sub:empty {
  display: none;
}
.navList-sub .sub-menu {
  font-size: 15px;
  color: #606F8F;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navList-sub .sub-menu.active {
  color: #0052F4;
}
.page_M {
  border-left: 1px solid #EEEDF6;
  overflow: initial;
}
.desp_box {
  padding: 40px 0 0 40px;
  margin-bottom: 0;
  box-shadow: none;
}
.desp_main {
  padding-top: 0;
  padding-bottom: 0;
}
.desp_main h1{
  font-size: 32px;
  font-weight: 400;
  color: #030916;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-nav {
  max-width: calc((1200px - 19.5px * 4) / 5 );
}
