@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Marcellus+SC&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body,
html {
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

h2,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease-in-out;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space25 {
  height: 25px;
}

.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: 1s;
  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: 40s;
  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: 1.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: 1.3s;
  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;
  }
}

@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: #C90F16;
  --ztc-text-text-3: #060404;
  --ztc-text-text-4: #5A5454;
  --ztc-text-text-5: #fe172a;
  --ztc-text-text-6: #525455;
  --ztc-text-text-7: #0A0400;
  --ztc-text-text-8: #5F5C5A;
  --ztc-text-text-9: #EC631A;
  --ztc-text-text-10: #01060E;
  --ztc-text-text-11: #5A5A5A;
  --ztc-bg-bg-1: #F3F5F7;
  --ztc-bg-bg-2: #FAE7E8;
  --ztc-bg-bg-3-alt: #e5ebff;
  --ztc-bg-bg-3: #fe172a;
  --ztc-bg-bg-4: #2C3C4B;
  --ztc-bg-bg-5: #E7E9EB;
  --ztc-bg-bg-6: #B9BEC3;
  --ztc-bg-bg-7: #EE6400;
  --ztc-bg-bg-8: #F3E7DE;
  --ztc-bg-bg-10: #FDF0E5;
  --ztc-bg-bg-11: #fe172a;
  --ztc-bg-bg-12: #DBE4F3;
  --ztc-bg-bg-13: #E6ECF7;
  --ztc-bg-bg-14: #E7ECF3;
  --ztc-border-border-1: #f0f0f0;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}


.heading1 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.heading1 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.heading1 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  text-transform: capitalize;
  margin-bottom: 16px;
}

.heading1 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    
  }

  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 0.9 !important;
  margin-bottom: 10px;
}

.heading2 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.heading2 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-bg-bg-3-alt);
  z-index: -1;
}

.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  margin-bottom: 10px;
  opacity: 80% !important;
}

.heading3 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  /* background: var(--ztc-bg-bg-4); */
  background: #8a8a8a45;
  padding: 8px 12px;
  margin-bottom: 24px;
}

.heading3 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .heading3 h1 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading3 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
  
}

.heading4 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading4 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
   
  }
}

.heading4 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
}

.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-bg-bg-7);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-8);
  padding: 8px 12px;
  margin-bottom: 24px;
}

.heading5 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .heading5 h1 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  opacity: 80% !important;
  
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-bg-bg-7);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  opacity: 80% !important;
  
}

.heading7 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 16px;
  position: relative;
}

.heading7 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.heading7 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading7 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
  
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-bg-bg-11);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading8 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .heading8 h1 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  opacity: 80% !important;
  
}

.heading9 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-bg-bg-11);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading9 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading9 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  
}

.heading10 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-bg-bg-11);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading10 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading10 h3 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading10 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  
}

.heading11 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  background: #1A1F26;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading11 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .heading11 h2 {
    font-size: var(--ztc-font-size-font-s32);
    
  }
}

.heading11 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  
  opacity: 80% !important;
}

.header-btn1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}

.header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 0.2;
  z-index: -1;
  border-radius: 4px;
}

.header-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  padding: 14px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-text-text-1);
}

.header-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
}

.header-btn2:hover::after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}

.header-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  z-index: -1;
  border-radius: 4px;
}

.header-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-3);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.header-btn3.btn-white {
  color: #fff !important;
}


.header-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-btn3.btn-white:hover {
  color: #fe172a !important;
  transition: all 0.4s;
}

.header-btn3:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn3::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 45%;
  top: 27%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  padding: 14px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-text-text-1);
}

.header-btn4:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.header-btn4:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn4::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 45%;
  top: 27%;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn4 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-7);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.header-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-btn5:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: #ff6a00;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn6 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-7);
  padding: 14px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-text-text-7);
}

.header-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid #ff6a00;
}

.header-btn6:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: #ff6a00;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn7 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-11);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.header-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn7:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-7);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn8 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-bg-bg-11);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
}

.header-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn8:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.header-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-7);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.header-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 50px 0 50px;
}

@media (max-width: 767px) {
  .sp1 {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 40px 0 40px;
  }
}

.sp2 {
  padding: 70px 0 50px;
}

@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: 50px 0 30px;
}

@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: 70px 0 70px;
}

@media (max-width: 767px) {
  .sp5 {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 40px 0 40px;
  }
}

.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;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}

.about1-section-area .about-images-area {
  position: relative;
}

.about1-section-area .about-images-area .img1 img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images-area .img1 img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .about1-section-area .about-images-area .img1 img {
    height: 100%;
    width: 100%;
  }
}

.about1-section-area .about-images-area .img2 {
  position: relative;
  left: 44%;
  margin-top: -79px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images-area .img2 {
    margin-top: -105px;
  }
}

@media (max-width: 767px) {
  .about1-section-area .about-images-area .img2 {
    margin-top: 30px;
    left: 0;
  }
}

.about1-section-area .about-images-area .img2 img {
  width: 362px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images-area .img2 img {
    height: 270px;
    width: 385px;
  }
}

@media (max-width: 767px) {
  .about1-section-area .about-images-area .img2 img {
    height: 100%;
    width: 100%;
  }
}

.about1-section-area .about-images-area .conter-area {
  /* background: var(--ztc-text-text-5); */
  background: #fe172a;
  display: inline-block;
  text-align: center;
  padding: 40px 35px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  width: 267px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images-area .conter-area {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .about1-section-area .about-images-area .conter-area {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 30px;
  }
}

.about1-section-area .about-images-area .conter-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 20px;
}

.about1-section-area .about-images-area .conter-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}

.about1-section-area .about-header-area {
  padding: 0 0 0 80px;
}

@media (max-width: 767px) {
  .about1-section-area .about-header-area {
    margin-top: 30px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-header-area {
    margin-top: 30px;
    padding: 0;
  }
}

.about1-section-area .about-header-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-font-size-font-s18);
  margin-top: 16px;
  display: flex;
}

.about1-section-area .about-header-area ul li img {
  margin: 0 8px 0 0;
}

.about1-section-area .about-header-area .btn-area {
  margin-top: 32px;
}

.about2-section-area .about-images-area {
  position: relative;
}

.about2-section-area .about-images-area:hover .img1::after {
  left: 0;
  top: 0;
  transition: all 0.4s;
}

.about2-section-area .about-images-area .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.about2-section-area .about-images-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 30px;
  top: 30px;
  width: 100%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 4px;
  z-index: -1;
}

.about2-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.about2-section-area .about-images-area .img2 {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-images-area .img2 {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .about2-section-area .about-images-area .img2 {
    right: 0;
  }
}

.about2-section-area .about-images-area .img2 img {
  height: 200px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.about2-section-area .about-header-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about2-section-area .about-header-area {
    padding: 0;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-header-area {
    padding: 0;
    margin-top: 60px;
  }
}

.about2-section-area .about-header-area .progress_bar .progress_bar_item {
  margin-bottom: 20px;
  position: relative;
}

.about2-section-area .about-header-area .progress_bar .item_label,
.about2-section-area .about-header-area .progress_bar .item_value {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
}

.about2-section-area .about-header-area .progress_bar .item_value.cell1 {
  position: absolute;
  right: 80px;
  top: 0;
}

@media (max-width: 767px) {
  .about2-section-area .about-header-area .progress_bar .item_value.cell1 {
    right: 0;
  }
}

.about2-section-area .about-header-area .progress_bar .item_value.cell2 {
  position: absolute;
  right: 35px;
  top: 0;
}

@media (max-width: 767px) {
  .about2-section-area .about-header-area .progress_bar .item_value.cell2 {
    right: 0;
  }
}

.about2-section-area .about-header-area .progress_bar .item_value.cell3 {
  position: absolute;
  right: 140px;
  top: 0;
}

@media (max-width: 767px) {
  .about2-section-area .about-header-area .progress_bar .item_value.cell3 {
    right: 0;
  }
}

.about2-section-area .about-header-area .progress_bar .item_bar {
  position: relative;
  height: 8px;
  width: 100%;
  background-color: var(--ztc-bg-bg-6);
  border-radius: 4px;
  margin-top: 16px;
}

.about2-section-area .about-header-area .progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  margin: 0;
  background-color: var(--ztc-text-text-5);
  border-radius: 4px;
  transition: width 100ms ease;
}

.about2-section-area .about-header-area .header-btn3 {
  margin-top: 12px;
}

.about3-section-area {
  position: relative;
  z-index: 1;
}

.about3-section-area .about3-header-area .misson-text {
  margin-top: 24px;
}

.about3-section-area .about3-header-area .misson-text p {
  font-size: var(--ztc-font-size-font-s24);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  line-height: var(--ztc-font-size-font-s24);
}

.about3-section-area .about3-header-area .misson-text ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 16px;
}

.about3-section-area .about3-header-area .misson-text ul li img {
  margin: 0 8px 0 0;
}

.about3-section-area .about3-header-area .btn-area {
  margin-top: 32px;
}

.about3-section-area .about-images-area {
  position: relative;
}

.about3-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.about3-section-area .about-images-area .img1 .about-footer-bottom {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-7);
  border-radius: 4px;
  padding: 32px 24px;
  margin-top: 23px;
}

.about3-section-area .about-images-area .img1 .about-footer-bottom .content {
  margin-left: 16px;
}

.about3-section-area .about-images-area .img1 .about-footer-bottom .content span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  /* text-transform: capitalize; */
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}

.about4-section-area .about-header-area {
  padding: 0 82px 0 0;
}

@media (max-width: 767px) {
  .about4-section-area .about-header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}

.about4-section-area .about-header-area .counter-box {
  background: var(--ztc-bg-bg-14);
  text-align: center;
  margin-top: 30px;
  padding: 24px;
  border-radius: 4px;
  transition: all 0.4s;
}

.about4-section-area .about-header-area .counter-box:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.about4-section-area .about-header-area .counter-box:hover h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.about4-section-area .about-header-area .counter-box:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.about4-section-area .about-header-area .counter-box h2 {
  line-height: 44px;
  transition: all 0.4s;
}

.about4-section-area .about-header-area .counter-box p {
  line-height: 16px;
  transition: all 0.4s;
}

.about4-section-area .about-header-area .btn-area {
  margin-top: 32px;
}

.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about4-section-area .about-images-area .img1 {
  position: relative;
}

.about4-section-area .about-images-area .img1 .elements2 {
  position: absolute;
  top: -43px;
  right: -24px;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about4-section-area .about-images-area .img1 img {
  height: 415px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about4-section-area .about-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}

.about4-section-area .about-images-area .img2 {
  position: absolute;
  right: 76px;
  bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-images-area .img2 {
    right: 82px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .about4-section-area .about-images-area .img2 {
    position: relative;
    right: 0;
    left: 0;
  }
}

.about4-section-area .about-images-area .img2 img {
  height: 282px;
  width: 282px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-images-area .img2 img {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .about4-section-area .about-images-area .img2 img {
    width: 100%;
    margin-top: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about4-section-area .about-images-area .content-experiance {
  background: var(--ztc-bg-bg-11);
  border-radius: 4px;
  display: inline-block;
  padding: 32px 40px;
  transition: all 0.4s;
  text-align: center;
  margin-top: 8px;
  width: 268px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-images-area .content-experiance {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .about4-section-area .about-images-area .content-experiance {
    width: 100%;
    margin-top: 30px;
  }
}

.about4-section-area .about-images-area .content-experiance h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.about4-section-area .about-images-area .content-experiance h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 8px;
}

.about4-section-area .about-images-area .content-experiance p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.hero1-section-area.about-bg-area {
  position: relative;
  padding: 260px 0 70px !important;
}

@media (max-width: 767px) {
  .hero1-section-area.about-bg-area {
    padding: 150px 0 50px !important;
  }
}

.hero1-section-area.about-bg-area .header-img1 {
  width: 100% !important;
}

.hero1-section-area.about-bg-area .hero-heading-area h1,
.hero1-section-area.about-bg-area .hero-heading-area h2 {
  margin-bottom: 0;
}

.hero1-section-area.about-bg-area .hero-heading-area .backline {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  opacity: 90%;
  margin-top: 16px;
}

.hero1-section-area.about-bg-area .hero-heading-area .backline span {
  font-weight: var(--ztc-weight-bold);
  line-height: var(--ztc-font-size-font-s24);
}

.hero1-section-area.about-bg-area .hero-heading-area .backline i {
  margin: 0 4px;
}

.aboutpage-inner {
  background: var(--ztc-bg-bg-1) !important;
  position: relative;
}

.aboutpage-inner .about3-header-area .misson-text p {
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
}

.aboutpage-inner .about3-header-area .misson-text ul li {
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
}

.aboutpage-inner .about-images-area .about-footer-bottom {
  background: var(--ztc-text-text-5) !important;
}

.about-innerpage .about-images-area .img1::after {
  background: var(--ztc-text-text-5);
}

.about-innerpage .about-header-area .progress_bar_item .item_label {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
}

.about-innerpage .about-header-area .progress_bar_item .item-value {
  color: var(--ztc-text-text-3);
}

.about-innerpage .about-header-area .progress_bar_item .item-bar .progress {
  background: var(--ztc-text-text-3);
}

.about-innerpage .about-header-area .btn-area {
  margin-top: 32px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.service1-section-area .service-header-area {
  margin-bottom: 60px;
}

.service1-section-area .service-auhtor-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.service1-section-area .service-auhtor-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}

.service1-section-area .service-auhtor-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea:hover .content-area h3 {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
}

.service1-section-area .service-auhtor-boxarea .img1 {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 1;
}

.service1-section-area .service-auhtor-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0.5;
  left: 0;
  top: 0;
}

.service1-section-area .service-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea .content-area {
  padding: 64px 38px 32px 38px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}

@media (max-width: 767px) {
  .service1-section-area .service-auhtor-boxarea .content-area {
    padding: 64px 32px 32px 32px;
  }
}

.service1-section-area .service-auhtor-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  z-index: -1;
  border-radius: 0 0 4px 4px;
}

.service1-section-area .service-auhtor-boxarea .content-area h3 {
  font-size: var(--ztc-font-size-font-s24);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: var(--ztc-text-text-3);
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.service1-section-area .service-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 24px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
}

.service1-section-area .service-auhtor-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.service2-section-area .service-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service2-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

.service2-section-area .service2-author-boxarea {
  background: var(--ztc-text-text-1);
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service2-section-area .service2-author-boxarea:hover .images::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea:hover .images img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea:hover .icons {
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service2-section-area .service2-author-boxarea .images {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.service2-section-area .service2-author-boxarea .images::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-3);
  opacity: 0.7;
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  top: 49%;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}

.service2-section-area .service2-author-boxarea .service-content {
  padding: 24px;
}

.service2-section-area .service2-author-boxarea .service-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.service2-section-area .service2-author-boxarea .service-content a:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea .service-content p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  
  color: var(--ztc-text-text-6);
  font-weight: var(--ztc-weight-medium);
}

.service2-section-area .service2-author-boxarea .service-content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.4s;
  font-weight: var(--ztc-weight-bold);
  margin-top: 24px;
}

.service2-section-area .service2-author-boxarea .service-content .readmore:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.service2-section-area .service2-author-boxarea .service-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service3-section-area {
  position: relative;
  z-index: 1;
  /* background: var(--ztc-text-text-7); */
  background: #fe172a;
}

.service3-section-area .service-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service3-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

.service3-section-area .service-auhtor-boxarea {
  text-align: center;
  position: relative;
  z-index: 1;
  /* background: #fe172a; */
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service3-section-area .service-auhtor-boxarea:hover {
  /* background: var(--ztc-bg-bg-7); */
  background: #888283;
  transition: all 0.4s;
  transform: translateY(-5px);
}

.service3-section-area .service-auhtor-boxarea:hover .content-area a,
.service3-section-area .service-auhtor-boxarea:hover .content-area p {
  color: #fff;
}

.service3-section-area .service-auhtor-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service3-section-area .service-auhtor-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}

.service3-section-area .service-auhtor-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  margin: 0 auto;
}

.service3-section-area .service-auhtor-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.service3-section-area .service-auhtor-boxarea .content-area {
  margin-top: 32px;
}

.service3-section-area .service-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  /* color: var(--ztc-text-text-1); */
  color: #fe172a;
  transition: all 0.4s;
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
}

.service3-section-area .service-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  /* color: var(--ztc-text-text-1); */
  opacity: 80%;
  transition: all 0.4s;
  padding-top: 16px;
  margin-bottom: 32px;
}

.service3-section-area .service-auhtor-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  /* color: var(--ztc-text-text-1); */
  transition: all 0.4s;
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
}

.service3-section-area .service-auhtor-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service1-section-area .pagination-area ul {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.service1-section-area .pagination-area ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.4s;
  border: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin: 0 16px;
  box-shadow: none;
  background: var(--ztc-bg-bg-1);
}

.service1-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.service1-section-area .pagination-area ul li .page-link.active {
  background: var(--ztc-text-text-5) !important;
  color: var(--ztc-text-text-1);
}

.leftside {
  background: var(--ztc-text-text-1) !important;
}

.leftside .service-auhtor-boxarea {
  background: var(--ztc-bg-bg-1);
}

.service-leftside-area {
  position: relative;
}

.service-leftside-area .service-leftside .service-author-list {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  transition: all 0.4s;
  padding: 32px 20px;
}

.service-leftside-area .service-leftside .service-author-list h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin-bottom: 4px;
}

.service-leftside-area .service-leftside .service-author-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  padding: 20px 24px;
  background: var(--ztc-text-text-1);
  margin-top: 20px;
  border-radius: 4px;
  height: 60px;
  transition: all 0.4s;
}

.service-leftside-area .service-leftside .service-author-list ul li a i {
  transition: all 0.4s;
}

.service-leftside-area .service-leftside .service-author-list ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.service-leftside-area .service-leftside .service-author-list ul li a:hover i {
  transform: rotate(90deg);
  transition: all 0.4s;
}

.service-leftside-area .service-leftside .helping-area {
  background: var(--ztc-text-text-5);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.service-leftside-area .service-leftside .helping-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-1);
}

.service-leftside-area .service-leftside .helping-area .btn-area {
  margin-top: 24px;
}

.service-leftside-area .service-leftside .helping-area .btn-area .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
}

.service-leftside-area .service-leftside .helping-area .btn-area .header-btn1 i {
  margin: 0 6px 0 0;
}

.service-leftside-area .service-leftside .download-broucher {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.service-leftside-area .service-leftside .download-broucher h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.service-leftside-area .service-leftside .download-broucher p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  margin-top: 16px;
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn1 {
  margin-top: 24px;
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn1 img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  margin: -5px 4px 0 0;
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn1:hover {
  background: var(--ztc-text-text-3);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--ztc-text-text-1);
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn2 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-left: 16px;
  margin-top: 24px;
  padding: 16px 20px;
}

@media (max-width: 767px) {
  .service-leftside-area .service-leftside .download-broucher .btn-area .header-btn2 {
    margin-left: 0;
  }
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn2 img {
  transition: all 0.4s;
  margin: -5px 4px 0 0;
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn2:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.service-leftside-area .service-leftside .download-broucher .btn-area .header-btn2:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.service-leftside-area .service-leftside .social-icons {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.service-leftside-area .service-leftside .social-icons h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.service-leftside-area .service-leftside .social-icons ul {
  margin-top: 24px;
}

.service-leftside-area .service-leftside .social-icons ul li {
  display: inline-block;
}

.service-leftside-area .service-leftside .social-icons ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin: 0 8px 0 0;
}

.service-leftside-area .service-leftside .social-icons ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.service-leftside-area .service-leftside .tags-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.service-leftside-area .service-leftside .tags-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.service-leftside-area .service-leftside .tags-area ul li {
  display: inline-block;
}

.service-leftside-area .service-leftside .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 12px 12px 0 0;
}

.service-leftside-area .service-leftside .tags-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
}

.service-rightside-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .service-rightside-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-rightside-area {
    padding: 0;
    margin-top: 30px;
  }
}

.service-rightside-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.service-rightside-area .img1 ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
}

.service-rightside-area .img1 ul li img {
  height: 20px;
  width: 20px;
  margin: 0 8px 0 0;
}

.service-rightside-area p {
  margin-bottom: 16px !important;
}

.service-rightside-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-weight-bold);
  margin-bottom: 16px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .service-rightside-area .faq-auhtor-area1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-rightside-area .faq-auhtor-area1 {
    margin-top: 30px;
  }
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item {
  border: none;
  border-radius: 6px;
  background: var(--ztc-bg-bg-1);
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item .accordion-button::after {
  filter: brightness(0);
  position: absolute;
  right: 16px;
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item h2 {
  margin-bottom: 0 !important;
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: var(--ztc-bg-bg-1);
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header button {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 20px 16px 20px 16px;
  background: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
  .service-rightside-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header button {
    
  }
}

.service-rightside-area .faq-auhtor-area1 .accordion .accordion-item .accordion-body {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  opacity: 80%;
  
  padding: 0 16px 16px 16px;
}

.rightsidebar {
  padding: 0 50px 0 0 !important;
}

@media (max-width: 767px) {
  .rightsidebar {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rightsidebar {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.slider-header-carousel .owl-item.active .hero1-section-area .header-img1 {
  transform: scale(1.2);
}

.slider-header-carousel .owl-item.active .hero1-section-area .hero-heading-area h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.slider-header-carousel .owl-item.active .hero1-section-area .hero-heading-area h1.main-heading {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.slider-header-carousel .owl-item.active .hero1-section-area .hero-heading-area p.pera {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 1 !important;
}

.slider-header-carousel .owl-item.active .hero1-section-area .hero-heading-area .btn-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.slider-header-carousel .owl-item.active .hero1-section-area .hero-heading-area .header-bottom-images {
  transition: transform 2000ms ease, opacity 2000ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.slider-header-carousel .owl-nav {
  position: absolute;
  right: 50px;
  top: 45%;
}

@media (max-width: 767px) {
  .slider-header-carousel .owl-nav {
    top: 80%;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-header-carousel .owl-nav {
    top: 40%;
    right: 30px;
  }
}

.slider-header-carousel .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  line-height: 60px;
  border-radius: 4px;
  transition: all 0.4s;
  font-size: 20px;
  color: var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid var(--ztc-text-text-1);
}

.slider-header-carousel .owl-nav button:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.slider-header-carousel .owl-nav button i {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.slider-header-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -70px;
}

.slider-header-carousel .owl-dots {
  position: absolute;
  bottom: 36px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
}

.slider-header-carousel .owl-dots button {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #767478;
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 18px 0 0;
  position: relative;
  z-index: 1;
}

.slider-header-carousel .owl-dots button::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 1;
}

.slider-header-carousel .owl-dots button.active {
  background: var(--ztc-text-text-1);
}

.slider-header-carousel .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.hero1-section-area {
  position: relative;
  z-index: 1;
  padding: 250px 0 130px;
}

@media (max-width: 767px) {
  .hero1-section-area {
    padding: 200px 0 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    padding: 200px 0 130px;
  }
}

.hero1-section-area .header-img1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
  z-index: -1;
}

.hero1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-3);
  opacity: 0.6;
  z-index: -1;
}

.hero1-section-area .hero-heading-area h5 {
  transition: transform 1300ms ease, opacity 1500ms ease;
  transform: translateX(-300px);
  opacity: 0;
  position: relative;
}

.hero1-section-area .hero-heading-area h1.main-heading {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-300px);
  position: relative;
  opacity: 0;
}

.hero1-section-area .hero-heading-area p.pera {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-300px);
  position: relative;
  opacity: 0 !important;
}

.hero1-section-area .hero-heading-area .btn-area {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-300px);
  position: relative;
  opacity: 0;
}

.hero1-section-area .hero-heading-area .btn-area .header-btn1 {
  margin-top: 30px;
}

.hero1-section-area .hero-heading-area .btn-area .header-btn2 {
  margin-left: 20px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-heading-area .btn-area .header-btn2 {
    margin-left: 0;
  }
}

.hero1-section-area .hero-heading-area .header-bottom-images {
  display: flex;
  align-items: center;
  margin-top: 32px;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transform: translateX(-300px);
  position: relative;
  opacity: 0;
}

.hero1-section-area .hero-heading-area .header-bottom-images .content {
  margin-left: 20px;
}

.hero1-section-area .hero-heading-area .header-bottom-images .content ul li {
  display: inline-block;
  color: #FFD600;
}

.hero1-section-area .hero-heading-area .header-bottom-images .content ul li:nth-child(5) {
  color: var(--ztc-text-text-1);
}

.hero1-section-area .hero-heading-area .header-bottom-images .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 12px;
}

.hero1-section-area .hero-heading-area .header-bottom-images .content p span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 6px 0 0;
}

.hero1-section-area .circle-arrow {
  position: absolute;
  right: 135px;
  bottom: 35px;
}

@media (max-width: 767px) {
  .hero1-section-area .circle-arrow {
    position: relative;
    right: 0;
    left: 0;
    bottom: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .circle-arrow {
    right: 50px;
  }
}

.hero1-section-area .circle-arrow a {
  height: 200px;
  width: 200px;
  text-align: center;
  line-height: 200px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.hero1-section-area .circle-arrow a .circle1 {
  height: 154px;
  width: 154px;
  text-align: center;
  line-height: 154px;
  position: relative;
  margin-left: 22px;
  margin-top: 22px;
}

.hero1-section-area .circle-arrow a .arrow1 {
  position: absolute;
  top: 80px;
  left: 80px;
  height: 40px;
  width: 40px;
}

.hero2-section-area {
  position: relative;
  z-index: 1;
  padding: 260px 0 30px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero-header {
    margin-bottom: 30px;
  }
}

.hero2-section-area .hero-header .btn-area .header-btn3 {
  margin-top: 32px;
}

.hero2-section-area .hero-header .btn-area .header-btn3:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.hero2-section-area .hero-header .btn-area .header-btn3::after {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.hero2-section-area .hero-header .btn-area .header-btn4 {
  margin-top: 32px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header .btn-area .header-btn4 {
    margin-left: 0;
  }
}

.hero2-section-area .hero-header .counter-header-area {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header .counter-header-area {
    /* display: block; */
    margin-top: 30px;
    text-align: center;
    align-items: baseline;
    justify-content: center;
  }
}

.hero2-section-area .hero-header .counter-header-area .counter-area {
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header .counter-header-area .counter-area {
    margin: 0 0 20px 0;
    text-align: center;
  }
}

.hero2-section-area .hero-header .counter-header-area .counter-area h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 10px;
}

.hero2-section-area .hero2-images-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-images-area {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images-area {
    padding: 0;
  }
}

.hero2-section-area .hero2-images-area img.circle2.keyframe5 {
  position: absolute;
  margin-top: -60px;
  right: 250px;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-images-area img.circle2.keyframe5 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images-area img.circle2.keyframe5 {
    right: 0px;
  }
}

.hero2-section-area .hero2-images-area .images {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.hero2-section-area .hero2-images-area .images .circle2 {
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
}

.hero2-section-area .hero2-images-area .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 767px) {

  .hero2-section-area .hero-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .hero2-section-area .hero-header .btn-area .header-btn4 {
    margin-left: 0;
  }

  .hero2-section-area .hero-header .counter-header-area {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero2-section-area .hero-header .counter-header-area .counter-area {
    margin: 0 0 20px 0;
    text-align: center;
  }

  /* Hide all hero images on mobile */
  .hero2-images-area,
  .hero2-section-area .hero2-images-area img,
  .hero2-section-area .hero2-images-area .images,
  .hero2-section-area .hero2-images-area .circle2 {
    display: none !important;
  }

}
.hero3-section-area {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 160px 0 0 0;
  overflow: hidden;
}

.hero3-section-area .tower1 {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.hero3-section-area .hero-header-area .header-btn5 {
  margin-top: 20px;
}

.hero3-section-area .hero-header-area .header-btn6 {
  margin-top: 20px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero3-section-area .hero-header-area .header-btn6 {
    margin-left: 0;
  }
}

.hero3-section-area .header-images-area {
  position: relative;
}

.hero3-section-area .header-images-area .header-img {
  position: relative;
  z-index: 1;
}

.hero3-section-area .header-images-area .header-img::after {
  position: absolute;
  content: "";
  height: 420px;
  width: 420px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-7);
  left: 18%;
  top: 20%;
  z-index: -1;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media (max-width: 767px) {
  .hero3-section-area .header-images-area .header-img::after {
    display: none;
  }
}

.hero3-section-area .header-images-area .header-img img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.hero3-section-area .header-images-area .shapes .arrow1 {
  position: absolute;
  top: 18%;
  left: -100px;
}

.hero3-section-area .header-images-area .shapes .lite1 {
  position: absolute;
  top: 35px;
  left: 14%;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  padding: 200px 0 100px;
  background: var(--ztc-bg-bg-13);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea {
    text-align: center;
  }
}

.hero4-section-area .hero4-header-textarea .header-text {
  margin-bottom: 32px;
}

.hero4-section-area .hero4-header-textarea .header-text .btn-area .header-btn7 {
  margin-top: 20px;
}

.hero4-section-area .hero4-header-textarea .header-text .btn-area .header-btn8 {
  margin-top: 20px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .header-text .btn-area .header-btn8 {
    margin-left: 0;
  }
}

.hero4-section-area .hero4-header-textarea .header-left-side {
  position: relative;
}

.hero4-section-area .hero4-header-textarea .header-left-side img.bottom2 {
  margin-bottom: 24px;
}

.hero4-section-area .hero4-header-textarea .header-left-side .arrow2 {
  position: relative;
  left: 22%;
  right: 50%;
  padding: 60px 0 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea .header-left-side .arrow2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .header-left-side .arrow2 {
    left: 0;
  }
}

.hero4-section-area .hero4-header-textarea .header-left-side p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
 
}

.hero4-section-area .hero4-header-textarea .header-left-side p span {
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  margin: 0 8px 0 0;
}

.hero4-section-area .hero4-header-textarea .header-left-side ul {
  margin-top: 10px;
}

.hero4-section-area .hero4-header-textarea .header-left-side ul li {
  display: inline-block;
}

.hero4-section-area .hero4-header-textarea .header-left-side .percent-electri h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  color: var(--ztc-text-text-10);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 8px;
}

.hero4-section-area .hero4-header-textarea .header-left-side .percent-electri p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
}

.hero4-section-area .hero4-header-textarea .header-images {
  text-align: center;
  position: relative;
}

.hero4-section-area .hero4-header-textarea .header-images .elements1 {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 123px;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero4-section-area .hero4-header-textarea .header-images img.header-img6 {
  transition: all 0.4s;
  width: 500px;
  height: 600px;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea .header-images img.header-img6 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .header-images img.header-img6 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }
}

.hero4-section-area .hero4-header-textarea .header-images .arrow2 {
  text-align: start;
  position: absolute;
  bottom: 10%;
  left: -60px;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea .header-images .arrow2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .header-images .arrow2 {
    display: none;
  }
}

.hero4-section-area .hero4-header-textarea .images-text-area {
  position: relative;
  left: -13%;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .images-text-area {
    left: -35%;
  }
}

.hero4-section-area .hero4-header-textarea .images-text-area .content-area {
  display: flex;
  align-items: center;
  position: relative;
  left: 30%;
  top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea .images-text-area .content-area {
    left: 57%;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .images-text-area .content-area {
    left: 60%;
  }
}

.hero4-section-area .hero4-header-textarea .images-text-area .content-area .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  margin: 0 16px 0 0;
}

.hero4-section-area .hero4-header-textarea .images-text-area .content-area .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  
}

.hero4-section-area .hero4-header-textarea .images-text-area .pera2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  color: var(--ztc-text-text-10);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-header-textarea .images-text-area .pera2 p {
    padding-left: 280px;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header-textarea .images-text-area .pera2 p {
    padding-left: 150px;
  }
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: var(--ztc-text-text-3);
  position: fixed;
  width: 100%;
}

.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-text-text-3);
}

.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn1 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 span.submenu-button:before {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 span.submenu-button::after {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  text-transform: capitalize;
  font-weight: var(--ztc-weight-bold);
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single {
  display: flex;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon {
  margin: 0 8px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul {
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.mobile-header.mobile-haeder2 {
  background: #fff;
  position: fixed;
  width: 100%;
}

.mobile-header.mobile-haeder2 .dots-menu {
  color: #fe172a !important;
}

.mobile-sidebar.mobile-sidebar2 {
  background: #fff;
  color: #0A0400;
}

.mobile-sidebar.mobile-sidebar2 .menu-close {
  color: #fe172a !important;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .header-btn3 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  color: #fff !important;
}
.mobile-logo img{
  width: 147px;
    height: 66px;
}
.logos img{
      height: 67px;
}
.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 span.submenu-button:before {
  color: #0A0400;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 span.submenu-button::after {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul li a {
  color: #C90F16;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: #C90F16;
  text-transform: capitalize;
  font-weight: var(--ztc-weight-bold);
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single {
  display: flex;
  margin-top: 16px;
    color:#000;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon {
  margin: 0 8px 0 0;
  color: #000;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: #000 !important;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color:#000;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul {
  margin-top: 20px;
   color:#000;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li {
  display: inline-block;
  color:#000;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--ztc-text-text-1);
  color:#000;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.mobile-header.mobile-haeder3 {
  background: var(--ztc-text-text-7);
  position: fixed;
  width: 100%;
}

.mobile-header.mobile-haeder3 .dots-menu {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 {
  background: var(--ztc-text-text-7);
}

.mobile-sidebar.mobile-sidebar3 .menu-close {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .header-btn5 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 span.submenu-button:before {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 span.submenu-button::after {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  text-transform: capitalize;
  font-weight: var(--ztc-weight-bold);
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single {
  display: flex;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon {
  margin: 0 8px 0 0;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul {
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.mobile-header.mobile-haeder4 {
  background: var(--ztc-text-text-10);
  position: fixed;
  width: 100%;
}

.mobile-header.mobile-haeder4 .dots-menu {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 {
  background: var(--ztc-text-text-10);
}

.mobile-sidebar.mobile-sidebar4 .menu-close {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn7 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 span.submenu-button:before {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 span.submenu-button::after {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  text-transform: capitalize;
  font-weight: var(--ztc-weight-bold);
  margin-top: 24px;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single {
  display: flex;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon {
  margin: 0 8px 0 0;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul {
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .allmobilesection .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog1-section-area {
  position: relative;
  z-index: 1;
}

.blog1-section-area .blog-header {
  margin-bottom: 60px;
}

.blog1-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog1-section-area .blog-auhtor-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea:hover .blog-position .heading {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.blog1-section-area .blog-auhtor-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0.7;
}

.blog1-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position {
  position: relative;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .heading {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s30);
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  padding: 24px;
  text-align: center;
  margin: -70px 24px 0 24px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area {
  padding: 24px;
  text-align: center;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: center;
}

@media (max-width: 767px) {
  .blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul {
    display: inline-block;
  }
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul li {
  margin: 0 16px 0 0;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}

@media (max-width: 767px) {
  .blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area .learnmore {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
 
  margin-top: 24px;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area .learnmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog1-section-area .blog-auhtor-boxarea .blog-position .blog-content-area .learnmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog1-section-area .pagination-area ul {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.blog1-section-area .pagination-area ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.4s;
  border: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin: 0 16px;
  box-shadow: none;
  background: var(--ztc-bg-bg-1);
}

.blog1-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog1-section-area .pagination-area ul li .page-link.active {
  background: var(--ztc-text-text-5) !important;
  color: var(--ztc-text-text-1);
}

.blog2-section-area {
  position: relative;
  z-index: 1;
}

.blog2-section-area .blog-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog2-section-area .blog-header {
    margin-bottom: 30px;
  }
}

.blog2-section-area .blog-box2 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog2-section-area .blog-box2:hover .img1::after {
  height: 100%;
  width: 404px;
  transition: all 0.4s;
}

.blog2-section-area .blog-box2:hover .img1 img {
  transform: scale(1.1) rotate(0);
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  opacity: 0.7;
}

.blog2-section-area .blog-box2 .img1 img {
  width: 385px;
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.blog2-section-area .blog-box2 .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.blog2-section-area .blog-box2 .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 404px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  opacity: 0.7;
}

.blog2-section-area .blog-box2 .img1 img {
  width: 385px;
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.blog2-section-area .blog-box2 .blog-content-area {
  padding: 32px;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 0;
  width: 430px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-box2 .blog-content-area {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -115px;
    border-radius: 0 0 4px 4px;
  }
}

@media (max-width: 767px) {
  .blog2-section-area .blog-box2 .blog-content-area {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -115px;
    border-radius: 0 0 4px 4px;
  }
}

.blog2-section-area .blog-box2 .blog-content-area .heading {
  display: block;
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  line-height: var(--ztc-font-size-font-s30);
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E9EB;
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .blog-content-area .heading:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .blog-content-area ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .blog2-section-area .blog-box2 .blog-content-area ul {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-box2 .blog-content-area ul {
    display: inline-block;
  }
}

.blog2-section-area .blog-box2 .blog-content-area ul li {
  margin: 0 16px 0 0;
}

.blog2-section-area .blog-box2 .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .blog-content-area ul li a i {
  margin: 0 4px 0 0;
  color: var(--ztc-text-text-5);
}

@media (max-width: 767px) {
  .blog2-section-area .blog-box2 .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-box2 .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

.blog2-section-area .blog-box2 .blog-content-area p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .blog-content-area .learnmore {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
 
  margin-top: 24px;
}

.blog2-section-area .blog-box2 .blog-content-area .learnmore:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog2-section-area .blog-box2 .blog-content-area .learnmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog2-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog2-section-area .blog-auhtor-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.blog2-section-area .blog-auhtor-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  opacity: 0.7;
}

.blog2-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px 4px 0 0;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area {
  padding: 32px;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 4px;
  margin: -115px 24px 0 24px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area {
    position: relative;
    top: 0;
    width: 100%;
    margin: -115px 0 0 0;
    border-radius: 0 0 4px 4px;
  }
}

@media (max-width: 767px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area {
    position: relative;
    top: 0;
    width: 100%;
    margin: -115px 0 0 0;
    border-radius: 0 0 4px 4px;
  }
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area .heading {
  display: block;
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  line-height: var(--ztc-font-size-font-s30);
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E9EB;
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area .heading:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area ul {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area ul {
    display: inline-block;
  }
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area ul li {
  margin: 0 16px 0 0;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
  color: var(--ztc-text-text-5);
}

@media (max-width: 767px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-auhtor-boxarea .blog-content-area ul li:nth-child(2) {
    margin-top: 10px;
  }
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area .learnmore {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
 
  margin-top: 24px;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area .learnmore:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog2-section-area .blog-auhtor-boxarea .blog-content-area .learnmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog3-section-area .blog-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog3-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

.blog3-section-area .blog-boxes-area {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  margin-bottom: 30px;
}

.blog3-section-area .blog-boxes-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area .tags-area {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.blog3-section-area .blog-boxes-area .tags-area .date {
  margin: 0 20px 0 0;
}

.blog3-section-area .blog-boxes-area .tags-area .date a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area .tags-area .date a i {
  color: var(--ztc-text-text-7);
  margin: 0 4px 0 0;
}

.blog3-section-area .blog-boxes-area .tags-area .date a img {
  margin: 0 4px 0 0;
}

.blog3-section-area .blog-boxes-area .tags-area .contact a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area .tags-area .contact a img {
  margin: 0 4px 0 0;
}

.blog3-section-area .blog-boxes-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  display: block;
  transition: all 0.4s;
  margin-bottom: 24px;
}

.blog3-section-area .blog-boxes-area .content-area a:hover {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  display: inline-block;
}

.blog3-section-area .blog-boxes-area .content-area .readmore:hover {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.blog3-section-area .blog-boxes-area .img1 {
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  overflow: hidden;
}

.blog3-section-area .blog-boxes-area .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  opacity: 0.7;
  border-radius: 4px;
}

.blog3-section-area .blog-boxes-area .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px;
}

.blog4-section-area {
  position: relative;
  z-index: 1;
}

.blog4-section-area .blog-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog4-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog4-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

.blog4-section-area .blog-auhtor-boxesarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog4-section-area .blog-auhtor-boxesarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxesarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxesarea .img1 {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
  position: relative;
}

.blog4-section-area .blog-auhtor-boxesarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  opacity: 0.7;
  border-radius: 4px 4px 0 0;
}

.blog4-section-area .blog-auhtor-boxesarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  text-transform: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area {
  padding: 24px;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog4-section-area .blog-auhtor-boxesarea .content-area a {
    font-size: var(--ztc-font-size-font-s20);
    
  }
}

.blog4-section-area .blog-auhtor-boxesarea .content-area a:hover {
  color: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
  padding-top: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBE3EF;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 0;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul li a i {
  color: var(--ztc-text-text-10);
  margin: 0 6px 0 0;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul li .learnmore {
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  display: inline-block;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul li .learnmore:hover {
  color: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxesarea .content-area ul li .learnmore i {
  transform: rotate(-45deg);
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea {
  padding: 32px 20px;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 16px;
  height: 50px;
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form input {
  width: 100%;
  background: none;
  outline: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
 
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  line-height: var(16px);
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  line-height: var(16px);
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form button {
  border: none;
  outline: none;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  height: 50px;
  width: 56px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .search-boxarea form button:hover {
  background: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  transition: all 0.4s;
  padding: 32px 20px;
  margin-top: 32px;
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin-bottom: 4px;
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  padding: 20px 24px;
  background: var(--ztc-text-text-1);
  margin-top: 20px;
  border-radius: 4px;
  height: 60px;
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list ul li a i {
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog-leftside-section-area .blog-auhtor-side-area .blog-author-list ul li a:hover i {
  transform: rotate(90deg);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts {
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E9EB;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .img1 {
  position: absolute;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .content {
  padding-left: 100px;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  display: inline-block;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .content a i {
  color: var(--ztc-text-text-3);
  margin: 0 6px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .content .heading {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 10px;
}

.blog-leftside-section-area .blog-auhtor-side-area .recent-posts-area .recent-single-posts .content .heading:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-auhtor-side-area .helping-area {
  background: var(--ztc-text-text-5);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .helping-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-1);
}

.blog-leftside-section-area .blog-auhtor-side-area .helping-area .btn-area {
  margin-top: 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .helping-area .btn-area .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .helping-area .btn-area .header-btn1 i {
  margin: 0 6px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .tags-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .tags-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .tags-area ul li {
  display: inline-block;
}

.blog-leftside-section-area .blog-auhtor-side-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 12px 12px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .tags-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  margin-top: 16px;
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn1 {
  margin-top: 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn1 img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  margin: -5px 4px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn1:hover {
  background: var(--ztc-text-text-3);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--ztc-text-text-1);
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn2 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-left: 16px;
  margin-top: 24px;
  padding: 16px 20px;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn2 {
    margin-left: 0;
  }
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn2 img {
  transition: all 0.4s;
  margin: -5px 4px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn2:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog-leftside-section-area .blog-auhtor-side-area .download-broucher .btn-area .header-btn2:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  margin-top: 32px;
  padding: 32px 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons ul {
  margin-top: 24px;
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons ul li {
  display: inline-block;
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin: 0 8px 0 0;
}

.blog-leftside-section-area .blog-auhtor-side-area .social-icons ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog-leftside-section-area .blog-leftside-area {
  padding: 0 0 0 80px;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-leftside-section-area .blog-leftside-area {
    padding: 0;
    margin-top: 30px;
  }
}

.blog-leftside-section-area .blog-leftside-area .heading2 p {
  margin-bottom: 0 !important;
}

.blog-leftside-section-area .blog-leftside-area .heading2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  font-weight: var(--ztc-weight-bold);
}

.blog-leftside-section-area .blog-leftside-area .blog-left-heading .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area {
    display: inline-block;
  }
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .tags {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area .tags {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area .tags {
    margin-bottom: 20px;
  }
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .tags h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin: 0 8px 0 0;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area .tags ul {
    margin-bottom: 30px;
  }
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .tags ul li {
  display: inline-block;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .tags ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-5);
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  padding: 8px 12px;
  text-transform: capitalize;
  border: 1px solid var(--ztc-text-text-5);
  border-radius: 4px;
  margin: 0 10px 0 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .tags-share-area .tags ul li a {
    margin: 10px 4px 0 0;
  }
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .tags ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .share {
  display: flex;
  align-items: center;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .share h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin: 0 8px 0 0;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .share ul li {
  display: inline-block;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .share ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s36);
  color: var(--ztc-text-text-5);
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0 10px 0 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  text-align: center;
}

.blog-leftside-section-area .blog-leftside-area .tags-share-area .share ul li a:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 24px;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box {
    display: inline-block;
  }
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .all-content {
  display: flex;
  align-items: center;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .all-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .all-content .content-area {
  margin-left: 16px;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .all-content .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  display: block;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .all-content .content-area .date {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  line-height: var(--ztc-font-size-font-s18);
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .reply {
    margin-top: 20px;
  }
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .reply a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  cursor: pointer;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .reply a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .reply a:hover img {
  filter: none;
  transition: all 0.4s;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea .comment-auhtor-box .reply a img {
  filter: brightness(0);
  transition: all 0.4s;
  margin: 0 4px 0 0;
}

.blog-leftside-section-area .blog-leftside-area .comments-boxarea.boxarea2 {
  margin: 0 0 0 30px;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area .comments-boxarea.boxarea2 {
    margin: 0;
  }
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 32px;
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  margin-top: 16px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area {
  margin-top: 20px;
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  background: var(--ztc-text-text-1);
  width: 100%;
  border-radius: 4px;
  padding: 16px 20px;
  height: 58px;
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area textarea {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  background: var(--ztc-text-text-1);
  width: 100%;
  border-radius: 4px;
  padding: 16px 20px;
  height: 140px;
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area1 {
  text-align: end;
}

.blog-leftside-section-area .blog-leftside-area .contact-submit-boxarea .input-area1 button {
  border: none;
  margin-top: 30px;
}

.blog-leftside-section-area .blog-leftside-area.blog-rightside {
  padding: 0 70px 0 0 !important;
}

@media (max-width: 767px) {
  .blog-leftside-section-area .blog-leftside-area.blog-rightside {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-leftside-section-area .blog-leftside-area.blog-rightside {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.blog-leftside-section-area .blog-leftside-area.blog-singleside {
  padding: 0;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-3);
}

.footer1-section-area .footer-logo-content {
  border-bottom: 1px solid #1A1F26;
}

.footer1-section-area .footer-logo-content .logo-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 24px;
}

.footer1-section-area .footer-logo-content .logo-content ul {
  margin-top: 24px;
}

.footer1-section-area .footer-logo-content .logo-content ul li {
  display: inline-block;
}

.footer1-section-area .footer-logo-content .logo-content ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #1A1E26;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  margin: 0 6px 0 0;
}

.footer1-section-area .footer-logo-content .logo-content ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}

.footer1-section-area .footer-logo-content .service-heading h2 {
  font-family: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer1-section-area .footer-logo-content .service-heading ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 20px;
}

.footer1-section-area .footer-logo-content .service-heading ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer1-section-area .footer-logo-content .service-heading.contact ul li a {
  display: flex;
}

.footer1-section-area .footer-logo-content .service-heading.contact ul li a:hover .icons {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-content .service-heading.contact ul li a span.icons {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #01060E;
  transition: all 0.4s;
  display: inline-block;
  margin: 0 8px 0 0;
}

.footer1-section-area .copyright p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  line-height: var(--ztc-font-size-font-s24);
  text-align: center;
  padding: 24px 0 30px 0;
}

.footer2-section-area {
  position: relative;
  z-index: 1;
  background: #a3a3a3;
}

.footer2-section-area .cta-header {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .footer2-section-area .cta-header {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .cta-header {
    padding-top: 50px;
  }
}

.footer2-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}

.footer2-section-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
  font-size: var(--ztc-font-size-font-s18);
  
}

.footer2-section-area .cta-header form {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  position: relative;
  height: 56px;
  margin-top: 32px;
  display: inline-block;
  width: 385px;
}

@media (max-width: 767px) {
  .footer2-section-area .cta-header form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .cta-header form {
    width: 100%;
  }
}

.footer2-section-area .cta-header form input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-5);
  font-weight: var(--ztc-weight-medium);
  width: 100%;
  outline: none;
}

.footer2-section-area .cta-header form input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
}

.footer2-section-area .cta-header form input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
}

.footer2-section-area .cta-header form button {
  border: none;
  transition: all 0.4s;
  position: absolute;
  right: 4px;
  top: 4px;
}

.footer2-section-area .footer-logo-content {
  border-bottom: 1px solid #ffffff26;
}

.footer2-section-area .footer-logo-content .logo-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 10px;
}

.footer2-section-area .footer-logo-content .logo-content ul {
  margin-top: 24px;
}

.footer2-section-area .footer-logo-content .logo-content ul li {
  display: inline-block;
}

.footer2-section-area .footer-logo-content .logo-content ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #ffffff36;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  margin: 0 6px 0 0;
}

.footer2-section-area .footer-logo-content .logo-content ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: #fff;
  transform: translateY(-3px);
}

.footer2-section-area .footer-logo-content .service-heading h2 {
  font-family: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.footer2-section-area .footer-logo-content .service-heading ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 15px;
}

.footer2-section-area .footer-logo-content .service-heading ul li a:hover {
  color: #fff;
  transition: all 0.4s;
  padding-left: 7px;
}

.footer2-section-area .footer-logo-content .service-heading.contact ul li a {
  display: flex;
}

.footer2-section-area .footer-logo-content .service-heading.contact ul li a:hover .icons {
  /* color: var(--ztc-bg-bg-3); */
  color: #fff;
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-content .service-heading.contact ul li a .icons {
  margin: 0 8px 0 0;
  transition: all 0.4s;
  color: #C90F16;
}

.footer2-section-area .copyright p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  line-height: var(--ztc-font-size-font-s24);
  /* text-align: center; */
  padding: 20px 0 18px 0;
}

.footer2-section-area .copyright p a {
  color: #fff;
}

.footer3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-7);
}

.footer3-section-area .cta-header {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .footer3-section-area .cta-header {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .cta-header {
    padding-top: 50px;
  }
}

.footer3-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}

.footer3-section-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
  font-size: var(--ztc-font-size-font-s18);
  
}

.footer3-section-area .cta-header form {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  position: relative;
  height: 56px;
  margin-top: 32px;
  display: inline-block;
  width: 385px;
}

@media (max-width: 767px) {
  .footer3-section-area .cta-header form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .cta-header form {
    width: 100%;
  }
}

.footer3-section-area .cta-header form input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-5);
  font-weight: var(--ztc-weight-medium);
  width: 100%;
  outline: none;
}

.footer3-section-area .cta-header form input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
}

.footer3-section-area .cta-header form input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
}

.footer3-section-area .cta-header form button {
  border: none;
  transition: all 0.4s;
  position: absolute;
  right: 4px;
  top: 4px;
}

.footer3-section-area .footer-logo-content {
  border-bottom: 1px solid #221D19;
}

.footer3-section-area .footer-logo-content .logo-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 24px;
}

.footer3-section-area .footer-logo-content .logo-content ul {
  margin-top: 24px;
}

.footer3-section-area .footer-logo-content .logo-content ul li {
  display: inline-block;
}

.footer3-section-area .footer-logo-content .logo-content ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #221D19;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  margin: 0 6px 0 0;
}

.footer3-section-area .footer-logo-content .logo-content ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}

.footer3-section-area .footer-logo-content .service-heading h2 {
  font-family: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.footer3-section-area .footer-logo-content .service-heading ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 20px;
}

.footer3-section-area .footer-logo-content .service-heading ul li a:hover {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer3-section-area .footer-logo-content .service-heading.contact ul li a {
  display: flex;
}

.footer3-section-area .footer-logo-content .service-heading.contact ul li a:hover .icons {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-content .service-heading.contact ul li a .icons {
  margin: 0 8px 0 0;
  transition: all 0.4s;
}

.footer3-section-area .copyright p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  line-height: var(--ztc-font-size-font-s24);
  text-align: center;
  padding: 24px 0 30px 0;
}

.footer4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-10);
}

.footer4-section-area .footer-logo-content {
  border-bottom: 1px solid #1A1F26;
}

.footer4-section-area .footer-logo-content .logo-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 24px;
}

.footer4-section-area .footer-logo-content .logo-content ul {
  margin-top: 24px;
}

.footer4-section-area .footer-logo-content .logo-content ul li {
  display: inline-block;
}

.footer4-section-area .footer-logo-content .logo-content ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: #1A1E26;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  margin: 0 6px 0 0;
}

.footer4-section-area .footer-logo-content .logo-content ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}

.footer4-section-area .footer-logo-content .service-heading h2 {
  font-family: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.footer4-section-area .footer-logo-content .service-heading ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 20px;
}

.footer4-section-area .footer-logo-content .service-heading ul li a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer4-section-area .footer-logo-content .service-heading.contact ul li a {
  display: flex;
}

.footer4-section-area .footer-logo-content .service-heading.contact ul li a:hover .icons {
  background: none;
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-content .service-heading.contact ul li a span.icons {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #01060E;
  transition: all 0.4s;
  display: inline-block;
  margin: 0 8px 0 0;
}

.footer4-section-area .copyright p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  line-height: var(--ztc-font-size-font-s24);
  text-align: center;
  padding: 24px 0 30px 0;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  position: relative;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  background: var(--ztc-text-text-1) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 38%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-3);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 0.2;
  z-index: -1;
  border-radius: 4px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-5) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -300px;
  width: 1300px;
  overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-5);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-3);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  transition: all 0.4s;
  z-index: -1;
  left: 10px;
  top: 21px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-5);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-3);
  padding: 0;
  transition: all 0.4s;
}

.header-area.homepage1.sticky .header-elements {
  background: none;
  transition: all 0.4s;
  padding: 20px 0;
}

.homepage2-body .header-area.homepage2 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.homepage2-body .header-area.homepage2 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage2-body .header-area.homepage2 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu {
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
  background: var(--ztc-text-text-1) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 38%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-3);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 45%;
  top: 27%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  /* color: var(--ztc-text-text-5); */
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-bg-bg-3) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-bg-bg-4);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 25px;
  left: -320px;
  width: 1300px;
  overflow: hidden;
}

@media(min-width:992px) and (max-width:1299px) {
  .homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
    width: 1080px;
  }

  .menu-cont {
    left: 2.5%;
  }

  .service3-section-area .service-auhtor-boxarea {
    height: 634px;
  }
}

@media(min-width:1400px) {
  .homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
    left: -230px;
  }
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-bg-bg-3);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-bg-bg-3);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-5);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  transition: all 0.4s;
  z-index: -1;
  left: 10px;
  top: 21px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-bg-bg-3);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-bg-bg-3);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}

.header-area.homepage2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 5px 0;
  transition: all 0.4s;
}

.header-area.homepage2.sticky .header-elements {
  background: none;
  transition: all 0.4s;
  padding: 0;
}

.homepage3-body .header-area.homepage3 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage3-body .header-area.homepage3 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 16px 0;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
  background: var(--ztc-text-text-1) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 38%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-7);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-7);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: #ff6a00;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-7);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-bg-bg-7) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -300px;
  width: 1300px;
  overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-7);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  transition: all 0.4s;
  z-index: -1;
  left: 10px;
  top: 21px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}

.header-area.homepage3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 0;
  transition: all 0.4s;
}

.header-area.homepage3.sticky .header-elements {
  background: none;
  transition: all 0.4s;
}

.header-area.homepage3.sticky .header-pera {
  display: none;
  transition: all 0.4s;
}

.header-pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  padding: 16px 0;
 
  background: var(--ztc-text-text-7);
  text-align: center;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  position: relative;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  background: var(--ztc-text-text-1) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 38%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-3);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
 
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-11);
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7:hover::after {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  border-radius: 4px;
  left: 45%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-7);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-bg-bg-11) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -300px;
  width: 1300px;
  overflow: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-bg-bg-11);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-bg-bg-11);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-10);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  transition: all 0.4s;
  z-index: -1;
  left: 10px;
  top: 21px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-bg-bg-11);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-bg-bg-11);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
}

.header-area.homepage4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transition: all 0.4s;
  padding: 16px 0;
}

.header-area.homepage4.sticky .header-elements {
  background: none;
  transition: all 0.4s;
  padding: 0;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area .tabs-list ul li button {
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 14px 16px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  margin-top: 24px;
  text-transform: capitalize;
  width: 380px;
}

@media (max-width: 767px) {
  .work1-section-area .tabs-list ul li button {
    width: 100%;
  }
}

.work1-section-area .tabs-list ul li button .workicons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  margin: 0 8px 0 0;
}

.work1-section-area .tabs-list ul li button .worktext {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  line-height: 18px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  text-align: start;
}

@media (max-width: 767px) {
  .work1-section-area .tabs-list ul li button .worktext {
    line-height: 24px;
  }
}

.work1-section-area .tabs-list ul li button.active {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
}

.work1-section-area .tabs-list ul li button.active .workicons {
  background: #D23D48;
}

.work1-section-area .tabs-list ul li button.active .worktext {
  color: var(--ztc-text-text-1);
}

.work1-section-area .works-author-area {
  padding: 0 0 0 70px;
  position: relative;
}

@media (max-width: 767px) {
  .work1-section-area .works-author-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .works-author-area {
    padding: 0;
    margin-top: 30px;
  }
}

.work1-section-area .works-author-area .tab-pane {
  position: relative;
  left: 100px;
  transition: all 0.4s;
}

.work1-section-area .works-author-area .tab-pane .works-side-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
}

.work1-section-area .works-author-area .tab-pane .works-side-area .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
}

.work1-section-area .works-author-area .tab-pane .works-side-area .content-area {
  padding: 32px 50px 32px 32px;
}

@media (max-width: 767px) {
  .work1-section-area .works-author-area .tab-pane .works-side-area .content-area {
    padding: 32px;
  }
}

.work1-section-area .works-author-area .tab-pane .works-side-area .content-area a.power {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .work1-section-area .works-author-area .tab-pane .works-side-area .content-area a.power {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s32);
  }
}

.work1-section-area .works-author-area .tab-pane .works-side-area .content-area a.power:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.work1-section-area .works-author-area .tab-pane .works-side-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.work1-section-area .works-author-area .tab-pane .works-side-area .content-area .btn-area {
  margin-top: 24px;
}

.work1-section-area .works-author-area .tab-pane.fade.show.active {
  left: 0;
  transition: all 0.4s;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.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;
}

.progress-wrap:hover {
  background: var(--ztc-text-text-5);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-text-text-5);
  transition: all 0.4s;
  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-5);
  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;
}

.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;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-5);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination2 .progress-wrap {
  position: fixed;
  right: 19px;
  bottom: 15px;
  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;
}

.pagination2 .progress-wrap:hover {
  background: var(--ztc-bg-bg-3);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.pagination2 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination2 .progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-bg-bg-3);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.pagination2 .progress-wrap:hover::after {
  opacity: 0;
}

.pagination2 .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;
}

.pagination2 .progress-wrap:hover::before {
  opacity: 1;
}

.pagination2 .progress-wrap svg path {
  fill: none;
}

.pagination2 .progress-wrap svg.progress-circle path {
  stroke: var(--ztc-bg-bg-3);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.pagination2 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination3 .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;
}

.pagination3 .progress-wrap:hover {
  background: var(--ztc-bg-bg-7);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.pagination3 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination3 .progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-bg-bg-7);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.pagination3 .progress-wrap:hover::after {
  opacity: 0;
}

.pagination3 .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;
}

.pagination3 .progress-wrap:hover::before {
  opacity: 1;
}

.pagination3 .progress-wrap svg path {
  fill: none;
}

.pagination3 .progress-wrap svg.progress-circle path {
  stroke: var(--ztc-bg-bg-7);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.pagination3 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination4 .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;
}

.pagination4 .progress-wrap:hover {
  background: var(--ztc-bg-bg-11);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.pagination4 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination4 .progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-bg-bg-11);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.pagination4 .progress-wrap:hover::after {
  opacity: 0;
}

.pagination4 .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;
}

.pagination4 .progress-wrap:hover::before {
  opacity: 1;
}

.pagination4 .progress-wrap svg path {
  fill: none;
}

.pagination4 .progress-wrap svg.progress-circle path {
  stroke: var(--ztc-bg-bg-11);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.pagination4 .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cursor {
  width: 30px;
  height: 30px;
  border: 1px solid var(--ztc-text-text-5);
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim 0.5s alternate;
  pointer-events: none;
}

.cursor::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid var(--ztc-text-text-5);
  border-radius: 50%;
  opacity: 0.5;
  top: 9PX;
  left: 9PX;
  animation: cursorAnim2 0.5s alternate;
  background: var(--ztc-text-text-5);
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.7);
  }
}

@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.4);
  }
}

@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(3);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid var(--ztc-text-text-5);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader2 {
  background: var(--ztc-bg-bg-11) !important;
}

.preloader3 {
  /* background: var(--ztc-text-text-5) !important; */
  background: #fff !important;
}

.preloader4 {
  background: var(--ztc-bg-bg-7) !important;
}

.loading-container,
.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-5) transparent var(--ztc-text-text-5);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader2 .loading {
  border-color: transparent var(--ztc-text-text-1) transparent var(--ztc-text-text-1) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader3 .loading {
  border-color: transparent var(--ztc-bg-bg-3) transparent var(--ztc-bg-bg-3) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader4 .loading {
  border-color: transparent var(--ztc-text-text-1) transparent var(--ztc-text-text-1) !important;
  border: 1px solid transparent;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA ===============*/
.pricing-area {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--ztc-text-text-1);
  top: 5px;
  left: 35px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}

.toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}

.active>.toggle-inner .t-month {
  opacity: 0.5;
}

.active>.toggle-inner .t-year {
  opacity: 1;
}

.toggle-inner input:checked+span {
  left: 5px;
}

.toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: var(--ztc-text-text-3);
  left: -20px;
}

.t-year h4 {
  min-width: 200px;
}

.t-year {
  text-align: left;
}

.plan-toggle-wrap {
  margin-top: 50px;
  margin-bottom: 32px;
}

.plan-toggle-wrap h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}

.plan-toggle-wrap h4 span {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
}

.plan-toggle-wrap1 {
  position: absolute;
  z-index: 1;
  left: 25%;
  top: 30%;
  right: 71%;
}

@media (max-width: 767px) {
  .plan-toggle-wrap1 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-toggle-wrap1 {
    left: 20%;
    top: 20%;
    right: 0;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .plan-toggle-wrap1 {
    right: 56% !important;
  }
}

.plan-toggle-wrap1 h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}

.plan-toggle-wrap1 h4 span {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
}

.single-pricing-area {
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 30px;
  border: 1px solid var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.single-pricing-area:hover {
  border: 1px solid var(--ztc-text-text-5);
  transition: all 0.4s;
}

.single-pricing-area .pricing-box h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-font-size-font-s18);
  margin-bottom: 20px;
}

.single-pricing-area .pricing-box p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-text-text-4);
  
  font: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
}

.single-pricing-area .pricing-box h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  margin-top: 24px;
}

.single-pricing-area .pricing-box .header-btn1 {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

.single-pricing-area .pricing-box h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-3);
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: var(--ztc-weight-bold);
}

.single-pricing-area .pricing-box ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
  margin-top: 16px;
}

.single-pricing-area .pricing-box ul li img {
  margin: 0 8px 0 0;
}

.single-pricing-area.active {
  border: 1px solid var(--ztc-text-text-5);
  transition: all 0.4s;
}

.compareplan-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.compareplan-section-area .single-pricing-area {
  background: var(--ztc-text-text-1);
  padding: 32px 40px !important;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compareplan-section-area .single-pricing-area {
    padding: 20px !important;
  }
}

.compareplan-section-area .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.compareplan-section-area .comparison td,
.compareplan-section-area .comparison th {
  text-align: center;
}

.compareplan-section-area .comparison tbody tr:nth-child(odd) {
  display: none;
}

.compareplan-section-area .comparison .compare-row td {
  padding: 25px 0;
  border-top: 1px solid #FAE7E8;
}

.compareplan-section-area .comparison tr td:first-child {
  text-align: left;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  padding: 25px 0;
  border-top: 1px solid #FAE7E8;
}

.compareplan-section-area .comparison .tl2 {
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
}

.compareplan-section-area .comparison .tl2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  margin-top: 32px;
  position: absolute;
  left: 6%;
  top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compareplan-section-area .comparison .tl2 span {
    display: none;
  }
}

.compareplan-section-area .comparison .qbo {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-font-size-font-s20);
  padding: 0 !important;
}

.compareplan-section-area th.price-info.hide-mobile {
  padding-bottom: 40px;
}

.compareplan-section-area .comparison .price-now span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .compareplan-section-area .comparison {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
    padding: 20px !important;
    background: var(--ztc-text-text-1);
  }

  .compareplan-section-area th.price-info.hide-mobile {
    padding-bottom: 20px;
  }

  .compareplan-section-area .comparison .qbo {
    background: none;
    padding: 10px !important;
  }

  .compareplan-section-area .comparison td:first-child,
  .compareplan-section-area .comparison th:first-child {
    display: none;
  }

  .compareplan-section-area .comparison tbody tr:nth-child(odd) {
    display: table-row;
  }

  .compareplan-section-area .comparison .row {
    background: #fff;
  }

  .compareplan-section-area .comparison td,
  .compareplan-section-area .comparison th {
    border: 1px solid #FAE7E8;
    padding: 20px 0;
  }
}

/*============= PRICING CSS AREA ENDS ===============*/
/*============= SLIDER CSS AREA ===============*/
.slider-section-area {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .slider-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area {
    padding: 40px 0;
  }
}

.slider-section-area .header-slider {
  margin-bottom: 60px;
}

.slider-section-area .header-slider h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
  text-transform: capitalize;
}

.slider-section-area .slider-images .img1 img {
  height: 100px;
  width: 175px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*============= SLIDER CSS AREA ENDS ===============*/
/*============= MISSION CSS AREA ===============*/
.mission-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.mission-section-area .mission-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mission-section-area .mission-header-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-section-area .mission-header-area {
    margin-bottom: 30px;
  }
}

.mission-section-area .tabs-auhtor-area .nav.nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-item {
  display: inline-block;
}

.mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-item button {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-10);
  font-weight: var(--ztc-weight-medium) !important;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  display: inline-block;
  width: 400px;
  text-align: center;
  padding: 20px !important;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-item button {
    width: 215px;
  }
}

@media (max-width: 767px) {
  .mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-item button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-link.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}

.mission-section-area .tabs-auhtor-area .nav.nav-pills .nav-link {
  padding: 0 !important;
}

.mission-section-area .tabs-auhtor-area .tab-pane .mission-img img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission-section-area .tabs-auhtor-area .tab-pane .mission-content-area {
  padding: 0 0 0 75px;
}

@media (max-width: 767px) {
  .mission-section-area .tabs-auhtor-area .tab-pane .mission-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-section-area .tabs-auhtor-area .tab-pane .mission-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

.mission-section-area .tabs-auhtor-area .tab-pane .mission-content-area p {
  margin-bottom: 16px;
}

.mission-section-area .tabs-auhtor-area .tab-pane .mission-content-area .btn-area {
  margin-top: 32px;
}

.mission-section-area .tabs-auhtor-area .tab-pane.fade {
  top: 120px;
  position: relative;
  transition: auto;
  transition: all 0.6s;
  transform: rotateX(50px);
}

.mission-section-area .tabs-auhtor-area .tab-pane.fade.show {
  top: 0;
  transition: all 0.6s;
  transform: rotateX(0);
}

/*============= MISSION CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area .team-header-area {
  margin-bottom: 50px;
}

.team1-section-area .team-auhtor-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team1-section-area .team-auhtor-boxarea:hover .images {
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea:hover .images::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea:hover .images img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea .team-social-area .icons a.plus {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 53px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.team1-section-area .team-auhtor-boxarea .team-social-area .icons a.plus i {
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea .team-social-area .icons:hover .plus i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea .team-social-area .icons:hover ul {
  right: 20px;
  transition: all 0.6s;
}

.team1-section-area .team-auhtor-boxarea .team-social-area ul {
  position: absolute;
  top: 28%;
  right: -50px;
  transition: all 0.6s;
  z-index: 2;
}

.team1-section-area .team-auhtor-boxarea .team-social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-3);
  margin: 0 0 8px 0;
}

.team1-section-area .team-auhtor-boxarea .team-social-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team1-section-area .team-auhtor-boxarea .images {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}

.team1-section-area .team-auhtor-boxarea .images::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0.5;
}

.team1-section-area .team-auhtor-boxarea .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.team1-section-area .team-auhtor-boxarea .content-area {
  margin-top: 24px;
}

.team1-section-area .team-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
}

.team1-section-area .team-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
  margin-top: 16px;
}

.team1-section-area .pagination-area ul {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.team1-section-area .pagination-area ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.4s;
  border: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin: 0 16px;
  box-shadow: none;
  background: var(--ztc-bg-bg-1);
}

.team1-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team1-section-area .pagination-area ul li .page-link.active {
  background: var(--ztc-text-text-5) !important;
  color: var(--ztc-text-text-1);
}

.team2-section-area {
  position: relative;
  z-index: 1;
}

.team2-section-area .team-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team2-section-area .team-header {
    margin-bottom: 30px;
  }
}

.team2-section-area .team-author-boxarea {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team2-section-area .team-author-boxarea:hover .content {
  left: 0;
  transition: all 0.6s;
}

.team2-section-area .team-author-boxarea:hover .images::after {
  height: 100%;
  transition: all 0.4s;
}

.team2-section-area .team-author-boxarea:hover .images img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.team2-section-area .team-author-boxarea .images {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.team2-section-area .team-author-boxarea .images::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0.5;
}

.team2-section-area .team-author-boxarea .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.6s;
}

.team2-section-area .team-author-boxarea .content {
  background: var(--ztc-text-text-1);
  border-radius: 0 4px 4px 0;
  transition: all 0.6s;
  position: absolute;
  bottom: 50px;
  left: -200px;
  z-index: 2;
  padding: 24px;
}

.team2-section-area .team-author-boxarea .content a {
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s20);
}

.team2-section-area .team-author-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  margin-top: 10px;
  transition: all 0.4s;
}

.team2-section-area .team-author-boxarea .share-area:hover .icons a {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}

.team2-section-area .team-author-boxarea .share-area:hover .list ul {
  right: 10px;
  transition: all 0.6s;
}

.team2-section-area .team-author-boxarea .share-area .icons a {
  font-size: var(--ztc-font-size-font-s32);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 4px 0 100px;
  display: inline-block;
  transition: all 0.4s;
}

.team2-section-area .team-author-boxarea .share-area .icons a i {
  position: absolute;
  top: 15px;
  left: 25px;
}

.team2-section-area .team-author-boxarea .share-area .list ul {
  position: absolute;
  top: 80px;
  right: -100px;
  z-index: 2;
  transition: all 0.6s;
}

.team2-section-area .team-author-boxarea .share-area .list ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  display: inline-block;
  margin-bottom: 8px;
}

.team2-section-area .team-author-boxarea .share-area .list ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.team3-section-area .team-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team3-section-area .team-header-area {
    margin-bottom: 30px;
  }
}

.team3-section-area .team-auhtor-boxes {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.team3-section-area .team-auhtor-boxes:hover .img1::after {
  height: 100%;
  transition: all 0.6s;
}

.team3-section-area .team-auhtor-boxes:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.team3-section-area .team-auhtor-boxes:hover .content-area {
  height: 166px;
  transition: all 0.6s;
}

.team3-section-area .team-auhtor-boxes:hover .content-area ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: 66px;
}

.team3-section-area .team-auhtor-boxes .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

.team3-section-area .team-auhtor-boxes .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-7);
  opacity: 0.7;
  transition: all 0.6s;
}

.team3-section-area .team-auhtor-boxes .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.team3-section-area .team-auhtor-boxes .content-area {
  text-align: center;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  transition: all 0.6s;
  overflow: hidden;
  padding: 24px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  right: 24px;
  left: 24px;
  height: 102px;
}

.team3-section-area .team-auhtor-boxes .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-7);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}

.team3-section-area .team-auhtor-boxes .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.team3-section-area .team-auhtor-boxes .content-area ul {
  margin-top: 24px;
  visibility: hidden;
  opacity: 1;
  transition: all 0.4s;
  height: 0;
}

.team3-section-area .team-auhtor-boxes .content-area ul li {
  display: inline-block;
}

.team3-section-area .team-auhtor-boxes .content-area ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-bg-bg-7);
  background: #FDF0E5;
  margin: 0 8px 0 0;
}

.team3-section-area .team-auhtor-boxes .content-area ul li a:hover {
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.team4-section-area .team-header-area {
  margin-bottom: 50px;
}

.team4-section-area .team-auhtor-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .images {
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .images::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .images img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea:hover .icons ul {
  transition: all 0.6s;
  bottom: 20px;
}

.team4-section-area .team-auhtor-boxarea .team-social-area {
  text-align: center;
}

.team4-section-area .team-auhtor-boxarea .team-social-area ul {
  position: absolute;
  bottom: -100px;
  transition: all 0.6s;
  z-index: 2;
  text-align: center;
  left: 25%;
  right: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team-auhtor-boxarea .team-social-area ul {
    left: 22%;
    right: 22%;
  }
}

@media (max-width: 767px) {
  .team4-section-area .team-auhtor-boxarea .team-social-area ul {
    left: 20%;
    right: 20%;
  }
}

.team4-section-area .team-auhtor-boxarea .team-social-area ul li {
  display: inline-block;
}

.team4-section-area .team-auhtor-boxarea .team-social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-bg-bg-11);
  margin: 0 0 8px 0;
}

.team4-section-area .team-auhtor-boxarea .team-social-area ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team4-section-area .team-auhtor-boxarea .images {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.team4-section-area .team-auhtor-boxarea .images::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  opacity: 0.7;
}

.team4-section-area .team-auhtor-boxarea .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
}

.team4-section-area .team-auhtor-boxarea .content-area {
  padding: 24px;
  text-align: center;
}

.team4-section-area .team-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-10);
  font-weight: var(--ztc-weight-bold);
}

.team4-section-area .team-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-11);
  font-weight: var(--ztc-weight-medium);
  margin-top: 16px;
  transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.faq1-section-area .faq-header-area .btn-area {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .faq1-section-area .faq-auhtoir-area1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq1-section-area .faq-auhtoir-area1 {
    margin-top: 30px;
  }
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item {
  border: none;
  background: var(--ztc-text-text-5);
  border-radius: 6px;
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-button::after {
  filter: brightness(0);
  position: absolute;
  right: 16px;
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-header button {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-3);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 20px 16px 20px 16px;
}

@media (max-width: 767px) {
  .faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-header button {
    
  }
}

.faq1-section-area .faq-auhtoir-area1 .accordion .accordion-item .accordion-body {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  
  padding: 0 16px 16px 16px;
}

.faq2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.faq2-section-area .faq-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .faq2-section-area .faq-header-area {
    margin-bottom: 30px;
  }
}

.faq2-section-area .faq-images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .faq2-section-area .faq-auhtor-area1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq2-section-area .faq-auhtor-area1 {
    margin-top: 30px;
  }
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item {
  border: none;
  border-radius: 6px;
  background: var(--ztc-text-text-5);
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-button::after {
  filter: brightness(0);
  position: absolute;
  right: 16px;
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header button {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 20px 16px 20px 16px;
}

@media (max-width: 767px) {
  .faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-header button {
    
  }
}

.faq2-section-area .faq-auhtor-area1 .accordion .accordion-item .accordion-body {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  
  padding: 0 16px 16px 16px;
}

.faq4-section-area {
  position: relative;
  z-index: 1;
}

.faq4-section-area .faq-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .faq4-section-area .faq-header-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4-section-area .faq-header-area {
    margin-bottom: 30px;
  }
}

.faq4-section-area .faq-images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.faq4-section-area .faq-auhtoir-area2 {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .faq4-section-area .faq-auhtoir-area2 {
    margin-top: 30px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4-section-area .faq-auhtoir-area2 {
    margin-top: 30px;
    padding: 0;
  }
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item {
  border: none;
  background: var(--ztc-bg-bg-11);
  border-radius: 6px;
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-button::after {
  filter: brightness(0);
  position: absolute;
  right: 16px;
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-header button {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-10);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 20px 16px 20px 16px;
  background: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
  .faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-header button {
    
  }
}

.faq4-section-area .faq-auhtoir-area2 .accordion .accordion-item .accordion-body {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  
  padding: 0 16px 16px 16px;
}

.faq1-section-area.faq-inner {
  background: var(--ztc-text-text-1) !important;
}

.faq1-section-area.faq-inner .faq-auhtoir-area1 button {
  background: var(--ztc-bg-bg-1);
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
}

.contact1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-3);
  opacity: 0.7;
  z-index: -1;
}

/* .contact1-section-area .contact-header-area {
  padding: 0 70px 0 0;
} */

@media (max-width: 767px) {
  .contact1-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

.contact1-section-area .contact-header-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.contact1-section-area .contact-header-area h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.contact1-section-area .contact-header-area h2 {
  color: var(--ztc-text-text-1);
}

.contact1-section-area .contact-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text .text {
  padding-left: 16px;
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text .text p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  color: var(--ztc-text-text-1);
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text .text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
}

.contact1-section-area .contact-header-area .contact-auhtor-side .icons-text .text a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.contact1-section-area .contact-submit-boxarea {
  padding: 32px 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.contact1-section-area .contact-submit-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.contact1-section-area .contact-submit-boxarea .input-area {
  margin-top: 20px;
}

.contact1-section-area .contact-submit-boxarea .input-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact1-section-area .contact-submit-boxarea .input-area input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 48px;
}

.contact1-section-area .contact-submit-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact1-section-area .contact-submit-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact1-section-area .contact-submit-boxarea .input-area textarea {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 150px;
}

.contact1-section-area .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact1-section-area .contact-submit-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact1-section-area .contact-submit-boxarea .input-area1 {
  margin-top: 20px;
  display: flex;
}

.contact1-section-area .contact-submit-boxarea .input-area1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  padding-left: 8px;
}

.contact1-section-area .contact-submit-boxarea .input-area1 input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #9EA4A9;
  border-radius: 5px;
  background: none;
  accent-color: var(--ztc-text-text-5);
}

.contact1-section-area .contact-submit-boxarea .input-area1 button {
  border: none;
  outline: none;
  margin-top: 12px;
}

.contact2-section-area {
  position: relative;
  z-index: 1;
}

.contact2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 0.8;
  z-index: -1;
}

.contact2-section-area .contact-header-area {
  padding: 0 70px 0 0;
}

@media (max-width: 767px) {
  .contact2-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

.contact2-section-area .contact-header-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.contact2-section-area .contact-header-area h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.contact2-section-area .contact-header-area h2 {
  color: var(--ztc-text-text-1);
}

.contact2-section-area .contact-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text {
  display: flex;
  align-items: center;
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text .text {
  padding-left: 16px;
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text .text p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  color: var(--ztc-text-text-1);
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text .text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
}

.contact2-section-area .contact-header-area .contact-auhtor-side .icons-text .text a:hover {
  color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.contact2-section-area .contact-submit-boxarea {
  padding: 32px 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.contact2-section-area .contact-submit-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.contact2-section-area .contact-submit-boxarea .input-area {
  margin-top: 20px;
}

.contact2-section-area .contact-submit-boxarea .input-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact2-section-area .contact-submit-boxarea .input-area input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 48px;
}

.contact2-section-area .contact-submit-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact2-section-area .contact-submit-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact2-section-area .contact-submit-boxarea .input-area textarea {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 150px;
}

.contact2-section-area .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact2-section-area .contact-submit-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact2-section-area .contact-submit-boxarea .input-area1 {
  margin-top: 20px;
  display: flex;
}

.contact2-section-area .contact-submit-boxarea .input-area1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  padding-left: 8px;
}

.contact2-section-area .contact-submit-boxarea .input-area1 input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #9EA4A9;
  border-radius: 5px;
  background: none;
  accent-color: var(--ztc-bg-bg-3);
}

.contact2-section-area .contact-submit-boxarea .input-area1 button {
  border: none;
  outline: none;
  margin-top: 12px;
}

.contact3-section-area {
  position: relative;
  z-index: 1;
}

.contact3-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-7);
  opacity: 0.8;
  z-index: -1;
}

.contact3-section-area .contact-header-area {
  padding: 0 70px 0 0;
}

@media (max-width: 767px) {
  .contact3-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact3-section-area .contact-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

.contact3-section-area .contact-header-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.contact3-section-area .contact-header-area h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.contact3-section-area .contact-header-area h2 {
  color: var(--ztc-text-text-1);
}

.contact3-section-area .contact-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text {
  display: flex;
  align-items: center;
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text .text {
  padding-left: 16px;
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text .text p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  color: var(--ztc-text-text-1);
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text .text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  margin-top: 12px;
}

.contact3-section-area .contact-header-area .contact-auhtor-side .icons-text .text a:hover {
  color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.contact3-section-area .contact-submit-boxarea {
  padding: 32px 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.contact3-section-area .contact-submit-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.contact3-section-area .contact-submit-boxarea .input-area {
  margin-top: 20px;
}

.contact3-section-area .contact-submit-boxarea .input-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact3-section-area .contact-submit-boxarea .input-area input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 48px;
}

.contact3-section-area .contact-submit-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact3-section-area .contact-submit-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact3-section-area .contact-submit-boxarea .input-area textarea {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 150px;
}

.contact3-section-area .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact3-section-area .contact-submit-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  opacity: 50%;
}

.contact3-section-area .contact-submit-boxarea .input-area1 {
  margin-top: 20px;
  display: flex;
}

.contact3-section-area .contact-submit-boxarea .input-area1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  padding-left: 8px;
}

.contact3-section-area .contact-submit-boxarea .input-area1 input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #9EA4A9;
  border-radius: 5px;
  background: none;
  accent-color: var(--ztc-bg-bg-7);
}

.contact3-section-area .contact-submit-boxarea .input-area1 button {
  border: none;
  outline: none;
  margin-top: 12px;
}

.contact4-section-area {
  position: relative;
  z-index: 1;
}

.contact4-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* background: var(--ztc-text-text-10); */
  opacity: 0.4;
  z-index: -1;
}

.contact4-section-area .contact-submit-boxarea {
  padding: 32px 40px;
  border-radius: 4px;
  /* background: rgba(255, 255, 255, 0.1); */
  background: rgb(39 57 105);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.contact4-section-area .contact-submit-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.contact4-section-area .contact-submit-boxarea .input-area {
  margin-top: 20px;
}

.contact4-section-area .contact-submit-boxarea .input-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 100%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact4-section-area .contact-submit-boxarea .input-area input,
.contact4-section-area .contact-submit-boxarea .input-area select {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 10px 15px;
  height: 48px;
}

.contact4-section-area .contact-submit-boxarea .input-area select {
  cursor: pointer;
}

.contact4-section-area .contact-submit-boxarea .input-area select:focus-visible {
  outline: none;
}

.contact4-section-area .contact-submit-boxarea .input-area input::-moz-placeholder,
.contact4-section-area .contact-submit-boxarea .input-area select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  opacity: 50%;
}

.contact4-section-area .contact-submit-boxarea .input-area input::placeholder,
.contact4-section-area .contact-submit-boxarea .input-area select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  opacity: 50%;
}

.contact4-section-area .contact-submit-boxarea .input-area textarea {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  width: 100%;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  padding: 16px;
  height: 150px;
}

.contact4-section-area .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  opacity: 50%;
}

.contact4-section-area .contact-submit-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10);
  opacity: 50%;
}

.contact4-section-area .contact-submit-boxarea .input-area1 {
  margin-top: 20px;
  display: flex;
}

.contact4-section-area .contact-submit-boxarea .input-area1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-medium);
  text-transform: capitalize;
  padding-left: 8px;
}

.contact4-section-area .contact-submit-boxarea .input-area1 input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid var(--ztc-bg-bg-11);
  border-radius: 5px;
  background: none;
  accent-color: var(--ztc-bg-bg-11);
}

.contact4-section-area .contact-submit-boxarea .input-area1 button {
  border: none;
  outline: none;
  margin-top: 12px;
}

.contact1-section-area.contact-inner {
  background: var(--ztc-text-text-1);
}

.contact1-section-area.contact-inner::after {
  display: none;
}

.contact1-section-area.contact-inner .contact-header-area h2 {
  color: var(--ztc-text-text-3);
}

.contact1-section-area.contact-inner .contact-header-area h5 {
  background: var(--ztc-bg-bg-3-alt);
  color: var(--ztc-text-text-5);
}

.contact1-section-area.contact-inner .contact-header-area p {
  color: var(--ztc-text-text-4);
}

.contact1-section-area.contact-inner .contact-header-area .contact-auhtor-side .icons-text .text p {
  color: var(--ztc-text-text-3);
}

.contact1-section-area.contact-inner .contact-header-area .contact-auhtor-side .icons-text .text a {
  color: var(--ztc-text-text-3);
}

.contact1-section-area.contact-inner .contact-submit-boxarea {
  background: var(--ztc-bg-bg-1);
}

.contact1-section-area.contact-inner .contact-submit-boxarea h4 {
  color: var(--ztc-text-text-3);
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area p {
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-4);
  opacity: 1;
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-4);
  opacity: 1;
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-4);
  opacity: 1;
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-4);
  opacity: 1;
}

.contact1-section-area.contact-inner .contact-submit-boxarea .input-area1 p {
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 565px;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-5);
  overflow: hidden;
}

.cta1-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}

.cta1-section-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.cta1-section-area .cta-header form {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  position: relative;
  height: 56px;
  margin-top: 32px;
  display: inline-block;
  width: 385px;
}

@media (max-width: 767px) {
  .cta1-section-area .cta-header form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-header form {
    width: 100%;
  }
}

.cta1-section-area .cta-header form input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-medium);
  width: 100%;
  outline: none;
}

.cta1-section-area .cta-header form input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.cta1-section-area .cta-header form input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.cta1-section-area .cta-header form button {
  border: none;
  transition: all 0.4s;
  position: absolute;
  right: 4px;
  top: 4px;
}

.cta1-section-area .cta-images .img1 {
  position: absolute;
  text-align: right;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    top: 50px;
  }
}

.cta1-section-area .cta-images .img1::after {
  position: absolute;
  content: "";
  height: 470px;
  width: 470px;
  left: 10%;
  transition: all 0.4s;
  z-index: -1;
  background: #CC2431;
  border-radius: 50%;
  bottom: -215px;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media (max-width: 767px) {
  .cta1-section-area .cta-images .img1::after {
    display: none;
  }
}

.cta1-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-11);
  overflow: hidden;
}

.cta4-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}

.cta4-section-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.cta4-section-area .cta-header form {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  position: relative;
  height: 56px;
  margin-top: 32px;
  display: inline-block;
  width: 385px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-header form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-header form {
    width: 100%;
  }
}

.cta4-section-area .cta-header form input {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-medium);
  width: 100%;
  outline: none;
}

.cta4-section-area .cta-header form input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.cta4-section-area .cta-header form input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.cta4-section-area .cta-header form button {
  border: none;
  transition: all 0.4s;
  position: absolute;
  right: 4px;
  top: 4px;
}

.cta4-section-area .cta-images .img1 {
  position: absolute;
  text-align: right;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-images .img1 {
    position: relative;
    top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-images .img1 {
    position: relative;
    top: 50px;
  }
}

.cta4-section-area .cta-images .img1::after {
  position: absolute;
  content: "";
  height: 470px;
  width: 470px;
  left: 10%;
  transition: all 0.4s;
  z-index: -1;
  background: #1F59B2;
  border-radius: 50%;
  bottom: -215px;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-images .img1::after {
    display: none;
  }
}

.cta4-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-3);
}

.testimonial1-section-area .testimonial-header h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.testimonial1-section-area .testimonial-header h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  opacity: 10%;
  z-index: -1;
}

.testimonial1-section-area .testimonial-header h2 {
  color: var(--ztc-text-text-1);
}

.testimonial1-section-area .testimonial-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.testimonial1-section-area .testimonial-header .btn-area {
  margin-top: 22px;
}

.testimonial1-section-area .testimonial-vertical-slider {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-vertical-slider {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-vertical-slider {
    padding: 0;
    margin-top: 30px;
  }
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 4px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-1);
  opacity: 5%;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area .quito1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area ul {
  margin-bottom: 24px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area ul li {
  display: inline-block;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area ul li a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-9);
  background: #201F1F;
  margin: 0 4px 0 0;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s40);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-style: italic;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial3-author-area p {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s34);
  }
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial1-man-info-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial1-man-info-area .mans-img img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial1-man-info-area .man-text {
  padding-left: 16px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial1-man-info-area .man-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .testimonial3-slider-content-area .testimonial1-man-info-area .man-text p {
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  line-height: var(--ztc-font-size-font-s18);
  margin-top: 12px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .slider-galeria-thumbs .testimonial1-sliders-img {
  margin-bottom: 15px;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .slider-galeria-thumbs .testimonial1-sliders-img img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial1-section-area .testimonial-vertical-slider .slider-galeria .slider-galeria-thumbs .slick-list.draggable {
  height: 330px;
}

.testimonial1-section-area .testimonial-vertical-slider .testimonial1-sliders-img.slick-slide img {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  left: 10px;
  top: 5px;
}

.testimonial1-section-area .testimonial-vertical-slider .testimonial1-sliders-img.slick-slide.slick-current.slick-active {
  position: relative;
}

.testimonial1-section-area .testimonial-vertical-slider .testimonial1-sliders-img.slick-slide.slick-current.slick-active::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 50%;
  left: 5px;
  top: 0px;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  z-index: -1;
}

.testimonial2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

.testimonial2-section-area .testimonial-header .btn-area .header-btn3 {
  margin-top: 24px;
}

.testimonial2-section-area .testimonial-sliders {
  position: relative;
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea {
    margin-top: 30px;
  }
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea ul {
  margin-bottom: 24px;
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea ul li {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  color: #EC811C;
  font-size: var(--ztc-font-size-font-s16);
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .testimonial5-all-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content {
  margin-top: 40px;
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content a {
  font-size: var(--ztc-font-size-font-s24);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-3);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 10px;
}

.testimonial2-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-6);
  font-weight: var(--ztc-weight-medium);
}

.testimonial2-section-area .testimonial-sliders .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.testimonial2-section-area .testimonial-sliders .testimonial-arrows button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  background: var(--ztc-text-text-1);
  outline: none;
  border: none;
  margin: 0 16px 0 0;
}

.testimonial2-section-area .testimonial-sliders .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.testimonial3-section-area .testimonial3-header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial3-header {
    margin-bottom: 30px;
  }
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes {
  text-align: center;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 32px 45px 32px 45px;
  border-radius: 4px;
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes ul {
  margin-top: 32px;
  margin-bottom: 16px;
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes ul li {
  display: inline-block;
  color: var(--ztc-text-text-9);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  transition: all 0.4s;
  background: #FEF3EB;
  border-radius: 4px;
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial-slider-area .testimonial-boxes a {
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-size: var(--ztc-font-size-font-s20);
  margin-top: 28px;
  margin-bottom: 10px;
}

.testimonial3-section-area .testimonial-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial3-section-area .testimonial-slider-area .owl-dots button {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  margin: 0 6px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.testimonial3-section-area .testimonial-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 1px solid var(--ztc-bg-bg-7);
  top: -4px;
  left: -4px;
  transition: all 0.4s;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.testimonial3-section-area .testimonial-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
}

.testimonial4-section-area .testimonial-header .btn-area {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

.testimonial4-section-area .testimonial-slider-boxarea4 .owl-nav {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-slider-boxarea4 .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: start;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-slider-boxarea4 .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.testimonial4-section-area .testimonial-slider-boxarea4 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--ztc-bg-bg-11);
  background: #C3D2E7;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 8px 0 0;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider {
  background: var(--ztc-text-text-1);
  position: relative;
  border-radius: 4px;
  padding: 32px;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider ul {
  margin-bottom: 24px;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider ul li {
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: #EC811C;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider .auhtor-images {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider .auhtor-images .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider .auhtor-images .text {
  margin-left: 16px;
}

.testimonial4-section-area .testimonial-slider-boxarea4 .tesimonial-slider .auhtor-images .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  line-height: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 10px;
}

.testimonials-inner-section-area {
  position: relative;
  z-index: 1;
}

.testimonials-inner-section-area .testimonial-inner-boxarea {
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 32px 44px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid var(--ztc-bg-bg-1);
}

.testimonials-inner-section-area .testimonial-inner-boxarea:hover {
  border: 1px solid var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .testimonials-inner-section-area .testimonial-inner-boxarea {
    padding: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-inner-section-area .testimonial-inner-boxarea {
    padding: 32px;
  }
}

.testimonials-inner-section-area .testimonial-inner-boxarea .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonials-inner-section-area .testimonial-inner-boxarea .content-area ul {
  margin-top: 32px;
  margin-bottom: 16px;
}

.testimonials-inner-section-area .testimonial-inner-boxarea .content-area ul li {
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
  background: #F3E9E3;
  line-height: 32px;
  color: var(--ztc-bg-bg-7);
}

.testimonials-inner-section-area .testimonial-inner-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}

.testimonials-inner-section-area .testimonial-inner-boxarea .content-area .text {
  margin-top: 30px;
}

.testimonials-inner-section-area .testimonial-inner-boxarea .content-area .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
}

.testimonials-inner-section-area .pagination-area ul {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.testimonials-inner-section-area .pagination-area ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.4s;
  border: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin: 0 16px;
  box-shadow: none;
  background: var(--ztc-bg-bg-1);
}

.testimonials-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonials-inner-section-area .pagination-area ul li .page-link.active {
  background: var(--ztc-text-text-5) !important;
  color: var(--ztc-text-text-1);
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.casestudy-section-area .casestudy-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .casestudy-section-area .casestudy-header {
    margin-bottom: 30px;
  }
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea:hover .imges::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea:hover .imges img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea:hover .case-content .icons a {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .imges {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  border-radius: 4px;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .imges::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  opacity: 0.7;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .case-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px 24px;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  margin: -120px 16px 16px 16px;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .case-content .text p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-6);
  font-weight: var(--ztc-weight-medium);
  margin-bottom: 14px;
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .case-content .text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
}

@media (max-width: 767px) {
  .casestudy-section-area .casestudy-slider-area .case-author-boxarea .case-content .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.casestudy-section-area .casestudy-slider-area .case-author-boxarea .case-content .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.casestudy-section-area .casestudy-slider-area .owl-nav button {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  transition: all 0.4s;
  background: #fe172a;
  color: #ffffff;
}

.casestudy-section-area .casestudy-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.casestudy-section-area .casestudy-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -82px;
  top: 41%;
  bottom: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav .owl-prev {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 767px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav .owl-prev {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 10px 0 0;
  }
}

.casestudy-section-area .casestudy-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -82px;
  top: 41%;
  bottom: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .casestudy-section-area .casestudy-slider-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.casestudy2-section-area .casestudy-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .casestudy2-section-area .casestudy-header {
    margin-bottom: 30px;
  }
}

.casestudy2-section-area .case-auhtor-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.casestudy2-section-area .case-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.casestudy2-section-area .case-auhtor-boxarea:hover .case-bg {
  transition: all 0.6s;
  bottom: 0;
}

.casestudy2-section-area .case-auhtor-boxarea .img1 {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
  position: relative;
}

.casestudy2-section-area .case-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.casestudy2-section-area .case-auhtor-boxarea .case-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -300px;
  z-index: 1;
  transition: all 0.6s;
}

.casestudy2-section-area .case-auhtor-boxarea .case-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.casestudy2-section-area .case-auhtor-boxarea .content {
  position: absolute;
  bottom: 38px;
  z-index: 2;
  left: 24px;
}

.casestudy2-section-area .case-auhtor-boxarea .content span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
}

.casestudy2-section-area .case-auhtor-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-weight: var(--ztc-weight-medium);
  margin-top: 24px;
  margin-bottom: 16px;
}

.casestudy2-section-area .case-auhtor-boxarea .content a {
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s22);
  line-height: var(--ztc-font-size-font-s22);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-bg-bg-7);
}

.casestudy4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-10);
}

.casestudy4-section-area .case-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .casestudy4-section-area .case-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .casestudy4-section-area .case-header {
    margin-bottom: 30px;
  }
}

.casestudy4-section-area .case-boxes-area {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.casestudy4-section-area .case-boxes-area:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .content-area::after {
  height: 102%;
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .content-area .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.casestudy4-section-area .case-boxes-area:hover .content-area .icons img {
  filter: none;
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .content-area a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.casestudy4-section-area .case-boxes-area:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.casestudy4-section-area .case-boxes-area .img1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  border-radius: 4px;
}

.casestudy4-section-area .case-boxes-area .img1::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  opacity: 0.7;
  border-radius: 4px;
}

.casestudy4-section-area .case-boxes-area .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px;
}

.casestudy4-section-area .case-boxes-area .content-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  text-align: center;
  padding: 72px 32px 32px 32px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  margin: -130px 24px 0 24px;
}

.casestudy4-section-area .case-boxes-area .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 4px;
  z-index: -1;
}

.casestudy4-section-area .case-boxes-area .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  position: absolute;
  left: 40%;
  top: -32px;
  right: 50%;
}

.casestudy4-section-area .case-boxes-area .content-area .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.casestudy4-section-area .case-boxes-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  display: block;
}

@media (max-width: 767px) {
  .casestudy4-section-area .case-boxes-area .content-area a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}

.casestudy4-section-area .case-boxes-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
  margin-top: 16px;
}

.casestudy4-section-area .case-boxes-area .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  margin-bottom: 0;
  margin-top: 24px;
  display: inline-block;
}

.casestudy-inner-section-area .casestudy-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .casestudy-inner-section-area .casestudy-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .casestudy-inner-section-area .casestudy-header {
    margin-bottom: 30px;
  }
}

.casestudy-inner-section-area .case-author-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 53px;
  cursor: pointer;
}

.casestudy-inner-section-area .case-author-boxarea:hover .imges::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.casestudy-inner-section-area .case-author-boxarea:hover .imges img {
  transform: scale(1.1) rotate(0deg);
  transition: all 0.4s;
}

.casestudy-inner-section-area .case-author-boxarea:hover .case-content .icons a {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.casestudy-inner-section-area .case-author-boxarea .imges {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  border-radius: 4px;
}

.casestudy-inner-section-area .case-author-boxarea .imges::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #243a6e;
  opacity: 0.45;
}

.casestudy-inner-section-area .case-author-boxarea .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.casestudy-inner-section-area .case-author-boxarea .case-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px 24px;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  margin: -120px 16px 16px 16px;
}

.casestudy-inner-section-area .case-author-boxarea .case-content .text p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
 
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
  margin-bottom: 14px;
}

.casestudy-inner-section-area .case-author-boxarea .case-content .text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-3);
  display: inline-block;
  font-weight: var(--ztc-weight-bold);
}

@media (max-width: 767px) {
  .casestudy-inner-section-area .case-author-boxarea .case-content .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.casestudy-inner-section-area .case-author-boxarea .case-content .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  background: #FAE7E8;
  color: var(--ztc-text-text-5);
  transform: rotate(-45deg);
  display: inline-block;
}

.casestudy-inner-section-area .pagination-area ul {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.casestudy-inner-section-area .pagination-area ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.4s;
  border: none;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-3);
  margin: 0 16px;
  box-shadow: none;
  background: var(--ztc-bg-bg-1);
}

.casestudy-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.casestudy-inner-section-area .pagination-area ul li .page-link.active {
  background: var(--ztc-text-text-5) !important;
  color: var(--ztc-text-text-1);
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*# sourceMappingURL=main.css.map */
.site-logo {
  width: 270px;
}

.top-links {
  display: inline-flex;
}

.top-bar {
  background-color: #f5f5f5;
}

.top-bar p {
  color: #fe172a;
}

.top-links a {
  display: flex;
  align-items: baseline;
  margin-right: 20px;
  color: #fe172a;
  font-size: 14px;
}

.top-links a i {
  padding-right: 10px;
}

.top-social-links {
  display: inline-flex;
}

.top-social-links li {
  padding: 0px 10px;
}

.top-social-links li a {
  color: #fe172a;
  font-size: 14px;
}

.brb-1 {
  border-bottom: 1px solid #e5ecff;
}

.header-area.homepage2.sticky .top-bar {
  display: none;
}


.product-links {
  text-align: center;
  margin-bottom: 10px;
  height: 122x;
  align-content: center;
}

.brr-1 {
  border-right: 1px solid #c3c3c3;
}

.animate-title {
  position: relative;
  display: inline-block;
  color: #fe172a;
}

.animate-title::after {
  content: '|';
  position: absolute;
  font-weight: 400 !important;
  right: -15px;
  animation: blink 1s step-end infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.brb-2 {
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 10px;
}

@media(min-width:1400px) {
  .xl-align-items-center {
    align-items: center;
  }
}

@media(min-width:991px) {
  .col-lg-20 {
    width: 20%;
    max-width: 20%;
  }
}

.text-justify {
  text-align: justify !important;
}

.gr-comp {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 7px 7px 0px 0px #192c57;
}

.gr-comp h4 {
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  color: #192c57;
}

.comp-log {
  text-align: center;
}

.comp-log img {
  margin-bottom: 15px;
}

.elem-1,
.elem-2,
.elem-3,
.elem-4 {
  position: absolute;
}

.elem-1 {
  animation: fade-in-out 2s infinite linear;
  bottom: 17%;
  left: 10px;
  width: 90px;
}

.elem-2 {
  animation: pulse 1s infinite ease-in-out;
  top: 28%;
  left: 22%;
  width: 25px;
}

.elem-3 {
  animation: rotate 6s infinite ease-in-out;
  left: 50%;
}

.elem-4 {
  animation: float 2s infinite linear;
  top: 35%;
  left: 47%;
  width: 30px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes fade-in-out {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoom-in-out {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.ver-bx {
  text-align: center;
  border: 1px solid #fe172a;
  padding: 20px 0px;
  border-radius: 8px;
  height: 170px;
}

.ver-bx:hover {
  box-shadow: 0px 5px 0px 0px rgb(69 86 139);
  margin-top: -15px;
  transition: 0.5s all ease-in-out;
}

.ver-bx img {
  width: 60px;
  margin-bottom: 25px;
}

.ver-bx h6 {
  font-size: 18px;
  font-weight: 600;
}

.vertical-sec {
  margin-top: 50px;
  padding-top: 50px;
}

.brt-1 {
  border-top: 1px solid #e5e5e5;
}

.opacity0 {
  opacity: 0;
}

.footer-logo-content .service-heading .foot-link li i {
  padding-right: 7px;
  font-size: 15px;
  transform: rotate(-45deg);
  margin-top: -3px;
  color: #fe172a;
}

.footer2-section-area .footer-logo-content .service-heading .foot-link li a:hover i {
  transform: rotate(0deg);
  transition: 0.5s all ease-in-out;
}

@media(max-width:756px) {
  .mob-vert-bx {
    align-items: center;
  }

  .mob-vert-bx .col-lg-20 {
    margin-top: 30px !important;
  }

  .hero2-section-area {
    padding: 160px 0 30px;
  }

  .d-mob-none {
    display: none;
  }

  .mob-pro-link.open-sub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding: 20px;
    border-radius: 10px;
  }

  .elem-2 {
    top: 5.5%;
    left: 48%;
  }

  .elem-1 {
    bottom: 74%;
    left: 86%;
    width: 55px;
  }

  .elem-4 {
    top: 11%;
    left: 83%;
  }

  .mob-mtn-30 {
    margin-top: -30px;
  }

  .copyright p {
    text-align: center !important;
  }

  .footer2-section-area .copyright p {
    padding: 15px 0 10px 0;
  }

}

.logo-cont {
  padding: 0px 0 30px;
}

.menu-cont {
  background-color: #a3a3a3;
  /* background-color: #17699f; */
  position: absolute;
  left: 8.5%;
  top: 80%;
  padding: 0px 25px;
}

.sticky .logo-cont {
  padding: 0px 0 20px;
}

.sticky .menu-cont {
  padding: 7px 25px;
}

.top-contact-links {
  display: flex;
  gap: 50px;
}

.cnt-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-c {
  width: 55px;
  height: 55px;
  background-color: #fe172a;
  color: #fff;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  font-size: 24px;
  align-items: center;
}

.icon-desc h5 {
  margin-bottom: 5px;
}

.icon-desc a {
  color: #fe172a;
}

.icon-desc:hover a {
  color: #fe172a;
  transition: 0.2s ease-in-out;
}

@media (min-width:1700px) {
  .menu-cont {
    left: 15.5%;
  }
}

@media (min-width:1650px) and (max-width:1800px) {
  .xxl-align-items-start {
    align-items: start !important;
  }
}

@media (min-width:400px) and (max-width:991px) {
  .mob-vert-bx .col-lg-20 {
    max-width: 50%;
    width: 50%;
    margin-top: 30px !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .ver-bx {
    height: 185px;
  }
}

.about-sp {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px 5px 5px 20px;
  border-left: 6px solid #fe172a;
}

.clr-prime {
  color: #fe172a !important;
}

.com-sp {
  padding: 50px 0px 50px;
}

.pr-2 {
  padding-right: 7px;
}

.pl-2 {
  padding-left: 7px;
}

.contact-auhtor-side {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 5px solid #fe172a;
  box-shadow: 0px 0px 5px 0px rgb(167 167 167 / 40%);
  height: 180px;
  border-radius: 10px;
}

.product-img {
  width: 320px;
}

/* Product Card */
.product-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 5px solid #fe172a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-10px);
  height: 370px;
  border-bottom: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Product Image */
.product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-card-image {
  opacity: 0.2;
}

/* Overlay */
.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fe172a;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.product-card:hover::before {
  opacity: 1;
}

/* Product Card Content */
.product-card-content {
  position: absolute;
  top: 100%;
  left: 0%;
  padding: 25px;
  width: 100%;
  /* transform: translateX(-50%); */
  text-align: center;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease, top 0.8s ease;
}

.product-card:hover .product-card-content {
  top: 0%;
  opacity: 1;
}

#no-desc-product .product-card:hover .product-card-content {
  top: 30%;
}

#no-desc-product .product-card:hover {
  height: 295px;
}

@media(max-width:1400px) {
  #no-desc-product .product-card:hover {
    height: 265px;
  }
}

@media(max-width:756px) {
  .product-card {
    margin-bottom: 20px;
  }

  .service1-section-area .row.pb-5 {
    padding-bottom: 0px !important;
  }
}


/* FadeInUp Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card:hover .product-card-content {
  animation: fadeInUp 0.5s ease;
}

.product-card-title {
  /* font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; */
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}

.product-card-description {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.product-card-btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #fe172a;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.product-card-btn i {
  padding-left: 5px;
}

.product-card-btn:hover {
  background-color: #9e0924;
}

.product-table {
  width: 100%;
}

.product-table td {
  /* padding-bottom: 6px; */
  border: 1px solid #ffffff1a;
  padding: 2px 10px;
}

.pro-title-sec {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.product-tittle {
  font-size: 36px;
  font-weight: 700;
  color: #fe172a;
}

.side-line {
  flex: 1;
  height: 1px;
  background-color: #fe172a;
  margin-left: 20px;
}

.add-bar {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.add-bar i {
  color: #fff;
}

.install-desc {
  position: absolute;
  /* top: 20%; */
  top: 30%;
  left: 3%;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: none;
}

.install-desc.desc2 {
  left: 15%;
}

.casestudy-inner-section-area .case-author-boxarea:hover .install-desc {
  display: block;
  transition: all 0.5s;
}

.br-5 {
  border-radius: 8px;
}

#qualityless-product .product-card {
  text-align: center;
}

#qualityless-product .product-card-image {
  width: 65%;
}

#qualityless-product .product-card:hover,
#no-desc-product .product-card:hover {
  height: unset;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
}

.product-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mission-title {
  font-weight: 600;
  color: #fe172a;
}

.mission-title img {
  width: 50px;
}

.our-values-area .service-auhtor-boxarea img {
  width: 70px;
}

.our-values-area .service-auhtor-boxarea:hover img {
  filter: brightness(100);
  transition: all 0.5s;
  transform: rotateY(360deg);
}

.our-values-area .service-auhtor-boxarea {
  padding: 20px;
}

@media (min-width: 1099px) {
  .our-values-area .service-auhtor-boxarea {
    height: 300px;
  }



}

@media (min-width: 1299px) {
  .service3-section-area .service-auhtor-boxarea {
    height: 634px;
  }
}

.heading4 p {
  word-spacing: 4px;
  line-height: 30px;
}

.lh-35 {
  line-height: 35px;
}

.btn-know {
  margin-top: 20px;
  background-color: #fe172a30;
  color: #fe172a;
  font-size: 18px;
  font-weight: 600;
}

.external-pro-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgb(233 233 233 / 40%);
  border-radius: 5px;
  border-bottom: 5px solid #fe172a;
}

@media(min-width:1201px) {
  .external-pro-box {
    height: 330px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .contact-auhtor-side .text br {
    display: none;
  }

  .external-pro-box {
    height: 340px;
  }

  .about1-section-area .about-images-area .img2 img {
    width: 310px;
  }

  .service3-section-area .service-auhtor-boxarea .content-area a {
    font-size: 20px;
  }

  .service3-section-area .service-auhtor-boxarea .content-area {
    margin-top: 10px;
  }

  .our-values-area .service-auhtor-boxarea img {
    width: 45px;
  }
}

/* ============filter Gallery============== */
.gallery-section {
  padding: 20px 0 30px;
}

.gallery-section .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.gallery-section .gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-section .gallery img:hover {
  transform: scale(1.02);
}

.gallery-section .tabs {
  margin: 20px 0;
}

.gallery-section .tabs button {
  padding: 8px 25px;
  margin: 5px;
  border: none;
  border-radius: 20px;
  background: #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-section .tabs button.active {
  background: #fe172a;
  color: white;
}

.enq-img {
  width: 100%;
  height: 710px;
  border-radius: 5px;
}

@media(min-width:1400px) {
  .enq-img {
    height: 680px;
  }
}

@media(max-width:756px) {
  .enq-img {
    height: 100%;
    margin-bottom: 30px;
  }

  .cta-content {
    text-align: center;
  }

  .cta-section-area .text-lg-end {
    text-align: center;
    margin-top: 20px;
  }

  .ord-mob-2 {
    order: 2;
  }

  .about1-section-area.com-sp {
    padding: 30px 0px 50px;
  }

  .about1-section-area.com-sp.no-space {
    padding: 0px 0px 50px;
  }

  .about1-section-area .about-images-area .img1 img {
    display: none;
  }

  .contact1-section-area .contact-submit-boxarea {
    padding: 25px 15px;
    margin-top: 20px;
  }

  .contact1-section-area .contact-submit-boxarea h4 {
    font-size: 26px;
  }

  .contact-auhtor-side {
    margin-bottom: 20px;
  }

  .service1-section-area .row .col-md-6 {
    margin-bottom: 30px;
  }

  .contact4-section-area .contact-submit-boxarea {
    padding: 25px 15px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.pagination a,
.pagination span {
  padding: 8px 16px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #090909;
}

.pagination .active {
  background-color: #fe172a;
  color: white;
  border: 1px solid #fe172a;
}

.pagination a:hover {
  background-color: #fe172a;
  color: white;
}

.swal2-image {
  width: 180px;
}

/* faq */
.faq-img {
    width: 100%;
    border-radius: 10px;
   height: 534px;
}

.accordion-button {
    font-size: 17px;
    font-weight: 600;
}

.accordion-body {
    font-size: 15px;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-img {
        margin-bottom: 20px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Bungee Spice", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fe172a !important;
    font-size: 15px;
}}

/* why choose us */
.why-left {
  background: url("../img/why-choose.png") center center / cover no-repeat;
  min-height: 400px;
}

/* RIGHT SIDE */
.why-right {
  padding: 80px 70px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ITEM */
.why-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.why-circle {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin-right: 22px;
}

.c1 { background: #d02d14; color: #fff; }
.c2 { background: #e65e5e; color: #fff; }
.c3 { background: #fd252f; color: #fff; }

.why-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.why-text p {
  font-size: 15px;
  color: #050404;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-right {
    padding: 50px 30px;
  }
}

@media (max-width: 576px) {
  .why-circle {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 20px;
  }
}
.accordion-button{
   color: #fe172a !important;
}


/* mission and vision */
.siddharth-mv h4 {
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.siddharth-mv h4 span {
  color: #fd242e;
}

.siddharth-mv p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
}

.siddharth-mv .mv-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.siddharth-mv img {
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .siddharth-mv {
    text-align: center;
  }

  .siddharth-mv .order-lg-1,
  .siddharth-mv .order-lg-2 {
    order: unset;
  }
}

@media (max-width: 575.98px) {
  .siddharth-mv h4 {
    font-size: 20px;
  }

  .siddharth-mv p {
    font-size: 14px;
  }
}


/* contact us */
.contact-section {
  padding: 60px 20px;
}

/* TOP INFO */
.contact-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.contact-box {
  background: #fff;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.contact-box h4 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.contact-box p {
  margin: 0;
  font-size: 14px;
}

/* ICON CIRCLE */
.icon-circle {
  width: 60px;
  height: 60px;
  background: #ff0000;
  /* red circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 24px;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* FORM */
.contact-form {
  background: #000;
  padding: 30px;
  color: #fff;
}

.contact-form h3 {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  height: 48px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form select {
  appearance: none;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* MAP */
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

/* RESPONSIVE */
@media(max-width:992px) {
  .contact-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:576px) {
  .contact-top {
    grid-template-columns: 1fr;
  }
}

/* market area */
.market-section {
  padding: 70px 20px;
  max-width: 1400px;
  margin: auto;
}

.market-section h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
  letter-spacing: 1px;
  color: #0a1d4d;
}

.market-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.market-link {
  text-decoration: none;
  color: inherit;
}

.market-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  width: 250px;
  transition: transform 0.4s, box-shadow 0.4s;
}

.market-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.market-letter {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #081552;
  color: #081552;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.market-box:hover .market-letter {
  background: #081552;
  color: #fff;
  transform: rotate(360deg) scale(1.2);
}

.market-content h4 {
  margin: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.market-content i {
  color: #fd7e14;
  transition: transform 0.6s;
}

.market-box:hover i {
  transform: rotate(360deg);
}

/* Responsive */
@media(max-width:768px) {
  .market-box {
    width: 45%;
  }
}

@media(max-width:480px) {
  .market-box {
    width: 90%;
  }
}