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

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01 THEME CSS
	-----------------
		 Theme Default
		 Common Classes
		 Default Spacing

	-----------------
     02 COMPONENTS css
	-----------------
		 ABOUT CSS AREA
		 MOBILE MENU CSS AREA
		 SERVICE CSS AREA
	-----------------
     03 LAYOUT CSS
	-----------------
		 PAGES
		 BLOG
		 HEADER
		 FOOTER
		 MENU

    ---------------------------------
	 04. MENU CSS
	---------------------------------
       HEADER CSS AREA 

	--------------------------------- 
	 05 BLOG CSS
	--------------------------------- 
       BLOG CSS AREA

	--------------------------------- 
	 06. FOOTER CSS
	--------------------------------- 
      FOOTER CSS AREA

	---------------------------------  
	 07. PAGES CSS 
	---------------------------------  
       CHOOSE CSS AREA 
       CONTACT CSS AREA  
       CTA CSS AREA 
       FAQ CSS AREA 
       OTHERS CSS AREA STARTS 
       PRICING CSS AREA 
       PROEJCTS CSS AREA STARTS 
       SKILLS CSS AREA STARTS
       TEAM CSS AREA
       TESTIMONIAL CSS AREA
       WORK CSS AREA
       CASE STUDY CSS

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.ijfSyc{
	display:none !important;
}
.hQDBEg{
	display:none !important;
}
h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

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

img {
  max-width: 100%;
  max-height: 100%;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

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

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

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

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

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

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

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

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

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #0F0D0D;
  --ztc-text-text-3: #5B5D61;
  --ztc-text-text-4: #155FFF;
  --ztc-text-text-5: #E8040F;
  --ztc-text-text-6: #EC4A05;
  --ztc-text-text-7: #F8CE69;
  --ztc-text-text-8: #1C1853;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #0F0D0D;
  --ztc-bg-bg-3: #155FFF;
  --ztc-bg-bg-4: #F2F2F2;
  --ztc-bg-bg-5: #E8040F;
  --ztc-bg-bg-6: #F4F4F9;
  --ztc-bg-bg-7: #EC4A05;
  --ztc-bg-bg-8: #F5F3F4;
  --ztc-bg-bg-9: #F8CE69;
  --ztc-bg-bg-10: #F5F3F4;
  --ztc-bg-bg-11: #1C1853;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Plus Jakarta Sans', serif;
  --ztc-family-font2: 'Plus Jakarta Sans', serif;
}

/*============= ABOUT CSS AREA ===============*/
.about1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1 .about-imges-area {
  position: relative;
  z-index: 1;
}
.about1 .about-imges-area .image-counter-area {
  position: relative;
  z-index: 1;
}
.about1 .about-imges-area .image-counter-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}
.about1 .about-imges-area .image-counter-area .experiance-box {
  background: var(--ztc-bg-bg-2);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.about1 .about-imges-area .image-counter-area .experiance-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
}
.about1 .about-imges-area .image-counter-area .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
@media (max-width: 767px) {
  .about1 .about-imges-area .img2 {
    margin-top: 30px;
  }
}
.about1 .about-imges-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 100px 8px;
}
.about1 .heading1 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.about1 .heading1 ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about1 .heading1 ul li {
    line-height: 24px;
  }
}
.about1 .heading1 ul li img {
  margin: 0 6px 0 0;
}

.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2 .images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about2 .images-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .images-area {
    margin-bottom: 30px;
  }
}
.about2 .images-area .img1 img {
  width: 370px;
  height: 580px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about2 .images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about2 .images-area .img2 {
  position: relative;
  z-index: 1;
  right: 60px;
  text-align: end;
  margin-top: -370px;
}
@media (max-width: 767px) {
  .about2 .images-area .img2 {
    right: 0;
    margin-top: 30px;
    text-align: start;
  }
}
.about2 .images-area .img2 img {
  width: 270px;
  height: 480px;
  border-radius: 8px;
  padding: 8px;
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .about2 .images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about2 .heading2 .about-boxarea {
  background: var(--ztc-bg-bg-6);
  padding: 20px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 20px;
}
.about2 .heading2 .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
}
.about2 .heading2 .about-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .icons {
    position: relative;
  }
}
.about2 .heading2 .about-boxarea .icons img {
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea .content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.about2 .heading2 .about-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .content a {
    line-height: 26px;
  }
}
.about2 .heading2 .about-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.about3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about3 .img1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .img1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about3 .about-accordion-area .accordion .accordion-item {
  border: none;
  background: #0379b2;
  border-radius: 8px;
}
.about3 .about-accordion-area .accordion .accordion-item h2 button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: var(--ztc-bg-bg-1);
  border-radius: 6px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
.about3 .about-accordion-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  box-shadow: none;
}
.about3 .about-accordion-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.about3 .about-accordion-area .accordion .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.about4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4 .images-content {
  position: relative;
  z-index: 1;
}
.about4 .images-content .elements4 {
  position: absolute;
  right: -30px;
  top: -30px;
}
.about4 .images-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about4 .images-content .content-area {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  width: 310px;
  padding: 24px;
  position: absolute;
  right: -100px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .about4 .images-content .content-area {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .images-content .content-area {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.about4 .images-content .content-area .text {
  padding: 0 12px 0 0;
  border-right: 1px solid var(--ztc-bg-bg-10);
  margin: 0 12px 0 0;
}
@media (max-width: 767px) {
  .about4 .heading4 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .heading4 {
    margin-top: 30px;
  }
}
.about4 .heading4 .pera {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ztc-bg-bg-10);
}
.about4 .heading4 .about-boxarea {
  margin-top: 32px;
}
.about4 .heading4 .about-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.about4 .heading4 .about-boxarea a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.about5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about5 .about5-images-area {
  position: relative;
  z-index: 1;
}
.about5 .about5-images-area .img1 {
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
}
@media (max-width: 767px) {
  .about5 .about5-images-area .img1 {
    margin-bottom: 30px;
  }
}
.about5 .about5-images-area .img1 img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about5 .about5-images-area .img1 img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about5 .about5-images-area .img2 img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about5 .about5-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about5 .about5-images-area .content {
  display: flex;
  align-items: center;
  position: absolute;
  right: 80px;
  top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .about5-images-area .content {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about5 .about5-images-area .content {
    right: 0;
  }
}
.about5 .about5-images-area .content p {
  padding-left: 10px;
}
.about5 .about-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about5 .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about5 .about-heading {
    padding: 0;
  }
}
.about5 .about-heading ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .about5 .about-heading ul li {
    line-height: 32px;
  }
}
.about5 .about-heading ul li:nth-child(1) {
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}
.about5 .about-heading ul li:nth-child(2) {
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}

.about-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-inner .about-content-area {
  position: relative;
  z-index: 1;
}
.about-inner .about-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about-inner .about-content-area .counter-area {
  margin-top: 32px;
}
.about-inner .heading1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about-inner .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.about-inner .heading1 .img1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 8px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}
.service1 .service1-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px 24px 32px 24px;
  transition: all 0.4s;
  text-align: center;
  margin-bottom: 30px;
}
.service1 .service1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1 .service1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1 .service1-boxarea:hover .content-area .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.service1 .service1-boxarea:hover .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service1 .service1-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service1 .service1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  text-align: center;
  line-height: 70px;
}
.service1 .service1-boxarea .content-area .icons img {
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service1 .service1-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .service1-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 28px;
  }
}
.service1 .service1-boxarea .content-area .readmore {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore i {
  margin: 0 0 0 4px;
}

.service2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-6);
}
.service2 .service2-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service2 .service2-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service2 .service2-boxarea:hover .image-icons .icons {
  background: var(--ztc-bg-bg-5);
  transition: all 0.6s;
  left: 0;
  border-radius: 0 8px 0 0;
}
.service2 .service2-boxarea:hover .image-icons .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.service2 .service2-boxarea .image-icons {
  position: relative;
  z-index: 1;
}
.service2 .service2-boxarea .image-icons .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service2 .service2-boxarea .image-icons .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service2 .service2-boxarea .image-icons .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: var(--ztc-bg-bg-2);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: 2;
  transition: all 0.6s;
}
.service2 .service2-boxarea .content-area {
  background: var(--ztc-bg-bg-6);
  padding: 24px;
}
.service2 .service2-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service2-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .service2 .service2-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service2 .service2-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.service2 .service2-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.service2 .service2-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service2 .service2-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.service2 .service2-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service2 .service2-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}
.service3 .tabs-button {
  position: relative;
  z-index: 1;
}
.service3 .tabs-button ul {
  display: inline-block !important;
}
.service3 .tabs-button ul li {
  display: inline-block;
  width: 100%;
  text-align: start;
  margin-bottom: 16px;
}
.service3 .tabs-button ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.service3 .tabs-button ul li button {
  background: var(--ztc-bg-bg-1);
  width: 100%;
  border: none;
  outline: none;
  text-align: start;
}
.service3 .tabs-button ul li button.active {
  background: #0379b2;
  transition: all 0.4s;
}
.service3 .tabs-button ul li button.active .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service3 .tabs-button ul li button span.icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
}
.service3 .tabs-button ul li button .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .service3 .tabs-button ul li button .title {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
  }
}
.service3 .main-content-boxarea .main-content-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .service3 .main-content-boxarea .main-content-area {
    padding: 20px;
  }
}
.service3 .main-content-boxarea .main-content-area .img1 img {
  height: 350px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service3 .main-content-boxarea .main-content-area .content-area {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .main-content-boxarea .main-content-area .content-area {
    margin-top: 20px;
  }
}
.service3 .main-content-boxarea .main-content-area .content-area a.title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service3 .main-content-boxarea .main-content-area .content-area a.title:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.service3 .main-content-boxarea .main-content-area .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service3 .main-content-boxarea .main-content-area .content-area ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  text-transform: capitalize;
  margin-top: 16px;
}
.service3 .main-content-boxarea .main-content-area .content-area ul li img {
  margin: 0 4px 0 0;
}

.service4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-10);
}
.service4 .heading4 h5 {
  background: var(--ztc-bg-bg-1);
}
.service4 .service4-wdiget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service4 .service4-wdiget-boxarea:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service4 .service4-wdiget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea:hover .elements5 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea .elements5 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}
.service4 .service4-wdiget-boxarea .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}
.service4 .service4-wdiget-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea .content-area .title:hover {
  text-decoration: underline;
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service4 .service4-wdiget-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea .content-area .readmore:hover {
  text-decoration: underline;
  transition: all 0.4s;
}
.service4 .service4-wdiget-boxarea .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service5 .service5-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .service5 .service5-boxarea {
    margin-left: 30px;
    margin-right: 0;
  }
}
.service5 .service5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service5 .service5-boxarea:hover .icons {
  top: 24px;
  margin-top: 0;
  transform: rotateY(-180deg);
}
.service5 .service5-boxarea:hover .content-area {
  background: #0379b2;
  transition: all 0.4s;
}
.service5 .service5-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5 .service5-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5 .service5-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5 .service5-boxarea .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  left: -24px;
}
.service5 .service5-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px 24px 24px 44px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area a.title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-area .service2-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service-inner-area .service2-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea:hover .image-icons .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.6s;
  left: 0;
  border-radius: 0 8px 0 0;
}
.service-inner-area .service2-boxarea:hover .image-icons .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .image-icons {
  position: relative;
  z-index: 1;
}
.service-inner-area .service2-boxarea .image-icons .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .image-icons .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .image-icons .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: var(--ztc-bg-bg-2);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: 2;
  transition: all 0.6s;
}
.service-inner-area .service2-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
}
.service-inner-area .service2-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service2-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .service-inner-area .service2-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service-inner-area .service2-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.service-inner-area .service2-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service-inner-area .service2-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service-details-section {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.service-details-section .service-side-details .service-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details .service-post-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.service-details-section .service-side-details .service-post-widget .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-details-section .service-side-details .service-post-widget .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-details-section .service-side-details .service-post-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.service-details-section .service-side-details .service-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #3172FF;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-4);
  border-radius: 36px;
  background: rgba(21, 95, 255, 0.1);
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .help-area h3 {
  line-height: 28px;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.service-details-section .service-side-details .service-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li:last-child {
  margin: 0;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.service-details-section .service-side-details .service-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 28px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area {
  margin-top: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.service-details-section .service-main-detailsarea {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-detailsarea.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.service-details-section .service-main-detailsarea.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.service-details-section .service-main-detailsarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.service-details-section .service-main-detailsarea .service-arrows {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea .service-arrows {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea .service-arrows {
    margin-top: 30px;
  }
}
.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows {
  display: flex;
  align-items: center;
}
.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows .testimonial-prev-arrow-sinner {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  left: 30px;
}
.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows .testimonial-next-arrow-sinner {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  right: 30px;
}
.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.service-details-section .service-main-detailsarea .service-arrows .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-main-detailsarea .service-arrows .service-slider-images {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-detailsarea .service-arrows .service-slider-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-section .service-main-detailsarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea .img1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea .img1 {
    margin-bottom: 30px;
  }
}
.service-details-section .service-main-detailsarea .img1 .play a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-size: var(--ztc-font-size-font-s20);
}
.service-details-section .service-main-detailsarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-section .service-main-detailsarea .service-list {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-detailsarea .service-list:hover h3 {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-main-detailsarea .service-list h3 {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-4);
  border-radius: 50%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  max-width: 48px;
  max-height: 48px;
  position: absolute;
}
.service-details-section .service-main-detailsarea .service-list .content {
  padding-left: 60px;
}
.service-details-section .service-main-detailsarea .service-list .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-section .service-main-detailsarea .service-list .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service-details-section .service-main-detailsarea .service-listarea ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}
.service-details-section .service-main-detailsarea .service-listarea ul li img {
  margin: 0 6px 0 0;
}

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

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

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

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-5);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage2-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage2-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: #0379b2;
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: #0379b2;
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 160px;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size:22px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage5-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage5-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.heading1 h5 img {
  margin: 0 4px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 35px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 25px !important;
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading2 h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(232, 4, 15, 0.1);
  padding: 10px 14px;
}
.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading3 h5 {
  color: #0379b2;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgb(28 27 23 / 10%);
  padding: 10px 14px;
}
.heading3 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 80px;
  background: var(--Gray-2nd, #F5F3F4);
  padding: 10px 14px;
}
.heading4 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading5 h5 {
  color: #0379b2;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(28, 24, 83, 0.1);
  padding: 10px 14px;
}
.heading5 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 35px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: 24px !important;
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-btn1 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  padding: 20px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.vl-btn1:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-btn1:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.vl-btn1 i {
  margin-left: 4px;
}

.vl-btn2 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.vl-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-btn2:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.vl-btn2 i {
  margin-left: 4px;
}

.vl-btn3 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.vl-btn3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.vl-btn3 i {
  margin-left: 4px;
}

.vl-btn4 {
  color: var(--ztc-text-text-2) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  padding: 20px 24px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 60px;
  z-index: -1;
}
.vl-btn4:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1) !important;
}
.vl-btn4:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.vl-btn4 i {
  margin-left: 4px;
}

.vl-btn5 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.vl-btn5::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
  left: 10px;
  top: 8px;
}
.vl-btn5:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-btn5:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.vl-btn5 i {
  margin-left: 4px;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.b-bg {
  background: #F2F2F2;
}

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.pagination-area ul {
  justify-content: center;
}
.pagination-area ul li {
  margin: 0 14px 0 0;
}
.pagination-area ul li:last-child(1) {
  margin: 0;
}
.pagination-area ul li a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pagination-area ul li a.active {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

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

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

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

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

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

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

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

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

.sp10 {
  padding: 0 0 45px;
}
@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 0px;
  }
  .homepage5-body .vl-transparent-header .vl-logo img {
    width: 164px;
    height: 130px !important;
    
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

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

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

/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 24px 24px 24px;
  margin: -120px 24px 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date {
  background: var(--ztc-bg-bg-2);
  display: inline-block;
  transition: all 0.8s;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: -40px;
  right: 16px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: capitalize;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .date span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 12px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-6);
  padding: 20px;
  border-radius: 8px;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  color: #E2E2E6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-3-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}
.vl-blog-3-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  color: #E2E2E6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 4px 24px 28px 24px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  color: #E2E2E6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-5-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 8px;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  color: #E2E2E6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title.title2 a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transition: all 0.4s;
}

.vl-blog-2-area-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-2-area-inner .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: var(--ztc-bg-bg-4);
  padding: 20px;
  border-radius: 8px;
}
.vl-blog-2-area-inner .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-2-area-inner .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  color: #E2E2E6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 26px;
  }
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-blog-2-area-inner .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

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

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F2F2;
  padding: 270px 0 32px;
}
.vl-footer1-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer1-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer1-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer1-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer1-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer1-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer1-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer1-section-area .copyright-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer1-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer1-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer1-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #DBDBDB;
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-6);
  padding: 270px 0 32px;
}
.vl-footer2-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer2-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer2-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer2-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer2-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer2-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer2-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer2-section-area .copyright-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer2-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #DBDBDB;
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
  padding: 270px 0 32px;
}
.vl-footer3-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer3-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 20px;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a svg {
  margin: -5px 4px 0 0;
}
.vl-footer3-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer3-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer3-section-area .footer-logo-area .social-links li a:hover {
  background: #0379b2;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer3-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer3-section-area .footer-widget-area ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer3-section-area .footer-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 30px;
  }
}
.vl-footer3-section-area .footer-form-area .f-heading h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer3-section-area .footer-form-area form {
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .footer-form-area form input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-1);
  padding: 18px 16px;
  width: 410px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-footer3-section-area .footer-form-area form input {
    width: 300px;
  }
}
.vl-footer3-section-area .footer-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer3-section-area .footer-form-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer3-section-area .footer-form-area form button {
  border: none;
  outline: none;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area form button {
    margin-left: 0;
    margin-top: 16px;
  }
}
.vl-footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer3-section-area .copyright-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer3-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer3-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #DBDBDB;
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}
.vl-footer4-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-10);
  padding: 48px 40px;
  border-radius: 8px;
}
.vl-footer4-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer4-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer4-section-area .footer-logo-area .contact-links li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 20px;
}
.vl-footer4-section-area .footer-logo-area .contact-links li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-logo-area .contact-links li a svg {
  margin: -5px 4px 0 0;
}
.vl-footer4-section-area .contact4-bg {
  background: var(--ztc-bg-bg-10);
  padding: 48px 40px 58px 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .contact4-bg {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .contact4-bg {
    margin-top: 30px;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 {
  position: relative;
  left: -40px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    left: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer4-section-area .footer-widget-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 10px;
}
.vl-footer4-section-area .footer-widget-area .img1:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.vl-footer4-section-area .footer-widget-area .img1 .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.vl-footer4-section-area .footer-widget-area .img1 .icons a {
  height: 30px;
  width: 30px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.vl-footer4-section-area .footer-conatct-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-conatct-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-conatct-area {
    display: inline-block;
  }
}
.vl-footer4-section-area .footer-conatct-area .form-area form {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-conatct-area .form-area form input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 90px;
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-10);
  padding: 18px 16px;
  width: 410px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-conatct-area .form-area form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-footer4-section-area .footer-conatct-area .form-area form input {
    width: 300px;
  }
}
.vl-footer4-section-area .footer-conatct-area .form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer4-section-area .footer-conatct-area .form-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer4-section-area .footer-conatct-area .form-area form button {
  border: none;
  outline: none;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-conatct-area .form-area form button {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-conatct-area .social-area {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-conatct-area .social-area {
    margin-top: 24px;
  }
}
.vl-footer4-section-area .footer-conatct-area .social-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .footer-conatct-area .social-area ul li a {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-10);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer4-section-area .footer-conatct-area .social-area ul li a:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer4-section-area .copyright-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer4-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer4-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #DBDBDB;
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
  padding: 40px 0 15px;
}
.vl-footer5-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer5-section-area .footer-logo-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer5-section-area .footer-logo-area .contact-links li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 20px;
}
.vl-footer5-section-area .footer-logo-area .contact-links li a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-logo-area .contact-links li a svg {
  margin: -5px 4px 0 0;
}
.vl-footer5-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer5-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer5-section-area .footer-logo-area .social-links li a:hover {
  background: #0379b2;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer5-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area ul li a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer5-section-area .footer-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-form-area {
    margin-top: 30px;
  }
}
.vl-footer5-section-area .footer-form-area .f-heading h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer5-section-area .footer-form-area form {
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-form-area form input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-1);
  padding: 18px 16px;
  width: 410px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-form-area form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-footer5-section-area .footer-form-area form input {
    width: 300px;
  }
}
.vl-footer5-section-area .footer-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer5-section-area .footer-form-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.vl-footer5-section-area .footer-form-area form button {
  border: none;
  outline: none;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-form-area form button {
    margin-left: 0;
    margin-top: 16px;
  }
}
.vl-footer5-section-area .copyright-area {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer5-section-area .copyright-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer5-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer5-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #DBDBDB;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 300px 0 290px;
}
@media (max-width: 767px) {
  .hero1-section-area {
    padding: 180px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    padding: 180px 0 180px;
  }
}
.hero1-section-area .hero-header {
  position: relative;
  z-index: 1;
}
.hero1-section-area .hero-header h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: capitalize;
}
.hero1-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero1-section-area .hero-header h1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 72px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero1-section-area .hero-header p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
}
.hero1-section-area .hero-img1 img {
  position: absolute;
  top: 100px;
  right: 0;
  height: 915px;
  width: 55%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-img1 img {
    position: relative;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-img1 img {
    position: relative;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
  }
}
.hero1-section-area .video-background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.hero1-section-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-arrow-main {
  position: relative;
  z-index: 1;
}
.slider-arrow-main .hero2-slider-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider-arrow-main .hero2-slider-main .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.slider-arrow-main .hero2-slider-main .slick-slide.slick-current.slick-active h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.slider-arrow-main .hero2-slider-main .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.slider-arrow-main .hero2-slider-main .slick-slide.slick-current.slick-active .play-btns-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area {
  position: relative;
  z-index: 1;
  padding: 280px 0 120px;
}
@media (max-width: 767px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area {
    padding: 200px 0 120px;
  }
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .hero-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading {
    overflow: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading {
    overflow: inherit;
  }
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 74px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading h2 {
    font-size: var(--ztc-font-size-font-s64);
    line-height: 68px;
  }
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area {
  display: flex;
  align-items: center;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area {
    display: inline-block;
  }
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area .play-btn {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .slider-heading .play-btns-area .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}
.slider-arrow-main .hero2-slider-main .hero2-section-area .elements1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider-arrow-main .testimonial-arrows {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .slider-arrow-main .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-arrow-main .testimonial-arrows {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .slider-arrow-main .testimonial-arrows {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-arrow-main .testimonial-arrows {
    bottom: 50px;
  }
}
.slider-arrow-main .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.slider-arrow-main .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.slider-arrow-main .testimonial-arrows .testimonial-next-arrow-h2 {
  margin-top: 12px;
}

.hero3-arrow-slider {
  position: relative;
  z-index: 1;
}
.hero3-arrow-slider .hero3-slick-slider {
  position: relative;
  z-index: 1;
}
.hero3-arrow-slider .hero3-slick-slider .slick-slide.slick-current.slick-active .header-content-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateY(0px);
  opacity: 1;
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
  position: relative;
  z-index: 1;
  padding: 300px 0 60px;
  margin: 155px 45px 0 45px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    margin: 170px 0 0 0;
    padding: 165px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    margin: 90px 0 0 0;
    padding: 300px 0 60px;
  }
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area {
  background: var(--ztc-bg-bg-1);
  padding: 48px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transform: translateY(-300px);
  opacity: 0;
  position: relative;
  overflow: hidden;
  transition: transform 1800ms ease, opacity 1800ms ease;
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area {
    padding: 24px;
    text-align: center;
  }
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h5 {
  color: #0379b2;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 10px;
  border-radius: 4px;
  background: rgb(229 230 230 / 42%);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h5 {
    font-size: var(--ztc-font-size-font-s12);
    line-height: 12px;
  }
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 78px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .about5 .about5-images-area .content {
display: none !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h2 {
    font-size: 25px;
    line-height: 70px;
  }
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading .btn-area1 a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.hero3-arrow-slider .testimonial-arrows {
  position: absolute;
  z-index: 2;
  right: 80px;
  top: 50%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero3-arrow-slider .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 37%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 37%;
  }
}
@media (max-width: 767px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 27%;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 20%;
    right: 30px;
  }
}
.hero3-arrow-slider .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.hero3-arrow-slider .testimonial-arrows button:hover {
  background: #0379b2;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 {
  margin-top: 12px;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 0;
}
.hero4-section-area .hero4-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero4-section-area .hero4-header h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero4-section-area .hero4-header h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero4-section-area .hero4-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.hero4-section-area .hero-main-img-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-main-img-area {
    margin-top: 30px;
  }
}
.hero4-section-area .hero-main-img-area .elements3 {
  position: absolute;
  top: 75px;
  z-index: -1;
  max-width: 800px;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  left: -70px;
}
.hero4-section-area .hero-main-img-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 4px;
  width: 330px;
  position: absolute;
  bottom: 100px;
  transform: rotate(15deg);
}
.hero4-section-area .hero-main-img-area .check-text .icons img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 40px;
  max-width: 40px;
}
.hero4-section-area .hero-main-img-area .check-text .content p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  padding-left: 8px;
}
.hero4-section-area .hero-main-img-area .client-text {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 24px;
  display: inline-block;
  transform: rotate(-10deg);
  position: absolute;
  top: 100px;
  right: -50px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-main-img-area .client-text {
    display: none;
  }
}
.hero4-section-area .hero-main-img-area .client-text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero4-section-area .hero-main-img-area .client-text p i {
  color: var(--ztc-text-text-7);
  margin: 0 4px 0 0;
}

.hero5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 125px 55px 0 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-area {
    margin: 125px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero5-area {
    margin: 100px 0 0 0;
  }
}
.hero5-area .hero5-main-content {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 60px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .hero5-main-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero5-area .hero5-main-content {
    padding: 16px;
  }
}
.hero5-area .hero5-main-content::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  right: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px 0 0 0;
}
@media (max-width: 767px) {
  .hero5-area .hero5-main-content::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .hero5-main-content::after {
    display: none;
  }
}
.hero5-area .hero5-main-content h5 {
  color: #0379b2;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(28, 24, 83, 0.1);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hero5-area .hero5-main-content h5 {
    font-size: var(--ztc-font-size-font-s12);
    line-height: 14px;
  }
}
.hero5-area .hero5-main-content h1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 78px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero5-area .hero5-main-content h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-area .hero5-main-content h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .hero5-main-content h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero5-area .hero5-main-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.hero5-area .hero5-main-content .btn-area1 .vl-btn5.btn2 {
  margin-left: 16px;
  background: transparent;
  border: 1px solid var(--ztc-text-text-2);
  color: var(--ztc-text-text-2) !important;
}
@media (max-width: 767px) {
  .hero5-area .hero5-main-content .btn-area1 .vl-btn5.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero5-area .hero5-main-content .btn-area1 .vl-btn5.btn2::before {
  background: var(--ztc-bg-bg-2);
  opacity: 20%;
  transition: all 0.4s;
}
.hero5-area .hero5-main-content .btn-area1 .vl-btn5.btn2:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.hero5-area .hero5-main-content .btn-area1 .vl-btn5.btn2:hover::before {
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero5-area .img1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .img1 {
    margin-top: 20px;
  }
}
.hero5-area .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero5-area .img1 img {
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero5-area .img1 img {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-area .img1 img {
    height: 360px;
  }
}
.hero5-area .counter-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 20px;
}
.hero5-area .counter-boxarea p {
  font-size: var(--ztc-font-size-font-s16);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-area .counter-boxarea p {
    font-size: var(--ztc-font-size-font-s12);
  }
}
.hero5-area .testimonial-header-box {
  position: relative;
  z-index: 1;
}
.hero5-area .testimonial-header-box .testimonial-boxarea {
  position: relative;
  z-index: 1;
  background: #0379b2;
  border-radius: 16px;
  padding: 32px;
  margin-top: 20px;
}
.hero5-area .testimonial-header-box .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.hero5-area .testimonial-header-box .testimonial-boxarea p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.hero5-area .testimonial-header-box .testimonial-boxarea a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.hero5-area .header-conatct-box {
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 16px 24px 32px 24px;
  position: relative;
  z-index: 1;
  top: -80px;
  margin: 0 0 0 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero5-area .header-conatct-box {
    margin: 0 0 0 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-area .header-conatct-box {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .header-conatct-box {
    margin: 20px 0 0 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .hero5-area .header-conatct-box {
    margin: 20px 0 0 0;
    top: 0;
  }
}
.hero5-area .header-conatct-box .input-area {
  margin-top: 16px;
}
.hero5-area .header-conatct-box .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}
.hero5-area .header-conatct-box .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.hero5-area .header-conatct-box .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.hero5-area .header-conatct-box .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.hero5-area .header-conatct-box .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.hero5-area .header-conatct-box .input-area .nice-select ul {
  width: 100%;
}
.hero5-area .header-conatct-box .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 120px;
}
.hero5-area .header-conatct-box .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.hero5-area .header-conatct-box .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.hero5-area .header-conatct-box .input-area button {
  border: none;
  outline: none;
}

.hero-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-inner-area {
    padding: 160px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-inner-area {
    padding: 185px 0 60px;
  }
	.contact-inenr-area .contact-heading .calnow-boxes { display: block !important; align-items: baseline; text-align: center !important; margin-top: 0px !important; } *
}
.mobil-text{
	margin-top:20px !important;
	    margin-bottom: 20px !important;
}
.hero-inner-area .img1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-inner-area .img1 {
    position: relative;
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-inner-area .img1 {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-inner-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero-inner-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-inner-area .inner-header h2 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero-inner-area .inner-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-inner-area .inner-header h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero-inner-area .inner-header span {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.hero-inner-area .inner-header span a {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.hero-inner-area .inner-header span i {
  margin: 0 6px;
}

.hero6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 300px 0 290px;
}
@media (max-width: 767px) {
  .hero6-section-area {
    padding: 180px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area {
    padding: 180px 0 180px;
  }
}
.hero6-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 60%;
  transition: all 0.4s;
  z-index: -1;
}
.hero6-section-area .hero-header {
  position: relative;
  z-index: 1;
}
.hero6-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: capitalize;
}
.hero6-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .hero6-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero6-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 72px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero6-section-area .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  opacity: 80% !important;
}
.hero6-section-area .hero-img1 img {
  position: absolute;
  top: 100px;
  right: 0;
  height: 915px;
  width: 55%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-img1 img {
    position: relative;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-img1 img {
    position: relative;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0;
  }
}
.hero6-section-area .video-background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.hero6-section-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= HERO CSS AREA ===============*/
/*============= HEADER CSS AREA STARTS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage1-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
}
.homepage1-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 13, 13, 0.1);
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage1-body .vl-transparent-header .header-top-area .header-list p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area .header-list p a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding-left: 5px;
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area .header-list p a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.homepage1-body .vl-transparent-header .header-top-area ul li:nth-last-child(1) {
  margin: 0;
}
.homepage1-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area ul li:nth-child(1) a svg {
  margin: 0 4px 0 0;
}
.homepage1-body .vl-transparent-header .header-top-area ul li .social {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F2F2F2;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage1-body .vl-transparent-header .header-top-area ul li .social:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage1-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .row-bg1 {
    background: none;
  }
}
.homepage1-body .vl-transparent-header .row-bg1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-3);
  border-radius: 0 0 0 8px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
.homepage1-body .vl-main-menu ul {
  text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -315px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-mega-menu {
    width: 1140px;
    left: -242px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  padding: 19px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 a.vl-btn1 i {
  margin-left: 4px;
}
.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage1-body .header-sticky::after {
  display: none !important;
}
.homepage1-body .header-sticky .row-bg1 {
  box-shadow: none;
  transition: all 0.4s;
  padding: 16px 0;
}
.homepage1-body .header-sticky .row-bg1::after {
  display: none !important;
}
@media (max-width: 767px) {
  .homepage1-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
.homepage1-body .header-sticky .space16 {
  display: none !important;
}
.homepage1-body .header-sticky .header-top-area {
  display: none;
}

.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7E7E7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage2-body .vl-transparent-header .header-top-area .header-list p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list p a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding-left: 5px;
  transition: all 0.4s;
  text-decoration: underline;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list p a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area ul li:nth-last-child(1) {
  margin: 0;
}
.homepage2-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage2-body .vl-transparent-header .header-top-area ul li:nth-child(1) a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area ul li:nth-child(1) a svg {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area ul li .social {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-transparent-header .header-top-area ul li .social:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .row-bg1 {
    background: none;
  }
}
.homepage2-body .vl-transparent-header .row-bg1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  border-radius: 0 0 0 8px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-5);
  top: 0;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -315px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-mega-menu {
    width: 1140px;
    left: -242px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage2-body .vl-home-thumb .btn-area1 a.vl-btn2 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  padding: 19px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 a.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage2-body .vl-home-thumb .btn-area1 a.vl-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 a.vl-btn2:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 a.vl-btn2 i {
  margin-left: 4px;
}
.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage2-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage2-body .header-sticky::after {
  display: none !important;
}
.homepage2-body .header-sticky .row-bg1 {
  box-shadow: none;
  transition: all 0.4s;
  padding: 16px 0;
}
.homepage2-body .header-sticky .row-bg1::after {
  display: none !important;
}
@media (max-width: 767px) {
  .homepage2-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
.homepage2-body .header-sticky .space16 {
  display: none !important;
}
.homepage2-body .header-sticky .header-top-area {
  display: none;
}

.homepage3-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
}
.homepage3-body .vl-transparent-header .row-bg1 {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .row-bg1 {
    background: none;
  }
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-5);
  top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-5);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -315px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage3-body .vl-mega-menu {
    width: 1140px;
    left: -242px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3 i {
  margin-left: 4px;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage3-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage3-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  background: var(--ztc-bg-bg-1);
}
.homepage3-body .header-sticky .row-bg1 {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage3-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage4-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  padding: 16px 24px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 60px;
  z-index: -1;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
  filter: brightness(0);
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7E7E7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage4-body .vl-transparent-header .header-top-area .header-list p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .header-top-area .header-list p a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding-left: 5px;
  transition: all 0.4s;
  text-decoration: underline;
}
.homepage4-body .vl-transparent-header .header-top-area .header-list p a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.homepage4-body .vl-transparent-header .header-top-area ul li:nth-last-child(1) {
  margin: 0;
}
.homepage4-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage4-body .vl-transparent-header .header-top-area ul li:nth-child(1) a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .header-top-area ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.homepage4-body .vl-transparent-header .header-top-area ul li:nth-child(1) a svg {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-transparent-header .header-top-area ul li .social {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-transparent-header .header-top-area ul li .social:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.homepage4-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    background: none;
  }
}
.homepage4-body .vl-transparent-header .row-bg1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-9);
  border-radius: 0 0 0 8px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg1::after {
    display: none;
  }
}
.homepage4-body .vl-main-menu ul {
  text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-9);
  top: 0;
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-9);
  z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -315px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage4-body .vl-mega-menu {
    width: 1140px;
    left: -242px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage4-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage4-body .vl-home-thumb .btn-area1 a.vl-btn4 {
  color: var(--ztc-text-text-2) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  padding: 20px 24px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 a.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 60px;
  z-index: -1;
}
.homepage4-body .vl-home-thumb .btn-area1 a.vl-btn4:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1) !important;
}
.homepage4-body .vl-home-thumb .btn-area1 a.vl-btn4:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 a.vl-btn4 i {
  margin-left: 4px;
}
.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage4-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage4-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage4-body .header-sticky::after {
  display: none !important;
}
.homepage4-body .header-sticky .row-bg1 {
  box-shadow: none;
  transition: all 0.4s;
  padding: 16px 0;
}
.homepage4-body .header-sticky .row-bg1::after {
  display: none !important;
}
@media (max-width: 767px) {
  .homepage4-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
.homepage4-body .header-sticky .space16 {
  display: none !important;
}
.homepage4-body .header-sticky .header-top-area {
  display: none;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 70px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    margin: 0;
  }
}
.homepage5-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
  left: 17px;
  top: 8px;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
}
.homepage5-body .vl-transparent-header .row-bg1 {
  padding: 16px 5px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  margin-top: 20px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header .row-bg1 {
    background: none;
    margin-top: 0;
  }
}
.homepage5-body .vl-main-menu ul {
  text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage5-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 13px;
  font-weight:600;
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: #0379b2;
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: #0379b2;
  top: 0;
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: #0379b2;
  z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: #0379b2;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: #0379b2;
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -650px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage5-body .vl-mega-menu {
    width: 1140px;
    left: -575px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage5-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  background: #0379b2;
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5::before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
  left: 10px;
  top: 8px;
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 a.vl-btn5 i {
  margin-left: 4px;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage5-body .vl-home-thumb a:hover {
  color: #0379b2 !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage5-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  background: var(--ztc-bg-bg-1);
  border-radius: 0 0 16px 16px;
}
.homepage5-body .header-sticky .row-bg1 {
  transition: all 0.4s;
  margin-top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 0 16px 16px;
}

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

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  background: var(--ztc-bg-bg-1);
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.preloader .loader {
  width: 70px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  height: 70px;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.others-section {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.others-section .others-boxes {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .others-section .others-boxes {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-section .others-boxes {
    margin-bottom: 30px;
  }
}
.others-section .others-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.others-section .others-boxes:hover .icons-heading .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.others-section .others-boxes:hover .icons-heading .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.others-section .others-boxes .icons-heading {
  display: flex;
  align-items: center;
}
.others-section .others-boxes .icons-heading .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  position: absolute;
}
.others-section .others-boxes .icons-heading .icons img {
  transition: all 0.4s;
}
.others-section .others-boxes .icons-heading .heading {
  padding-left: 100px;
}
.others-section .others-boxes .icons-heading .heading a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
}
.others-section .others-boxes .icons-heading .heading a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.others-section .others-boxes p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.others-section2 {
  position: relative;
  z-index: 1;
}
.others-section2 .others-boxes {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(15, 13, 13, 0.1);
  padding: 28px 24px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .others-section2 .others-boxes {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-section2 .others-boxes {
    margin-bottom: 30px;
  }
}
.others-section2 .others-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.others-section2 .others-boxes:hover .icons-heading .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.others-section2 .others-boxes:hover .icons-heading .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.others-section2 .others-boxes .icons-heading .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  position: absolute;
}
.others-section2 .others-boxes .icons-heading .icons img {
  transition: all 0.4s;
}
.others-section2 .others-boxes .icons-heading .heading {
  padding-left: 100px;
}
.others-section2 .others-boxes .icons-heading .heading a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.others-section2 .others-boxes .icons-heading .heading a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.others-section2 .others-boxes p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.others-section3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.others-section3 .others-boxes {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 28px 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .others-section3 .others-boxes {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-section3 .others-boxes {
    margin-bottom: 30px;
  }
}
.others-section3 .others-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.others-section3 .others-boxes:hover .icons-heading .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.others-section3 .others-boxes:hover .icons-heading .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.others-section3 .others-boxes .icons-heading .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  position: absolute;
}
.others-section3 .others-boxes .icons-heading .icons img {
  transition: all 0.4s;
}
.others-section3 .others-boxes .icons-heading .heading {
  padding-left: 100px;
}
.others-section3 .others-boxes .icons-heading .heading a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.others-section3 .others-boxes .icons-heading .heading a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.others-section3 .others-boxes p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team2 .slider-arrow-area {
  position: relative;
  z-index: 1;
}
.team2 .slider-arrow-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .team2 .slider-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2 .slider-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
.team2 .slider-arrow-area .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 12px 0 0;
}
.team2 .slider-arrow-area .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.team2 .slider-arrow-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team2 .slider-arrow-area .team-slider-area {
  position: relative;
  z-index: 1;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-6);
  border-radius: 8px;
  padding: 16px 16px 24px 16px;
  overflow: hidden;
  margin: 0 10px;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea:hover .social {
  right: 30px;
  transition: all 0.6s;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .name-text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .name-text a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .name-text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .social {
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 2;
  margin-top: -135px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team2 .slider-arrow-area .team-slider-area .team-boxarea .social {
    right: 30px;
    transition: all 0.4s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2 .slider-arrow-area .team-slider-area .team-boxarea .social {
    right: 30px;
    transition: all 0.4s;
  }
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 0 6px 0;
}
.team2 .slider-arrow-area .team-slider-area .team-boxarea .social ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team4 .slider-arrow-area4 {
  position: relative;
  z-index: 1;
}
.team4 .slider-arrow-area4 .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .team4 .slider-arrow-area4 .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4 .slider-arrow-area4 .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
.team4 .slider-arrow-area4 .testimonial-arrows .testimonial-prev-arrow-t4 {
  margin: 0 12px 0 0;
}
.team4 .slider-arrow-area4 .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-10);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.team4 .slider-arrow-area4 .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.team4 .slider-arrow-area4 .team-slider-area4 {
  position: relative;
  z-index: 1;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 10px;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea:hover .social {
  right: 30px;
  transition: all 0.6s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea:hover .name-text {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  transform: rotate(5deg);
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .img1 img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .name-text {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 30px;
  z-index: 2;
  transition: all 0.4s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .name-text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .name-text a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .name-text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .social {
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 2;
  margin-top: -135px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .social {
    right: 30px;
    transition: all 0.4s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .social {
    right: 30px;
    transition: all 0.4s;
  }
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 0 6px 0;
}
.team4 .slider-arrow-area4 .team-slider-area4 .team-boxarea .social ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.team5 .team-arrow-area {
  position: relative;
  z-index: 1;
}
.team5 .team-arrow-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .team5 .team-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team5 .team-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
.team5 .team-arrow-area .testimonial-arrows .testimonial-prev-arrow-t5 {
  margin: 0 12px 0 0;
}
.team5 .team-arrow-area .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.team5 .team-arrow-area .testimonial-arrows button:hover {
  background: #0379b2;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team5 .team-arrow-area .team5-slick-sliderarea {
  position: relative;
  z-index: 1;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 30px;
  margin: 0 10px;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box:hover .team-img9 {
  height: 100%;
  transition: all 0.4s;
  top: 0;
  left: 0;
  border-radius: 8px;
  width: 100%;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box:hover .social-area {
  right: 30px;
  transition: all 0.8s;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .team-img9 {
  position: absolute;
  top: 20px;
  left: 16%;
  transition: all 0.4s;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .team-img9 {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .team-img9 {
    left: 19%;
  }
}
@media (max-width: 767px) {
  .team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .team-img9 {
    left: 20%;
  }
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .img1 {
  margin: 0 auto;
  text-align: center;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .img1 img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .content-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 16px;
  position: relative;
  z-index: 1;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .content-area a:hover {
  color: #0379b2;
  transition: al 0.4s;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .social-area {
  position: absolute;
  top: 30px;
  right: -100px;
  transition: all 0.8s;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .social-area li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: #0379b2;
  transition: all 0.4s;
  text-align: center;
  line-height: 44px;
  margin-bottom: 10px;
}
.team5 .team-arrow-area .team5-slick-sliderarea .team5-slider-box .social-area li a:hover {
  background: #0379b2;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team-about-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-about-inner .team-boxarea-about {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 16px 16px 24px 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-about-inner .team-boxarea-about:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team-about-inner .team-boxarea-about:hover .social {
  right: 30px;
  transition: all 0.6s;
}
.team-about-inner .team-boxarea-about .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.team-about-inner .team-boxarea-about .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team-about-inner .team-boxarea-about .name-text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team-about-inner .team-boxarea-about .name-text a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team-about-inner .team-boxarea-about .name-text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-about-inner .team-boxarea-about .social {
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 2;
  margin-top: -135px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team-about-inner .team-boxarea-about .social {
    right: 30px;
    transition: all 0.4s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-about-inner .team-boxarea-about .social {
    right: 30px;
    transition: all 0.4s;
  }
}
.team-about-inner .team-boxarea-about .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 0 6px 0;
}
.team-about-inner .team-boxarea-about .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team-about-inner .slider-arrow-area {
  position: relative;
  z-index: 1;
}
.team-about-inner .slider-arrow-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .team-about-inner .slider-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-about-inner .slider-arrow-area .testimonial-arrows {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-top: 40px;
    top: 0;
  }
}
.team-about-inner .slider-arrow-area .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 12px 0 0;
}
.team-about-inner .slider-arrow-area .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.team-about-inner .slider-arrow-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team-about-inner .slider-arrow-area .team-slider-area {
  position: relative;
  z-index: 1;
}

.team-single-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-single-section .team-single-detrails {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px;
}
.team-single-section .team-single-detrails .team-info .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.team-single-section .team-single-detrails .team-info ul {
  text-align: center;
}
.team-single-section .team-single-detrails .team-info ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.team-single-section .team-single-detrails .team-info ul li:nth-last-child(1) {
  margin: 0;
}
.team-single-section .team-single-detrails .team-info ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 0 6px 0;
}
.team-single-section .team-single-detrails .team-info ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team-single-section .team-single-header {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .team-single-section .team-single-header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-single-section .team-single-header {
    padding: 0;
    margin-top: 30px;
  }
}
.team-single-section .team-single-header h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.team-single-section .team-single-header ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.team-single-section .team-single-header ul li:nth-last-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px; /* 100% */
}
.team-single-section .team-single-header .text {
  display: flex;
  margin-top: 32px;
}
.team-single-section .team-single-header .text.text1 p {
  padding-left: 30px;
}
.team-single-section .team-single-header .text h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: capitalize;
}
.team-single-section .team-single-header .text a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  display: inline-block;
  transition: all 0.4s;
  line-height: 28px; /* 155.556% */
  padding-left: 10px;
  position: relative;
}
.team-single-section .team-single-header .text p {
  padding-left: 10px;
  position: relative;
}
.team-single-section .team-details2-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px 24px;
}
.team-single-section .team-details2-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px; /* 100% */
}
.team-single-section .team-details2-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px; /* 100% */
}
.team-single-section .team-details2-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px; /* 100% */
}
.team-single-section .team-details2-area .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.team-single-section .team-details2-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.team-single-section .team-details2-area ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.team-single-section .team-details2-area ul li:nth-last-child(1) {
  margin: 0;
}
.team-single-section .team-details2-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 4px;
  padding: 12px 16px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
}
.team-single-section .team-details2-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team-single-section .team-contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px 24px;
}
.team-single-section .team-contact-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.team-single-section .team-contact-boxarea ul li {
  margin-top: 24px;
}
.team-single-section .team-contact-boxarea ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
  display: flex;
}
.team-single-section .team-contact-boxarea ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team-single-section .team-contact-boxarea ul li a span {
  margin: 0 8px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s12);
  line-height: 12px;
}
.team-single-section .team-contact-boxarea ul li a svg {
  margin: 0 6px 0 0;
}
.team-single-section .team-contact-boxarea .input-area {
  margin-top: 20px;
}
.team-single-section .team-contact-boxarea .input-area input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 16px;
}
.team-single-section .team-contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-single-section .team-contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-single-section .team-contact-boxarea .input-area textarea {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 16px;
  height: 152px;
}
.team-single-section .team-contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-single-section .team-contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-single-section .team-contact-boxarea .input-area button {
  border: none;
  outline: none;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-10);
}
.faq4 .heading4 h5 {
  background: var(--ztc-bg-bg-1);
}
.faq4 .faq-main-section {
  position: relative;
  z-index: 1;
}
.faq4 .faq-main-section .accordion-item {
  background: var(--ztc-bg-bg-9);
  box-shadow: none;
  border: none;
  border-radius: 8px;
}
.faq4 .faq-main-section .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  padding: 24px;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq4 .faq-main-section .accordion-item button {
    line-height: 26px;
  }
}
.faq4 .faq-main-section .accordion-item button:not(.collapsed) {
  background: none;
}
.faq4 .faq-main-section .accordion-item button:not(.collapsed)::after {
  filter: brightness(0);
}
.faq4 .faq-main-section .accordion-item .accordion-body {
  padding: 0;
}
.faq4 .faq-main-section .accordion-item .accordion-body p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  padding: 0 24px 24px 24px;
}

.faq-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-inner .faq-main-section {
  position: relative;
  z-index: 1;
}
.faq-inner .faq-main-section .accordion-item {
  background: var(--ztc-bg-bg-3);
  box-shadow: none;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
}
.faq-inner .faq-main-section .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  padding: 24px;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq-inner .faq-main-section .accordion-item button {
    line-height: 26px;
  }
}
.faq-inner .faq-main-section .accordion-item button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
}
.faq-inner .faq-main-section .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq-inner .faq-main-section .accordion-item .accordion-body {
  padding: 0;
}
.faq-inner .faq-main-section .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  padding: 0 24px 24px 24px;
  opacity: 80%;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact1 .contact-widget-area .contact-boxarea {
  position: relative;
  z-index: 1;
}
.contact1 .contact-widget-area .contact-boxarea .input-area {
  margin-top: 16px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact1 .contact-widget-area .contact-boxarea .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact1 .contact-maps-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 698px;
}
@media (max-width: 767px) {
  .contact1 .contact-maps-area iframe {
    height: 300px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1 .contact-maps-area iframe {
    height: 400px;
    margin-top: 30px;
  }
}

.contact-inenr-area {
  position: relative;
  z-index: 1;
}
.contact-inenr-area .contact-heading .calnow-boxes {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.contact-inenr-area .contact-heading .calnow-boxes:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .calnow-boxes:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .calnow-boxes .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
.contact-inenr-area .contact-heading .calnow-boxes .text h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  margin: 0 8px 0 32px;
}
.contact-inenr-area .contact-heading .calnow-boxes .content a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 0 0 16px;
}
.contact-inenr-area .contact-heading .calnow-boxes .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  text-align: center;
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc a {
  color: #444;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 7px;
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-inenr-area .contact-main-boxarea {
  position: sticky;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  border-radius: 8px;
  top: 120px;
}
.contact-inenr-area .contact-main-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.contact-inenr-area .contact-main-boxarea .input-area {
  margin-top: 16px;
}
.contact-inenr-area .contact-main-boxarea .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}
.contact-inenr-area .contact-main-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact-inenr-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 400px;
}
@media (max-width: 767px) {
  .contact-inenr-area iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inenr-area iframe {
    height: 400px;
  }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -200px;
}
.cta1-section-area .images1 img {
  height: 385px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cta1-section-area .cta-content-area {
  background: var(--ztc-bg-bg-3);
  padding: 60px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-content-area {
    margin-top: 30px;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-content-area {
    margin-top: 30px;
  }
}
.cta1-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta1-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta1-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta1-section-area .cta-content-area form input {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
  padding: 18px 24px;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-content-area form input {
    width: 100%;
  }
}
.cta1-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta1-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta1-section-area .cta-content-area form button.vl-btn1 {
  border: none;
  outline: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-4) !important;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-content-area form button.vl-btn1 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.cta1-section-area .cta-content-area form button.vl-btn1:hover {
  color: var(--ztc-text-text-1) !important;
}

.cta2-section {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.cta2-section .cta-main-content {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta2-section .cta-main-content {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section .cta-main-content {
    padding: 70px 70px 0 70px;
  }
}
.cta2-section .cta-main-content .heading1 h2 {
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta2-section .cta-main-content .heading1 h2 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 42px;
  }
}
.cta2-section .cta-main-content .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta2-section .cta-main-content .heading1 .btn-area1 .vl-btn2 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2) !important;
}
.cta2-section .cta-main-content .heading1 .btn-area1 .vl-btn2:hover {
  color: var(--ztc-text-text-1) !important;
}
.cta2-section .cta-main-content .heading1 .btn-area1 .vl-btn2.btn2 {
  margin-left: 16px;
  border: 1px solid var(--ztc-text-text-1);
  background: none;
  color: var(--ztc-text-text-1) !important;
}
.cta2-section .cta-main-content .heading1 .btn-area1 .vl-btn2.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta2-section .cta-main-content .heading1 .btn-area1 .vl-btn2.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta2-section .cta-main-content .cta-images {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cta2-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
.cta2-section .cta-main-content .cta-images .ot-bg1 {
  position: absolute;
  left: 0;
  z-index: -1;
  max-height: 300px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section .cta-main-content .cta-images .ot-bg1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta2-section .cta-main-content .cta-images .img1 {
  position: absolute;
  top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta2-section .cta-main-content .cta-images .img1 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .cta2-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
  }
}
.cta2-section .cta-main-content .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta3-section {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.cta3-section .cta-main-content {
  position: relative;
  z-index: 1;
  background: #0379b2;
  border-radius: 8px;
  padding: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content {
    padding: 70px 70px 30px 70px;
  }
}
.cta3-section .cta-main-content .heading1 h2 {
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta3-section .cta-main-content .heading1 h2 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 42px;
  }
}
.cta3-section .cta-main-content .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3:hover {
  color: var(--ztc-text-text-1) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2 {
  margin-left: 16px;
  border: 1px solid var(--ztc-text-text-1);
  background: none;
  color: var(--ztc-text-text-1) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta3-section .cta-main-content .cta-images {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
.cta3-section .cta-main-content .cta-images .ot-bg1 {
  position: absolute;
  left: 0;
  z-index: -1;
  max-height: 300px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images .ot-bg1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta3-section .cta-main-content .cta-images .img1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.cta3-section .cta-main-content .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta4-section {
  position: relative;
  z-index: 2;
}
.cta4-section .cta-main-content {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  border-radius: 8px;
  padding: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta4-section .cta-main-content {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section .cta-main-content {
    padding: 70px 70px 0 70px;
  }
}
.cta4-section .cta-main-content .heading1 .btn-area1 .vl-btn4 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2) !important;
}
.cta4-section .cta-main-content .heading1 .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1) !important;
}
.cta4-section .cta-main-content .heading1 .btn-area1 .vl-btn4.btn2 {
  margin-left: 16px;
  border: 1px solid var(--ztc-text-text-2);
  background: none;
  color: var(--ztc-text-text-2) !important;
}
.cta4-section .cta-main-content .heading1 .btn-area1 .vl-btn4.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
  color: var(--ztc-text-text-1) !important;
}
@media (max-width: 767px) {
  .cta4-section .cta-main-content .heading1 .btn-area1 .vl-btn4.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta4-section .cta-main-content .cta-images {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cta4-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
.cta4-section .cta-main-content .cta-images .ot-bg1 {
  position: absolute;
  left: 0;
  z-index: -1;
  max-height: 300px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section .cta-main-content .cta-images .ot-bg1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta4-section .cta-main-content .cta-images .img1 {
  position: absolute;
  top: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta4-section .cta-main-content .cta-images .img1 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .cta4-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
  }
}
.cta4-section .cta-main-content .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta5-section {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.cta5-section .cta-main-content {
  position: relative;
  z-index: 1;
  background: #0379b2;
  border-radius: 8px;
  padding: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta5-section .cta-main-content {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section .cta-main-content {
    padding: 70px 70px 30px 70px;
  }
}
.cta5-section .cta-main-content .heading1 h2 {
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta5-section .cta-main-content .heading1 h2 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 42px;
  }
}
.cta5-section .cta-main-content .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2) !important;
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5::before {
  background: var(--ztc-bg-bg-2);
  opacity: 20%;
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5:hover {
  color: var(--ztc-text-text-1) !important;
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5.btn2 {
  margin-left: 16px;
  border: 1px solid var(--ztc-text-text-1);
  background: none;
  color: var(--ztc-text-text-1) !important;
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
.cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5.btn2::before {
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
}
@media (max-width: 767px) {
  .cta5-section .cta-main-content .heading1 .btn-area1 .vl-btn5.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta5-section .cta-main-content .cta-images {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cta5-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
.cta5-section .cta-main-content .cta-images .ot-bg1 {
  position: absolute;
  left: 0;
  z-index: -1;
  max-height: 300px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section .cta-main-content .cta-images .ot-bg1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta5-section .cta-main-content .cta-images .img1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta5-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.cta5-section .cta-main-content .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testi1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testi1 .testi-widget-slider {
  position: relative;
  z-index: 1;
}
.testi1 .testi-widget-slider .owl-dots {
  margin-top: 48px;
  text-align: center;
}
.testi1 .testi-widget-slider .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  transition: all 0.4s;
  background: #C6D5F5;
  border-radius: 50%;
  position: relative;
  margin: 0 16px 0 0;
}
.testi1 .testi-widget-slider .owl-dots button.active {
  background: var(--ztc-bg-bg-3);
}
.testi1 .testi-widget-slider .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testi1 .testi-widget-slider .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #DCE3F3;
  left: -7px;
  top: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testi1 .testi-widget-slider .testi-box-slider {
  position: relative;
  z-index: 1;
}
.testi1 .testi-widget-slider .testi-box-slider .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px; /* 155.556% */
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea .text-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea .text-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.testi1 .testi-widget-slider .testi-box-slider .testi-contentarea .text-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.testimonial2 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-6);
  overflow: hidden;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .img1 {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: 50%;
  margin-top: -110px;
  z-index: 2;
  left: 30px;
}
@media (max-width: 767px) {
  .testimonial2 .testimonial2-slider-area .testimonial-boxarea .img1 {
    position: relative;
    left: 0;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .img1 img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  background: var(--ztc-bg-bg-5);
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px 32px 132px;
  margin: 0 0 0 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea {
    margin: 0;
    padding: 16px;
  }
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea .quito {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea ul li {
  color: var(--ztc-text-text-5);
  display: inline-block;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea .name-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial2 .testimonial2-slider-area .testimonial-boxarea .content-boxarea .name-area a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.testimonial2 .testimonial2-slider-area .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.testimonial2 .testimonial2-slider-area .slick-dots li {
  margin: 0 8px;
}
.testimonial2 .testimonial2-slider-area .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #F2C4CA;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial2 .testimonial2-slider-area .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #F2C4CA;
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial2 .testimonial2-slider-area .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-5);
}
.testimonial2 .testimonial2-slider-area .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}
.testimonial3-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-imges .img1 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial3-section-area .testimonial-imges .success-rate {
  background: #0379b2;
  text-align: center;
  display: block;
  padding: 73px 26px 26px 26px;
  border-radius: 0 0 8px 8px;
  position: relative;
  margin-top: -6px;
}
.testimonial3-section-area .testimonial-imges .success-rate .others-img4 {
  position: absolute;
  width: 278px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  margin-left: -139px;
  top: 0;
  margin-top: -38px;
}
.testimonial3-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.testimonial3-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.testimonial3-section-area .testimonial-single-slider3 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(15, 13, 13, 0.06);
  color: #0379b2;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .pera {
  color: rgba(15, 13, 13, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-arrows .prev-arrow button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
.testimonial3-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial3-section-area .testimonial-arrows button:hover {
  background: #0379b2;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial5 .testimonial5-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(15, 13, 13, 0.1);
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.testimonial5 .testimonial5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial5 .testimonial5-boxarea.box2 {
  position: relative;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5 .testimonial5-boxarea.box2 {
    margin-top: 0;
  }
}
.testimonial5 .testimonial5-boxarea ul li {
  display: inline-block;
  color: #0379b2;
}
.testimonial5 .testimonial5-boxarea p.pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial5 .testimonial5-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5 .testimonial5-boxarea a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.testimonial5 .testimonial5-boxarea p.desc {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.testimonial-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-about .testimonial5-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(15, 13, 13, 0.1);
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.testimonial-about .testimonial5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial-about .testimonial5-boxarea.box2 {
  position: relative;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-about .testimonial5-boxarea.box2 {
    margin-top: 0;
  }
}
.testimonial-about .testimonial5-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial-about .testimonial5-boxarea p.pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial-about .testimonial5-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial-about .testimonial5-boxarea a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.testimonial-about .testimonial5-boxarea p.desc {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.testimonial5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial5 .testimonial5-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(15, 13, 13, 0.1);
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.testimonial5 .testimonial5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial5 .testimonial5-boxarea.box2 {
  position: relative;
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5 .testimonial5-boxarea.box2 {
    margin-top: 0;
  }
}
.testimonial5 .testimonial5-boxarea ul li {
  display: inline-block;
  color: #0379b2;
}
.testimonial5 .testimonial5-boxarea p.pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial5 .testimonial5-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5 .testimonial5-boxarea a:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.testimonial5 .testimonial5-boxarea p.desc {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA  ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= PROEJCTS CSS AREA STARTS ===============*/
.proejct1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.proejct1 .project-widget-slider {
  position: relative;
  z-index: 1;
}
.proejct1 .project-widget-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .proejct1 .project-widget-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .proejct1 .project-widget-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.proejct1 .project-widget-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #F2F2F2;
  font-size: var(--ztc-font-size-font-s20);
}
.proejct1 .project-widget-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.proejct1 .project-widget-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.proejct1 .project-widget-slider .project-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.proejct1 .project-widget-slider .project-slider:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider:hover .content-area {
  bottom: 20px;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area {
  background: var(--ztc-bg-bg-1);
  padding: 28px 24px;
  border-radius: 8px;
  position: absolute;
  bottom: -200px;
  left: 20px;
  right: 20px;
  z-index: 2;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--3rd-GRAY, #F2F2F2);
  padding: 8px 12px;
}
.proejct1 .project-widget-slider .project-slider .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area .readmore {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area .readmore:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.proejct1 .project-widget-slider .project-slider .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.project2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
  height: 1050px;
}
.project2 .heading2 .vl-section-subtitle {
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.project2 .heading2 .vl-section-title {
  color: var(--ztc-text-text-1);
}
.project2 .slider-container .slick-slider-content .slick-list {
  overflow: inherit !important;
}
.project2 .slider-container .slick-slider-content .slide {
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project2 .slider-container .slick-slider-content .slide {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project2 .slider-container .slick-slider-content .slide {
    padding: 40px;
  }
}
.project2 .slider-container .slick-slider-content .slide img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project2 .slider-container .slick-slider-content .slide.slick-current.slick-active img {
  transform: scale(1.16, 1.16);
  transition: all 1s;
  cursor: pointer;
  display: block;
  margin: 15px auto;
}
.project2 .slider-container .slick-slider-content .slide.slick-current.slick-active .main-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  bottom: 20px;
}
.project2 .slider-container .slick-slider-content .slide .main-content {
  background: var(--ztc-bg-bg-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .project2 .slider-container .slick-slider-content .slide .main-content {
    display: inline-block;
  }
}
.project2 .slider-container .slick-slider-content .slide .main-content h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(232, 4, 15, 0.1);
  padding: 8px 12px;
}
.project2 .slider-container .slick-slider-content .slide .main-content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.project2 .slider-container .slick-slider-content .slide .main-content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project2 .slider-container .slick-slider-content .slide .main-content .arrow {
    margin-top: 16px;
  }
}
.project2 .slider-container .slick-slider-content .slide .main-content .arrow a {
  height: 80px;
  width: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}
.project2 .slider-container .slick-slider-content .slide .main-content .arrow a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.project2 .slider-container .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.project2 .slider-container .slick-dots li {
  margin: 0 8px;
}
.project2 .slider-container .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #575656;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.project2 .slider-container .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #575656;
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.project2 .slider-container .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-1);
}
.project2 .slider-container .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.project3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project3 .project-arrow-area {
  position: relative;
  z-index: 1;
}
.project3 .project-arrow-area .testimonial-arrows {
  position: absolute;
  z-index: 2;
  right: 0;
  display: flex;
  align-items: center;
  top: -130px;
}
@media (max-width: 767px) {
  .project3 .project-arrow-area .testimonial-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3 .project-arrow-area .testimonial-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
}
.project3 .project-arrow-area .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.project3 .project-arrow-area .testimonial-arrows button:hover {
  background: #0379b2;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.project3 .project-arrow-area .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 12px 0 0;
}
.project3 .project-arrow-area .project3-main-slider {
  position: relative;
  z-index: 1;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea:hover .content-area .desc {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  height: 142px;
}
@media (max-width: 767px) {
  .project3 .project-arrow-area .project3-main-slider .project-boxarea:hover .content-area .desc {
    height: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3 .project-arrow-area .project3-main-slider .project-boxarea:hover .content-area .desc {
    height: 170px;
  }
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .img1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .title:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc {
  visibility: hidden;
  transition: all 0.6s;
  position: relative;
  opacity: 0;
  height: 0;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc .readmore:hover {
  color: #0379b2;
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .content-area .desc .readmore i {
  transition: all 0.4s;
  margin-left: 4px;
}

.project4-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.project4-section .heading4 h5 {
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.project4-section .heading4 h2 {
  color: var(--ztc-text-text-1);
}
.project4-section .project-single-boxarea {
  position: relative;
  z-index: 2;
}
.project4-section .project-single-boxarea .slick-dots {
  position: absolute;
  top: 0;
  right: -100px;
}
@media (max-width: 767px) {
  .project4-section .project-single-boxarea .slick-dots {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4-section .project-single-boxarea .slick-dots {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .project4-section .project-single-boxarea .slick-dots li {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4-section .project-single-boxarea .slick-dots li {
    display: inline-block;
    text-align: center;
  }
}
.project4-section .project-single-boxarea .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.project4-section .project-single-boxarea .slick-dots li button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  border: none;
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project4-section .project-single-boxarea .slick-dots li button {
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4-section .project-single-boxarea .slick-dots li button {
    margin: 0 12px 0 0;
  }
}
.project4-section .project-single-boxarea .slick-dots li button:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.project4-section .project-single-boxarea .project-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .project4-section .project-single-boxarea .project-boxarea {
    padding: 24px;
  }
}
.project4-section .project-single-boxarea .project-boxarea h5 {
  border-radius: 60px;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 10px 14px;
  display: inline-block;
  text-transform: capitalize;
}
.project4-section .project-single-boxarea .project-boxarea h2 a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.project4-section .project-single-boxarea .project-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.project4-section .project-single-boxarea .project-boxarea a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.project4-section .project-single-boxarea .project-boxarea a i {
  margin-left: 4px;
}
.project4-section .all-images .images-area {
  position: relative;
  z-index: 1;
}
.project4-section .all-images .images-area .img1 {
  max-width: 700px;
  position: relative;
  left: 100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .project4-section .all-images .images-area .img1 {
    max-width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4-section .all-images .images-area .img1 {
    max-width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
.project4-section .all-images .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.gallery1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gallery1 .img1 {
  margin-bottom: 30px;
}
.gallery1 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.gallery1 .img2 {
  margin-bottom: 30px;
}
.gallery1 .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.project-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-inner-area .projects-inner-box {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.project-inner-area .projects-inner-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box:hover .other-content {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box:hover .other-content .tags {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
}
.project-inner-area .projects-inner-box:hover .other-content .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box .img1 {
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.project-inner-area .projects-inner-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box .other-content {
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 60px rgba(165, 165, 165, 0.25);
  text-align: center;
  padding: 24px;
  border-radius: 8px;
  margin: -60px 16px 0 16px;
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box .other-content .tags {
  border-radius: 8px;
  background: rgba(21, 95, 255, 0.1);
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 8px 12px;
  transition: all 0.4s;
}
.project-inner-area .projects-inner-box .other-content .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.project-inner-details {
  position: relative;
  z-index: 1;
}
.project-inner-details .service-arrows {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .project-inner-details .service-arrows {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-details .service-arrows {
    margin-top: 30px;
  }
}
.project-inner-details .service-arrows .testimonial-arrows {
  display: flex;
  align-items: center;
}
.project-inner-details .service-arrows .testimonial-arrows .testimonial-prev-arrow-sinner {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  left: 30px;
}
.project-inner-details .service-arrows .testimonial-arrows .testimonial-next-arrow-sinner {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 2;
  right: 30px;
}
.project-inner-details .service-arrows .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.project-inner-details .service-arrows .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.project-inner-details .service-arrows .service-slider-images {
  position: relative;
  z-index: 1;
}
.project-inner-details .service-arrows .service-slider-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-inner-details .projects-side-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.project-inner-details .projects-side-details .project-post-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.project-inner-details .projects-side-details .project-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-inner-details .projects-side-details .project-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.project-inner-details .projects-side-details .project-post-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.project-inner-details .projects-side-details .project-post-widget .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.project-inner-details .projects-side-details .project-post-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.project-inner-details .projects-side-details .project-post-widget .popular-tags {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-inner-details .projects-side-details .project-post-widget .popular-tags ul li {
  display: inline-block;
}
.project-inner-details .projects-side-details .project-post-widget .popular-tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-1);
  margin: 16px 6px 0 0;
}
.project-inner-details .projects-side-details .project-post-widget .popular-tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-inner-details .projects-side-details .project-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-inner-details .projects-side-details .project-post-widget .help-area h3 {
  line-height: 28px;
}
.project-inner-details .projects-side-details .project-post-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project-inner-details .projects-side-details .project-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.project-inner-details .projects-side-details .project-post-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.project-inner-details .projects-side-details .project-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-inner-details .projects-side-details .project-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.project-inner-details .projects-side-details .project-post-widget .social-area ul li:last-child {
  margin: 0;
}
.project-inner-details .projects-side-details .project-post-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.project-inner-details .projects-side-details .project-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 28px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area {
  margin-top: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.project-inner-details .projects-side-details .project-post-widget .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.project-inner-details .project-main-details {
  position: relative;
  z-index: 1;
}
.project-inner-details .project-main-details.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .project-inner-details .project-main-details.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-details .project-main-details.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.project-inner-details .project-main-details.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .project-inner-details .project-main-details.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-details .project-main-details.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.project-inner-details .project-main-details h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 40px;
}
.project-inner-details .project-main-details .project-located-area {
  padding: 24px 0;
  border-top: 1px solid var(--ztc-bg-bg-4);
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .project-inner-details .project-main-details .project-located-area .details-box {
    padding-bottom: 20px;
  }
}
.project-inner-details .project-main-details .project-located-area .details-box h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.project-inner-details .project-main-details .project-located-area .details-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.project-inner-details .project-main-details .pera {
  background: var(--ztc-bg-bg-4);
  position: relative;
  z-index: 1;
  padding: 24px 18px 24px 24px;
  position: relative;
  z-index: 1;
}
.project-inner-details .project-main-details .pera::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project-inner-details .project-main-details .img1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-details .project-main-details .img1 {
    margin-bottom: 30px;
  }
}
.project-inner-details .project-main-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-inner-details .project-main-details ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  margin-top: 16px;
}
.project-inner-details .project-main-details ul li img {
  margin: 0 6px 0 0;
}

/*============= PROEJCTS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA ===============*/
.pricing1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.pricing1 .heading1 h5 {
  color: var(--ztc-text-text-1);
}
.pricing1 .heading1 h5 img {
  filter: brightness(0) invert(1);
}
.pricing1 .heading1 h2 {
  color: var(--ztc-text-text-1);
}
.pricing1 .pricing-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing1 .pricing-boxarea.active .btn-area1 .vl-btn1 {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}
.pricing1 .pricing-boxarea.active .btn-area1 .vl-btn1::after {
  width: 100%;
  left: 0;
  background: var(--ztc-bg-bg-3);
  padding: 4px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}
.pricing1 .pricing-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.pricing1 .pricing-boxarea:hover .btn-area1 .vl-btn1 {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}
.pricing1 .pricing-boxarea:hover .btn-area1 .vl-btn1::after {
  width: 100%;
  left: 0;
  background: var(--ztc-bg-bg-3);
  padding: 4px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}
.pricing1 .pricing-boxarea .price-heading {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 40px;
}
.pricing1 .pricing-boxarea .price-heading span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.pricing1 .pricing-boxarea .price-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
}
.pricing1 .pricing-boxarea .price-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.pricing1 .pricing-boxarea .btn-area1 .vl-btn1 {
  width: 100%;
  text-align: center;
  border: 1px solid var(--ztc-text-text-1);
  background: none;
}
.pricing1 .pricing-boxarea ul li {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  margin-top: 20px;
}
.pricing1 .pricing-boxarea ul li img {
  margin: 0 4px 0 0;
}

.pricing-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-inner .pricing-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing-inner .pricing-boxarea.active {
  background: var(--ztc-bg-bg-3);
}
.pricing-inner .pricing-boxarea.active .price-heading {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.pricing-inner .pricing-boxarea.active .price-heading h2 {
  color: var(--ztc-text-text-1);
}
.pricing-inner .pricing-boxarea.active .price-heading p {
  color: var(--ztc-text-text-1);
}
.pricing-inner .pricing-boxarea.active .price-heading span {
  color: var(--ztc-text-text-1);
}
.pricing-inner .pricing-boxarea.active .btn-area1 .vl-btn1 {
  color: var(--ztc-text-text-4) !important;
  background: var(--ztc-bg-bg-1);
}
.pricing-inner .pricing-boxarea.active .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1) !important;
}
.pricing-inner .pricing-boxarea.active ul li {
  color: var(--ztc-text-text-1);
}
.pricing-inner .pricing-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.pricing-inner .pricing-boxarea .price-heading {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 40px;
}
.pricing-inner .pricing-boxarea .price-heading span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.pricing-inner .pricing-boxarea .price-heading h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
}
.pricing-inner .pricing-boxarea .price-heading p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.pricing-inner .pricing-boxarea .btn-area1 .vl-btn1 {
  width: 100%;
  text-align: center;
}
.pricing-inner .pricing-boxarea ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  margin-top: 20px;
}
.pricing-inner .pricing-boxarea ul li img {
  margin: 0 4px 0 0;
}

.compareplan-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
}
.compareplan-section-area .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.compareplan-section-area .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;
}
.compareplan-section-area .toggle-inner .t-month,
.compareplan-section-area .toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}
.compareplan-section-area .toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}
.compareplan-section-area .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.compareplan-section-area .active > .toggle-inner .t-year {
  opacity: 1;
}
.compareplan-section-area .toggle-inner input:checked + span {
  left: 5px;
}
.compareplan-section-area .toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: var(--ztc-text-text-4);
  left: -20px;
}
.compareplan-section-area .t-year h4 {
  min-width: 200px;
}
.compareplan-section-area .t-year {
  text-align: left;
}
.compareplan-section-area .plan-toggle-wrap1 {
  position: absolute;
  z-index: 1;
  left: 25%;
  top: 30%;
  right: 71%;
}
@media (max-width: 767px) {
  .compareplan-section-area .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) {
  .compareplan-section-area .plan-toggle-wrap1 {
    left: 20%;
    top: 20%;
    right: 0;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .compareplan-section-area .plan-toggle-wrap1 {
    right: 56% !important;
  }
}
.compareplan-section-area .plan-toggle-wrap1 h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  margin-bottom: 0;
}
.compareplan-section-area .plan-toggle-wrap1 h4 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
}
.compareplan-section-area .single-pricing-area {
  background: var(--ztc-text-text-1);
  padding: 32px 40px !important;
  position: relative;
  margin-bottom: 0;
  border: 1px solid var(--ztc-bg-bg-4);
}
@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 #E8EFFF;
}
.compareplan-section-area .comparison tr td:first-child {
  text-align: left;
  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-2);
  padding: 25px 0;
  border-top: 1px solid #E8EFFF;
}
.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-2);
  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-3);
  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-2);
  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-2);
  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 ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.chosse-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.chosse-section-area .heading1 .chosse-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 24px;
  text-align: center;
  margin-top: 30px;
}
.chosse-section-area .heading1 .chosse-boxarea:hover {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
}
.chosse-section-area .heading1 .chosse-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.chosse-section-area .heading1 .chosse-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  display: inline-block;
  transition: all 0.4s;
}
.chosse-section-area .heading1 .chosse-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.chosse-section-area .heading1 .chosse-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.chosse-section-area .heading1 .chosse-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.chosse-section-area .choose-images-area {
  position: relative;
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse-section-area .choose-images-area {
    left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .chosse-section-area .choose-images-area {
    left: 0;
    margin-top: 30px;
  }
}
.chosse-section-area .choose-images-area .img1 {
  position: relative;
  z-index: -1;
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse-section-area .choose-images-area .img1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .chosse-section-area .choose-images-area .img1 {
    left: 0;
  }
}
.chosse-section-area .choose-images-area .img1 img {
  height: 100%;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 8px 100px;
  max-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse-section-area .choose-images-area .img1 img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .chosse-section-area .choose-images-area .img1 img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }
}
.chosse-section-area .choose-images-area .img2 img {
  height: 100%;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 100px 8px 8px;
  max-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse-section-area .choose-images-area .img2 img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .chosse-section-area .choose-images-area .img2 img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    margin-top: 30px;
  }
}

.choose3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
}
.choose3 .counter-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  padding: 34px;
  text-align: center;
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.choose3 .counter-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #F4E2DC;
}
.choose3 .counter-boxarea h2 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
}
.choose3 .counter-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.choose4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose4 .chooseheader .about-boxarea {
  position: relative;
  z-index: 1;
  padding: 24px 0 24px;
}
.choose4 .chooseheader .about-boxarea.border1 {
  border-bottom: 1px solid var(--ztc-bg-bg-10);
}
.choose4 .chooseheader .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
}
.choose4 .chooseheader .about-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  display: inline-block;
  position: absolute;
}
.choose4 .chooseheader .about-boxarea .textarea {
  padding-left: 76px;
}
.choose4 .chooseheader .about-boxarea .textarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px; /* 100% */
}
.choose4 .choose-images-area {
  position: relative;
  z-index: 1;
}
.choose4 .choose-images-area .choose-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.choose4 .choose-images-area .choose-img1 .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  position: absolute;
  bottom: 70px;
  left: -25%;
  z-index: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .choose4 .choose-images-area .choose-img1 .arrow-circle a {
    bottom: 0;
    top: 50%;
    margin-top: -80px;
  }
}
.choose4 .choose-images-area .choose-img1 .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 40%;
  height: 37px;
  width: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.choose4 .choose-images-area .choose-img1 .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
}

.choose5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.choose5 .heading5 h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
}
.choose5 .heading5 h2 {
  color: var(--ztc-text-text-1);
}
.choose5 .others-widget-area {
  position: relative;
}
.choose5 .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: #0379b2;
}
.choose5 .others-widget-area .card-boxarea .content-area {
  background: #3F3D3D;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea .content-area {
    margin: 0;
  }
}
.choose5 .others-widget-area .card-boxarea .content-area:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.choose5 .others-widget-area .card-boxarea .content-area:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea .content-area:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.choose5 .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: #0379b2;
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.choose5 .others-widget-area .card-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea .content-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea .content-area2 {
  background: #3F3D3D;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea .content-area2 {
    margin: 0;
  }
}
.choose5 .others-widget-area .card-boxarea .content-area2:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.choose5 .others-widget-area .card-boxarea .content-area2:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea .content-area2:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.choose5 .others-widget-area .card-boxarea .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: #0379b2;
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.choose5 .others-widget-area .card-boxarea .content-area2 a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea .content-area2 p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.choose5 .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea.box1 h3 {
    left: 0;
  }
}
.choose5 .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -73px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea.box2 h3 {
    left: 0;
  }
}
.choose5 .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 74px;
  margin-top: -33px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea.box3 h3 {
    left: 0;
  }
}
.choose5 .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 74px;
  margin-top: 16px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .card-boxarea.box4 h3 {
    left: 0;
  }
}
.choose5 .others-widget-area .images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.choose5 .others-widget-area .images .elements12 {
  position: absolute;
  top: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .images .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .others-widget-area .images .elements12 {
    display: none;
  }
}
.choose5 .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .images .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .others-widget-area .images .elements13 {
    display: none;
  }
}
.choose5 .others-widget-area .images .elements14 {
  position: absolute;
  top: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .images .elements14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .others-widget-area .images .elements14 {
    display: none;
  }
}
.choose5 .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .choose5 .others-widget-area .images .elements15 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .others-widget-area .images .elements15 {
    display: none;
  }
}
.choose5 .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: #272525;
  padding: 16px;
  border-radius: 50%;
}
.choose5 .others-widget-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.choose-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.choose-about-area .heading1 h5 {
  color: var(--ztc-text-text-1);
}
.choose-about-area .heading1 h5 img {
  filter: brightness(0) invert(1);
}
.choose-about-area .heading1 h2 {
  color: var(--ztc-text-text-1);
}
.choose-about-area .history-btns-area {
  position: relative;
  z-index: 1;
}
.choose-about-area .history-btns-area ul {
  display: block;
  text-align: center;
  justify-content: center;
}
.choose-about-area .history-btns-area ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.choose-about-area .history-btns-area ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 767px) {
  .choose-about-area .history-btns-area ul li {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-about-area .history-btns-area ul li {
    margin: 0 0 10px 0;
  }
}
.choose-about-area .history-btns-area ul li button {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 40px;
}
.choose-about-area .history-btns-area ul li button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.choose-about-area .history-btns-area .tab-content .tab-pane {
  position: relative;
  z-index: 1;
  top: 120px;
  transition: all 0.4s;
}
.choose-about-area .history-btns-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.choose-about-area .history-btns-area .tab-content .tab-pane .img1 img {
  height: 396px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 48px 40px;
}
@media (max-width: 767px) {
  .choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
    padding: 24px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-about-area .history-btns-area .tab-content .tab-pane .history-heading {
    margin-top: 30px;
  }
}
.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.choose-about-area .history-btns-area .tab-content .tab-pane .history-heading p {
  color: rgba(255, 255, 255, 0.8);
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA STARTS ===============*/
.skills2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.skills2 .heading2 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .skills2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.skills2 .heading2 .skills-section .skill {
  margin-top: 24px;
}
.skills2 .heading2 .skills-section .skill .skill-header {
  display: flex;
  justify-content: space-between;
}
.skills2 .heading2 .skills-section .skill .skill-header span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  margin-bottom: 15px;
}
.skills2 .heading2 .skills-section .skill .progress-bar {
  width: 100%;
  background: rgba(15, 13, 13, 0.1);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.skills2 .heading2 .skills-section .skill .progress-bar .progress-fill {
  height: 100%;
  background-color: #e50914;
  transition: width 1s ease-in-out;
}
.skills2 .skills-images-area {
  position: relative;
  z-index: 1;
}
.skills2 .skills-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= SKILLS CSS AREA ENDS ===============*//*# sourceMappingURL=main.css.map */